text
stringlengths
4
1.04M
//////////////////////////////////////////////////////////////////////////////// // // 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 aswing.org, see the LICENCE.txt. */ package org.aswing.skinbuilder { import org.aswing.GroundDecorator; import org.aswing.lookandfeel.plaf.ComponentUI; import org.aswing.lookandfeel.plaf.DefaultsDecoratorBase; import org.aswing.lookandfeel.plaf.UIResource; import starling.display.DisplayObject; ...
package com.doitflash.starling.utils.button { /** * ... * @author majid */ public class ButtonConst { public static const ONLY_DEACTIVE:String = "onlyDeactive"; public static const ONE_STATE:String = "oneState"; public static const ONE_STATE_AND_DEACTIVE:String = "oneStateAndDeactive"; public static ...
package net.charlesclements.api.twitter.event { import com.bedrock.framework.core.event.GenericEvent; import flash.events.Event; public class TwitterEvent extends GenericEvent { public static var LOGIN:String = "TwitterEvent.onLogin"; public static var LOGIN_FAIL:String = "TwitterEvent.onLoginFail"; ...
package fairygui { public class RelationItem { private var _owner:GObject; private var _target:GObject; private var _defs:Vector.<RelationDef>; private var _targetX:Number; private var _targetY:Number; private var _targetWidth:Number; private var _targetHeight:Number; public function Re...
/** * This code is part of the Bumpslide Library maintained by David Knape * Fork me at http://github.com/tkdave/bumpslide_as3 * * Copyright (c) 2010 by Bumpslide, Inc. * http://www.bumpslide.com/ * * This code is released under the open-source MIT license. * See LICENSE.txt for full license terms. * More in...
package Ankama_Fight.ui { import Ankama_Fight.Api; import Ankama_Fight.ui.timeline.Fighter; import com.ankama.dofus.enums.ActionIds; import com.ankamagames.berilia.api.UiApi; import com.ankamagames.berilia.components.Label; import com.ankamagames.berilia.components.Texture; import com.ankam...
package kabam.rotmg.account.steam.services { import flash.display.Loader; import flash.display.Sprite; import flash.events.Event; import flash.net.URLRequest; import kabam.rotmg.account.steam.SteamApi; import org.osflash.signals.OnceSignal; import org.osflash.signals.Signal; import robotlegs.bender.framework.api.IL...
package net.psykosoft.psykopaint2.core.configuration { import flash.display.DisplayObjectContainer; import net.psykosoft.psykopaint2.base.robotlegs.bundles.SignalCommandMapBundle; import net.psykosoft.psykopaint2.core.commands.ChangeStateCommand; import net.psykosoft.psykopaint2.core.commands.DeletePaintingCommand; i...
/* * 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 ...
namespace TextEngine { array<string> PriotiryStop = { "and", "&&", "||", "!=", "==", "=", ">", "<", ">=", "<=", "or", "+", "-", ",", "=>", "?", ":" }; Object@ OperatorResult(Object@ item1, Object@ item2, string soperator) { /*string item1s = "null"; string item2s =...
package { import scaleform.clik.controls.Button; public interface IPresentableView { function get navigationBackButton():Button; function get navigationButtons():Vector.<Button>; function viewWillAppear():void; function viewDidAppear():void; function viewWillDisappear...
package cmodule.lua_wrapper { public const ___ratio_D2A:int = regFunc(FSM___ratio_D2A.start); }
/** * VERSION: 6.1 * DATE: 2010-12-20 * AS3 (AS2 is also available) * UPDATES AND DOCS AT: http://www.greensock.com/overwritemanager/ **/ package com.greensock { import com.greensock.core.*; /** * OverwriteManager resolves conflicts between tweens and controls if (and how) existing tweens of the same ...
package com.playata.application.ui.elements.guild { import com.playata.application.ui.elements.generic.UiClosableTooltip; import com.playata.framework.display.IInteractiveDisplayObject; import visuals.ui.base.SymbolUiArtifactTooltipGeneric; public class UiGuildArtifactTooltip extends UiClosableTooltip ...
/* ***** 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/ * ...
/** * Created by IntelliJ IDEA. * User: user * Date: 10/28/11 * Time: 5:25 PM * To change this template use File | Settings | File Templates. */ package com.filimanjaro.fingers.tests { import com.filimanjaro.fingers.OnStatementTestBase; import flash.display.Sprite; import flash.events.KeyboardEvent; import flash...
/* ***** 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/ * ...
//////////////////////////////////////////////////////////////////////////////// // // 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 trainer.controller { public class NewHandGuideManager { private static const CUSTOM_PROGRESS:int = 0; private static var _instance:NewHandGuideManager; private var _progress:int; private var _mapID:int; public function NewHandGuideMa...
package ssen.reflow.di { /** @private implements class */ internal interface InjectionTarget { function mapping(instance:Object, injector:Injector):void; } }
alpha_bk_length equ 1596 _alpha_bk_length equ 1596 global _alpha_bk_data alpha_bk_data: _alpha_bk_data: defb 118,104,111,70,60,6,0,127,10,11,8,0,5,46,5,5 defb 140,1,5,150,1,5,160,1,5,170,1,5,180,1,5,190 defb 1,5,200,1,5,210,1,2,220,1,7,72,4,5,230,1 defb 7,240,1,6,250,1,5,4,2,5,14,2,5,24,2,5 defb 34,2,5,238,3...
package actionlib.common.query.conditions { public function not(condition:Function):Function { return function(item:*):Boolean { return !condition(item); }; } }
package com.ankamagames.dofus.logic.game.fight.frames.Preview { import com.ankamagames.dofus.datacenter.monsters.Monster; import com.ankamagames.dofus.internalDatacenter.stats.DetailedStat; import com.ankamagames.dofus.internalDatacenter.stats.EntityStats; import com.ankamagames.dofus.internalDatacente...
package SJ.Game.chat { import SJ.Game.data.CJDataManager; import SJ.Game.lang.CJLang; import SJ.Game.layer.CJMessageBox; import SJ.Game.richtext.CJRTElementBr; import SJ.Game.richtext.CJRTElementLabel; import SJ.Game.task.CJTaskFlowString; /** +-----------------------------------------------------------------...
package ehs.ui { import weave.api.core.ILinkableObject; public interface ICommentAndImageUI extends ILinkableObject { } }
//------------------------------------------------------------------------------ // Copyright (c) 2009-2013 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. //---...
package { import flash.display.Sprite; import com.gigateam.extensions.usb.UsbExtension; import com.gigateam.extensions.usb.events.UsbEvent; import flash.utils.Timer; import flash.events.TimerEvent; import com.gigateam.extensions.usb.endpoint.UsbDevice; import com.gigateam.extensions.usb.Baud; public class U...
void Test() { log.Info("[Helper.as] Test() 123"); } void GivePointsToPlayer(Node@ playerNode, int amount) { VariantMap data; data["Score"] = amount; playerNode.SendEvent("PlayerScoreAdd", data); }
package com.hurlant.eval.ast { public class UseStandard implements IAstPragma {} }
//////////////////////////////////////////////////////////////////////////////// // // 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 cn.vision.interfaces { public interface IAvailable { /** * 判断是否合法。 */ function get available():Boolean; } }
/* * Copyright (c) 2014-2022 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 ...
//////////////////////////////////////////////////////////////////////////////// // // 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...
package { import flash.display.Sprite; import flash.events.Event; import nape.phys.Body; import nape.phys.BodyType; import nape.shape.Circle; import nape.shape.Polygon; import nape.space.Space; import nape.util.ShapeDebug; import starling.display.StorkRoot; import stork.core.SceneNode; import stork.game.GameLoopNod...
package cn.studease.events { import flash.events.Event; import flash.utils.getQualifiedClassName; import cn.studease.model.Config; public dynamic class WebSocketEvent extends Event { public static const FRAME_DATA:String = 'frameData'; public static const ERROR:String = 'error'; public var id:String...
/* * 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...
/* * ============================================================================ * GNU Lesser General Public License * ============================================================================ * * FlexReport - Free Flex report-generating library. * Copyright (C) 2008 Frederico Garcia * * This library is fr...
package fairygui { /*import com.greensock.easing.Ease; import com.greensock.easing.EaseLookup; import com.greensock.easing.Quad;*/ public class GearBase { public static var disableAllTweenEffect:Boolean = false; protected var _tween:Boolean; protected var _easeType:Object//Ease; protected var _tweenTi...
// ================================================================================================= // // 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 { import flash.display.MovieClip; public dynamic class OfficeMarker extends MovieClip { public function OfficeMarker() { super(); addFrameScript(0,this.frame1,1,this.frame2); } function frame1() : * { stop(); } function frame2() : * { stop(); } } }
/* Base64 - 1.1.0 Copyright (c) 2006 Steve Webster 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, merg...
/** * <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...
package away3d.entities { import away3d.arcane; import away3d.cameras.lenses.PerspectiveLens; import away3d.containers.ObjectContainer3D; import away3d.events.LensEvent; import away3d.library.assets.AssetType; import away3d.textures.Texture2DBase; import flash.geom.Matrix3D; use namespace arcane; /** *...
package ab.osmf.youtube { import flash.display.Loader; import flash.events.Event; import flash.events.IOErrorEvent; import flash.events.SecurityErrorEvent; import flash.net.URLRequest; import flash.system.ApplicationDomain; import flash.system.LoaderContext; import flash.system.SecurityDomain; import flash.uti...
package air.creatix.obd.commands{ import air.creatix.obd.Util; //Km con la luz de check engine encendido public class DistanceOnMilCommand extends ObdCommand { private var value:int = -1; public const PID="0121"; public const name="distanceonmil"; public function DistanceOnMilCommand() { super(...
psect lowpage global __ozpoint,__ozactivepage ; unsigned _ozpoint(int x, int y, byte color) ;; color can be 0 or 1 or XOR=2 ;; returns: offset of position __ozpoint: push ix ld ix,2 add ix,sp in a,(3) ld c,a in a,(4) ...
//------------------------------------------------------------------------------ // Copyright (c) 2009-2013 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. //---...
//////////////////////////////////////////////////////////////////////////////// // // 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.neopets.users.abelee.resources.particles { //-------------------------------------------------- // IMPORTS //-------------------------------------------------- import flash.display.DisplayObject; //-------------------------------------------------- // CUSTOM IMPORT...
//////////////////////////////////////////////////////////////////////////////// // // 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 com.rockdot.library.view.component.book.geom { import flash.geom.Point; /** * Describes a line consisting of two Points. * * @author Ruben Swieringa * ruben.swieringa@gmail.com * www.rubenswieringa.com * www.rubenswieringa.com/blog * @version 1.0.0 * @see Inf...
//////////////////////////////////////////////////////////////////////////////// // // 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.company.assembleegameclient.engine3d { import flash.geom.Vector3D; public class Line3D { public var v0_:Vector3D; public var v1_:Vector3D; public function Line3D(param1:Vector3D, param2:Vector3D) { super(); this.v0_ = param1; ...
// Declare let m: int[15]; let array_of_ptr: (*int)[6]; let ptr_to_array: *int[4]; let jagged_array: int[1][4]; // Literal let m = [1, 2, 6, 962.2]; // Index let x = m[2]; // Assign m[24] = x;
/**This class is automatically generated by LayaAirIDE, please do not make any modifications. */ package ui.dialog { import laya.ui.*; import laya.display.*; public class SettleUI extends Dialog { public var settleList:List; public var btnRestart:Button; public static var uiView:Object =/*[STATIC SAFE]*/{"ty...
package dragonBones.objects { import dragonBones.Armature; import dragonBones.Bone; import dragonBones.animation.AnimationFadeOutMode; import dragonBones.core.BaseObject; /** * @language zh_CN * @beta * 动画配置,描述播放一个动画所需要的全部信息。 * @version DragonBones 5.0 */ public final class AnimationConfig extends Bas...
package org.alivepdf.links { public interface ILink { } }
package net.psykosoft.psykopaint2.core.data { import flash.display.BitmapData; import flash.geom.Rectangle; import flash.net.ObjectEncoding; import flash.net.registerClassAlias; import flash.utils.ByteArray; import net.psykosoft.psykopaint2.base.utils.misc.TrackedByteArray; public class PaintingDataDeseriali...
/* * Licensed under the MIT License * * Copyright 2010 (c) Flávio Silva, http://flsilva.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...
package laya.filters { import laya.display.Sprite; import laya.renders.RenderContext; import laya.webgl.shader.d2.value.Value2D; import laya.webgl.submit.SubmitCMDScope; public interface IFilterActionGL extends IFilterAction { function get typeMix():int; function setValue(shader:*):void; ...
package org.flexlite.domUI.managers.impl { import flash.display.DisplayObject; import flash.display.InteractiveObject; import flash.display.Stage; import flash.geom.Point; import org.flexlite.domCore.dx_internal; import org.flexlite.domUI.core.DomGlobals; import org.flexlite.domUI.core.DragSource; import org....
package ddt.events { import flash.events.Event; public class LivingEvent extends Event { public static const POS_CHANGED:String = "posChanged"; public static const DIR_CHANGED:String = "dirChanged"; public static const FORZEN_CHANGED:String = "forzenChanged"; ...
package com.flashartofwar.fcss.applicators { import com.flashartofwar.fcss.enum.CSSProperties; import com.flashartofwar.fcss.styles.Style; import com.flashartofwar.fcss.utils.*; import flash.text.TextField; import flash.text.TextFormat; import flexunit.framework.Assert; public class TextFieldApplicatorTest { priv...
//////////////////////////////////////////////////////////////////////////////// // // 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 cc.makeblock.boards { public class BlockFlag { static public const PORT_RED:uint = 1; static public const PORT_YELLOW:uint = 1 << 1; static public const PORT_BLUE:uint = 1 << 2; static public const PORT_GRAY:uint = 1 << 3; static public const PORT_BLACK:uint = 1 << 4; static public const PORT_WHIT...
package { import com.bit101.components.HUISlider; import flash.utils.setTimeout; import starling.core.Starling; import starling.display.Sprite; import starling.textures.TextureAtlas; import treefortress.spriter.SpriterClip; import treefortress.spriter.SpriterLoader; public class ExampleCallback extends ...
package cmodule.lua_wrapper { public const _lua_rawset:int = regFunc(FSM_lua_rawset.start); }
//////////////////////////////////////////////////////////////////////////////// // // 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 states { import org.flixel.FlxGroup; import org.flixel.FlxState; /* A totally needless abstraction. oh well */ public class PushableFlxState extends FlxState { public var parent:*; override public function create():void { } public function PushableFlxState() { } /** * Pushes all...
package engine.managers { import engine.framework.core.IPBManager; import flash.utils.Dictionary; import org.osflash.signals.ISignal; import org.osflash.signals.Signal; /** * the manager to Binding Model and * @author Tang Bo Hao * */ public class ModelManager implements IPBManager { private va...
/* 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 l...
package org.un.cava.birdeye.ravis.graphLayout.data { import flash.geom.Point; public class QuadTreeNode { public var leaf : Boolean = true; public var nodes : Array = new Array(); public var point : INode; public var pos : Point; public var charge : Number = 0.0; public var pointCharge : Numbe...
// Decompiled by AS3 Sorcerer 6.08 // www.as3sorcerer.com //com.company.assembleegameclient.objects.particles.SparkerParticle package com.company.assembleegameclient.objects.particles { import flash.geom.Point; import com.company.assembleegameclient.util.RandomUtil; public class SparkerParticle extends ...
package com.ankama.haapi.client.api { import com.ankama.haapi.client.ApiInvokerHelper; import com.ankama.haapi.client.model.Shielddomain; import com.ankama.haapi.client.model.ShieldencodedCertificate; import flash.events.EventDispatcher; import flash.utils.Dictionary; import org.openapitools.co...
package listPerformanceTesting.components { public interface ITestEntityTracable extends ITestEntityBase { function doTrace():void; } }
package kabam.lib.net.impl { import com.company.assembleegameclient.parameters.Parameters; import com.hurlant.crypto.symmetric.ICipher; import flash.events.Event; import flash.events.IOErrorEvent; import flash.events.ProgressEvent; import flash.events.SecurityErrorEvent; import flash.events.TimerEvent; import flash.n...
/* Copyright aswing.org, see the LICENCE.txt. */ package org.aswing.skinbuilder { import starling.display.DisplayObject; import starling.display.Sprite; import org.aswing.geom.IntRectangle; /** * A sprite that can view different child with different state set. * And scale by setSize(). * @author iiley ...
/* * Copyright: (c) 2016. Turtsevich Alexander * * Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.html * * https://github.com/kemsky/stream */ package com.kemsky.support { import com.kemsky.Stream; import flash.utils.Dictionary; import flash.utils.getQualifiedClass...
package aerys.minko.example.core.solarsystem { import flash.events.Event; import aerys.minko.render.geometry.primitive.SphereGeometry; import aerys.minko.render.material.basic.BasicMaterial; import aerys.minko.scene.node.Mesh; import aerys.minko.type.math.Vector4; public class SolarSystemExample extends Abstra...
//////////////////////////////////////////////////////////////////////////////// // // 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-2015 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.themes { import feathers.skins.AddOnFunctionStyleProvider; import feathers.skins.StyleNameF...
package ddt.view.roulette { import flash.events.Event; public class RouletteEvent extends Event { public static const ROULETTE_KEYCOUNT_UPDATE:String = "roulette_key_count_update"; private var _keyCount:int = 0; public function RouletteEvent(param1:String, par...
/* * The MIT License * * Copyright (c) 2008 * United Nations Office at Geneva * Center for Advanced Visual Analytics * http://cava.unog.ch * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal ...
// Urho3D spawn editor LineEdit@ positionOffsetX; LineEdit@ positionOffsetY; LineEdit@ positionOffsetZ; LineEdit@ randomRotationX; LineEdit@ randomRotationY; LineEdit@ randomRotationZ; LineEdit@ randomScaleMinEdit; LineEdit@ randomScaleMaxEdit; LineEdit@ numberSpawnedObjectsEdit; LineEdit@ spawnRadiusEdit; LineEdit@ s...
/** * VERSION: 1.7 * DATE: 2010-11-13 * AS3 * UPDATES AND DOCS AT: http://www.greensock.com/loadermax/ **/ package com.greensock.loading { import com.greensock.events.LoaderEvent; import com.greensock.loading.core.LoaderItem; import flash.display.Shape; import flash.events.Event; import flash.events.Progres...
/* * 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...
/* 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...
//////////////////////////////////////////////////////////////////////////////// // // 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 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 framework.controller { import framework.fibre.core.Fibre; import framework.model.RpcProxy; import framework.rpc.requestMessage.PackageOut; /** * @author melody */ public class CommandSendDatas { public function CommandSendDatas() { } public static function execute(data:PackageOut):void { ...
/* 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-...
//Copyright 2010 SRT Solutions // //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...
package com.playfab.GroupsModels { public class ListMembershipOpportunitiesResponse { public var Applications:Vector.<GroupApplication>; public var Invitations:Vector.<GroupInvitation>; public function ListMembershipOpportunitiesResponse(data:Object=null) { if(data ...
/* Feathers Copyright 2012-2015 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.data { import flash.events.ErrorEvent; import flash.events.Event; import flash.events.IOEr...
package aerys.minko.example.core.threewaygradient { import aerys.minko.render.Effect; import aerys.minko.render.geometry.Geometry; import aerys.minko.render.geometry.stream.IVertexStream; import aerys.minko.render.geometry.stream.StreamUsage; import aerys.minko.render.geometry.stream.VertexStream; import aerys.mi...
include "text/markdown/Markdown.as"; "markdownlib 1.0";
table bdgpExprLink "Summary info for linking to the BDGP Expression In Situ Images site" ( string symbol; "Symbolic gene name" string bdgpName; "BDGP gene ID" string flyBaseId; "FlyBase gene ID" string est; "EST accession" int imageCount; "Number of images for this gen...
package org.openapitools.client.model { [XmlRootNode(name="BranchImplpermissions")] public class BranchImplpermissions { [XmlElement(name="create")] public var create: Boolean = false; [XmlElement(name="read")] public var read: Boolean = false; [...