CombinedText stringlengths 4 3.42M |
|---|
package charts.series.pies {
import charts.series.Element;
import flash.events.Event;
import caurina.transitions.Tweener;
import caurina.transitions.Equations;
import flash.geom.Point;
//import flash.events.Event;
import flash.events.MouseEvent;
public class PieSliceContainer extends Element {
... |
/**
* Slider.as
* Keith Peters
* version 0.97
*
* Abstract base slider class for HSlider and VSlider.
*
* Copyright (c) 2009 Keith Peters
*
* 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 th... |
package org.asusual.pdfcase {
/**
* PDFcase is the library to generate PDF files on client side with the Adobe Flash Player 10.
* Code is base on the Java PDFjet http://pdfjet.com
*
* @author Dmitry Bezverkhiy
* @version 0.1
*
*/
public class CoreFont extends Object implements ICoreFont { ... |
package org.leui.layouts
{
import org.leui.components.LGrid;
import org.leui.core.ILayoutContainer;
import org.leui.core.ILayoutElement;
import org.leui.core.ILayoutManager;
import org.leui.utils.LTrace;
/**
* 网格布局
*@author swellee
*/
public class GridLayout implements ILayoutManager
{
public functio... |
package myriadLands.ui.skins {
import mx.skins.ProgrammaticSkin;
import myriadLands.ui.css.MLFilters;
public class SquareButtonSkin extends ProgrammaticSkin {
public function SquareButtonSkin() {
super();
}
override protected function updateDisplayList(w:Number, h:Number):void {
s... |
/*******************************************************************************
* 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... |
#include "ConsoleCmdFuncs.as"
//Console Available Commands
array<string> ConsoleCmds;
//Dictionary to Functions;
wdictionary Cmd2Func;
void ConsoleInitializeDictionary()
{
Cmd2Help.deleteAll();
Cmd2Func.set(m_LocalizationManager.GetLiteral("AE_CONSOLE_CMD_HELP"), @ConsoleHelpExec);
Cmd2Func.set(m_LocalizationMan... |
/**
* User: booster
* Date: 12/9/12
* Time: 12:09
*/
package medkit.collection.test {
import medkit.collection.HashSet;
import medkit.collection.test.base.SetTest;
public class HashSetTest extends SetTest {
[Before]
public function setUp():void {
collection = set = new HashSet();
addCont... |
/* 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 foo {
public namespace fletch;
public class A {
fletch var lives = 'PASSED';
... |
package LayaAir3D_Material {
import laya.d3.core.BaseCamera;
import laya.d3.core.Camera;
import laya.d3.core.MeshSprite3D;
import laya.d3.core.light.DirectionLight;
import laya.d3.core.material.EffectMaterial;
import laya.d3.core.scene.Scene3D;
import laya.d3.math.Vector3;
import laya.d3.math.Vector4;
import l... |
/* 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.1.3.3";
// var VERSION = "ECMA_1";
// var TITLE =... |
package com.ankamagames.dofus.network.messages.game.context
{
import com.ankamagames.dofus.network.types.game.context.IdentifiedEntityDispositionInformations;
import com.ankamagames.jerakine.network.CustomDataWrapper;
import com.ankamagames.jerakine.network.ICustomDataInput;
import com.ankamagames.jera... |
package devoron.components.multicontainers.tabbedpane
{
import devoron.components.buttons.DSButton;
import devoron.components.comboboxes.DSComboBox;
import devoron.dataui.DataContainerForm;
import devoron.components.data.GetSetFunctionsHash;
import devoron.components.labels.DSLabel;
import devoron.components.menu... |
package com.hurrygames.grabber.utils
{
import flash.display.DisplayObject;
import flash.display.DisplayObjectContainer;
import flash.display.Sprite;
import flash.filters.ColorMatrixFilter;
import flash.text.TextField;
import flash.text.TextFormat;
import flash.utils.Dictionary;
import gs.TweenLite;
/**
... |
package com.codeazur.as3swf.tags
{
import com.codeazur.as3swf.SWFData;
import com.codeazur.as3swf.data.SWFRectangle;
import com.codeazur.as3swf.data.SWFShapeWithStyle;
import com.codeazur.as3swf.exporters.core.IShapeExporter;
public class TagDefineShape implements IDefinitionTag
{
public static cons... |
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 visuals.ui.elements.fan_foto
{
import com.playata.framework.display.Sprite;
import com.playata.framework.display.lib.flash.FlashDisplayObjectContainer;
import com.playata.framework.display.lib.flash.FlashLabel;
import com.playata.framework.display.lib.flash.FlashLabelArea;
import com.playata.fram... |
////////////////////////////////////////////////////////////////////////////////
//
// 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.core.view {
import flash.display.Sprite;
import kabam.rotmg.core.model.ScreenModel;
import kabam.rotmg.core.signals.GotoPreviousScreenSignal;
import kabam.rotmg.core.signals.SetScreenSignal;
import robotlegs.bender.bundles.mvcs.Mediator;
public class ScreensMediator extends Mediator {
[Inje... |
/**
* MakingSoundsExample6.as by Lee Burrows
* Mar 26, 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, includi... |
package cj.video {
public final class TotalLine extends VideoBtn {
public function TotalLine() {
super(this.name);
}
}
}
|
package jaycsantos.util
{
import flash.display.Loader;
import flash.display.LoaderInfo;
import flash.errors.IOError;
import flash.events.Event;
import flash.events.IOErrorEvent;
import flash.net.URLRequest;
import flash.system.ApplicationDomain;
import flash.system.LoaderContext;
import flash.system.Security;... |
package maryfisher.framework.command.net {
/**
* ...
* @author mary_fisher
*/
public interface INetRequestCallback {
function onRequestReceived(cmd:NetCommand):void;
}
} |
/*
* 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
{
import com.yahoo.util.YUIBridge;
import flash.display.Loader;
import flash.display.Sprite;
import flash.display.StageAlign;
import flash.display.StageScaleMode;
import flash.events.DataEvent;
import flash.events.Event;
import flash.events.FocusEvent;
import flash.events.HTTPStatusEvent;
import ... |
package recastnavigation.detour.navmesh.enum
{
/**
* Vertex flags returned by dtNavMeshQuery::findStraightPath.
**/
public class DTStraightPathFlags
{
/** The vertex is the start position in the path. */
public static const DT_STRAIGHTPATH_START:int = 0x01;
/** The vertex i... |
/*
* Copyright 2014 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
////////////////////////////////////////////////////////////////////////////////
//
// 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) 2008, 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 condition... |
package kabam.rotmg.account.web.view {
import kabam.rotmg.account.core.Account;
import kabam.rotmg.account.web.signals.WebChangePasswordSignal;
import kabam.rotmg.appengine.api.AppEngineClient;
import kabam.rotmg.core.StaticInjectorContext;
import kabam.rotmg.core.signals.TaskErrorSignal;
import kabam.rotmg.dialogs.con... |
package com.codeazur.as3swf.data.actions.swf4
{
import com.codeazur.as3swf.data.actions.*;
public class ActionGetVariable extends Action implements IAction
{
public static const CODE:uint = 0x1c;
public function ActionGetVariable(code:uint, length:uint, pos:uint) {
super(code, length, pos);
}
ove... |
// Action script...
// [Initial MovieClip Action of sprite 20763]
#initclip 28
if (!dofus.utils.DofusTranslator)
{
if (!dofus)
{
_global.dofus = new Object();
} // end if
if (!dofus.utils)
{
_global.dofus.utils = new Object();
} // end if
var _loc1 = (_global.dofus.utils.Dof... |
package com {
import flash.events.Event;
import flash.html.HTMLLoader;
import flash.net.URLLoader;
import flash.net.URLRequest;
import mx.core.UIComponent;
public class HTMLUtils {
public static function load_pdf(url:String,width:Number,height:Number,callback:Function):* {
var request:URLRequest... |
package feathers.touchKeyboard.data
{
import flash.ui.KeyLocation;
import flash.ui.Keyboard;
import mx.utils.StringUtil;
import starling.textures.Texture;
public class KeyData implements IRenderableData
{
public static function createCharacterKey(charCode:uint,
caseSensitive:Boolean = false,
... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 swift.controller.event
{
import flash.events.Event;
import flash.events.IEventDispatcher;
import flash.events.MouseEvent;
public class UMouseEvent extends MouseEvent
{
static public const MOUSE_MOVE:String = "U_mouse_move";
static public const MOUSE_OVER:String = "U_mouse_over";
static publ... |
////////////////////////////////////////////////////////////////////////////////
// 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
/... |
/**
* 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... |
table snpMap
"SNP positions from various sources"
(
string chrom; "Reference sequence chromosome or scaffold"
uint chromStart; "Start position in chrom"
uint chromEnd; "End position in chrom"
string name; "Name of SNP - rsId or Affy name"
string source; "BAC_OVERLAP | MIXED | RANDOM | OTHER... |
package com.tinyspeck.engine.view.ui {
import com.tinyspeck.engine.event.TSEvent;
import flash.display.Graphics;
import flash.display.Sprite;
import flash.events.MouseEvent;
public class TabbedPane extends Sprite {
private var w:int;
private var h:int;
private var tab_h:int;
private var tab_w:in... |
package shop.view
{
import com.pickgliss.events.FrameEvent;
import com.pickgliss.ui.ComponentFactory;
import com.pickgliss.ui.LayerManager;
import com.pickgliss.ui.controls.alert.BaseAlerFrame;
import com.pickgliss.ui.core.Disposeable;
import com.pickgliss.ui.vo.AlertInfo;
import ddt.manager.Langua... |
package com.company.assembleegameclient.map {
import com.company.util.GraphicsUtil;
import flash.display.GraphicsGradientFill;
import flash.display.GraphicsPath;
import flash.display.IGraphicsData;
import flash.display.Shape;
public class GradientOverlay extends Shape {
private const gradientFill_:GraphicsGradie... |
//------------------------------------------------------------------------------
//
// Anthony Henderson Copyright 2012
// All rights reserved.
//
//------------------------------------------------------------------------------
package feathers.extension.ahhenderson.interfaces._deprecate {
import ahhen... |
// 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/.
var x = 10;
print(x | 4);
|
/*
* ______ _____ _______
* .-----..--.--..----..-----.| __ \ \| ___|
* | _ || | || _|| -__|| __/ -- | ___|
* | __||_____||__| |_____||___| |_____/|___|
* |__|
* $Id: SpotColor.as 238 2010-01-31 10:49:33Z alessandro.crugnola $
* $Author Alessandro Crugnola $... |
package common.models.map
{
import common.util.Util;
import flash.utils.Dictionary;
public class MapInfoData
{
public static const OPERATION_NOSELECT:int = 0;
public static const OPERATION_HEI:int = 1;
public static const OPERATION_OTSU:int = 2;
public... |
/**
* Created by bslote on 3/28/15.
*/
package pw.fractal.vbm.iterator
{
import pw.fractal.vbm.sequence.ISequence;
public class ReverseSequenceIterator extends AbstractIterator
{
private var _sequence:ISequence;
public function ReverseSequenceIterator(sequence:ISequence)
{
... |
package com.hp.asi.hpic4vc.ui.model
{
[Bindable]
[RemoteClass(alias="com.hp.asi.hpic4vc.provider.model.PieChartModel")]
/**
* A data model of header properties to display.
* This Flex class maps to the PieChartModel java type returned by
* the property provider in hpic4vc-provider.
*/
public cla... |
/* See LICENSE for copyright and terms of use */
import org.actionstep.color.view.ASColorPickerView;
import org.actionstep.NSColorPicker;
/**
* @author Scott Hyndman
*/
class org.actionstep.color.view.ASWheelColorPickerView extends ASColorPickerView {
//******************************************************
//*... |
package com.company.assembleegameclient.tutorial {
import com.company.assembleegameclient.objects.ObjectLibrary;
public class Requirement {
public var type_:String;
public var slot_:int = -1;
public var objectType_:int = -1;
public var objectName_:String = "";
public va... |
// makeswf -v 7 -s 200x150 -r 1 -o movie68.swf movie68.as
// note that the real checks are binary-modified to produce the desired tests.
// The branch offsets have been adjusted.
trace ("Check how jumping out of a With and back in works");
x = 0;
o = new Object ();
o.x = -10;
with (o) {
trace (x);
x++;
if (x > 1... |
package
{
import laya.net.Loader;
import laya.utils.Handler;
public class Loader_MultipleType
{
private const ROBOT_DATA_PATH:String = "../../../../res/skeleton/robot/robot.bin";
private const ROBOT_TEXTURE_PATH:String = "../../../../res/skeleton/robot/texture.png";
public function Loader_MultipleType()... |
package interactive.apartment.props.living_room
{
import interactive.base.Prop;
import starling.display.Image;
import assets.RileyApartmentAssets;
/**
* ...
* @author Shaun Stone
*/
public class LivingRoomSpeaker extends Prop
{
public static const SPEAKER_LEFT:String = ... |
package maryfisher.view.model3d {
import maryfisher.framework.view.IViewComponent;
/**
* ...
* @author mary_fisher
*/
public interface IView3D extends IViewComponent{
}
} |
////////////////////////////////////////////////////////////////////////////////
//
// 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 license... |
/*
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.skins
{
import feathers.display.Scale3Image;
import feathers.display.Scale9Image;
import f... |
package dom.tidesdk.ui
{
/**
* <p>An object representing a TrayItem in
* TideSDK.</p>
*/
public class TTray
{
//
// METHODS
//
/**
* <p>Get the hint for this TrayItem</p>
*
* @return String
*/
public function getHint():String { return ""; }
/**
* <p>Get the icon URL for this Tr... |
package com.flexcapacitor.managers
{
import com.flexcapacitor.controller.Console;
import com.flexcapacitor.controller.Radiate;
import com.flexcapacitor.utils.ClassLoader;
import com.flexcapacitor.utils.ClassRegistry;
import com.flexcapacitor.utils.DocumentTranscoder;
import flash.events.Event;
import flash.eve... |
package cc.gullinbursti.sorting {
//] includes [!]>
//]=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~.
import cc.gullinbursti.lang.Arrays;
//]~=~=~=~=~=~=~=~=~=~=~=~=~=~[]~=~=~=~=~=~=~=~=~=~=~=~=~=~[
/**
*
* @author Gullinbursti
*/
// <[!] class delaration [¡]>
public class Selecting extends BasicSorting {
//~~*~~*~... |
////////////////////////////////////////////////////////////////////////////////
//
// ADOBE SYSTEMS INCORPORATED
// Copyright 2007 Adobe Systems Incorporated
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file
// in accordance with the terms of the license agreement ac... |
/**
* User: booster
* Date: 8/29/13
* Time: 10:04
*/
package stork.transition {
public class EaseInElasticTransition implements ITweenTransition {
public function get name():String {
return "Ease In-Elastic";
}
public function value(v:Number):Number {
if (v == 0 || v == 1) {
... |
package com.ankamagames.dofus.network.messages.connection
{
import com.ankamagames.dofus.network.types.version.Version;
import com.ankamagames.jerakine.network.CustomDataWrapper;
import com.ankamagames.jerakine.network.ICustomDataInput;
import com.ankamagames.jerakine.network.ICustomDataOutput;
imp... |
// Decompiled by AS3 Sorcerer 6.08
// www.as3sorcerer.com
//kabam.rotmg.game.view.RealmQuestsDisplay
package kabam.rotmg.game.view
{
import flash.display.Sprite;
import io.decagames.rotmg.ui.labels.UILabel;
import flash.display.Graphics;
import flash.display.Bitmap;
import com.company.assemb... |
package net.sfmultimedia.argonaut.type
{
import flash.utils.getDefinitionByName;
import flash.utils.getQualifiedClassName;
public class VectorType implements DataType
{
private static const TYPE:String = "${TYPE}";
private static const VECTOR:String = "__AS3__.vec::Vector.<${TYPE}>";
... |
/*
* Tangible User Interfacer (former TouchAll) code.
*
* Copyright 2016 Gonçalo Amador <g.n.p.amador@gmail.com>
*
* 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... |
package kabam.rotmg.news.view {
import kabam.rotmg.dialogs.control.FlushPopupStartupQueueSignal;
import kabam.rotmg.news.controller.NewsDataUpdatedSignal;
import kabam.rotmg.news.model.NewsCellVO;
import kabam.rotmg.news.model.NewsModel;
import kabam.rotmg.news.services.GetAppEngineNewsTask;
import ro... |
package {
/**
* Projetile trajectory utils.
* @author maciek grzybowski, 10.11.13 14:29
*
*/
public class ProjectileUtils {
/**
* Checks if projectile can hit (x, y) coordinate with initial velocity length under given gravity.
* @param x
* @param y
... |
/* 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 MultipleCatchBlocksURI
{
public class URIErrors
{
var a:Number;
... |
class Star extends SMSMessage{
//Property names and types
var constellation:Constellation;
var x:Number;
var y:Number;
}
|
package
{
import org.flixel.*;
/**
* a patron is a kind of bar thing that makes the player lose
* only if it reaches the right edge of the bar.
* it can also be pushed back by mugs.
*/
public class Patron extends BarThing
{
public static var lengthSheetPart:Number = 4;
... |
/*
* MIT License
*
* Copyright (c) 2017 Digital Strawberry LLC
*
* 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,... |
/**
* 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 io.decagames.rotmg.ui.popups.modal {
import io.decagames.rotmg.ui.buttons.BaseButton;
import io.decagames.rotmg.ui.buttons.SliceScalingButton;
import io.decagames.rotmg.ui.defaults.DefaultLabelFormat;
import io.decagames.rotmg.ui.popups.modal.buttons.ClosePopupButton;
import io.decagames.rotmg.ui.texture.Textur... |
////////////////////////////////////////////////////////////////////////////////
//
// ADOBE SYSTEMS INCORPORATED
// Copyright 2005-2008 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... |
////////////////////////////////////////////////////////////////////////////////
//
// 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
... |
package cmodule.lua_wrapper
{
const _nofile_2E_3458_2E_b:int = gstaticInitter.alloc(1,1);
}
|
package devoron.data.core.base
{
import flash.events.Event;
import flash.events.EventDispatcher;
import org.aswing.event.AWEvent;
[Event(name="act",type="org.aswing.event.AWEvent")]
/**
* Компонент, который содержит только данные
* без представления.
* @author Devoron
*/
public class SimpleDataCompone... |
package com.playata.application.ui.elements.streaming
{
import com.playata.application.data.constants.CStreamingActor;
import com.playata.application.data.streaming.StreamingActor;
import com.playata.framework.localization.LocText;
import visuals.ui.elements.streaming.SymbolStreamingActorContentGeneric;
... |
package visuals.ui.dialogs
{
import com.playata.framework.display.Sprite;
import com.playata.framework.display.lib.flash.FlashDisplayObjectContainer;
import com.playata.framework.display.lib.flash.FlashLabel;
import com.playata.framework.display.lib.flash.FlashLabelArea;
import com.playata.framework.disp... |
package sk.yoz.ycanvas.demo.markers.valueObjects
{
public class FactoryData
{
public var layerMaxLevel:uint;
public var layerStep:uint;
public var partitionWidth:uint;
public var partitionHeight:uint;
public var partitionClass:Class;
}
} |
package com.company.assembleegameclient.ui.panels {
import com.company.assembleegameclient.game.GameSprite;
import com.company.assembleegameclient.ui.guild.GuildChronicleScreen;
import flash.events.MouseEvent;
import kabam.rotmg.text.model.TextKey;
public class GuildChroniclePanel extends ButtonPanel {
public ... |
package com.company.assembleegameclient.screens {
import com.company.rotmg.graphics.ScreenGraphic;
import flash.display.Sprite;
import flash.events.Event;
import flash.filters.DropShadowFilter;
import kabam.rotmg.text.view.TextFieldDisplayConcrete;
import kabam.rotmg.text.view.stringBuilder.LineBuilde... |
package qihoo.triplecleangame.protos {
import com.netease.protobuf.*;
import com.netease.protobuf.fieldDescriptors.*;
import flash.utils.Endian;
import flash.utils.IDataInput;
import flash.utils.IDataOutput;
import flash.utils.IExternalizable;
import flash.errors.IOError;
// @@protoc_insertion_point(imports)
... |
package com.explodingRabbit.cross.games
{
import com.explodingRabbit.cross.data.Consoles;
import com.explodingRabbit.cross.sound.Song;
import com.smbc.data.Themes;
import com.smbc.errors.SingletonError;
import com.smbc.graphics.ThemeGroup;
import flash.utils.Dictionary;
public class GameMegaMan7 extends Ga... |
/* 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... |
#include "DetectTiles.as"
const string supported = "supported by tiles";
void onInit(CBlob@ this)
{
this.getCurrentScript().tickFrequency = 5;
}
void onTick(CBlob@ this)
{
Vec2f tl, br;
CShape@ shape = this.getShape();
if (shape.isStatic())
{
shape.getBoundingRect(tl, br);
if (!DetectTil... |
/*
* Copyright 2014 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
package com.anjantek.controls.sliders.layouts
{
import flash.geom.Point;
public class HorizontalValueLayoutAlign
{
public static const LEFT: Point = new Point(-1, 0);
public static const CENTER: Point = new Point(-0.5, 0);
public static const RIGHT: Point = new Point(0, 0);
}
} |
/* ***** 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.playata.application.ui.dialogs
{
import com.playata.application.data.event.EventQuest;
import com.playata.application.data.event.EventQuestObjective;
import com.playata.application.data.user.User;
import com.playata.application.ui.elements.event.UiEventQuestButton;
import com.playata.applicat... |
/**
* Copyright 2010-2012 Singapore Management University
* Developed under a grant from the Singapore-MIT GAMBIT Game Lab
* 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/... |
package org.osflash.mixins
{
/**
* @author Simon Richardson - me@simonrichardson.info
*/
public final class MixinError extends Error
{
public static const IO_ERROR : int = 0x01;
public static const ERROR : int = 0x02;
public static const METHOD_GENERATOR_ERROR : int = 0x03;
public sta... |
/*
Feathers
Copyright 2012-2013 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... |
////////////////////////////////////////////////////////////////////////////////
// Copyright 2016 Prominic.NET, Inc.
//
// 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.ap... |
package com.company.assembleegameclient.ui.panels {
import com.company.assembleegameclient.game.GameSprite;
import com.company.assembleegameclient.ui.DeprecatedTextButton;
import flash.events.MouseEvent;
import flash.filters.DropShadowFilter;
import kabam.rotmg.text.view.TextFieldDisplayConcrete;
impo... |
class LevelExit: ScriptObject
{
String NextLevel;
String NextLevelTitle;
private bool isActive_;
private bool isComplete_;
private RigidBody@ rigidBody_;
LevelExit()
{
isActive_ = false;
isComplete_ = false;
}
void Start()
{
SubscribeToEvent("PowerActivated", "HandlePowerActivated");
SubscribeToEve... |
package static.chplayer.source.chaction.player {
/*
软件名称:chplayer
软件作者:http://www.chplayer.com
开源软件协议:Mozilla Public License, version 2.0(MPL 2.0)
MPL 2.0协议英文(原文,正本)查看地址:https://www.mozilla.org/en-US/MPL/2.0/
MPL 2.0协议中文(翻译)查看地址:http://www.chplayer.com/res/Mozilla_Public_License_2.0_Simplified_Chinese_Refer... |
package net.psykosoft.psykopaint2.core.drawing.brushes.strokes
{
import flash.display3D.Context3D;
import flash.display3D.Context3DVertexBufferFormat;
import flash.display3D.VertexBuffer3D;
import flash.display3D.textures.TextureBase;
import flash.geom.Rectangle;
import net.psykosoft.psykopaint2.core.configurati... |
package kabam.rotmg.language.control {
import kabam.lib.console.signals.HideConsoleSignal;
import kabam.lib.tasks.DispatchSignalTask;
import kabam.lib.tasks.TaskMonitor;
import kabam.lib.tasks.TaskSequence;
import kabam.rotmg.language.model.LanguageModel;
import kabam.rotmg.language.service.GetLanguageService;
import ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.