CombinedText stringlengths 4 3.42M |
|---|
////////////////////////////////////////////////////////////////////////////////
//
// 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.vo
{
import mx.collections.ArrayCollection;
public class DeploymentTaskVO
{
public var serverGuid:String;
public var uuid:String;
public var serverProvisioningJobId:String;
public var host:Array = new Array(); // HOSTDataVO
public var serve... |
/**
* User: Dave Long
* Date: 26/06/13
* Time: 19:02
*/
package com.sixfootsoftware.pitstop {
import org.flixel.FlxSprite;
public class StopWatchDisplay extends FlxSprite {
private var lastDisplay:uint = StopWatchTimer.STEPS;
private var stopWatchTimer:StopWatchTimer;
public funct... |
package
{
import flash.display.DisplayObject;
import flash.display.DisplayObjectContainer;
import flash.geom.Point;
public class PointEmitter
{
// sub-frame interpolation flag
public var useSubFrameInterpolation:Boolean = false;
// particles per second
public var emissionRate:Number = ... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 net.psykosoft.psykopaint2.home.signals
{
import net.psykosoft.psykopaint2.base.robotlegs.signals.TracingSignal;
public class NotifyHomeModuleDestroyedSignal extends TracingSignal
{
public function NotifyHomeModuleDestroyedSignal()
{
super();
}
}
}
|
// Copyright 2007. Adobe Systems Incorporated. All Rights Reserved.
package fl.events {
/**
* The DataChangeType class defines constants for the <code>DataChangeEvent.changeType</code>
* event. These constants are used by the DataChangeEvent class to identify the type
* of change that was applied to the data in... |
package com.ixiyou.speUI.core
{
/**
* 带销毁机制
* @author spe
*/
public interface IDestory
{
function destory():void
}
} |
package services.command.miscellaneous.vat
{
import com.adobe.cairngorm.control.CairngormEvent;
import services.business.miscellaneous.vat.VATDelegate;
import services.cairngorm.BaseCommand;
import services.events.miscellaneous.vat.AddVATEvent;
import services.vo.backend.VatObjectVO;
public class AddVATCommand e... |
package flash.globalization
{
import __AS3__.vec.*;
final public class LocaleID extends Object
{
public static const DEFAULT:String = "i-default";
public function LocaleID(param1:String)
{
this.ctor(param1);
return;
}// end function
... |
package ddt.events
{
import flash.events.Event;
public class GameEvent extends Event
{
public static const WIND_CHANGED:String = "windChanged";
public static const TURN_CHANGED:String = "turnChanged";
public static const READY_CHANGED:String = "readyChanged";
... |
/*
Weave (Web-based Analysis and Visualization Environment)
Copyright (C) 2008-2011 University of Massachusetts Lowell
This file is a part of Weave.
Weave is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License, Version 3,
as published by the Free Software ... |
package feathers.examples.componentsExplorer.screens
{
import feathers.controls.Button;
import feathers.controls.Header;
import feathers.controls.Label;
import feathers.controls.Panel;
import feathers.controls.PanelScreen;
import feathers.layout.AnchorLayout;
import feathers.layout.AnchorLayoutData;
import feat... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 org.ro.to {
import org.flexunit.Assert;
import org.ro.core.Menu;
public class MenuTest {
public function MenuTest() {
}
[Test(description="ensure MenuEntries are unique")]
public function testUnique():void {
//given:
var s1:Service = new Service(json1);
var m1:Vector.<I... |
package pl.asria.tools.factory
{
import flash.utils.Dictionary;
import flash.utils.getDefinitionByName;
/**
* ...
* @author Piotr Paczkowski
*/
public class Factory
{
public function Factory()
{
}
private static var liblary:Dictionary = new Dictionary();
/**
*
* @param type name... |
/**
* User: MerlinDS
* Date: 13.07.2014
* Time: 1:51
*/
package com.merlinds.miracle_tool.models {
import com.merlinds.miracle_tool.events.EditorEvent;
import com.merlinds.miracle_tool.models.vo.AnimationVO;
import com.merlinds.miracle_tool.models.vo.ElementVO;
import com.merlinds.miracle_tool.models.vo.SourceV... |
package com.hurlant.eval.ast
{
public interface IAstNamespace
{
}
} |
package org.spicefactory.parsley.pimento {
import org.flexunit.assertThat;
import org.hamcrest.object.equalTo;
import org.hamcrest.object.notNullValue;
import org.spicefactory.cinnamon.service.ServiceProxy;
import org.spicefactory.lib.errors.AbstractMethodError;
import org.spicefactory.parsley.core.context.Cont... |
/**
* 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 {
import flash.utils.Proxy;
import flash.utils.flash_proxy
class A extends Proxy {
var traitProperty;
function A () {
}
function traitFunction () {
trace("No Call Proxy AS3 Trait Function");
}
private function privateTraitFunction () {
trace("No Call Proxy AS3 Pr... |
package kabam.rotmg.ui.view {
import com.company.assembleegameclient.ui.dialogs.Dialog;
import flash.display.Sprite;
import org.osflash.signals.Signal;
import org.osflash.signals.natives.NativeMappedSignal;
public class CharacterSlotRegisterDialog extends Sprite {
private static const TE... |
package net.flashpunk.graphics
{
import flash.geom.Rectangle;
import net.flashpunk.FP;
/**
* Performance-optimized animated Image. Can have multiple animations,
* which draw frames from the provided source image to the screen.
*/
public class Spritemap extends Image
{
/**
* If the animation has stop... |
/*
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.data
{
import flash.errors.IllegalOperationError;
/**
* An <code>IListCollectionDataDesc... |
package com.joeberkovitz.moccasin.view
{
import com.joeberkovitz.moccasin.controller.IMoccasinController;
import com.joeberkovitz.moccasin.document.MoccasinDocument;
import com.joeberkovitz.moccasin.editor.MoccasinEditor;
import flash.display.Bitmap;
import flash.display.BitmapData;
import ... |
#include "Map.as"
shared class Gamemode
{
string name;
string shortName;
private MapGenerator@ mapgen;
Gamemode(MapGenerator@ mapgen)
{
@this.mapgen = mapgen;
}
void onInit(CRules@ this) {}
void onRestart(CRules@ this) {}
void onTick(CRules@ this) {}
void onNewPlayerJoin(CRules@ this, CPlayer@ player) {... |
/*
* 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 copy... |
package kabam.rotmg.dailyLogin.message {
import flash.utils.IDataInput;
import kabam.rotmg.messaging.impl.incoming.IncomingMessage;
public class ClaimDailyRewardResponse extends IncomingMessage {
public var itemId:int;
public var quantity:int;
public var gold:... |
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
////////////////////////////////////////////////////////////////////////////////
//
// 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.tinyspeck.engine.net
{
public class NetOutgoingItemstackModifyVO extends NetOutgoingMessageVO
{
public var itemstack_tsid:String;
public var x:int;
public var y:int;
public var s:String;
public var props:*;
public var no_merge:*;
public function NetOutgoingItemstackModifyVO(itemstack_tsid... |
/*
* Copyright 2008 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... |
package com.catalystapps.gaf.data.config
{
/**
* @private
*/
public class CAnimationObject
{
//--------------------------------------------------------------------------
//
// PUBLIC VARIABLES
//
//--------------------------------------------------------------------------
//----------------------... |
/*
* 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
... |
/*
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. The ASF licenses this file to You
* under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*... |
package org.gestouch.gestures
{
import org.gestouch.core.GestureState;
import org.gestouch.core.Touch;
import flash.events.TimerEvent;
import flash.utils.Timer;
/**
* TODO:
* - add numTapsRequired
*
* @author Pavel fljot
*/
public class LongPressGesture extends AbstractContinuousGesture
{
protected... |
/*
Copyright (c) 2009 Yahoo! Inc. All rights reserved.
The copyrights embodied in the content of this file are licensed under the BSD (revised) open source license
*/
package com.yahoo.astra.fl.controls
{
import com.yahoo.astra.fl.controls.tabBarClasses.TabButton;
import com.yahoo.astra.fl.events.TabBarEvent;
i... |
package serverProto.activity
{
import com.netease.protobuf.Message;
import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_UINT32;
import com.netease.protobuf.fieldDescriptors.RepeatedFieldDescriptor$TYPE_MESSAGE;
import com.netease.protobuf.WireType;
import com.netease.protobuf.WritingBuffer;... |
/*
* HumboldtJSDOM
* http://humboldtjs.com/
*
* Copyright (c) 2012 Daniël Haveman
* Licensed under the MIT license
* http://humboldtjs.com/license.html
*/
package dom.domobjects
{
public class HTMLMetaElement extends HTMLElement
{
// Meta Object Properties
/** Sets or returns the value of the content attribute o... |
/**
* This class provides listener and close button behaviour for simple pop ups.
*
* @langversion ActionScript 3.0
* @playerversion Flash 9.0
* @author David Cary
* @since 04.09.2010
*/
package com.neopets.games.marketing.destination.capriSun.disrespectoids.widgets
{
//-------------------------------------... |
package kabam.rotmg.assets {
import mx.core.ByteArrayAsset;
[Embed(source="projectiles.txt", mimeType="application/octet-stream")]
public class projectiles extends ByteArrayAsset {
public function projectiles() {
super();
}
}
} |
////////////////////////////////////////////////////////////////////////////////
//
// ADOBE SYSTEMS INCORPORATED
// Copyright 2005-2007 Adobe Systems Incorporated
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file
// in accordance with the terms of the license agreeme... |
// Sample for note on ecxeption mode
package {
import flash.display.Sprite;
import flash.text.TextField;
import flash.events.*;
import org.si.sion.*;
import org.si.sion.utils.SiONPresetVoice;
public class NoteOnException extends Sprite {
// driver
public var driver:SiON... |
package
{
import flash.display.MovieClip;
[SWF(frameRate="60")]
public class AirWrapper extends MovieClip
{
[Embed(source="../../particle_explorer/bin/app.swf")]
private var swf:Class;
public function AirWrapper()
{
addChild(new swf());
}
}
}
|
package
{
import spriteflexjs.Stats;
import flash.display.Sprite;
import flash.events.Event;
import flash.net.URLVariables;
import flash.utils.Timer;
public class Main extends Sprite
{
private var arr:Array = [0];
private var arr2:Float32Array = new Float32Array(1);
public function Main() {
var v:UR... |
package org.as3wavsound.sazameki.format.wav {
import org.as3wavsound.sazameki.core.AudioSamples;
import org.as3wavsound.sazameki.core.AudioSetting;
import org.as3wavsound.sazameki.format.riff.Chunk;
import org.as3wavsound.sazameki.format.riff.RIFF;
import org.as3wavsound.sazameki.format.wav.chunk.WavdataChunk... |
package com.senocular.display
{
import flash.display.DisplayObjectContainer;
import flash.display.Stage;
import flash.events.Event;
import flash.events.EventPhase;
import flash.events.MouseEvent;
import flash.geom.Matrix;
import flash.geom.Point;
import flash.geom.Rectangle;
import flash.utils.Dictionary;
i... |
/*
as3isolib - An open-source ActionScript 3.0 Isometric Library developed to assist
in creating isometrically projected content (such as games and graphics)
targeted for the Flash player platform
http://code.google.com/p/as3isolib/
Copyright (c) 2006 - 2008 J.W.Opitz, All Rights Reserved.
Permission is hereby gr... |
/* 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-2";
// var VERSION = "ECMA_1";
// var TITLE = "... |
#include "as_font.as"
funcdef shape2d@ LiberationSerif_BoldItalic_funcdef();
class LiberationSerif_BoldItalic : as_font {
map<string,LiberationSerif_BoldItalic_funcdef@> char;
shape2d@ character(const string &in c)
{
LiberationSerif_BoldItalic_funcdef@ f = char.find(c);
return (@f != null)? ... |
// Bolter.as
#include "MechanismsCommon.as";
#include "ArcherCommon.as";
class Bolter : Component
{
u16 id;
f32 angle;
Vec2f offset;
Bolter(Vec2f position, u16 _id, f32 _angle, Vec2f _offset)
{
x = position.x;
y = position.y;
id = _id;
angle = _angle;
offset = _offset;
}
void Activate(CBlob@ this)... |
class C { string s; }
|
package mm.utils
{
import flash.filesystem.*;
import flash.net.*;
import flash.utils.*;
public class FileUtilities
{
public static function getFileName(file:File):String
{
if (!file) return "";
var fileName:String = file.nativePath;
if (fileName.indexOf("\\") != -1) return fileName.split("\\").pop... |
/**
* This class provides listener and close button behaviour for simple pop ups.
*
* @langversion ActionScript 3.0
* @playerversion Flash 9.0
* @author David Cary
* @since 04.09.2010
*/
package com.neopets.games.marketing.destination.capriSun.disrespectoids.widgets.feed
{
//--------------------------------... |
//------------------------------------------------------------------------------
// Copyright (c) 2011 the original author or authors. All Rights Reserved.
//
// NOTICE: You are permitted to use, modify, and distribute this file
// in accordance with the terms of the license agreement accompanying it.
//--------... |
/**
* MyClient2地图编辑器 - Copyright (c) 2010 王明凡
*/
package com.vo
{
/**
* 验证字段
* @author 王明凡
*/
public class ValidateVO
{
//ID
public var id:String;
//内容
public var text:String;
//是否空验证
public var is_Null:Boolean;
//是否大于0验证
public var is_MaxZero:Boolean;
}
} |
/* ***** 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.osflash.signals
{
import asunit.asserts.assertEquals;
import asunit.asserts.assertTrue;
import asunit.framework.IAsync;
/**
* @author Simon Richardson - simon@ustwo.co.uk
*/
public class MonoSignalDispatchExtraArgsTest
{
[Inject]
public var async:IAsync;
public var completed:MonoSignal;
... |
/*
* 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,
... |
/*
Copyright (c) 2009 Yahoo! Inc. All rights reserved.
The copyrights embodied in the content of this file are licensed under the BSD (revised) open source license
*/
package com.yahoo.astra.mx.core
{
/**
* A non-public namespace used by Flex classes and components developed by
* Yahoo! Inc. In general,... |
package away3d.core.render
{
import away3d.core.managers.Stage3DProxy;
import away3d.debug.Debug;
import away3d.textures.Texture2DBase;
import com.adobe.utils.AGALMiniAssembler;
import flash.display3D.Context3D;
import flash.display3D.Context3DProgramType;
import flash.display3D.Context3DTextureFormat;
impo... |
package com.serialization
{
public interface IXMLDeserializable
{
function deserializeFromXML( xml : XML ) : void;
}
} |
/* 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 PublicFunctionName {
public function C1 () { return "C1"; }
public function pubC1 () { return C1();... |
/**
* HMAC
*
* An ActionScript 3 interface for HMAC & MAC
* implementations.
*
* Loosely copyrighted by Bobby Parker
*
* See LICENSE.txt for full license information.
*/
/*[IF-FLASH]*/package com.hurlant.crypto.hash
{
import flash.utils.ByteArray;
public interface IHMAC
{
function getHashSize():uin... |
package com.ankamagames.dofus.misc.lists
{
import com.ankamagames.berilia.types.data.Hook;
public class CustomUiHookList
{
public static const FoldAll:String = "FoldAll";
public static const SpellMovementAllowed:String = "SpellMovementAllowed";
public stati... |
package me.rainssong.events
{
import flash.display.DisplayObject;
import flash.display.DisplayObjectContainer;
import flash.events.Event;
import me.rainssong.utils.Directions;
/**
* ...
* @author Rainssong
*/
public class SwitchSceneEvent extends Event
{
static public const SWITCH_SCENE:String = ... |
package org.arisgames.editor.view
{
import flash.events.Event;
import flash.events.MouseEvent;
import mx.containers.HBox;
import mx.containers.Panel;
import mx.controls.Alert;
import mx.controls.Button;
import mx.controls.CheckBox;
import mx.controls.ComboBox;
import mx.controls.DataGrid;
import mx.contro... |
package Ankama_Common.ui
{
import com.ankamagames.berilia.api.UiApi;
import com.ankamagames.berilia.components.InputComboBox;
import com.ankamagames.berilia.components.Label;
import com.ankamagames.berilia.types.graphic.ButtonContainer;
import com.ankamagames.berilia.types.graphic.GraphicContainer;... |
package {
class LzStyleSheet {
function LzStyleSheet ($0, $1, $2, $3) {
this.type = $3;
this.disabled = false;
this.ownerNode = null;
this.parentStyleSheet = null;
this.href = $1;
this.title = $0;
this.media = $2
}var type = null;var disabled = null;var ownerNode = null;var parentStyleSheet = null;var href = ... |
//
// $Id$
package com.threerings.msoy.item.client {
public interface ExternalMediaDisplayer
{
function displayExternal (data :Object) :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... |
package ca.juliolopez.ui.audiocontrol {
import flash.display.MovieClip;
import flash.display.Sprite;
import flash.events.Event;
import flash.events.MouseEvent;
import flash.geom.Rectangle;
public class AudioControl extends MovieClip {
public var isMute:Boolean;
public var isOpen:Boole... |
module libc { extern let exit(int32); }
let main(): int -> {
let res: int32 = 30;
libc.exit(res);
return -1;
}
|
// =================================================================================================
//
// Starling Framework
// Copyright 2011-2014 Gamua. All Rights Reserved.
//
// This program is free software. You can redistribute and/or modify it
// in accordance with the terms of the accompanying license agreemen... |
package api.com.odnoklassniki.core
{
import api.com.odnoklassniki.events.ApiCallbackEvent;
import api.com.odnoklassniki.events.ApiServerEvent;
import api.com.odnoklassniki.Odnoklassniki;
import api.com.adobe.crypto.MD5;
import flash.events.Event;
import flash.events.StatusEvent;
import flash.events.TimerEvent;
... |
package com.ankamagames.dofus.network.messages.game.friend
{
import com.ankamagames.jerakine.network.CustomDataWrapper;
import com.ankamagames.jerakine.network.ICustomDataInput;
import com.ankamagames.jerakine.network.ICustomDataOutput;
import com.ankamagames.jerakine.network.INetworkMessage;
impor... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 starling.display.materials
{
import starling.display.shaders.IShader;
public class FlatColorMaterial extends StandardMaterial
{
public function FlatColorMaterial(color:uint = 0xFFFFFF)
{
this.color = color;
}
}
} |
; HI-TECH C Compiler for PIC10/12/16 MCUs V9.83
; Copyright (C) 1984-2011 HI-TECH Software
; Auto-generated runtime startup code for final link stage.
;
; Compiler options:
;
; -obootloader.cof -mbootloader.map --summary=default --output=default \
; main.p1 --chip=12LF1822 -P --runtime=default \
; --opt=def... |
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
/*
* _________ __ __
* _/ / / /____ / /________ ____ ____ ___
* _/ / / __/ -_) __/ __/ _ `/ _ `/ _ \/ _ \
* _/________/ \__/\__/\__/_/ \_,_/\_, /\___/_//_/
* /___/
*
* Tetragon : Game Engine for multi-platform ActionScript projects.
* ... |
package idv.cjcat.stardust.common.initializers {
import idv.cjcat.signals.ISignal;
import idv.cjcat.signals.Signal;
import idv.cjcat.stardust.common.particles.InfoRecycler;
import idv.cjcat.stardust.common.particles.Particle;
import idv.cjcat.stardust.common.particles.ParticleCollection;
import idv.cjcat.stardus... |
/**
* Copyright (c) 2009 apdevblog.com
*
* 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... |
////////////////////////////////////////////////////////////////////////////////
//
// ADOBE SYSTEMS INCORPORATED
// Copyright 2003-2007 Adobe Systems Incorporated
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file
// in accordance with the terms of the license agreeme... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 visuals.ui.elements.emoticos
{
import com.playata.framework.display.Sprite;
import com.playata.framework.display.lib.flash.FlashDisplayObjectContainer;
import com.playata.framework.display.lib.flash.FlashSprite;
import flash.display.MovieClip;
import visuals.ui.base.SymbolPlaceholderGeneric;
... |
package services.vo.backend
{
//[RemoteClass(alias="MapVatObject")]
[Bindable]
public class MiscellaneousObjectVO
{
public var currPage:int;
public var pageNames:Array=["Countries and Regions", "Languages", "Nationalities", "VAT", "Loyalty Programs", "Salutation"];
public function MiscellaneousObjec... |
/*
Copyright 2012-2013 Renaun Erickson
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, sof... |
/*
* The MIT License
*
* Copyright (c) 2007 The SixDegrees Project Team
* (Jason Bellone, Juan Rodriguez, Segolene de Basquiat, Daniel Lang).
*
* 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... |
// Decompiled by AS3 Sorcerer 6.08
// www.as3sorcerer.com
//kabam.rotmg.assets.EmbeddedAssets_candyDoughnut2Embed_
package kabam.rotmg.assets
{
import mx.core.ByteArrayAsset;
[Embed(source="EmbeddedAssets_candyDoughnut2.dat", mimeType="application/octet-stream")]
public class EmbeddedAssets_candyDoughnut2Em... |
/**
* Hex
*
* Utility class to convert Hex strings to ByteArray or String types.
* Copyright (c) 2007 Henri Torgemane
*
* See LICENSE.txt for full license information.
*/
package com.Rijndael.util
{
import flash.utils.ByteArray;
public class Hex
{
/**
* Support straight hex, or colon-laced hex.
* ... |
/**
* HSlider.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, copy, mo... |
;
;********************************************************************************************************
; uC/Probe Communication
;
; Copyright 2007-2020 Silicon Laboratories Inc. www.silabs.com
;
; SPDX-License-Identifier: APAC... |
package org.flexlite.domUI.managers.impl
{
import flash.display.DisplayObject;
import flash.display.DisplayObjectContainer;
import flash.events.Event;
import flash.events.EventDispatcher;
import flash.utils.Dictionary;
import org.flexlite.domUI.components.Rect;
import org.flexlite.domUI.core.DomGlobal... |
package chat.protocol.friendinvite.data
{
import chat.protocol.common.JsonifiedMessage;
import chat.protocol.user.data.User;
public class FriendInvite extends JsonifiedMessage
{
public var inviter:User;
public var recipient:User;
public functio... |
package learnmath.mathml.formula.layout{
/*-------------------------------------------------------------
Created by: Ionel Alexandru
Mail: ionel.alexandru@gmail.com
Site: www.learn-math.info
---------------------------------------------------------------*/
import learnmath.mathml.formula.*;
import learnmath.mathml.... |
package away3d.core.partition
{
import away3d.arcane;
import away3d.core.traverse.PartitionTraverser;
import away3d.entities.Entity;
import flash.geom.Vector3D;
use namespace arcane;
public class ViewVolumeRootNode extends NodeBase
{
// todo: provide a better data structure to find the containing view vo... |
/* 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 org.mangui.hls.event {
/** Identifiers for the different stream types. **/
public class HLSMediatim... |
package com.d_project.qrcode {
/**
* マスクパターン.
* @author Kazuhiko Arase
*/
internal class MaskPattern {
/**
* マスクパターン000
*/
public static const PATTERN000 : int = 0;
/**
* マスクパターン001
*/
public static const PATTERN001 : int = 1... |
package com.axiomalaska.crks.dto {
// Generated May 28, 2011 5:53:51 PM
import com.axiomalaska.crks.dto.OgcLayer;
import mx.collections.ArrayCollection;
[Bindable]
public class RasterLayerGenerated extends OgcLayer {
public var idModelVariable:int;
public var modelVariable:ModelVariable;
public var wcsUrl:Stri... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.