text stringlengths 4 1.04M |
|---|
// 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/.
function loopArray() {
var x = new Array(10);
for (var i = 0; i < 10; i++) {
x[i] = i;
}
... |
package dagd.breu {
import flash.display.MovieClip;
import flash.events.MouseEvent;
public class Health extends MovieClip {
var isOnRight:Boolean = false;
var isDead:Boolean = false;
var isClicked:Boolean = false;
var velX:Number = 10;//X velocity
var velY:Number = -30;//y velocity
... |
package com.playata.application.ui.dialogs
{
import com.playata.application.data.guild.Guild;
import com.playata.application.ui.ViewManager;
import com.playata.application.ui.elements.generic.button.UiButton;
import com.playata.application.ui.elements.generic.dialog.UiDialog;
import com.playata.applicati... |
package visuals.dungeon_paths
{
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 SymbolDungeon2_1PathGeneric extends Sprite
... |
package APIPlox
{
import flash.events.ProgressEvent;
public class PLOX_LoadManager
{
private var loadersRegistered : int = 0;
private var program : Program;
public function PLOX_LoadManager(program : Program)
{
this.program = program;
trace("LoadManager created");
}
public function successf... |
package com.smbc.data
{
public class MusicQuality
{
public static const LOW:int = 0;
public static const MID:int = 1;
public static const HIGH:int = 2;
public static const MAX_VALUE:int = HIGH;
public static function convNumToName(num:int):String
{
switch(num)
{
case LOW:
return "low";
... |
/*
Adobe Systems Incorporated(r) Source Code License Agreement
Copyright(c) 2005 Adobe Systems Incorporated. All rights reserved.
Please read this Source Code License Agreement carefully before using
the source code.
Adobe Systems Incorporated grants to you a perpetual, worldwide, non-exclusive,
no-charge, royalty-... |
package fxp.utils {
import fxp.core.F;
import fxp.monads.Maybe;
public function objectUtils():Object {
var object:Object = {
// prop :: String -> Object -> Maybe[*]
prop: F.curry(function(field:String, data:*):Maybe {
return F.object.haz(field, data)
... |
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
/**
* VERSION: 1.03
* DATE: 10/2/2009
* ACTIONSCRIPT VERSION: 3.0
* UPDATES AND DOCUMENTATION AT: http://www.TweenMax.com
**/
package com.greensock.plugins {
import flash.display.*;
import flash.media.SoundTransform;
import com.greensock.*;
import com.greensock.plugins.*;
/**
* Tweens the volume of an object... |
package laya.utils {
/**
* @private
* 基于个数的对象缓存管理器
*/
public class PoolCache {
/**
* 对象在Pool中的标识
*/
public var sign:String;
/**
* 允许缓存的最大数量
*/
public var maxCount:int = 1000;
/**
* 获取缓存的对象列表
* @return
*
*/
public function getCacheList():Array {
return Pool.getPoolB... |
package tabard
{
public interface ITabardPlugin
{
}
}
|
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... |
/*
Copyright 2012 DotComIt, 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
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distr... |
/**
* <p>Original Author: Daniel Freeman</p>
*
* <p>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, me... |
/*
* 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 ... |
package com.gestureworks.cml.elements
{
import com.gestureworks.cml.events.StateEvent;
import com.gestureworks.core.TouchSprite;
import com.gestureworks.events.GWTouchEvent;
import flash.text.*;
import flash.display.*;
import flash.events.*;
import flash.geom.Matrix;
import flash.filters.*;
import com.gesture... |
package com.playfab.CloudScriptModels
{
public class ExecuteFunctionRequest
{
public var Entity:EntityKey;
public var FunctionName:String;
public var FunctionParameter:Object;
public var GeneratePlayStreamEvent:*;
public function ExecuteFunctionRequest(data:Object=null)... |
package citrus.math {
import flash.display.DisplayObject;
import flash.geom.Rectangle;
import flash.geom.Matrix;
import flash.geom.Point;
public class MathUtils {
public static function DistanceBetweenTwoPoints(x1:Number, x2:Number, y1:Number, y2:Number):Number {
var dx:Number = x1 - x2;
var dy:... |
// =================================================================================================
//
// 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.
//... |
package yfqian.yfqian_DH
{
import laya.ani.swf.MovieClip;
import yfqian.init.setTimeout;
public class yfqian_Mc_L
{
public function yfqian_Mc_L()
{
}
public var play:Boolean=true;
public var zMixNum:int
public function toPlay(UIObj:MovieClip,zMix:int,zMax:int,stop:Boolean=false,type:Function=null... |
package org.spicefactory.parsley.lifecycle.asyncinit.model {
import flash.events.EventDispatcher;
/**
* @author Jens Halm
*/
public class AsyncInitModel extends EventDispatcher {
public static var instances:uint = 0;
function AsyncInitModel () {
instances++;
}
}
}
|
package com.rockdot.plugin.screen.displaylist.view {
/**
* @author nilsdoehring
*/
public interface IManagedSpriteComponent extends ISpriteComponent {
function init(data : * = null) : void;
function load(data : * = null) : void;
function setData(data : *) : void;
function get isInitialized() : Boolea... |
package kabam.rotmg.legends.service {
import kabam.lib.tasks.BaseTask;
import kabam.rotmg.appengine.api.AppEngineClient;
import kabam.rotmg.core.model.PlayerModel;
import kabam.rotmg.legends.model.Legend;
import kabam.rotmg.legends.model.LegendFactory;
import kabam.rotmg.legends.model.LegendsModel;
import kabam.rotmg.l... |
package gs.control
{
import gs.events.AssetErrorEvent;
import gs.managers.AssetManager;
import gs.model.Model;
import gs.preloading.Asset;
import gs.preloading.Preloader;
import gs.util.FlashvarUtils;
import gs.util.QueryString;
import gs.util.StageRef;
import gs.util.StringUtils;
import gs.util.Strings;
im... |
package core.utils{
import flash.display.BitmapData;
import flash.utils.ByteArray;
/**
* The PNGEncoder class converts raw bitmap images into encoded
* images using Portable Network Graphics (PNG) lossless compression.
*
* <p>For the PNG specification, see http://www.w3.org/TR/PNG/</p>.
*
* @langversion 3... |
package org.superkaka.KLib.display.ui.components
{
import flash.display.DisplayObject;
import flash.display.Graphics;
import flash.display.Shape;
import flash.display.Sprite;
import flash.events.Event;
import flash.events.FocusEvent;
import flash.events.MouseEvent;
import flash.geom.Rectangle;
import org.supe... |
package components.sequencer.timeline.visual_sample
{
import components.Base;
import flash.events.MouseEvent;
import flash.text.TextFieldAutoSize;
import flash.text.TextFormat;
import flash.utils.setInterval;
import mx.core.FTETextField;
public class Preloader extends Base
{
private var _percent : int... |
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
/**
* -----------------------------------------------------------------------
* Windows Icon Parser.
* -----------------------------------------------------------------------
* Copyright (c) 2007 FlexLib Contributors. See:
* http://code.google.com/p/flexlib/wiki/ProjectContributors
*
* Permission is hereby ... |
package org.osflash.dom.path
{
import asunit.asserts.assertEquals;
import org.osflash.dom.element.DOMDocument;
import org.osflash.dom.element.DOMNode;
import org.osflash.dom.element.IDOMDocument;
import org.osflash.dom.element.IDOMNode;
/**
* @author Simon Richardson - simon@ustwo.co.uk
*/
public class DOMP... |
package org.osflash.css
{
import org.osflash.css.errors.CSSError;
import org.osflash.css.types.CSSStyleType;
import org.osflash.stream.IStreamOutput;
import org.osflash.stream.IStreamWriter;
/**
* @author Simon Richardson - simon@ustwo.co.uk
*/
public class CSSStyles implements IStreamWriter
{
/**
* @... |
/*
* 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
... |
//------------------------------------------------------------------------------
// Copyright (c) 2012 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.
//--------... |
/* -*- Mode: C++; 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 ob... |
package controls.colorPicker
{
import flash.events.Event;
public class ColorSelectEvent extends Event
{
public static const COLOR_SELECTED:String = "colorSelected";
public var pickedColor:uint;
public function ColorSelectEvent(type:String, bubbles:Boolean=true, cancelable:Bo... |
package cn.seisys.TGISViewer.components
{
import com.esri.ags.portal.supportClasses.PopUpInfo;
public class PopUpInfoWithButtons extends PopUpInfo
{
public function PopUpInfoWithButtons()
{
super();
}
public var buttonArray:Array;
public var idFieldName:String;
public var showDetailLink:Boo... |
/**
* Created by plter on 3/11/16.
*/
package {
import com.plter.two.supports.threejs.THREE;
public class Main {
private var _camera:*;
private var _renderer:*;
private var _width:Number = 550;
private var _height:Number = 400;
private var _scene:*;
private v... |
package org.yellcorp.lib.format.template.lexer
{
import org.yellcorp.lib.core.RegExpUtil;
/**
* @private
*/
public class UniversalEscapeLexer implements Lexer
{
private var _open:String;
private var _close:String;
private var _escapeChar:String;
private var tokenizer:RegExp;
private var _input... |
package com.d5power.ns
{
public namespace NSD5Power;
} |
/*
* Copyright 2007 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 b... |
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
/* 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
{
public class B
{
public function C()
{
return 3;
}
}
}
... |
package com.picsean.publish.view.issues
{
import com.picsean.publish.core.PicseanMiniWebServer;
import com.picsean.publish.core.RESTServiceController;
import com.picsean.publish.download.DownloadOperation;
import com.picsean.publish.events.EventIssues;
import com.picsean.publish.events.EventRestService;
import co... |
package org.axgl.util {
import flash.system.System;
import org.axgl.Ax;
import org.axgl.AxPoint;
import org.axgl.AxSprite;
import org.axgl.AxState;
import org.axgl.text.AxText;
/**
* The default pause state. Tints the screen and adds a PAUSED text to the lower right.
* If you want to add your own pause st... |
package org.iotashan.oauth
{
public interface IOAuthSignatureMethod
{
public function IOAuthSignatureMethod()
function get name():String
function signRequest(request:OAuthRequest):String
}
} |
package sh.saqoo.util {
import flash.events.ContextMenuEvent;
import flash.ui.ContextMenu;
import flash.ui.ContextMenuItem;
/**
* @author Saqoosha
*/
public class ContextMenuUtil {
public static function build(listener:Function, labels:Array, hideBuiltInItems:Boolean = true):ContextMenu {
var cm:C... |
package serverProto.serverPtlogin
{
import com.netease.protobuf.Message;
import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_STRING;
import com.netease.protobuf.WireType;
import com.netease.protobuf.WritingBuffer;
import com.netease.protobuf.WriteUtils;
import flash.utils.IDataInput;
... |
package ash.integration.starling
{
import ash.signals.Signal1;
import ash.tick.ITickProvider;
import starling.animation.IAnimatable;
import starling.animation.Juggler;
/**
* Uses a Starling juggler to provide a frame tick with a fixed frame duration. This tick ignores the length of
* the frame and dispatches ... |
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
/**
* 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 control
{
import dragonBones.utils.BytesType;
import flash.display.BitmapData;
import flash.display.Loader;
import flash.display.Sprite;
import flash.events.Event;
import flash.system.LoaderContext;
import flash.utils.ByteArray;
import message.Message;
import message.MessageDispatcher;
import mo... |
package away3d.loaders.parsers.particleSubParsers.geometries.shapes
{
import away3d.arcane;
import away3d.core.base.Geometry;
import away3d.loaders.parsers.particleSubParsers.AllIdentifiers;
import away3d.primitives.SphereGeometry;
use namespace arcane;
public class SphereShapeSubParser extends ShapeSubParser... |
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 ... |
class A
{
int a;
}
void Func(A&out) {}
A@ Func2() {return null;}
|
package visuals.ui.elements.quest
{
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 SymbolQuestIconStatCritAnimationGeneric... |
package org.osflash.signals
{
/**
* The Slot class represents a signal slot.
*
* @author Robert Penner
* @author Joa Ebert
*/
public class Slot implements ISlot
{
protected var _signal : IOnceSignal;
protected var _enabled : Boolean = true;
/**
* @inheritDoc
*/
public function get enabled()... |
package mx.messaging
{
import flash.events.EventDispatcher;
import mx.core.IMXMLObject;
import mx.core.mx_internal;
import mx.events.PropertyChangeEvent;
import mx.logging.ILogger;
import mx.logging.Log;
import mx.messaging.channels.PollingChannel;
import mx.messaging.config.ConfigMap;
... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 goplayer
{
public class NullLogger implements ILogger
{
public function log(message : String) : void
{}
}
}
|
package mx.core {
import flash.display.Bitmap;
public class BitmapAsset extends Bitmap {}
}
|
package com.ankamagames.dofus.network.messages.game.guild.tax
{
import com.ankamagames.dofus.network.ProtocolTypeManager;
import com.ankamagames.dofus.network.types.game.guild.tax.TaxCollectorInformations;
import com.ankamagames.jerakine.network.CustomDataWrapper;
import com.ankamagames.jerakine.networ... |
package com.company.assembleegameclient.engine3d {
import com.company.assembleegameclient.map.Camera;
import flash.display.BitmapData;
import flash.display.GraphicsBitmapFill;
import flash.display.GraphicsEndFill;
import flash.display.GraphicsPath;
import flash.display.GraphicsSolidFill;
import flash.geom.Matrix;
impo... |
package com.codeazur.as3swf.data.actions.swf6
{
import com.codeazur.as3swf.data.actions.*;
public class ActionStrictEquals extends Action implements IAction
{
public function ActionStrictEquals(code:uint, length:uint) {
super(code, length);
}
public function toString(indent:uint = 0):String ... |
// 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/.
function multiply() {
var x = 5 * 10;
print(x);
}
multiply();
|
//
// Flump - Copyright 2013 Flump Authors
package flump.mold {
import flump.display.Movie;
/** @private */
public class MovieMold
{
public var id :String;
public var layers :Vector.<LayerMold> = new <LayerMold>[];
public var labels :Vector.<Vector.<String>>;
public static function fromJSON (o :Obje... |
package org.osflash.dom.path.parser.parselets
{
import org.osflash.dom.path.parser.IDOMPathParser;
import org.osflash.dom.path.parser.expressions.IDOMPathExpression;
import org.osflash.dom.path.parser.tokens.DOMPathToken;
/**
* @author Simon Richardson - me@simonrichardson.info
*/
public interface IDOMPathInfi... |
package
{
[JSModule(name="jsen")]
/**
* @externs
*/
public function jsen(schema:Object = null, options:Object = null):Function
{
return null;
}
} |
/**
* 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... |
package utils.fullscreen
{
import flash.display.Stage;
import flash.display.StageDisplayState;
/**
* Toggles the stage display state between normal and fullscreen.
*
* @param stage A reference to the stage object.
* @returns String The new state.
*
* @author Mims Wright
*/
public function toggleFul... |
package shock_fla
{
import flash.display.*;
dynamic public class ballR_13 extends MovieClip
{
public function ballR_13()
{
addFrameScript(99, frame100);
return;
}// end function
function frame100()
{
gotoAndPlay(30);
... |
package org.flexlite.domUI.states
{
import org.flexlite.domCore.dx_internal;
import org.flexlite.domUI.core.IContainer;
import org.flexlite.domUI.core.IStateClient;
import org.flexlite.domUI.events.StateChangeEvent;
use namespace dx_internal;
[ExcludeClass]
/**
* 视图状态组件辅助工具类
* @author dom
*/
public ... |
/*
* Copyright (C) 2003-2012 Igniterealtime Community Contributors
*
* Daniel Henninger
* Derrick Grigg <dgrigg@rogers.com>
* Juga Paazmaya <olavic@gmail.com>
* Nick Velloff <nick.velloff@gmail.com>
* Sean Treadway <seant@oncotype.dk>
* Sean Voisen <sean@voisen.org>
* Mark Walters <... |
/* -*- 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... |
package com.maclema.mysql
{
import flash.utils.ByteArray;
/**
* @private
* This is an extension of the ByteArray to provide helper
* methods specific to the MySQL client/server protocol.
**/
internal class Buffer extends ByteArray
{
public function Buffer()
{... |
package utils.geom
{
import flash.geom.Point;
/**
Determines the angle/degree between the first and second point.
@param first: The first Point.
@param second: The second Point.
@return The degree between the two points.
*/
public function angle(first:Point, second:Point):Number
{
return Math.... |
package laya.debug.view.nodeInfo.recinfos
{
import laya.debug.tools.DebugConsts;
import laya.display.Sprite;
import laya.display.Text;
import laya.maths.GrahamScan;
import laya.maths.Rectangle;
import laya.debug.tools.WalkTools;
/**
* ...
* @author ww
*/
public class NodeRecInfo extends Sprit... |
package serverProto.family
{
import com.netease.protobuf.Message;
import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_MESSAGE;
import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_STRING;
import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_UINT32;
import com.netea... |
/*
* Copyright 2010 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... |
/*
Copyright 2012-2016 Bowler Hat 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,
copy, modify, merge, publish, distribute,... |
/**Created by the LayaAirIDE,do not modify.*/
package ui.hall.replay {
import laya.ui.*;
import laya.display.*;
import ui.hall.HallBgUI;
public class BattleDetailListPageUI extends View {
public var recordList:List;
public var roomTypeTf:Label;
public var roomNumTf:Label;
public var roomidTf:Label;
publ... |
/*******************************************************************************
* Copyright (c) 2010 by Thomas Jahn
* This content is released under the MIT License.
* Questions? Mail me at lithander at gmx.de!
******************************************************************************/
package citrus.utils.obj... |
/* ***** 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 kabam.rotmg.characters.deletion.control {
import com.company.assembleegameclient.appengine.SavedCharacter;
import org.osflash.signals.Signal;
public class DeleteCharacterSignal extends Signal {
public function DeleteCharacterSignal() {
super(SavedCharacter);
}
}
}
|
package org.benrimbey.factory {
import com.adobe.serialization.json.JSON;
import flash.utils.describeType;
import flash.utils.getDefinitionByName;
public class VOInstantiator {
public static function createVO(jsonSource:String,objClass:Class):Object {
var returnObject:Object = mapToFlexObjects(decodeJSONO... |
/**
* 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 mychart{
public class Axis {
private var series:Array;
public var tickPositions:Array;//标签的物理值
private var isXAxis:Boolean;
public var needRedraw:Boolean;
private var min:Number;
private var max:Number;
private var oldMax:Number;
private var oldMin:Number;
private var transA:Number;
priva... |
void main()
{
uint8[] a={2,3,4,5};
a[1] |= 0x30;
a[2] += 0x30;
print(a[1]);
print(a[2]);
assert(a[1] == 0x33);
assert(a[2] == 0x34);
}
|
/*
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.supportClasses
{
import feathers.core.FeathersControl;
import flash.display.Sprit... |
////////////////////////////////////////////////////////////////////////////////
//
// 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.lib.console.signals {
import org.osflash.signals.Signal;
public class AddDefaultConsoleActionsSignal extends Signal {
}
}
|
//------------------------------------------------------------------------------
// 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.
//------------... |
/*
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.controls
{
import feathers.core.FeathersControl;
import feathers.core.IFeathersControl;
im... |
package gs.tracking
{
import flash.external.ExternalInterface;
import gs.util.printf;
import gs.util.ObjectUtils;
import gs.util.XMLUtils;
/**
* The Omniture class fires omniture tracking events.
*
* <p>You don't use this manually, create an instance
* and set it as the tracking.omniture property.</p>
... |
package com.neopets.games.inhouse.TopChop
{
//===============================================================================
// IMPORTS
//===============================================================================
import flash.display.*;
import flash.events.*;
import flash.text.TextFormat;
public class Sc... |
////////////////////////////////////////////////////////////////////////////////
//
// 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.swfwire.decompiler.data.swf3.records
{
import com.swfwire.decompiler.data.swf.records.RGBARecord;
public class GradientControlPointRecord2
{
public var ratio:uint;
public var color:RGBARecord;
}
} |
package kabam.rotmg.packages {
import kabam.rotmg.account.core.control.IsAccountRegisteredGuard;
public class IsAccountRegisteredToBuyPackageGuard extends IsAccountRegisteredGuard {
public function IsAccountRegisteredToBuyPackageGuard() {
super();
}
override protected function getString():String ... |
////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.