text stringlengths 4 1.04M |
|---|
/* ***** 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 metaswarm.node.components.icon {
import flash.display.DisplayObject;
import flash.display.Graphics;
import flash.display.Shape;
import flash.display.Sprite;
public class IconMaker extends Sprite{
public var icon:Icon;
public function IconMaker(icon:Icon):void{
this.icon = icon;
ini... |
/*
* Copyright (c) 2012 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 org.swiftsuspenders.dependencyproviders
{
import flash.utils.Dictionary;
import org.swiftsuspender... |
/*
* Copyright the original author or authors.
*
* Licensed under 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/MPL-1.1.html
*
* Unless require... |
package {
import flash.display.*;
import flash.events.Event;
import flash.text.TextField;
import flash.utils.getDefinitionByName;
import flash.events.*;
public class Preloader extends MovieClip {
private var tf:TextField;
public function Preloader() {
stop();
stage.scaleMode = StageSc... |
package common
{
public class RCommonData
{
public static var CarName:String = "Elephont";
public var TrackID:int = 0;
public function RCommonData()
{
super();
}
}
}
|
package eu.stefaner.relationbrowser.encoders {
import flare.vis.data.Data;
import flare.vis.operator.encoder.PropertyEncoder;
/**
* @author mo
*/
public class Encoders {
public static function getScaleEdgesByGraphDistanceEncoder(max : Number, min : Number, showOuterEdges : Boolean = true) : PropertyEncoder ... |
/*
* Scratch Project Editor and Player
* Copyright (C) 2014 Massachusetts Institute of Technology
*
* 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 (... |
package com.ankamagames.dofus.network.messages.game.context.roleplay.paddock
{
import com.ankamagames.jerakine.network.CustomDataWrapper;
import com.ankamagames.jerakine.network.ICustomDataInput;
import com.ankamagames.jerakine.network.ICustomDataOutput;
import com.ankamagames.jerakine.network.INetwork... |
package com.citrusengine.objects.platformer.awayphysics {
import awayphysics.data.AWPCollisionFlags;
import awayphysics.events.AWPEvent;
import com.citrusengine.objects.AwayPhysicsObject;
import org.osflash.signals.Signal;
/**
* @author Aymeric
*/
public class Sensor extends AwayPhysicsObject... |
package cmodule.decry
{
import avm2.intrinsics.memory.li32;
import avm2.intrinsics.memory.li8;
import avm2.intrinsics.memory.si32;
public final class FSM_malloc_pages extends Machine
{
public function FSM_malloc_pages()
{
super();
}
public static... |
package pl.mateuszmackowiak.nativeANE
{
public namespace nativeDialogNamespace = "http://mateuszmackowiak.art.pl/as/namespaces/nativeANE/nativedialog_namespace";
} |
// (c) Alexandre Fenyo 2012, 2013, 2014, 2015, 2016 - alex@fenyo.net - http://fenyo.net - GPLv3 licensed
////////////////////////////////////////////////////////////////////////////////
//
// ADOBE SYSTEMS INCORPORATED
// Copyright 2010 Adobe Systems Incorporated
// All Rights Reserved.
//
// NOTICE: Adobe p... |
/*
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.controls.text
{
import feathers.core.IFeathersControl;
import feathers.core.ITextRenderer;
... |
package
{
import flash.net.SharedObject;
import flash.display.Sprite;
import flash.net.URLRequest;
import flash.events.Event;
import flash.display.LoaderInfo;
import flash.display.Loader;
import flash.system.Security;
public class API extends Sprite
{
private static var local:Boolean;
public... |
/**
* CHANGELOG:
*
* 2011-12-01 11:38: Create file
*/
package pl.asria.tools.managers.animation
{
import com.greensock.easing.Linear;
import com.greensock.TweenLite;
import flash.display.MovieClip;
import flash.display.Sprite;
import flash.events.EventDispatcher;
import flash.events.TimerEvent;
import flash.geo... |
/**
* Created by christoferdutz on 02.08.16.
*/
package org.dukecon.services {
import flash.events.EventDispatcher;
import flash.events.NetStatusEvent;
import flash.net.SharedObject;
import flash.net.SharedObjectFlushStatus;
import flash.utils.getQualifiedClassName;
import mx.collections.ArrayCollection;
import mx.... |
// =================================================================================================
//
// Starling Framework
// Copyright Gamua GmbH. All Rights Reserved.
//
// This program is free software. You can redistribute and/or modify it
// in accordance with the terms of the accompanying license agreement.
//... |
/**
* DESKey
*
* An Actionscript 3 implementation of the Data Encryption Standard (DES)
* Copyright (c) 2007 Henri Torgemane
*
* Derived from:
* The Bouncy Castle Crypto package,
* Copyright (c) 2000-2004 The Legion Of The Bouncy Castle
* (http://www.bouncycastle.org)
*
* See LICENSE.txt for full l... |
package net.chars{
import flash.display.Loader;
import flash.net.URLRequest;
public class sanji extends charsel {
var getSth:String = "a";
static var skill1dmg = 10;
public function sanji() {
}
static var kind = "healer";
function skill1() {
kind = "success!";
}
private function skill... |
package elements.axis {
import string.Utils;
public class XLabelStyle
{
public var size:Number = 10;
public var colour:Number = 0x000000;
public var vertical:Boolean = false;
public var diag:Boolean = false;
public var step:Number = 1;
public var show_labels:Boolean;
public function XL... |
package libs.utils
{
import flash.events.Event;
import flash.events.HTTPStatusEvent;
import flash.events.IOErrorEvent;
import libs.vo.GlobalsVO;
import mx.containers.Canvas;
import mx.controls.Image;
public class PreloadGraphics
{
private var _assetsRemaining:int = 0;
private... |
package age.data.objectStates
{
public interface IAttackState
{
}
} |
package {
import flash.display.Sprite;
public class Main {
public function Main() {
var foo:Vector.<Sprite> = foo()
}
public function foo():Vector.<Sprite> { return new <Sprite>[new Sprite()]; }
}
} |
package fairygui
{
import flash.geom.Point;
import fairygui.event.GTouchEvent;
import fairygui.event.StateChangeEvent;
import fairygui.utils.GTimers;
[Event(name = "stateChanged", type = "fairygui.event.StateChangeEvent")]
public class GSlider extends GComponent
{
public static const BAR_MOUSE_UP:String = ... |
package cmodule.lua_wrapper
{
const __2E_str10392:int = gstaticInitter.alloc(8,1);
}
|
package framework.module
{
import mx.collections.ArrayCollection;
[Bindable]
public class ReportsModule
{
public var currPage:int = 0;
public var pageNames:Array = ["Reports"];
public var itemTree:Array = [];
}
} |
package com.greensock.easing {
public class Cubic extends FastEase {
public static const power:uint = 2;
public static function easeIn (t:Number, b:Number, c:Number, d:Number):Number {
return c*(t/=d)*t*t + b;
}
public static function easeOut (t:Number, b:Number, c:Number, d:Number):Number {
return ... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 Ankama_Social.ui
{
import Ankama_Common.Common;
import com.ankamagames.berilia.api.UiApi;
import com.ankamagames.berilia.components.Grid;
import com.ankamagames.berilia.components.Label;
import com.ankamagames.berilia.components.Texture;
import com.ankamagames.berilia.enums.StrataEnum;
... |
package flare.util
{
/**
* Utility methods for working with Date instances.
*/
public class Dates
{
// enumerated constants
/** Constant indicating a time span of one or more years. */
public static const YEARS:int = 0;
/** Constant indicating a time span on the order of months. */
p... |
/**
* Created by varadig on 28/11/14.
*/
package com.greensock {
import core.base.CoreBaseClassFactory;
import core.base.CoreCallback;
import core.context.CoreContext;
import core.service.CoreServiceContainer;
public class CoreTweenMax extends TweenMax {
public var sc:CoreServiceContainer;
public var context... |
////////////////////////////////////////////////////////////////////////////////
//
// NOTEFLIGHT LLC
// Copyright 2009 Noteflight LLC
//
// 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 PARTI... |
package asx.string
{
import asx.array.map;
/**
* Converts a String with a word or phrase to a CamelCaseString.
*
* Words can be separated by spaces, underscores and hyphens.
*
* @param value String to camelize.
* @param lowerCaseFirstWord Indicates if the first word should be lowercase or camel cased. ... |
/*
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.containers {
import fl.core.UIComponent;
import com.yahoo.astra.containers.formClasses.FormEventObserver;
import c... |
/*
* 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 licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
////////////////////////////////////////////////////////////////////////////////
//
// 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.ankamagames.dofus.network.messages.game.inventory.items
{
import com.ankamagames.jerakine.network.CustomDataWrapper;
import com.ankamagames.jerakine.network.ICustomDataInput;
import com.ankamagames.jerakine.network.ICustomDataOutput;
import com.ankamagames.jerakine.network.INetworkMessage;
... |
package
{
import org.flixel.*;
/**
* ...
* @author Nicholas 'A' Feinberg
*/
public class SelectField extends FlxGroup
{
[Embed(source = "/images/UI/scroll_up.png")] private static const up_png:Class;
[Embed(source = "/images/UI/scroll_down.png")] private static const down_png:Class;
... |
/*
* Copyright (c) 2009 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 org.robotlegs.core
{
import flash.display.DisplayObjectContainer;
/**
* The Robotlegs Mediato... |
/*
Copyright (c) 2006. 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 conditions... |
package laya.d3.core.light {
import laya.d3.core.render.RenderState;
import laya.d3.core.scene.Scene;
import laya.d3.math.Matrix4x4;
import laya.d3.math.Vector3;
import laya.d3.shader.ShaderCompile3D;
import laya.d3.shader.ValusArray;
import laya.events.Event;
/**
* <code>SpotLight</code> 类用于创建聚光。... |
package components.primitives
{
import com.utils.NumberUtils;
import flash.display.Graphics;
import flash.display.GraphicsPathCommand;
import spark.primitives.supportClasses.FilledElement;
public class LineFilledRectangle extends FilledElement
{
/**
* Интервал расположения прямых
*/
private var... |
////////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2010-2011 Esri
//
// All rights reserved under the copyright laws of the United States.
// You may freely redistribute and use this software, with or
// without modification, provided you include the original copyright
... |
/* 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/. */
include "unicodeUtil.as";
include "unicodeNegativeUtil.as";
// var SECTION = "Katakana Phonetic Extensions";
// 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/. */
include "unicodeUtil.as";
include "unicodeNegativeUtil.as";
// var SECTION = "Miscellaneous Mathematical Symbols-A... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 kabam.rotmg.messaging.impl.outgoing {
import flash.utils.IDataOutput;
import kabam.rotmg.messaging.impl.data.WorldPosData;
public class GroundDamage extends OutgoingMessage {
public var time_:int;
public var position_:WorldPosData;
public function Grou... |
/**
MIT License
Copyright (c) 2020 Xamarin
Copyright (c) 2020 Eli Aloni (https://github.com/elix22)
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 ... |
package be.boulevart.as3.security {
/**
* Encodes and decodes a Goauld string.
* @authors Sven Dens - http://www.svendens.be
* @version 0.1
*/
public class Goauld {
/**
* Variables
* @exclude
*/
public static var shiftValue:Number = 6;
/**
* Encodes and decodes a Goauld string with the characte... |
package
{
import flash.display.MovieClip;
public dynamic class down_id_small extends MovieClip
{
public function down_id_small()
{
super();
addFrameScript(0,this.frame1,1,this.frame2,2,this.frame3);
}
function frame1() : *
{
sto... |
////////////////////////////////////////////////////////////////////////////////
//
// 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-2013 Regents of the University of Minnesota.
For licensing terms, see the file LICENSE. */
// Configuration and defaults
//
// NOTE: This file is for instance-wide configuration, i.e., things you don't
// need to customize when you install Cyclopath (use Conf_Instance.as
// for tha... |
package com.splunk.skins
{
import com.jasongatt.core.ObservableProperty;
import com.jasongatt.layout.Margin;
import com.splunk.utils.Style;
public class LabelButtonSkin extends ButtonSkin
{
// Private Properties
private var _upLabelStyle:ObservableProperty;
private var _overLabelStyle:ObservableProperty;... |
/*
* Copyright 2009 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... |
package kabam.rotmg.arena.model {
import io.decagames.rotmg.pets.data.PetsModel;
import kabam.rotmg.assets.services.CharacterFactory;
import kabam.rotmg.classes.model.CharacterSkin;
import kabam.rotmg.classes.model.ClassesModel;
import kabam.rotmg.game.model.GameModel;
import org.osflash.signals.Signal;
public class... |
package components.sequencer.timeline
{
public class TimeLineScrollMode
{
/*
Перечисления режимов поведения при перемещении ползунка воспроизведения во время воспроизведения
*/
/**
* Автопрокурутка отключена
*/
public static const NO_SCROLL : int = 0;
/**
* При прокрутке курсо... |
package ruby.internals
{
public class RNumber extends Value
{
public var value:Number;
public function RNumber(value:Number=NaN)
{
super();
this.value = value;
}
}
}
|
package kabam.rotmg.core.service {
import com.company.assembleegameclient.appengine.SavedCharactersList;
import com.company.assembleegameclient.parameters.Parameters;
import com.company.util.MoreObjectUtil;
import kabam.lib.tasks.BaseTask;
import kabam.rotmg.account.core.Account;
import kabam.rotmg.appengine.api.AppE... |
package com.tourism_in_lviv.air.utils
{
import flash.utils.getTimer;
/**
*
* @author Ihor Khomiak
*/
public class GeneralUtils
{
/**
*
* @param ms
*/
public static function sleep( ms:int ):void
{
var init:int = getTimer();
while( true )
{
if(getTimer() - ini... |
/* -*- c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 4 -*- */
/* vi: set ts=4 sw=4 expandtab: (add to ~/.vimrc: set modeline modelines=5) */
/* 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... |
class NvgPanel
{
vec2 m_pos;
vec2 m_size;
void InternalRender()
{
vec2 screenSize = vec2(Draw::GetWidth(), Draw::GetHeight());
vec2 pos = m_pos * (screenSize - m_size);
nvg::Translate(pos.x, pos.y);
Render();
nvg::ResetTransform();
}
void OnSettingsChanged() {}
void Render() {}
void Update(float dt,... |
package gs.display.button
{
import flash.events.MouseEvent;
public class PushButton extends ClipButton
{
protected var _pushed:Boolean;
public function get pushed():Boolean
{
return _pushed;
}
public function set pushed(val:Boolean):void
{
_pushed=val;
}
override protected function... |
package h2olib.control.itemRenderer.dataGrid
{
import flash.display.DisplayObject;
import flash.events.MouseEvent;
import mx.controls.listClasses.BaseListData;
import mx.controls.listClasses.IDropInListItemRenderer;
import mx.controls.listClasses.IListItemRenderer;
import mx.core.UIComponent;
... |
package com.doitflash.mobileProject.commonFcms.install
{
import com.doitflash.consts.Position;
import com.doitflash.mobileProject.commonFcms.events.InstallEvent;
import flash.display.Sprite;
import flash.events.Event;
import flash.events.MouseEvent;
import com.doitflash.text.modules.MySprite;
import com.doit... |
package
{
import flash.display.*;
import flash.events.*;
import flash.net.*;
import flash.text.*;
import flash.system.*;
import sfw.*;
import sfw.textformat.*;
import sfw.net.*;
import pupil.reaction.*;
import pupil.teacher.*;
public class teacher extends MovieClip
{
private var screen:SFS... |
package ru.inspirit.gpu.image.filters
{
import flash.display3D.Context3D;
import ru.inspirit.gpu.image.GPUImageFilter;
import ru.inspirit.gpu.image.IGPUImageProcessor;
/**
* ...
* @author Eugene Zatepyakin
*/
public class GPUImage3x3Convolution extends GPUImageFilter
{
inter... |
/*
* VERSION:3.0
* DATE:2014-10-15
* ACTIONSCRIPT VERSION: 3.0
* UPDATES AND DOCUMENTATION AT: http://www.wdmir.net
* MAIL:mir3@163.com
*/
package com.greensock.core {
import com.greensock.*;
/**
* TweenCore is the base class for all TweenLite, TweenMax, TimelineLite, and TimelineMax classes and
* provides c... |
package com.unhurdle.spectrum
{
COMPILE::JS{
import org.apache.royale.core.WrappedHTMLElement;
import org.apache.royale.html.util.addElementToWrapper;
}
import com.unhurdle.spectrum.const.IconPrefix;
import org.apache.royale.events.Event;
public class CycleButton extends SpectrumBas... |
package reflex.templating
{
import flash.display.DisplayObject;
import reflex.containers.Container;
// the generic objects here are suspect, but I'm leaving them in for now.
// Think DisplayObject3D from PaperVision, etc.
public function addItemAt(container:Object, child:Object, index:int = 0, template:Object ... |
package org.flexlite.domUI.managers
{
import flash.events.IEventDispatcher;
import flash.geom.Point;
/**
* 包含工具提示功能的组件接口
* @author dom
*/
public interface IToolTipManagerClient extends IEventDispatcher
{
/**
* 此组件的工具提示数据。<br/>
* 此属性将赋值给工具提示显示对象的toolTipData属性。通常给此属性直接赋值一个String。<br/>
* 当组件的toolTi... |
package jp.coremind.utility.process
{
import flash.events.TimerEvent;
import flash.utils.Timer;
import flash.utils.getTimer;
import jp.coremind.utility.data.Progress;
public class TimerLoop extends Loop
{
private var _timer:Timer;
public function TimerLoop(delay:in... |
// Copyright (c) 2014 www.9miao.com All rights reserved.
package dUI
{
/**
* ...
* @author dym
*/
public class dUICheckBox extends dUIImage
{
protected var m_pImageNormal:dUIImageBox;
protected var m_pImageNormalCheck:dUIImageBox;
protected var m_pImageLight:dUIImageBox;
protected var m_pImageLightCh... |
package ExamineMenu_fla
{
import flash.display.MovieClip;
public dynamic class InventoryListBase_24 extends MovieClip
{
public var Brackets_mc:MovieClip;
public var InventoryList_mc:ExamineMenuList;
public function InventoryListBase_24()
{
super();
this.__setProp_InventoryList_mc_Invento... |
/* ***** 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.ankamagames.dofus.network.messages.game.presets
{
import com.ankamagames.jerakine.network.CustomDataWrapper;
import com.ankamagames.jerakine.network.ICustomDataInput;
import com.ankamagames.jerakine.network.ICustomDataOutput;
import com.ankamagames.jerakine.network.INetworkMessage;
impo... |
package sentinel.gameplay.states
{
import sentinel.framework.State;
import sentinel.gameplay.world.BaseWorld;
import sentinel.gameplay.ui.BaseUI;
import starling.display.DisplayObject;
/**
* The GameplayState is the base class for your gameplay logic. It is responsible for initializing
* a World and a UI... |
package com.ankamagames.dofus.themes.utils
{
import com.ankamagames.berilia.managers.KernelEventsManager;
import com.ankamagames.berilia.managers.ThemeInstallerSecurity;
import com.ankamagames.berilia.managers.ThemeManager;
import com.ankamagames.berilia.types.data.Theme;
import com.ankamagames.ber... |
////////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2015 ESRI
//
// All rights reserved under the copyright laws of the United States.
// You may freely redistribute and use this software, with or
// without modification, provided you include the original copyright
// an... |
package it.sharpedge.navigator.core.tasks
{
import it.sharpedge.navigator.core.RoutingQueue;
import it.sharpedge.navigator.core.ns.routing;
import it.sharpedge.navigator.core.tasks.base.ExecuteGuards;
use namespace routing;
public class ExecuteExitGuardsTask extends ExecuteGuards implements ITask
{
publi... |
import it.gotoandplay.smartfoxserver.http.*
/**
* RawProtocolCodec class.
*
* @version 1.0.0
*
* @author The gotoAndPlay() Team
* {@link http://www.smartfoxserver.com}
* {@link http://www.gotoandplay.it}
*
* @exclude
*/
class it.gotoandplay.smartfoxserver.http.RawProtocolCodec implements IHttpProtoc... |
/**
* 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 com.hendrix.contentManager.core.manifest
{
import com.hendrix.contentManager.core.interfaces.IId;
public class LocalResource implements IId
{
public static const TYPE_BITMAP: String = "BITMAP";
public static const TYPE_XML: String = "XML";
public static const TYPE... |
package asx.array
{
import org.flexunit.assertThat;
import org.hamcrest.collection.array;
import org.hamcrest.object.equalTo;
public class InGroupsOfTest
{
[Test]
public function inGroupsOf_withArray_shouldSplitItemsIntoArraysOfGivenSize():void
{
var values:Array = [1, 2, 3, 4, 5, 6, 7];... |
package com.hurlant.eval.ast
{
public class PrivateNamespace implements IAstNamespace,IAstReservedNamespace {
public var name : String
function PrivateNamespace (name) {
this.name = name;
}
function hash () { return "private " + name; }
}
} |
package wander.utils
{
/**
* Generic math utils. Shared between my other libraries.
* @author zillix
*/
public class ZMath
{
public static function degreesToRadians(degrees:Number) : Number
{
return degrees / 180 * Math.PI;
}
}
} |
package visuals.ui.elements.guild
{
import com.playata.framework.display.Sprite;
import com.playata.framework.display.lib.flash.FlashDisplayObjectContainer;
import com.playata.framework.display.lib.flash.FlashLabelArea;
import com.playata.framework.display.lib.flash.FlashSprite;
import com.playata.framew... |
/**
* 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... |
package visuals.ui.elements.buttons
{
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;
public class SymbolButtonPlusStaticHighlightGeneri... |
package pl.cdaction.view.grid
{
import flash.display.Sprite;
import flash.text.TextField;
import flash.text.TextFormat;
import flash.text.TextFormatAlign;
import pl.cdaction.common.Constants;
public class GridObjectHeader extends Sprite
{
private var _tfLeft : TextField;
private var _tfRight : TextField;... |
////////////////////////////////////////////////////////////////////////////////
//
// ADOBE SYSTEMS INCORPORATED
// Copyright 2004-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... |
package org.osflash.html.builders.types.meta
{
import org.osflash.html.builders.types.HTMLCharsetType;
import org.osflash.html.builders.types.HTMLMIMEType;
/**
* @author Simon Richardson - simon@ustwo.co.uk
*/
public class HTMLMetaContentType
{
public static const TEXT_HTML_UTF_8 : HTMLMetaContentType = n... |
package laya.ui {
/**
* <code>IRender</code> 接口,实现设置项的渲染类型。
*/
public interface IRender {
/**
* 渲染项。
*/
function set itemRender(value:*):void;
}
} |
/**
* Copyright (c) 2009 coltware.com
* http://www.coltware.com
*
* License: LGPL v3 ( http://www.gnu.org/licenses/lgpl-3.0-standalone.html )
*
* @author coltware@gmail.com
*/package com.coltware.airxmail
{
import flash.events.Event;
public interface IMailSender
{
function send(message:MimeMessage, ..... |
package away3d.core.math
{
import flash.geom.Matrix3D;
import flash.geom.Orientation3D;
import flash.geom.Vector3D;
/**
* A Quaternion object which can be used to represent rotations.
*/
public final class Quaternion
{
/**
* The x value of the quaternion.
*/
public var x:Number = 0;
/**
* ... |
package serverProto.arena
{
import com.netease.protobuf.Message;
import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_MESSAGE;
import com.netease.protobuf.WireType;
import serverProto.inc.ProtoUpdateItemInfo;
import com.netease.protobuf.WritingBuffer;
import com.netease.protobuf.WriteUtil... |
package serverProto.basePvp
{
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;
... |
package cmodule.lua_wrapper
{
const __2E_str12111:int = gstaticInitter.alloc(8,1);
}
|
/*
* Copyright (c) 2014-2019 Object Builder <https://github.com/ottools/ObjectBuilder>
*
* 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 ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.