commit
stringlengths
40
40
old_file
stringlengths
2
205
new_file
stringlengths
2
205
old_contents
stringlengths
0
32.9k
new_contents
stringlengths
1
38.9k
subject
stringlengths
3
9.4k
message
stringlengths
6
9.84k
lang
stringlengths
3
13
license
stringclasses
13 values
repos
stringlengths
6
115k
db641703e5ec6d726a1b29af63215781ef2ef2e6
exporter/src/main/as/flump/xfl/XflLayer.as
exporter/src/main/as/flump/xfl/XflLayer.as
// // Flump - Copyright 2012 Three Rings Design package flump.xfl { import flump.mold.LayerMold; import com.threerings.util.XmlUtil; public class XflLayer { use namespace xflns; public static function parse (lib :XflLibrary, baseLocation :String, xml :XML, flipbook :Boolean) :LayerMold { const laye...
// // Flump - Copyright 2012 Three Rings Design package flump.xfl { import flump.mold.KeyframeMold; import flump.mold.LayerMold; import com.threerings.util.XmlUtil; public class XflLayer { use namespace xflns; public static function parse (lib :XflLibrary, baseLocation :String, xml :XML, flipbook :Boolean)...
normalize keyframe rotations
normalize keyframe rotations We want to rotate the shortest distance between two angles (i.e. rotation <= PI)
ActionScript
mit
mathieuanthoine/flump,mathieuanthoine/flump,tconkling/flump,tconkling/flump,mathieuanthoine/flump,funkypandagame/flump,funkypandagame/flump
fc57086925a0ca7a7e2bd9e10d3d3d8c75ff8c84
collect-flex/collect-flex-client/src/generated/flex/org/openforis/collect/model/proxy/RecordProxy.as
collect-flex/collect-flex-client/src/generated/flex/org/openforis/collect/model/proxy/RecordProxy.as
/** * Generated by Gas3 v2.2.0 (Granite Data Services). * * NOTE: this file is only generated if it does not exist. You may safely put * your custom code here. */ package org.openforis.collect.model.proxy { import mx.collections.ArrayCollection; import mx.collections.IList; import org.granite.collections....
/** * Generated by Gas3 v2.2.0 (Granite Data Services). * * NOTE: this file is only generated if it does not exist. You may safely put * your custom code here. */ package org.openforis.collect.model.proxy { import mx.collections.ArrayCollection; import mx.collections.IList; import org.granite.collections....
Update rootEntityKey label when updating a key attribute
Update rootEntityKey label when updating a key attribute
ActionScript
mit
openforis/collect,openforis/collect,openforis/collect,openforis/collect
f76dcbebcfb20b19e43c4fc66489fb7bfd30d1ce
src/flails/request/HTTPClient.as
src/flails/request/HTTPClient.as
/** * Copyright (c) 2009 Lance Carlson * See LICENSE for full license information. */ /* Client does not handle status codes over 200 because of flash and URLLoader. Therefore, all validation errors or NotFound errors need to be sent back with a 200 status code. Whenever an exception is raised, an IOError is fire...
/** * Copyright (c) 2009 Lance Carlson * See LICENSE for full license information. */ /* Client does not handle status codes over 200 because of flash and URLLoader. Therefore, all validation errors or NotFound errors need to be sent back with a 200 status code. Whenever an exception is raised, an IOError is fire...
Send arrays in the parameters.
Send arrays in the parameters.
ActionScript
mit
lancecarlson/flails,lancecarlson/flails
dd635327043d40cf626bed5171fdd843ca68b833
src/org/mangui/hls/demux/Nalu.as
src/org/mangui/hls/demux/Nalu.as
/* 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.demux { import org.mangui.hls.HLSSettings; import flash.utils.ByteArray; CONFI...
/* 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.demux { import flash.utils.ByteArray; CONFIG::LOGGING { import org.mangui.hls....
Move `HLSSettings` import into logging block.
Move `HLSSettings` import into logging block. This was breaking release builds for me.
ActionScript
mpl-2.0
stevemayhew/flashls,stevemayhew/flashls,stevemayhew/flashls,stevemayhew/flashls
7961f9edd8f78988d976f9cd14aa3591cdf19c94
src/org/mangui/hls/demux/Nalu.as
src/org/mangui/hls/demux/Nalu.as
/* 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.demux { import org.mangui.hls.HLSSettings; import flash.utils.ByteArray; CONFI...
/* 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.demux { import flash.utils.ByteArray; CONFIG::LOGGING { import org.mangui.hls....
Move `HLSSettings` import into logging block.
Move `HLSSettings` import into logging block. This was breaking release builds for me.
ActionScript
mpl-2.0
ryanhefner/flashls,ryanhefner/flashls,ryanhefner/flashls,ryanhefner/flashls
faa3315d7d902ffd944034cbd59054c423f2c7e1
src/as/com/threerings/flex/FlexUtil.as
src/as/com/threerings/flex/FlexUtil.as
// // $Id$ // // Nenya library - tools for developing networked games // Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/nenya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public Licens...
// // $Id$ // // Nenya library - tools for developing networked games // Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/nenya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public Licens...
Return the most derived type for the box versions instead of Container. copy&paste error.
Return the most derived type for the box versions instead of Container. copy&paste error. git-svn-id: b675b909355d5cf946977f44a8ec5a6ceb3782e4@860 ed5b42cb-e716-0410-a449-f6a68f950b19
ActionScript
lgpl-2.1
threerings/nenya,threerings/nenya
0154bd512a1c0322d9d5202df5086499ecd4804f
src/org/mangui/chromeless/ChromelessPlayer.as
src/org/mangui/chromeless/ChromelessPlayer.as
package org.mangui.chromeless { import flash.net.URLStream; import org.mangui.hls.model.Level; import org.mangui.hls.*; import org.mangui.hls.utils.*; import flash.display.*; import flash.events.*; import flash.external.ExternalInterface; import flash.geom.Rectangle; import flash.m...
package org.mangui.chromeless { import flash.net.URLStream; import org.mangui.hls.model.Level; import org.mangui.hls.*; import org.mangui.hls.utils.*; import flash.display.*; import flash.events.*; import flash.external.ExternalInterface; import flash.geom.Rectangle; import flash.m...
change setup functions to protected
ChromelessPlayer: change setup functions to protected
ActionScript
mpl-2.0
loungelogic/flashls,suuhas/flashls,School-Improvement-Network/flashls,dighan/flashls,Corey600/flashls,codex-corp/flashls,JulianPena/flashls,dighan/flashls,neilrackett/flashls,Peer5/flashls,NicolasSiver/flashls,ryanhefner/flashls,viktorot/flashls,Boxie5/flashls,fixedmachine/flashls,stevemayhew/flashls,Peer5/flashls,vidi...
96fce057c2e44fd45542d781dbcd4dd04b6d7234
src/org/mangui/HLS/muxing/AVC.as
src/org/mangui/HLS/muxing/AVC.as
package org.mangui.HLS.muxing { import flash.utils.ByteArray; import org.mangui.HLS.utils.Log; /** Constants and utilities for the H264 video format. **/ public class AVC { /** H264 NAL unit names. **/ private static const NAMES:Array = [ 'Unspecified', ...
package org.mangui.HLS.muxing { import flash.utils.ByteArray; import org.mangui.HLS.utils.Log; /** Constants and utilities for the H264 video format. **/ public class AVC { /** H264 NAL unit names. **/ private static const NAMES:Array = [ 'Unspecified', ...
adjust log level
adjust log level
ActionScript
mpl-2.0
desaintmartin/hlsprovider,desaintmartin/hlsprovider,desaintmartin/hlsprovider
0e3eab2630ae7ae9c3ac2f898848464bd2dda15f
src/aerys/minko/type/math/Vector4.as
src/aerys/minko/type/math/Vector4.as
package aerys.minko.type.math { import aerys.minko.ns.minko_math; import aerys.minko.type.Factory; import aerys.minko.type.Signal; import aerys.minko.type.binding.IWatchable; import flash.geom.Vector3D; public class Vector4 implements IWatchable { use namespace minko_math; public static const X_AXIS ...
package aerys.minko.type.math { import aerys.minko.ns.minko_math; import aerys.minko.type.Factory; import aerys.minko.type.Signal; import aerys.minko.type.binding.IWatchable; import flash.geom.Vector3D; public class Vector4 implements IWatchable { use namespace minko_math; public static const X_AXIS ...
Add clone on vector4
Add clone on vector4
ActionScript
mit
aerys/minko-as3
07d80765474aa34ad2a06bef517da81c1dfc201b
unittests/TestDisjunctiveSyllogism.as
unittests/TestDisjunctiveSyllogism.as
package unittests { public class TestDisjunctiveSyllogism { import logic.DisjunctiveSyllogism; import mx.controls.Alert; import org.flexunit.Assert; private var djs:DisjunctiveSyllogism; private var djsReverse:DisjunctiveSyllogism; [Before] public function setUp():void { /...
package unittests { public class TestDisjunctiveSyllogism { import logic.DisjunctiveSyllogism; import org.flexunit.Assert; private var djs:DisjunctiveSyllogism; private var djsReverse:DisjunctiveSyllogism; [Before] public function setUp():void { /* * reversePos appare...
Remove needless import.
Remove needless import.
ActionScript
agpl-3.0
mbjornas3/AGORA,MichaelHoffmann/AGORA,mbjornas3/AGORA,MichaelHoffmann/AGORA,MichaelHoffmann/AGORA
2badaec232dd582d5187f1136a4be2173f165e38
src/org/robotlegs/base/CommandMap.as
src/org/robotlegs/base/CommandMap.as
/* * 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.base { import flash.events.Event; import flash.events.IEventDispatcher; import fla...
/* * 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.base { import flash.events.Event; import flash.events.IEventDispatcher; import fla...
Fix unnecessarily name injecting during abstract Event "mapValue"
Fix unnecessarily name injecting during abstract Event "mapValue"
ActionScript
mit
robotlegs/robotlegs-framework,eric-stanley/robotlegs-framework,robotlegs/robotlegs-framework,eric-stanley/robotlegs-framework
df1b8a3ceebad83b3494cd55232c6e6bfce113ed
src/aerys/minko/scene/visitor/data/CameraData.as
src/aerys/minko/scene/visitor/data/CameraData.as
package aerys.minko.scene.visitor.data { import aerys.minko.type.math.Frustum; import aerys.minko.type.math.Matrix4x4; import aerys.minko.type.math.Vector4; public class CameraData implements IWorldData { public static const POSITION : String = 'position'; public static const LOOK_AT : String = 'lookAt'; ...
package aerys.minko.scene.visitor.data { import aerys.minko.type.math.Frustum; import aerys.minko.type.math.Matrix4x4; import aerys.minko.type.math.Vector4; public class CameraData implements IWorldData { public static const POSITION : String = 'position'; public static const LOOK_AT : String = 'lookAt'; ...
Fix versionning bug in lazy access to local data from the CameraData (cameraLocalPosition and cameraLocalLookAt)
Fix versionning bug in lazy access to local data from the CameraData (cameraLocalPosition and cameraLocalLookAt)
ActionScript
mit
aerys/minko-as3
45f1d7629b40ae609124f51671fa85bce00b6e10
src/aerys/minko/type/loader/TextureLoader.as
src/aerys/minko/type/loader/TextureLoader.as
package aerys.minko.type.loader { import aerys.minko.render.resource.texture.TextureResource; import aerys.minko.type.Signal; import flash.display.Bitmap; import flash.display.BitmapData; import flash.display.DisplayObject; import flash.display.Loader; import flash.display.LoaderInfo; import flash.events.Even...
package aerys.minko.type.loader { import aerys.minko.render.resource.texture.TextureResource; import aerys.minko.type.Signal; import flash.display.Bitmap; import flash.display.BitmapData; import flash.display.DisplayObject; import flash.display.Loader; import flash.display.LoaderInfo; import flash.events.Even...
Make TextureLoader inheritable.
Make TextureLoader inheritable.
ActionScript
mit
aerys/minko-as3
38d4644fc0df7965e6298d41f101f1aec9a0c287
test/request/HTTPClientTest.as
test/request/HTTPClientTest.as
package test.request { import mx.rpc.events.ResultEvent; import flails.request.HTTPClient; import flails.request.JSONFilter; import flails.request.Record; import flails.request.ResourcePathBuilder; import net.digitalprimates.fluint.tests.TestCase; public class HTTPClientTest extends TestCase { pr...
package test.request { import mx.rpc.events.ResultEvent; import flails.request.HTTPClient; import flails.request.JSONFilter; import flails.request.Record; import flails.request.ResourcePathBuilder; import net.digitalprimates.fluint.tests.TestCase; public class HTTPClientTest extends TestCase { pr...
create test
create test
ActionScript
mit
lancecarlson/flails,lancecarlson/flails
95546895f81c971e2e4a91bcc3480430832c71d7
src/as/com/threerings/cast/ComponentDataPack.as
src/as/com/threerings/cast/ComponentDataPack.as
// // Nenya library - tools for developing networked games // Copyright (C) 2002-2010 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/nenya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as publis...
// // Nenya library - tools for developing networked games // Copyright (C) 2002-2010 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/nenya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as publis...
Fix bug with falling back to default action.
Fix bug with falling back to default action. git-svn-id: b675b909355d5cf946977f44a8ec5a6ceb3782e4@996 ed5b42cb-e716-0410-a449-f6a68f950b19
ActionScript
lgpl-2.1
threerings/nenya,threerings/nenya
23c568cace968c7c1b3808ac5ed4dd9a1b652c83
WeaveData/src/weave/data/KeySets/SortedKeySet.as
WeaveData/src/weave/data/KeySets/SortedKeySet.as
/* 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 publish...
/* 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 publish...
revert accidental change to SortedKeySet
revert accidental change to SortedKeySet
ActionScript
mpl-2.0
WeaveTeam/WeaveJS,WeaveTeam/WeaveJS,WeaveTeam/WeaveJS,WeaveTeam/WeaveJS
9e0f29c106cd2a41b2348b8f5a65764da852d865
WEB-INF/lps/lfc/kernel/swf9/LzInputTextSprite.as
WEB-INF/lps/lfc/kernel/swf9/LzInputTextSprite.as
/** * LzInputTextSprite.as * * @copyright Copyright 2001-2009 Laszlo Systems, Inc. All Rights Reserved. * Use is subject to license terms. * * @topic Kernel * @subtopic swf9 */ /** * @shortdesc Used for input text. * */ public class LzInputTextSprite extends LzTextSprite { #pass...
/** * LzInputTextSprite.as * * @copyright Copyright 2001-2009 Laszlo Systems, Inc. All Rights Reserved. * Use is subject to license terms. * * @topic Kernel * @subtopic swf9 */ /** * @shortdesc Used for input text. * */ public class LzInputTextSprite extends LzTextSprite { #pass...
Change 20090406-bargull-ybS by bargull@dell--p4--2-53 on 2009-04-06 00:42:09 in /home/Admin/src/svn/openlaszlo/trunk for http://svn.openlaszlo.org/openlaszlo/trunk
Change 20090406-bargull-ybS by bargull@dell--p4--2-53 on 2009-04-06 00:42:09 in /home/Admin/src/svn/openlaszlo/trunk for http://svn.openlaszlo.org/openlaszlo/trunk Summary: inputtext shouldn't be in html-mode by default New Features: Bugs Fixed: LPP-8026 (SWF9: edittext/inputtext is in html-mode) Technical ...
ActionScript
epl-1.0
mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo
42da9fdf16f0def59ca10d3b3d55e9f2bf8e079b
as3/smartform/src/com/rpath/raf/util/UIHelper.as
as3/smartform/src/com/rpath/raf/util/UIHelper.as
/* # # Copyright (c) 2005-2009 rPath, Inc. # # All rights reserved # */ /* # # Copyright (c) 2009 rPath, Inc. # # This program is distributed under the terms of the MIT License as found # in a file called LICENSE. If it is not present, the license # is always available at http://www.opensource.org/licenses/mit-licens...
/* # # Copyright (c) 2005-2009 rPath, Inc. # # All rights reserved # */ /* # # Copyright (c) 2009 rPath, Inc. # # This program is distributed under the terms of the MIT License as found # in a file called LICENSE. If it is not present, the license # is always available at http://www.opensource.org/licenses/mit-licens...
make UIHelper.padLeft public
make UIHelper.padLeft public
ActionScript
apache-2.0
sassoftware/smartform
20a9685cc4ed3b98df16d1004b008c9695975cdf
src/as/com/threerings/mx/controls/CommandMenu.as
src/as/com/threerings/mx/controls/CommandMenu.as
package com.threerings.mx.controls { import flash.display.DisplayObject; import flash.display.DisplayObjectContainer; import flash.geom.Rectangle; import mx.controls.Menu; import mx.core.mx_internal; import mx.events.MenuEvent; import com.threerings.mx.events.CommandEvent; /** * A pretty standard menu that can su...
package com.threerings.mx.controls { import flash.display.DisplayObject; import flash.display.DisplayObjectContainer; import flash.geom.Rectangle; import mx.controls.Menu; import mx.core.mx_internal; import mx.core.ScrollPolicy; import mx.events.MenuEvent; import com.threerings.mx.events.CommandEvent; /** * A pre...
Allow menu items to be configured with a callback function directly (to which any args will be passed), instead of only dispatching controller commands.
Allow menu items to be configured with a callback function directly (to which any args will be passed), instead of only dispatching controller commands. git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@4465 542714f4-19e9-0310-aa3c-eee0fc999fb1
ActionScript
lgpl-2.1
threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya
05cdd13bc4de681e2f14c177c8147cfd1349563b
src/org/jivesoftware/xiff/core/XMPPBOSHConnection.as
src/org/jivesoftware/xiff/core/XMPPBOSHConnection.as
package org.jivesoftware.xiff.core { import flash.events.ErrorEvent; import flash.events.TimerEvent; import flash.utils.Timer; import flash.xml.XMLDocument; import flash.xml.XMLNode; import mx.rpc.events.FaultEvent; import mx.rpc.events.ResultEvent; import mx.rpc.http.HTTPService; import org.jivesoftware.x...
package org.jivesoftware.xiff.core { import flash.events.ErrorEvent; import flash.events.TimerEvent; import flash.utils.Timer; import flash.xml.XMLDocument; import flash.xml.XMLNode; import mx.rpc.events.FaultEvent; import mx.rpc.events.ResultEvent; import mx.rpc.http.HTTPService; import org.jivesoftware.x...
Add a little padding on BOSH polling; sacrifices a tiny bit of responsiveness for some safety, HOPEFULLY fixing XIFF-31. r=Daniel
Add a little padding on BOSH polling; sacrifices a tiny bit of responsiveness for some safety, HOPEFULLY fixing XIFF-31. r=Daniel git-svn-id: c197267f952b24206666de142881703007ca05d5@10583 b35dd754-fafc-0310-a699-88a17e54d16e
ActionScript
apache-2.0
nazoking/xiff
3ce78587bb2469dab4476a54ccd4d7f278acbbae
KeyGenerator.as
KeyGenerator.as
package mns.crypto{ import com.hurlant.crypto.prng.Random; import com.hurlant.crypto.rsa.RSAKey; import com.hurlant.util.Hex; import flash.external.ExternalInterface; import flash.utils.ByteArray; public class KeyGenerator { public static function generateKeys():void{ var exp:String = "10001"; var rsa:...
package dse{ import com.hurlant.crypto.prng.Random; import com.hurlant.crypto.rsa.RSAKey; import com.hurlant.util.Hex; import flash.external.ExternalInterface; import flash.utils.ByteArray; public class KeyGenerator { public static function generateKeys():void{ var exp:String = "10001"; var rsa:RSAKey ...
change package of ActionScript class
change package of ActionScript class
ActionScript
mit
snoble/dse
205cd9245c5a04ae2d8063d2d91d017dba6cc46c
src/org/mangui/hls/HLSSettings.as
src/org/mangui/hls/HLSSettings.as
/* 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 { import org.mangui.hls.constant.HLSSeekMode; import org.mangui.hls.constant.HLSMaxL...
/* 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 { import org.mangui.hls.constant.HLSSeekMode; import org.mangui.hls.constant.HLSMaxL...
add missing colon and indent in HLSSettings.as
add missing colon and indent in HLSSettings.as
ActionScript
mpl-2.0
mangui/flashls,vidible/vdb-flashls,fixedmachine/flashls,clappr/flashls,jlacivita/flashls,tedconf/flashls,jlacivita/flashls,neilrackett/flashls,hola/flashls,codex-corp/flashls,clappr/flashls,mangui/flashls,NicolasSiver/flashls,NicolasSiver/flashls,tedconf/flashls,codex-corp/flashls,neilrackett/flashls,vidible/vdb-flashl...
fe54045f9ea16b9846f47985312375edd920ea6e
frameworks/as/src/org/apache/flex/core/ViewBase.as
frameworks/as/src/org/apache/flex/core/ViewBase.as
//////////////////////////////////////////////////////////////////////////////// // // 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...
add initComplete event sort of like creationComplete in current Flex SDK
add initComplete event sort of like creationComplete in current Flex SDK
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
7e33dea8bf12522f45956ce699c84eb07ef5358a
src/org/zozuar/volumetrics/EffectContainer.as
src/org/zozuar/volumetrics/EffectContainer.as
package org.zozuar.volumetrics { import flash.display.*; import flash.events.*; import flash.filters.*; import flash.geom.*; /** * The EffectContainer class creates a volumetric light effect (also known as crepuscular or "god" rays). * This is done in 2D with some bitmap processing of an em...
package org.zozuar.volumetrics { import flash.display.*; import flash.events.*; import flash.filters.*; import flash.geom.*; /** * The EffectContainer class creates a volumetric light effect (also known as crepuscular or "god" rays). * This is done in 2D with some bitmap processing of an em...
patch from makc - https://github.com/yonatan/volumetrics/pull/1
patch from makc - https://github.com/yonatan/volumetrics/pull/1
ActionScript
mit
yonatan/volumetrics
0267a346c6682799d12f2776104b52bbdcbf44e9
FlexUnit4Test/src/org/flexunit/cases/AssertCase.as
FlexUnit4Test/src/org/flexunit/cases/AssertCase.as
package org.flexunit.cases { import flexunit.framework.AssertionFailedError; import org.flexunit.Assert; public class AssertCase { protected var asserterCalled:int = 0; [Test(description="Ensure that the assertWithApply function correctly runs the function with the parameter array")] public function tes...
package org.flexunit.cases { import flexunit.framework.AssertionFailedError; import org.flexunit.Assert; public class AssertCase { protected var asserterCalled:int = 0; [Test(description="Ensure that the assertWithApply function correctly runs the function with the parameter array")] public function tes...
Update to complete the testFailNotStrictlyEqualsFails test.
Update to complete the testFailNotStrictlyEqualsFails test.
ActionScript
apache-2.0
apache/flex-flexunit,SlavaRa/flex-flexunit,SlavaRa/flex-flexunit,SlavaRa/flex-flexunit,apache/flex-flexunit,apache/flex-flexunit,apache/flex-flexunit,SlavaRa/flex-flexunit
1e09879d012a1391d59f2f605c848c440c5747af
src/org/mangui/flowplayer/HLSStreamProvider.as
src/org/mangui/flowplayer/HLSStreamProvider.as
/* 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.flowplayer { import org.mangui.hls.event.HLSEvent; import org.mangui.hls.utils.Params2S...
/* 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.flowplayer { import org.mangui.hls.event.HLSEvent; import org.mangui.hls.utils.Params2S...
fix seek bar not being updated when replaying a video
flashlsFlowPlayer.swf: fix seek bar not being updated when replaying a video
ActionScript
mpl-2.0
mangui/flashls,suuhas/flashls,JulianPena/flashls,ryanhefner/flashls,aevange/flashls,neilrackett/flashls,dighan/flashls,hola/flashls,School-Improvement-Network/flashls,vidible/vdb-flashls,Peer5/flashls,clappr/flashls,suuhas/flashls,mangui/flashls,Peer5/flashls,NicolasSiver/flashls,loungelogic/flashls,viktorot/flashls,th...
bfe8760ce10fe3d9215c7d14a644ae7c90911bea
src/aerys/minko/type/vertex/format/VertexFormat.as
src/aerys/minko/type/vertex/format/VertexFormat.as
package aerys.minko.type.vertex.format { public class VertexFormat { public static const XYZ : VertexFormat = new VertexFormat(VertexComponent.XYZ); public static const XYZ_RGB : VertexFormat = new VertexFormat(VertexComponent.XYZ, VertexComponent.RGB); public static const XYZ_UV : Ve...
package aerys.minko.type.vertex.format { public class VertexFormat { public static const XYZ : VertexFormat = new VertexFormat(VertexComponent.XYZ); public static const XYZ_RGB : VertexFormat = new VertexFormat(VertexComponent.XYZ, VertexComponent.RGB); public static const XYZ_UV : Ve...
Change the visibility of the "addComponent" method in VertexFormat
Change the visibility of the "addComponent" method in VertexFormat
ActionScript
mit
aerys/minko-as3
02cc2de354764098af01057ff12b8944c4fc6c4c
src/common/mvc/model/base/BaseModel.as
src/common/mvc/model/base/BaseModel.as
package common.mvc.model.base { import hu.vizoli.common.mvc.actor.BaseActor; /** * Base Model. * * @author vizoli */ public class BaseModel extends BaseActor { public function BaseModel() { } } }
package common.mvc.model.base { import common.mvc.actor.BaseActor; /** * Base Model. * * @author vizoli */ public class BaseModel extends BaseActor { public function BaseModel() { } } }
Fix import
Fix import
ActionScript
apache-2.0
goc-flashplusplus/ageofai
dd860851e773df1ee92b5cb2c9a77899d0042d51
tamarin-central/thane/as3src/flash/utils/Timer.as
tamarin-central/thane/as3src/flash/utils/Timer.as
// // $Id: $ package flash.utils { import flash.events.EventDispatcher; import flash.events.TimerEvent; import de.polygonal.ds.Heap; public class Timer extends EventDispatcher { public function Timer (delay :Number, repeatCount :int = 0) { if (_heap == null) { _heap = new Heap(10000, com...
// // $Id: $ package flash.utils { import flash.events.EventDispatcher; import flash.events.TimerEvent; import de.polygonal.ds.Heap; public class Timer extends EventDispatcher { public function Timer (delay :Number, repeatCount :int = 0) { if (_heap == null) { _heap = new Heap(10000, com...
Make Timer.repeatCount writeable (and mimic Flash Player's behaviour when you set it to a value higher than the currentCount).
Make Timer.repeatCount writeable (and mimic Flash Player's behaviour when you set it to a value higher than the currentCount).
ActionScript
bsd-2-clause
greyhavens/thane,greyhavens/thane,greyhavens/thane,greyhavens/thane,greyhavens/thane,greyhavens/thane,greyhavens/thane
36b41428489a8381419ead4061118f3c4c79b3ac
src/com/google/analytics/core/DomainNameMode.as
src/com/google/analytics/core/DomainNameMode.as
/* * Copyright 2008 Adobe Systems Inc., 2008 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
/* * Copyright 2008 Adobe Systems Inc., 2008 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
fix comment for asdoc
fix comment for asdoc
ActionScript
apache-2.0
minimedj/gaforflash,nsdevaraj/gaforflash,nsdevaraj/gaforflash,minimedj/gaforflash
163e46ec27304c06b1ea3a0dc91c803094f77a36
asx_test/src/asx/fn/DebounceTest.as
asx_test/src/asx/fn/DebounceTest.as
package asx.fn { import flash.events.EventDispatcher; import flash.events.EventDispatcher; import flash.events.Event; import flash.events.TimerEvent; import flash.utils.getTimer; import flash.utils.Timer; import org.flexunit.async.Async; import org.flexunit.assertThat; import org.hamcrest.object.equalTo; imp...
package asx.fn { import flash.events.EventDispatcher; import flash.events.EventDispatcher; import flash.events.Event; import flash.events.TimerEvent; import flash.utils.getTimer; import flash.utils.Timer; import org.flexunit.async.Async; import org.flexunit.assertThat; import org.hamcrest.object.equalTo; imp...
increase DebounceTest timeout due to imprecision of flash.utils.Timer
increase DebounceTest timeout due to imprecision of flash.utils.Timer
ActionScript
mit
drewbourne/asx,drewbourne/asx
4fde46f3629a18eed389730578eedfd831c08a20
src/as/com/threerings/io/streamers/ArrayStreamer.as
src/as/com/threerings/io/streamers/ArrayStreamer.as
package com.threerings.io.streamers { import com.threerings.util.ClassUtil; import com.threerings.io.ArrayMask; import com.threerings.io.ObjectInputStream; import com.threerings.io.ObjectOutputStream; import com.threerings.io.Streamer; import com.threerings.io.Translations; import com.threerings.io.TypedArray; /** ...
package com.threerings.io.streamers { import com.threerings.util.ClassUtil; import com.threerings.io.ArrayMask; import com.threerings.io.ObjectInputStream; import com.threerings.io.ObjectOutputStream; import com.threerings.io.Streamer; import com.threerings.io.Translations; import com.threerings.io.TypedArray; /** ...
Handle boolean arrays from the server.
Handle boolean arrays from the server. git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@4310 542714f4-19e9-0310-aa3c-eee0fc999fb1
ActionScript
lgpl-2.1
threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya
186e7407699b7e27ed3f72850c2756ab1fe3dc0a
src/com/merlinds/miracle_tool/controllers/PublishCommand.as
src/com/merlinds/miracle_tool/controllers/PublishCommand.as
/** * User: MerlinDS * Date: 18.07.2014 * Time: 15:14 */ package com.merlinds.miracle_tool.controllers { import com.merlinds.debug.log; import com.merlinds.miracle.meshes.MeshMatrix; import com.merlinds.miracle_tool.events.ActionEvent; import com.merlinds.miracle_tool.events.DialogEvent; import com.merlinds.mi...
/** * User: MerlinDS * Date: 18.07.2014 * Time: 15:14 */ package com.merlinds.miracle_tool.controllers { import com.merlinds.debug.log; import com.merlinds.miracle.meshes.MeshMatrix; import com.merlinds.miracle_tool.events.ActionEvent; import com.merlinds.miracle_tool.events.DialogEvent; import com.merlinds.mi...
change format
change format
ActionScript
mit
MerlinDS/miracle_tool
bdbe9dab3c7364bca0f6df946116abfe634b3fbb
src/as/com/threerings/flex/ChatControl.as
src/as/com/threerings/flex/ChatControl.as
// // $Id$ package com.threerings.flex { import flash.display.DisplayObjectContainer; import flash.events.Event; import flash.events.FocusEvent; import flash.events.KeyboardEvent; import flash.events.MouseEvent; import flash.events.TextEvent; import flash.ui.Keyboard; import mx.containers.HBox; import mx.core.App...
// // $Id$ package com.threerings.flex { import flash.display.DisplayObjectContainer; import flash.events.Event; import flash.events.FocusEvent; import flash.events.KeyboardEvent; import flash.events.MouseEvent; import flash.ui.Keyboard; import mx.containers.HBox; import mx.core.Application; import mx.controls.T...
Fix the chat input bug. It's a mystery wrapped in a heisenbug inside sunspots.
Fix the chat input bug. It's a mystery wrapped in a heisenbug inside sunspots. git-svn-id: b675b909355d5cf946977f44a8ec5a6ceb3782e4@774 ed5b42cb-e716-0410-a449-f6a68f950b19
ActionScript
lgpl-2.1
threerings/nenya,threerings/nenya
69830db24f3e191859dae37e664326bc98aa5a48
src/flash/events/Event.as
src/flash/events/Event.as
/* * Copyright 2014 Mozilla Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
/* * Copyright 2014 Mozilla Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
Fix Event#formatToString's output
Fix Event#formatToString's output
ActionScript
apache-2.0
mbebenita/shumway,mozilla/shumway,mbebenita/shumway,mbebenita/shumway,mbebenita/shumway,mozilla/shumway,mozilla/shumway,mozilla/shumway,tschneidereit/shumway,mbebenita/shumway,mozilla/shumway,yurydelendik/shumway,mozilla/shumway,yurydelendik/shumway,tschneidereit/shumway,yurydelendik/shumway,tschneidereit/shumway,tschn...
dfc61bfae69b2db8647e5b6f499ac7fd6ddab5d6
dolly-framework/src/main/actionscript/dolly/Cloner.as
dolly-framework/src/main/actionscript/dolly/Cloner.as
package dolly { import dolly.core.dolly_internal; import dolly.core.errors.CloningError; import dolly.core.metadata.MetadataName; import dolly.utils.PropertyUtil; import flash.utils.Dictionary; import org.as3commons.reflect.Accessor; import org.as3commons.reflect.AccessorAccess; import org.as3commons.reflect.Field; ...
package dolly { import dolly.core.dolly_internal; import dolly.core.errors.CloningError; import dolly.core.metadata.MetadataName; import dolly.utils.ClassUtil; import dolly.utils.PropertyUtil; import flash.utils.ByteArray; import flash.utils.Dictionary; import org.as3commons.reflect.Accessor; import org.as3commons....
Switch Cloner class to cloning of objects by using ByteArray.
Switch Cloner class to cloning of objects by using ByteArray.
ActionScript
mit
Yarovoy/dolly
2558e82959cb10a696037b268f8ce61c3403621a
src/as/com/threerings/parlor/client/TableDirector.as
src/as/com/threerings/parlor/client/TableDirector.as
// // $Id$ // // Vilya library - tools for developing networked games // Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/vilya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public Licens...
// // $Id$ // // Vilya library - tools for developing networked games // Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/vilya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public Licens...
Make sure our seatedness variable accurately reflects the departure of our table.
Make sure our seatedness variable accurately reflects the departure of our table. git-svn-id: a3e1eb16dde062992de22c830ed8045c8013209a@441 c613c5cb-e716-0410-b11b-feb51c14d237
ActionScript
lgpl-2.1
threerings/vilya,threerings/vilya
753bcb229e714c17f737e5cbaf8255e400533709
src/as/com/threerings/media/image/ColorPository.as
src/as/com/threerings/media/image/ColorPository.as
// // Nenya library - tools for developing networked games // Copyright (C) 2002-2010 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/nenya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as publis...
// // Nenya library - tools for developing networked games // Copyright (C) 2002-2010 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/nenya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as publis...
Fix bug in indexing the color classes map.
Fix bug in indexing the color classes map. git-svn-id: b675b909355d5cf946977f44a8ec5a6ceb3782e4@993 ed5b42cb-e716-0410-a449-f6a68f950b19
ActionScript
lgpl-2.1
threerings/nenya,threerings/nenya
83292799be58c6cfe3308b7a53459333cbbc7b2c
kdp3Lib/src/com/kaltura/kdpfl/model/vo/SequenceVO.as
kdp3Lib/src/com/kaltura/kdpfl/model/vo/SequenceVO.as
package com.kaltura.kdpfl.model.vo { import com.kaltura.kdpfl.plugin.IMidrollSequencePlugin; [Bindable] /** * Class SequenceVO holds parameters related to the KDP sequence mechanism. * @author Hila * */ public class SequenceVO { /** *Flag signifying whether we are currently playing in...
package com.kaltura.kdpfl.model.vo { import com.kaltura.kdpfl.plugin.IMidrollSequencePlugin; [Bindable] /** * Class SequenceVO holds parameters related to the KDP sequence mechanism. * @author Hila * */ public class SequenceVO { /** *Flag signifying whether we are currently playing in...
add "skipOffsetRemaining" parameter to sequenceVo
add "skipOffsetRemaining" parameter to sequenceVo
ActionScript
agpl-3.0
shvyrev/kdp,shvyrev/kdp,kaltura/kdp,kaltura/kdp,shvyrev/kdp,kaltura/kdp
be5316977523be13c5ae7c1f1ac7f59be3a2e258
src/aerys/minko/render/material/phong/PhongEffect.as
src/aerys/minko/render/material/phong/PhongEffect.as
package aerys.minko.render.material.phong { import aerys.minko.render.DataBindingsProxy; import aerys.minko.render.Effect; import aerys.minko.render.RenderTarget; import aerys.minko.render.resource.texture.CubeTextureResource; import aerys.minko.render.resource.texture.ITextureResource; import aerys.minko.render....
package aerys.minko.render.material.phong { import aerys.minko.render.DataBindingsProxy; import aerys.minko.render.Effect; import aerys.minko.render.RenderTarget; import aerys.minko.render.resource.texture.CubeTextureResource; import aerys.minko.render.resource.texture.ITextureResource; import aerys.minko.render....
add ASDoc to explain the behavior of PhongEffect
add ASDoc to explain the behavior of PhongEffect
ActionScript
mit
aerys/minko-as3
3825242b8cbf09fcd45251e882f42759e4b585dd
src/widgets/Geoprocessing/parameters/LinearUnitParameter.as
src/widgets/Geoprocessing/parameters/LinearUnitParameter.as
/////////////////////////////////////////////////////////////////////////// // Copyright (c) 2011 Esri. All Rights Reserved. // // 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:...
/////////////////////////////////////////////////////////////////////////// // Copyright (c) 2011 Esri. All Rights Reserved. // // 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:...
Remove unused method.
Remove unused method.
ActionScript
apache-2.0
Esri/arcgis-viewer-flex,CanterburyRegionalCouncil/arcgis-viewer-flex,CanterburyRegionalCouncil/arcgis-viewer-flex,Esri/arcgis-viewer-flex,CanterburyRegionalCouncil/arcgis-viewer-flex
d1a6b6ac3aba2a4aab668f8ff96ec390f7d4ae67
src/aerys/minko/type/loader/parser/ParserOptions.as
src/aerys/minko/type/loader/parser/ParserOptions.as
package aerys.minko.type.loader.parser { import aerys.minko.render.effect.Effect; import aerys.minko.type.loader.ILoader; import aerys.minko.type.loader.SceneLoader; import aerys.minko.type.loader.TextureLoader; import flash.net.URLRequest; /** * ParserOptions objects provide properties and function referen...
package aerys.minko.type.loader.parser { import aerys.minko.render.effect.Effect; import aerys.minko.type.loader.ILoader; import aerys.minko.type.loader.SceneLoader; import aerys.minko.type.loader.TextureLoader; import flash.net.URLRequest; /** * ParserOptions objects provide properties and function referen...
Fix a typo in ParserOptions constructor
Fix a typo in ParserOptions constructor
ActionScript
mit
aerys/minko-as3
8eb7d7978dfd82a0b5f3b21ab5ec2a462bef3aa1
FlexUnit4/src/org/flexunit/events/UnknownError.as
FlexUnit4/src/org/flexunit/events/UnknownError.as
package org.flexunit.events { import flash.events.ErrorEvent; import flash.events.Event; public class UnknownError extends Error { public function UnknownError( event:Event ) { var error:Error; if ( event.hasOwnProperty( "error" ) ) { var errorGeneric:* = event[ "error" ]; if ( errorGeneric...
package org.flexunit.events { import flash.events.ErrorEvent; import flash.events.Event; public class UnknownError extends Error { public function UnknownError( event:Event ) { var error:Error; if ( event.hasOwnProperty( "error" ) ) { var errorGeneric:* = event[ "error" ]; if ( errorGeneric...
Fix for build issue around unknown error
Fix for build issue around unknown error
ActionScript
apache-2.0
SlavaRa/flex-flexunit,apache/flex-flexunit,apache/flex-flexunit,apache/flex-flexunit,SlavaRa/flex-flexunit,SlavaRa/flex-flexunit,apache/flex-flexunit,SlavaRa/flex-flexunit
4d3a78c26f33458b42b1d88a1837d8145bce0a5e
src/org/flintparticles/integration/away3d/v4/A3D4Renderer.as
src/org/flintparticles/integration/away3d/v4/A3D4Renderer.as
/* * FLINT PARTICLE SYSTEM * ..................... * * Author: Richard Lord & Michael Ivanov * Copyright (c) Richard Lord 2008-2011 * http://flintparticles.org * * * Licence Agreement * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated docum...
/* * FLINT PARTICLE SYSTEM * ..................... * * Author: Richard Lord & Michael Ivanov * Copyright (c) Richard Lord 2008-2011 * http://flintparticles.org * * * Licence Agreement * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated docum...
Remove unused local variable
Remove unused local variable
ActionScript
mit
richardlord/Flint
05a5b6c108400b7f32f8c904e88efc2ded82b736
src/GA_FLASH.as
src/GA_FLASH.as
/* * Copyright 2008 Adobe Systems Inc., 2008 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
/* * Copyright 2008 Adobe Systems Inc., 2008 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
clean up GA_FLASH
clean up GA_FLASH
ActionScript
apache-2.0
soumavachakraborty/gaforflash,Miyaru/gaforflash,dli-iclinic/gaforflash,DimaBaliakin/gaforflash,nsdevaraj/gaforflash,jeremy-wischusen/gaforflash,drflash/gaforflash,Vigmar/gaforflash,jisobkim/gaforflash,DimaBaliakin/gaforflash,dli-iclinic/gaforflash,Miyaru/gaforflash,minimedj/gaforflash,minimedj/gaforflash,mrthuanvn/gafo...
3f71f1857123a1c58c0dd68bd830b874d475e751
src/renderers/FlashCommon.as
src/renderers/FlashCommon.as
/* * Copyright 2016 Google Inc. All rights reserved. * * 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 applicabl...
/* * Copyright 2016 Google Inc. All rights reserved. * * 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 applicabl...
Remove unneeded imports from the Flash renderer.
Remove unneeded imports from the Flash renderer.
ActionScript
apache-2.0
google/marzipano,google/marzipano,google/marzipano
d2e85cb2b792a72d87a215871dbb0b90e6666df3
ageb/src/ageb/modules/avatar/timelineClasses/TimelinePanel.as
ageb/src/ageb/modules/avatar/timelineClasses/TimelinePanel.as
package ageb.modules.avatar.timelineClasses { import flash.events.Event; import flash.events.MouseEvent; import spark.events.IndexChangeEvent; import age.assets.ObjectInfo; import ageb.ageb_internal; import ageb.modules.ae.ActionInfoEditable; import ageb.modules.ae.FrameInfoEditable; import ageb.modules.avatar....
package ageb.modules.avatar.timelineClasses { import flash.events.Event; import flash.events.MouseEvent; import spark.events.IndexChangeEvent; import age.assets.ObjectInfo; import ageb.ageb_internal; import ageb.modules.ae.ActionInfoEditable; import ageb.modules.ae.FrameInfoEditable; import ageb.modules.avatar....
修复了在动作列表 Dropdown 按 ↑↓ 键翻阅动作时,列表内容切换不正确的 BUG
修复了在动作列表 Dropdown 按 ↑↓ 键翻阅动作时,列表内容切换不正确的 BUG
ActionScript
mit
nexttouches/age_client
c2c263143586459a99bc1ef071975a4d22bb213c
src/as/com/threerings/stage/client/StageSceneBlock.as
src/as/com/threerings/stage/client/StageSceneBlock.as
// // Vilya library - tools for developing networked games // Copyright (C) 2002-2010 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/vilya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as publis...
// // Vilya library - tools for developing networked games // Copyright (C) 2002-2010 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/vilya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as publis...
Remove some debug printouts.
Remove some debug printouts. git-svn-id: a3e1eb16dde062992de22c830ed8045c8013209a@941 c613c5cb-e716-0410-b11b-feb51c14d237
ActionScript
lgpl-2.1
threerings/vilya,threerings/vilya
c21f8ad735858b1de644b80c38f14af33823aac2
src/as/com/threerings/presents/client/Client.as
src/as/com/threerings/presents/client/Client.as
// // $Id$ // // Narya library - tools for developing networked games // Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/narya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public Licens...
// // $Id$ // // Narya library - tools for developing networked games // Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/narya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public Licens...
Clear out our _bstrap reference after we logoff.
Clear out our _bstrap reference after we logoff. git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@5734 542714f4-19e9-0310-aa3c-eee0fc999fb1
ActionScript
lgpl-2.1
threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya
fed545943611be2ff83fb29cc8c456155333eb2d
src/aerys/minko/scene/node/light/DirectionalLight.as
src/aerys/minko/scene/node/light/DirectionalLight.as
package aerys.minko.scene.node.light { import aerys.minko.ns.minko_scene; import aerys.minko.render.material.phong.PhongProperties; import aerys.minko.render.resource.texture.TextureResource; import aerys.minko.scene.controller.light.DirectionalLightController; import aerys.minko.scene.node.AbstractSceneNode; imp...
package aerys.minko.scene.node.light { import aerys.minko.ns.minko_scene; import aerys.minko.render.material.phong.PhongProperties; import aerys.minko.render.resource.texture.TextureResource; import aerys.minko.scene.controller.light.DirectionalLightController; import aerys.minko.scene.node.AbstractSceneNode; imp...
fix DirectionalLight position init
fix DirectionalLight position init
ActionScript
mit
aerys/minko-as3
fe5d4b47efd8b2b4c2efbf7f9d4b7a3b6327959a
src/as/com/threerings/crowd/data/OccupantInfo.as
src/as/com/threerings/crowd/data/OccupantInfo.as
// // $Id$ // // Narya library - tools for developing networked games // Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/narya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public Licens...
// // $Id$ // // Narya library - tools for developing networked games // Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/narya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public Licens...
Clone fix: pass in our ApplicationDomain.
Clone fix: pass in our ApplicationDomain. This is sorta wacked. Grumble. I wish there was a pointer to the class always, instead of the language letting anonymous functions be a "constructor". This may not always work if a subclass of OccupantInfo is loaded into a sub-domain. git-svn-id: a1a4b28b82a3276cc491891159dd...
ActionScript
lgpl-2.1
threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya
cd8547153406fdce4299af9f13160858e887f921
flexEditor/src/org/arisgames/editor/util/AppConstants.as
flexEditor/src/org/arisgames/editor/util/AppConstants.as
package org.arisgames.editor.util { public class AppConstants { //Server URL //public static const APPLICATION_ENVIRONMENT_ROOT_URL:String = "http://arisgames.org/stagingserver1"; //For other URL's to append to- Staging public static const APPLICATION_ENVIRONMENT_ROOT_URL:String = "http://atsosxdev.doit.wisc.edu/ari...
package org.arisgames.editor.util { public class AppConstants { //Server URL //public static const APPLICATION_ENVIRONMENT_ROOT_URL:String = "http://arisgames.org/stagingserver1"; //For other URL's to append to- Staging public static const APPLICATION_ENVIRONMENT_ROOT_URL:String = "http://atsosxdev.doit.wisc.edu/ari...
update default augbubble icon
update default augbubble icon
ActionScript
mit
ssdongdongwang/arisgames,ssdongdongwang/arisgames,ssdongdongwang/arisgames,ssdongdongwang/arisgames,ssdongdongwang/arisgames,ssdongdongwang/arisgames,ssdongdongwang/arisgames,ssdongdongwang/arisgames
9098a6dd5ffd14bf619c521dac3fa78c3154005a
src/com/esri/builder/controllers/ApplicationCompleteController.as
src/com/esri/builder/controllers/ApplicationCompleteController.as
//////////////////////////////////////////////////////////////////////////////// // Copyright (c) 2008-2013 Esri. All Rights Reserved. // // 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 // /...
//////////////////////////////////////////////////////////////////////////////// // Copyright (c) 2008-2013 Esri. All Rights Reserved. // // 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 // /...
Apply formatting.
Apply formatting.
ActionScript
apache-2.0
Esri/arcgis-viewer-builder-flex
23fa9407236d26723b345a46c9f028f1903e5c92
native_extension/src/com/tuarua/webview/AndroidSettings.as
native_extension/src/com/tuarua/webview/AndroidSettings.as
/* * Copyright 2017 Tua Rua Ltd. * * 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 t...
/* * Copyright 2017 Tua Rua Ltd. * * 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 t...
Add 'databaseEnabled' and 'domStorageEnabled' properties to AndroidSettings object. Make them enabled by default to match the behaviour of AIR's StageWebView
Add 'databaseEnabled' and 'domStorageEnabled' properties to AndroidSettings object. Make them enabled by default to match the behaviour of AIR's StageWebView
ActionScript
apache-2.0
tuarua/WebViewANE,tuarua/WebViewANE,tuarua/WebViewANE,tuarua/WebViewANE,tuarua/WebViewANE,tuarua/WebViewANE,tuarua/WebViewANE
dc3ea8e844d76be4e605e631a3b508ff60c447fd
src/aerys/minko/scene/controller/debug/WireframeDebugController.as
src/aerys/minko/scene/controller/debug/WireframeDebugController.as
package aerys.minko.scene.controller.debug { import aerys.minko.render.geometry.primitive.LineGeometry; import aerys.minko.render.geometry.stream.iterator.TriangleIterator; import aerys.minko.render.geometry.stream.iterator.TriangleReference; import aerys.minko.render.material.line.LineMaterial; import aerys.minko...
package aerys.minko.scene.controller.debug { import aerys.minko.render.geometry.Geometry; import aerys.minko.render.geometry.primitive.LineGeometry; import aerys.minko.render.geometry.stream.iterator.TriangleIterator; import aerys.minko.render.geometry.stream.iterator.TriangleReference; import aerys.minko.render.m...
Update wireframe when the target move
Update wireframe when the target move
ActionScript
mit
aerys/minko-as3
48ecbdaf3cd534cce32a3c20319b96e97eaef720
conf/messages.as
conf/messages.as
playWithAFriend=বন্ধু'ৰ বিপক্ষে খেলক playWithTheMachine=কম্পিউটাৰ'ৰ বিপক্ষে খেলক toInviteSomeoneToPlayGiveThisUrl=অান এজনৰ বিপক্ষে খেলিবলৈ এই URLতু ব্যৱহাৰ কৰক gameOver=খেল সমাপ্ত gameOver=Khel Sesh waitingForOpponent=বিৰোধী'ৰ অপেক্ষাত waiting=অপেক্ষাত yourTurn=আপোনাৰ পাল white=বগা black=ক’লা randomColor=যাদৃচ্ছিক দল c...
playWithAFriend=বন্ধু'ৰ বিপক্ষে খেলক playWithTheMachine=কম্পিউটাৰ'ৰ বিপক্ষে খেলক toInviteSomeoneToPlayGiveThisUrl=অান এজনৰ বিপক্ষে খেলিবলৈ এই URLতু ব্যৱহাৰ কৰক gameOver=Khel Sesh waitingForOpponent=বিৰোধী'ৰ অপেক্ষাত waiting=অপেক্ষাত yourTurn=আপোনাৰ পাল white=বগা black=ক’লা randomColor=যাদৃচ্ছিক দল createAGame=নতুন খেল ...
fix as translation unit
fix as translation unit
ActionScript
mit
abougouffa/lila,Unihedro/lila,arex1337/lila,abougouffa/lila,terokinnunen/lila,bjhaid/lila,samuel-soubeyran/lila,r0k3/lila,TangentialAlan/lila,systemovich/lila,Enigmahack/lila,arex1337/lila,ccampo133/lila,samuel-soubeyran/lila,bjhaid/lila,luanlv/lila,terokinnunen/lila,r0k3/lila,luanlv/lila,elioair/lila,JimmyMow/lila,sam...
19d20c8ead59f276bd655a9e8ab9ea6481240cf2
Makefile.as
Makefile.as
# Makefile to rebuild SM64 split image ################ Target Executable and Sources ############### # TARGET is used to specify prefix in all build artifacts including # output ROM is $(TARGET).z64 TARGET = sm64 # BUILD_DIR is location where all build artifacts are placed BUILD_DIR = build ##################### C...
# Makefile to rebuild SM64 split image ################ Target Executable and Sources ############### # TARGET is used to specify prefix in all build artifacts including # output ROM is $(TARGET).z64 TARGET = sm64 # BUILD_DIR is location where all build artifacts are placed BUILD_DIR = build ##################### C...
Remove verbose emulator flag
Remove verbose emulator flag
ActionScript
mit
queueRAM/sm64tools,queueRAM/sm64tools
435f8cdbd8b27bddeb5994d1b8c4590e4e909a2b
exporter/src/main/as/flump/xfl/XflLibrary.as
exporter/src/main/as/flump/xfl/XflLibrary.as
// // Flump - Copyright 2012 Three Rings Design package flump.xfl { import flash.utils.Dictionary; import flump.executor.load.LoadedSwf; import flump.export.Atlas; import flump.mold.KeyframeMold; import flump.mold.LayerMold; import flump.mold.LibraryMold; import flump.mold.MovieMold; import com.threerings.util.Map;...
// // Flump - Copyright 2012 Three Rings Design package flump.xfl { import flash.utils.Dictionary; import flump.executor.load.LoadedSwf; import flump.export.Atlas; import flump.mold.KeyframeMold; import flump.mold.LayerMold; import flump.mold.LibraryMold; import flump.mold.MovieMold; import com.threerings.util.Map;...
fix movie publishing
fix movie publishing
ActionScript
mit
mathieuanthoine/flump,mathieuanthoine/flump,funkypandagame/flump,mathieuanthoine/flump,tconkling/flump,funkypandagame/flump,tconkling/flump
4805bcd369f55dd54f0941fbaebeffdc66e5d62a
exporter/src/main/as/flump/xfl/XflLibrary.as
exporter/src/main/as/flump/xfl/XflLibrary.as
// // Flump - Copyright 2013 Flump Authors package flump.xfl { import com.adobe.crypto.MD5; import com.threerings.util.Log; import com.threerings.util.Map; import com.threerings.util.Maps; import com.threerings.util.Set; import com.threerings.util.Sets; import com.threerings.util.XmlUtil; import flash.filesystem.Fil...
// // Flump - Copyright 2013 Flump Authors package flump.xfl { import com.adobe.crypto.MD5; import com.threerings.util.Log; import com.threerings.util.Map; import com.threerings.util.Maps; import com.threerings.util.Set; import com.threerings.util.Sets; import com.threerings.util.XmlUtil; import flash.filesystem.Fil...
Fix off-by-1 in empty keyframe creation
Fix off-by-1 in empty keyframe creation
ActionScript
mit
mathieuanthoine/flump,tconkling/flump,funkypandagame/flump,tconkling/flump,mathieuanthoine/flump,funkypandagame/flump,mathieuanthoine/flump
3c7b0426a2c1d5b210cbbe9350ff821ac71788c7
runtime/src/main/as/flump/xfl/XflMovie.as
runtime/src/main/as/flump/xfl/XflMovie.as
// // Flump - Copyright 2012 Three Rings Design package flump.xfl { import flash.utils.Dictionary; public class XflMovie extends XflTopLevelComponent { use namespace xflns; public var md5 :String; public var libraryItem :String; public var symbol :String; public var layers :Array; public fu...
// // Flump - Copyright 2012 Three Rings Design package flump.xfl { import flash.utils.Dictionary; public class XflMovie extends XflTopLevelComponent { use namespace xflns; public var md5 :String; public var libraryItem :String; public var symbol :String; public var layers :Array; public fu...
Order layers for correct display.
Order layers for correct display.
ActionScript
mit
mathieuanthoine/flump,mathieuanthoine/flump,funkypandagame/flump,tconkling/flump,tconkling/flump,mathieuanthoine/flump,funkypandagame/flump
f6e7d0c955d5621ee9f188b91ae229f372e35263
src/org/mangui/hls/HLSJS.as
src/org/mangui/hls/HLSJS.as
package org.mangui.hls { import flash.external.ExternalInterface; import org.hola.ZExternalInterface; import org.hola.JSAPI; import org.hola.HSettings; import org.mangui.hls.event.HLSEvent; public class HLSJS { private static var _inited:Boolean = false; private static var _...
package org.mangui.hls { import flash.external.ExternalInterface; import org.hola.ZExternalInterface; import org.hola.JSAPI; import org.hola.HSettings; import org.mangui.hls.event.HLSEvent; public class HLSJS { private static var _inited:Boolean = false; private static var _...
reset state on dispose
reset state on dispose
ActionScript
mpl-2.0
hola/flashls,hola/flashls
9e93db601c4e2c97037394bfc3755a6e86719ed4
src/aerys/minko/scene/visitor/data/ViewportData.as
src/aerys/minko/scene/visitor/data/ViewportData.as
package aerys.minko.scene.visitor.data { import aerys.minko.render.RenderTarget; import aerys.minko.render.Viewport; import aerys.minko.render.effect.IEffect; import flash.utils.Dictionary; public class ViewportData implements IWorldData { public static const RATIO : String = 'ratio'; public static con...
package aerys.minko.scene.visitor.data { import aerys.minko.render.RenderTarget; import aerys.minko.render.Viewport; import aerys.minko.render.effect.IEffect; import flash.display.Stage; import flash.utils.Dictionary; public class ViewportData implements IWorldData { public static const RATIO : String =...
Add a new getter into ViewportData, to be able to access the stage.
Add a new getter into ViewportData, to be able to access the stage.
ActionScript
mit
aerys/minko-as3
281016ce6f94b34cfa61dfcbe3c4a935d2cbaa92
axscript/mscom.as
axscript/mscom.as
/* ***** 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/ * ...
/* ***** 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/ * ...
Remove debug prints
Remove debug prints
ActionScript
mpl-2.0
pfgenyun/tamarin-redux,pnkfelix/tamarin-redux,pfgenyun/tamarin-redux,pfgenyun/tamarin-redux,pnkfelix/tamarin-redux,pnkfelix/tamarin-redux,pfgenyun/tamarin-redux,pfgenyun/tamarin-redux,pfgenyun/tamarin-redux,pnkfelix/tamarin-redux,pfgenyun/tamarin-redux,pnkfelix/tamarin-redux,pnkfelix/tamarin-redux,pfgenyun/tamarin-redu...
6bf7a9bf4a365f686ffe06f6d71ae41dd9a960ce
src/aerys/minko/scene/node/Group.as
src/aerys/minko/scene/node/Group.as
package aerys.minko.scene.node { import aerys.minko.ns.minko_scene; import aerys.minko.scene.SceneIterator; import aerys.minko.scene.controller.AbstractController; import aerys.minko.type.Signal; import aerys.minko.type.Sort; import aerys.minko.type.loader.ILoader; import aerys.minko.type.loader.SceneLoader; im...
package aerys.minko.scene.node { import aerys.minko.ns.minko_scene; import aerys.minko.scene.SceneIterator; import aerys.minko.scene.controller.AbstractController; import aerys.minko.type.Signal; import aerys.minko.type.Sort; import aerys.minko.type.loader.ILoader; import aerys.minko.type.loader.SceneLoader; im...
use Mesh.cast() in Group.cast()
use Mesh.cast() in Group.cast()
ActionScript
mit
aerys/minko-as3
8342b47b183ed60d1e8321fd2ebe5f8a465d09c1
src/aerys/minko/render/geometry/stream/iterator/TriangleIterator.as
src/aerys/minko/render/geometry/stream/iterator/TriangleIterator.as
package aerys.minko.render.geometry.stream.iterator { import aerys.minko.ns.minko_stream; import aerys.minko.render.geometry.stream.IVertexStream; import aerys.minko.render.geometry.stream.IndexStream; import flash.utils.Proxy; import flash.utils.flash_proxy; /** * TriangleIterator allow per-triangle access ...
package aerys.minko.render.geometry.stream.iterator { import aerys.minko.ns.minko_stream; import aerys.minko.render.geometry.stream.IVertexStream; import aerys.minko.render.geometry.stream.IndexStream; import flash.utils.Proxy; import flash.utils.flash_proxy; /** * TriangleIterator allow per-triangle access ...
fix triangle iterator
fix triangle iterator
ActionScript
mit
aerys/minko-as3
030ea965568fe3469824a2143c017194835209c1
src/org/mangui/hls/HLSSettings.as
src/org/mangui/hls/HLSSettings.as
/* 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 { import org.mangui.hls.constant.HLSSeekMode; import org.mangui.hls.constant.HLSMaxL...
/* 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 { import org.mangui.hls.constant.HLSSeekMode; import org.mangui.hls.constant.HLSMaxL...
Format settings in consistent and readable manner
Format settings in consistent and readable manner Remove inconsistencies in formatting. Fix differences between defaults in descriptions and setting values.
ActionScript
mpl-2.0
jlacivita/flashls,tedconf/flashls,JulianPena/flashls,mangui/flashls,Boxie5/flashls,clappr/flashls,fixedmachine/flashls,Peer5/flashls,loungelogic/flashls,aevange/flashls,aevange/flashls,NicolasSiver/flashls,tedconf/flashls,mangui/flashls,jlacivita/flashls,NicolasSiver/flashls,hola/flashls,aevange/flashls,codex-corp/flas...
ef967cc8cda2e9c3eb3be8cb7fad91df30a492eb
WeaveCore/src/weave/utils/MethodChainProxy.as
WeaveCore/src/weave/utils/MethodChainProxy.as
/* 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 publish...
/* 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 publish...
add ..._
add ..._
ActionScript
mpl-2.0
WeaveTeam/WeaveJS,WeaveTeam/WeaveJS,WeaveTeam/WeaveJS,WeaveTeam/WeaveJS
7ca0d2473073f9d201d8beda9ab89b9442bea813
snowplow-as3-tracker/src/com/snowplowanalytics/snowplow/tracker/emitter/Emitter.as
snowplow-as3-tracker/src/com/snowplowanalytics/snowplow/tracker/emitter/Emitter.as
/* * Copyright (c) 2015 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/lice...
/* * Copyright (c) 2015 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/lice...
Use constant in constructor params
Use constant in constructor params
ActionScript
apache-2.0
snowplow/snowplow-actionscript3-tracker,snowplow/snowplow-actionscript3-tracker,snowplow/snowplow-actionscript3-tracker
8640073418e7ce4e7adb4e08d483a55cc6a60a29
generator/sources/as3/com/kaltura/delegates/WebDelegateBase.as
generator/sources/as3/com/kaltura/delegates/WebDelegateBase.as
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_| \_...
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_| \_...
Fix client code to send partnerId from client config by default. Fix By Michal.
Fix client code to send partnerId from client config by default. Fix By Michal.
ActionScript
agpl-3.0
matsuu/server,gale320/server,DBezemer/server,gale320/server,ratliff/server,kaltura/server,jorgevbo/server,doubleshot/server,matsuu/server,jorgevbo/server,ivesbai/server,ratliff/server,gale320/server,jorgevbo/server,DBezemer/server,ratliff/server,DBezemer/server,jorgevbo/server,ivesbai/server,gale320/server,ratliff/serv...
eaaa1bf8ab6ece8c9f4c29e6cbb6fd28f9f0d4de
src/com/esri/builder/controllers/supportClasses/LocalConnectionDelegate.as
src/com/esri/builder/controllers/supportClasses/LocalConnectionDelegate.as
//////////////////////////////////////////////////////////////////////////////// // Copyright (c) 2008-2013 Esri. All Rights Reserved. // // 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 // /...
//////////////////////////////////////////////////////////////////////////////// // Copyright (c) 2008-2013 Esri. All Rights Reserved. // // 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 // /...
Generalize method call log messages.
Generalize method call log messages.
ActionScript
apache-2.0
Esri/arcgis-viewer-builder-flex
c2eebc8b19c392a234e9c61284ca272bf8be645e
frameworks/projects/Graphics/src/main/flex/GraphicsClasses.as
frameworks/projects/Graphics/src/main/flex/GraphicsClasses.as
//////////////////////////////////////////////////////////////////////////////// // // 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...
Add transform bead to GraphicClasses
Add transform bead to GraphicClasses
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
a9d538c92f9378a280d1c962874b5f6f686b76c1
frameworks/as/src/FlexJSUIClasses.as
frameworks/as/src/FlexJSUIClasses.as
//////////////////////////////////////////////////////////////////////////////// // // 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...
Add bead to SWC
Add bead to SWC
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
2d7df8fee61797db91e9c114a4adebd6580bd2aa
src/main/flex/org/servebox/cafe/core/observer/AbstractObserver.as
src/main/flex/org/servebox/cafe/core/observer/AbstractObserver.as
/* * actionscript-cafe AbstractObserver 18 avr. 2011 adesmarais * * Created by Servebox * Copyright 2010 Servebox (c) All rights reserved. You may not use, distribute * or modify this code under its source or binary form * without the express authorization of ServeBox. Contact : info@servebox.com */ package org.serve...
/* * actionscript-cafe AbstractObserver 18 avr. 2011 adesmarais * * Created by Servebox * Copyright 2010 Servebox (c) All rights reserved. You may not use, distribute * or modify this code under its source or binary form * without the express authorization of ServeBox. Contact : info@servebox.com */ package org.serve...
Change apply method if signal has no cargo.
Change apply method if signal has no cargo.
ActionScript
mit
servebox/as-cafe
1b051701aa7dd481935b3757d88fe8de82736b04
plugins/akamaiHDPlugin/src/com/kaltura/kdpfl/plugin/akamaiHDMediator.as
plugins/akamaiHDPlugin/src/com/kaltura/kdpfl/plugin/akamaiHDMediator.as
package com.kaltura.kdpfl.plugin { import com.akamai.osmf.utils.AkamaiStrings; import com.kaltura.kdpfl.model.ConfigProxy; import com.kaltura.kdpfl.model.MediaProxy; import com.kaltura.kdpfl.model.type.NotificationType; import com.kaltura.kdpfl.view.media.KMediaPlayerMediator; import org.puremvc.as3.int...
package com.kaltura.kdpfl.plugin { import com.akamai.osmf.utils.AkamaiStrings; import com.kaltura.kdpfl.model.ConfigProxy; import com.kaltura.kdpfl.model.MediaProxy; import com.kaltura.kdpfl.model.type.NotificationType; import com.kaltura.kdpfl.view.media.KMediaPlayerMediator; import org.osmf.events.Med...
fix livestream with dvr window size
fix livestream with dvr window size
ActionScript
agpl-3.0
kaltura/kdp,kaltura/kdp,shvyrev/kdp,shvyrev/kdp,kaltura/kdp,shvyrev/kdp
cf4169c46930d0f2e3c6b6e208bb00f53e7df710
src/com/google/analytics/GATracker.as
src/com/google/analytics/GATracker.as
/* * Copyright 2008 Adobe Systems Inc., 2008 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
/* * Copyright 2008 Adobe Systems Inc., 2008 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
Fix - eat blank lines
Fix - eat blank lines
ActionScript
apache-2.0
dli-iclinic/gaforflash,dli-iclinic/gaforflash,drflash/gaforflash,jisobkim/gaforflash,minimedj/gaforflash,minimedj/gaforflash,nsdevaraj/gaforflash,mrthuanvn/gaforflash,Vigmar/gaforflash,jeremy-wischusen/gaforflash,Miyaru/gaforflash,DimaBaliakin/gaforflash,jeremy-wischusen/gaforflash,soumavachakraborty/gaforflash,drflash...
73d85907685f62bc090a7d9e0e06592f6791f305
dolly-framework/src/main/actionscript/dolly/Cloner.as
dolly-framework/src/main/actionscript/dolly/Cloner.as
package dolly { import dolly.core.dolly_internal; import dolly.core.errors.CloningError; import dolly.core.metadata.MetadataName; import dolly.utils.PropertyUtil; import org.as3commons.reflect.Accessor; import org.as3commons.reflect.AccessorAccess; import org.as3commons.reflect.Field; import org.as3commons.reflect.Ty...
package dolly { import dolly.core.dolly_internal; import dolly.core.errors.CloningError; import dolly.core.metadata.MetadataName; import dolly.utils.PropertyUtil; import org.as3commons.reflect.Accessor; import org.as3commons.reflect.AccessorAccess; import org.as3commons.reflect.Field; import org.as3commons.reflect.Ty...
Initialize "type" parameter in Cloner.doClone() method.
Initialize "type" parameter in Cloner.doClone() method.
ActionScript
mit
Yarovoy/dolly
4d88f44c5ad6325d27dbdad0fc49780827cce87e
src/aerys/minko/scene/node/Mesh.as
src/aerys/minko/scene/node/Mesh.as
package aerys.minko.scene.node { import aerys.minko.ns.minko_scene; import aerys.minko.render.geometry.Geometry; import aerys.minko.render.material.Material; import aerys.minko.render.material.basic.BasicMaterial; import aerys.minko.scene.controller.mesh.VisibilityController; import aerys.minko.type.Signal; impo...
package aerys.minko.scene.node { import aerys.minko.ns.minko_scene; import aerys.minko.render.geometry.Geometry; import aerys.minko.render.material.Material; import aerys.minko.render.material.basic.BasicMaterial; import aerys.minko.scene.controller.mesh.VisibilityController; import aerys.minko.type.Signal; impo...
fix Mesh.materialChanged signal never executed
fix Mesh.materialChanged signal never executed
ActionScript
mit
aerys/minko-as3
f62fc2441bbec8e7a6f64d97c3cf471ecef2bdca
src/aerys/minko/scene/controller/mesh/MeshVisibilityController.as
src/aerys/minko/scene/controller/mesh/MeshVisibilityController.as
package aerys.minko.scene.controller.mesh { import aerys.minko.ns.minko_math; import aerys.minko.render.Viewport; import aerys.minko.render.geometry.Geometry; import aerys.minko.scene.controller.AbstractController; import aerys.minko.scene.node.Group; import aerys.minko.scene.node.ISceneNode; import aerys.minko....
package aerys.minko.scene.controller.mesh { import aerys.minko.ns.minko_math; import aerys.minko.render.Viewport; import aerys.minko.render.geometry.Geometry; import aerys.minko.scene.controller.AbstractController; import aerys.minko.scene.node.Group; import aerys.minko.scene.node.ISceneNode; import aerys.minko....
use pre-allocated Vector4 in MeshVisibilityController.meshLocalToWorldChangedHandler()
use pre-allocated Vector4 in MeshVisibilityController.meshLocalToWorldChangedHandler()
ActionScript
mit
aerys/minko-as3
6bf47ac029639814ce3ff4b61982d800b4fcf548
src/com/esri/viewer/utils/LayerObjectUtil.as
src/com/esri/viewer/utils/LayerObjectUtil.as
/////////////////////////////////////////////////////////////////////////// // Copyright (c) 2012 Esri. All Rights Reserved. // // 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:...
/////////////////////////////////////////////////////////////////////////// // Copyright (c) 2012 Esri. All Rights Reserved. // // 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:...
Fix typo that prevented parsing PictureMarkerSymbols.
Fix typo that prevented parsing PictureMarkerSymbols.
ActionScript
apache-2.0
CanterburyRegionalCouncil/arcgis-viewer-flex,Esri/arcgis-viewer-flex,Esri/arcgis-viewer-flex,CanterburyRegionalCouncil/arcgis-viewer-flex,CanterburyRegionalCouncil/arcgis-viewer-flex
ce91eaa903906cc6f15ea75553dd02498fda75bf
src/aerys/minko/render/DrawCall.as
src/aerys/minko/render/DrawCall.as
package aerys.minko.render { import aerys.minko.ns.minko_render; 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.minko.render.geometry.s...
package aerys.minko.render { import aerys.minko.ns.minko_render; 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.minko.render.geometry.s...
fix DrawCall.depth getter to avoid instanciating Vector4 objects
fix DrawCall.depth getter to avoid instanciating Vector4 objects
ActionScript
mit
aerys/minko-as3
e101f9a8e87c82079b91f2a08f348855a3805fea
src/aerys/minko/render/DrawCall.as
src/aerys/minko/render/DrawCall.as
package aerys.minko.render { import aerys.minko.ns.minko_render; 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.minko.render.geometry.s...
package aerys.minko.render { import aerys.minko.ns.minko_render; 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.minko.render.geometry.s...
remove test of _enabled because it should now be done before calling DrawCall.apply()
remove test of _enabled because it should now be done before calling DrawCall.apply()
ActionScript
mit
aerys/minko-as3
b32e5541fb4874f7796c68f9907a3c2f5b1f8139
as/main/frame4.as
as/main/frame4.as
 var historia_txt:String =""; var baixa_mc:MovieClip; var puja_mc:MovieClip; var buttonsUI:Array = new Array ("puja_mc", "baixa_mc"); this.historia_txt.html = true; this.historia.htmlText =true; this.historia_txt.wordWrap = true; this.historia_txt.multiline = true; this.onEnterFrame = function ():Void { buttons...
 var historia_txt:String =""; var baixa_mc:MovieClip; var puja_mc:MovieClip; var buttonsUI:Array = new Array ("puja_mc", "baixa_mc"); this.historia_txt.html = true; this.historia.htmlText =true; this.historia_txt.wordWrap = true; this.historia_txt.multiline = true; this.onEnterFrame = function ():Void { buttons...
Update frame4.as
Update frame4.as
ActionScript
bsd-3-clause
delfiramirez/web-talking-wear,delfiramirez/web-talking-wear,delfiramirez/web-talking-wear
5caaf48295e0295ac11486059b8b122ae2d1b800
src/aerys/minko/scene/controller/TransformController.as
src/aerys/minko/scene/controller/TransformController.as
package aerys.minko.scene.controller { import aerys.minko.ns.minko_math; import aerys.minko.render.Viewport; import aerys.minko.scene.node.Group; import aerys.minko.scene.node.ISceneNode; import aerys.minko.scene.node.Scene; import aerys.minko.type.math.Matrix4x4; import flash.display.B...
package aerys.minko.scene.controller { import aerys.minko.ns.minko_math; import aerys.minko.render.Viewport; import aerys.minko.scene.node.Group; import aerys.minko.scene.node.ISceneNode; import aerys.minko.scene.node.Scene; import aerys.minko.type.math.Matrix4x4; import flash.display.B...
fix TransformController.updateAncestorsAndSelfLocalToWorld() to read the flags properly
fix TransformController.updateAncestorsAndSelfLocalToWorld() to read the flags properly
ActionScript
mit
aerys/minko-as3
8de4aad10f12ace70ac30edf692106f522800170
src/aerys/minko/render/geometry/GeometrySanitizer.as
src/aerys/minko/render/geometry/GeometrySanitizer.as
package aerys.minko.render.geometry { import aerys.minko.render.shader.compiler.CRC32; import flash.utils.ByteArray; import flash.utils.Dictionary; import flash.utils.Endian; /** * The GeometrySanitizer static class provides methods to clean up * 3D geometry loaded from 3D asset files and make sure it is co...
package aerys.minko.render.geometry { import aerys.minko.render.shader.compiler.CRC32; import flash.utils.ByteArray; import flash.utils.Dictionary; import flash.utils.Endian; /** * The GeometrySanitizer static class provides methods to clean up * 3D geometry loaded from 3D asset files and make sure it is co...
fix wrong values for GeometrySanitizer.INDEX_LIMIT and GeometrySanitizer.VERTEX_LIMIT
fix wrong values for GeometrySanitizer.INDEX_LIMIT and GeometrySanitizer.VERTEX_LIMIT
ActionScript
mit
aerys/minko-as3
5df1335471a3953c9efc91c692893f03c4602d34
src/as/com/threerings/io/TypedArray.as
src/as/com/threerings/io/TypedArray.as
// // $Id$ // // Narya library - tools for developing networked games // Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/narya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public Licens...
// // $Id$ // // Narya library - tools for developing networked games // Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/narya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public Licens...
Add an easy way to initialize. Jeez, this whole thing could *almost* go away if we moved to flash 10 and used Vector, but of course, there's no way to get the type of Vector. Maybe there is, with describeType(). Can't experiment now. I'd fall out of my chair if there were. We need to know in case sending an empty array...
Add an easy way to initialize. Jeez, this whole thing could *almost* go away if we moved to flash 10 and used Vector, but of course, there's no way to get the type of Vector. Maybe there is, with describeType(). Can't experiment now. I'd fall out of my chair if there were. We need to know in case sending an empty array...
ActionScript
lgpl-2.1
threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya
10b65b608ecc24d8145b2a748b6c8f9baf71cb16
runtime/src/main/as/flump/display/Movie.as
runtime/src/main/as/flump/display/Movie.as
// // Flump - Copyright 2013 Flump Authors package flump.display { import flash.geom.Matrix; import flash.geom.Point; import flash.geom.Rectangle; import flump.mold.LayerMold; import flump.mold.MovieMold; import react.Signal; import starling.animation.IAnimatable; import starling.display.DisplayObject; import star...
// // Flump - Copyright 2013 Flump Authors package flump.display { import flash.geom.Matrix; import flash.geom.Point; import flash.geom.Rectangle; import flump.mold.LayerMold; import flump.mold.MovieMold; import react.Signal; import starling.animation.IAnimatable; import starling.display.DisplayObject; import star...
use Strings for states
use Strings for states
ActionScript
mit
mathieuanthoine/flump,mathieuanthoine/flump,mathieuanthoine/flump,tconkling/flump,tconkling/flump
9cef884c60fa5c4cea7eb1fa092c9fb53a8a1550
ProxyPair.as
ProxyPair.as
package { import flash.errors.IllegalOperationError; import flash.events.Event; import flash.events.EventDispatcher; import flash.events.IOErrorEvent; import flash.events.ProgressEvent; import flash.events.SecurityErrorEvent; import flash.events.TextEvent; import flash.net.Socket; im...
package { import flash.events.Event; import flash.events.EventDispatcher; import flash.events.IOErrorEvent; import flash.events.ProgressEvent; import flash.events.SecurityErrorEvent; import flash.events.TextEvent; import flash.net.Socket; import flash.utils.ByteArray; import flash.ut...
Rewrite ProxyPair to be more generic.
Rewrite ProxyPair to be more generic.
ActionScript
mit
glamrock/flashproxy,arlolra/flashproxy,infinity0/flashproxy,infinity0/flashproxy,glamrock/flashproxy,glamrock/flashproxy,infinity0/flashproxy,infinity0/flashproxy,glamrock/flashproxy,arlolra/flashproxy,arlolra/flashproxy,arlolra/flashproxy,glamrock/flashproxy,arlolra/flashproxy,arlolra/flashproxy,arlolra/flashproxy,inf...
26ddb9481158e3e56e61b9aca8915a4e8c1f5b6a
src/aerys/minko/render/DrawCall.as
src/aerys/minko/render/DrawCall.as
package aerys.minko.render { import aerys.minko.ns.minko_render; 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.minko.render.geometry.s...
package aerys.minko.render { import aerys.minko.ns.minko_render; 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.minko.render.geometry.s...
fix DrawCall.enabled setter using a 'for each' instead of a 'for' to loop on the changed bindings
fix DrawCall.enabled setter using a 'for each' instead of a 'for' to loop on the changed bindings
ActionScript
mit
aerys/minko-as3
3086f976e2f5996cc56552ce9930496ad9d218b2
src/battlecode/world/signals/RobotInfoSignal.as
src/battlecode/world/signals/RobotInfoSignal.as
package battlecode.world.signals { import battlecode.common.AttackType; import battlecode.common.MapLocation; public class RobotInfoSignal implements Signal { private var robotID:uint; private var health:Number; public function RobotInfoSignal(robotID:uint, health:Number) ...
package battlecode.world.signals { public class RobotInfoSignal implements Signal { private var robotID:uint; private var health:Number; public function RobotInfoSignal(robotID:uint, health:Number) { this.robotID = robotID; this.health = health; } ...
remove unused imports
remove unused imports
ActionScript
mit
trun/battlecode-webclient
8dd8a6a762ad7e087b4e94d77d3df766a4b5b8a7
src/org/openPyro/controls/Image.as
src/org/openPyro/controls/Image.as
package org.openPyro.controls { import org.openPyro.core.UIControl; import flash.display.Loader; import flash.events.Event; import flash.events.IOErrorEvent; import flash.net.URLRequest; import flash.system.LoaderContext; public class Image extends UIControl { private var _sourceURL:String = ""; private ...
package org.openPyro.controls { import org.openPyro.core.UIControl; import flash.display.Loader; import flash.events.Event; import flash.events.IOErrorEvent; import flash.net.URLRequest; import flash.system.LoaderContext; public class Image extends UIControl { private var _sourceURL:String = ""; private ...
Fix to Image class so loader remains invisible till the content has been resized.
Fix to Image class so loader remains invisible till the content has been resized.
ActionScript
mit
arpit/openpyro
e6d03a1d3d8d05df4dd92aea9651cabec2455cc9
src/com/esri/builder/controllers/supportClasses/WidgetTypeLoader.as
src/com/esri/builder/controllers/supportClasses/WidgetTypeLoader.as
//////////////////////////////////////////////////////////////////////////////// // Copyright (c) 2008-2013 Esri. All Rights Reserved. // // 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 // /...
//////////////////////////////////////////////////////////////////////////////// // Copyright (c) 2008-2013 Esri. All Rights Reserved. // // 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 // /...
Simplify logic for finding module SWFs.
Simplify logic for finding module SWFs. * Expects widget SWFs to be at the parent-directory level.
ActionScript
apache-2.0
Esri/arcgis-viewer-builder-flex
1e57e9c36d53d24d515e7019bb3a41a9a36a57a3
flash/Recorder.as
flash/Recorder.as
package { import com.adobe.audio.format.WAVWriter; import flash.events.TimerEvent; import flash.events.Event; import flash.events.ErrorEvent; import flash.events.SampleDataEvent; import flash.external.ExternalInterface; import flash.media.Microphone; import flash.media.Sound; import flash.media.SoundChannel;...
package { import com.adobe.audio.format.WAVWriter; import flash.events.TimerEvent; import flash.events.Event; import flash.events.ErrorEvent; import flash.events.SampleDataEvent; import flash.external.ExternalInterface; import flash.media.Microphone; import flash.media.Sound; import flash.media.SoundChannel;...
Update flash/Recorder.as
Update flash/Recorder.as Explicitly setting the codec used. If this library is used in conjunction with another flash library that makes use of the microphone, and that library changes the codec to Speex, then the sampling rate will be forever stuck at "16". This causes recordings to sound like "chipmunks".
ActionScript
mit
jwagener/recorder.js
31fd4b65167054c2013966ef07d6bde86d451986
WEB-INF/lps/lfc/kernel/swf/dojo/flash8/DojoExternalInterface.as
WEB-INF/lps/lfc/kernel/swf/dojo/flash8/DojoExternalInterface.as
/** A wrapper around Flash 8's ExternalInterface; DojoExternalInterface is needed so that we can do a Flash 6 implementation of ExternalInterface, and be able to support having a single codebase that uses DojoExternalInterface across Flash versions rather than having two seperate source bases, where one uses Exter...
/** A wrapper around Flash 8's ExternalInterface; DojoExternalInterface is needed so that we can do a Flash 6 implementation of ExternalInterface, and be able to support having a single codebase that uses DojoExternalInterface across Flash versions rather than having two seperate source bases, where one uses Exter...
Change 20080521-maxcarlson-m by maxcarlson@Roboto on 2008-05-21 14:39:56 PDT in /Users/maxcarlson/openlaszlo/trunk-clean for http://svn.openlaszlo.org/openlaszlo/trunk
Change 20080521-maxcarlson-m by maxcarlson@Roboto on 2008-05-21 14:39:56 PDT in /Users/maxcarlson/openlaszlo/trunk-clean for http://svn.openlaszlo.org/openlaszlo/trunk Summary: Don't init flash/js communication when apps are running outside the html wrappers. New Features: Bugs Fixed: LPP-5383 - Refresh Or C...
ActionScript
epl-1.0
mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo
9cb51568c37c5ffec45d001c69cae5d3969cfb83
plugins/wvPlugin/src/com/kaltura/kdpfl/plugin/WVLoader.as
plugins/wvPlugin/src/com/kaltura/kdpfl/plugin/WVLoader.as
package com.kaltura.kdpfl.plugin { import org.osmf.traits.LoaderBase; public class WVLoader extends LoaderBase { public function WVLoader() { super(); } } }
package com.kaltura.kdpfl.plugin { import flash.external.ExternalInterface; import org.osmf.media.MediaResourceBase; import org.osmf.traits.LoaderBase; public class WVLoader extends LoaderBase { public function WVLoader() { super(); } override public function canHandleResource(resou...
Fix a bug that caused "ChangeMedia" to fail
Fix a bug that caused "ChangeMedia" to fail
ActionScript
agpl-3.0
kaltura/kdp,shvyrev/kdp,shvyrev/kdp,shvyrev/kdp,kaltura/kdp,kaltura/kdp
432c5a4a336bbe9adcc8fece955a0787aba9056b
src/goplayer/ConfigurationParser.as
src/goplayer/ConfigurationParser.as
package goplayer { public class ConfigurationParser { private const result : Configuration = new Configuration private var parameters : Object public function ConfigurationParser(parameters : Object) { this.parameters = parameters } public function execute() : void { // XXX: Clean u...
package goplayer { public class ConfigurationParser { private const result : Configuration = new Configuration private var parameters : Object public function ConfigurationParser(parameters : Object) { this.parameters = parameters } public function execute() : void { // XXX: Clean u...
Use ‘true’ and ‘false’ instead of ‘on’ and ‘off’.
Use ‘true’ and ‘false’ instead of ‘on’ and ‘off’.
ActionScript
mit
dbrock/goplayer,dbrock/goplayer
8b860d2ef18e4a57894152ab60e261f4408f29ed
src/aerys/minko/render/shader/compiler/graph/visitors/AbstractVisitor.as
src/aerys/minko/render/shader/compiler/graph/visitors/AbstractVisitor.as
package aerys.minko.render.shader.compiler.graph.visitors { import aerys.minko.render.shader.compiler.graph.ShaderGraph; import aerys.minko.render.shader.compiler.graph.nodes.AbstractNode; import aerys.minko.render.shader.compiler.graph.nodes.leaf.Attribute; import aerys.minko.render.shader.compiler.graph.nodes.lea...
package aerys.minko.render.shader.compiler.graph.visitors { import aerys.minko.render.shader.compiler.graph.ShaderGraph; import aerys.minko.render.shader.compiler.graph.nodes.AbstractNode; import aerys.minko.render.shader.compiler.graph.nodes.leaf.Attribute; import aerys.minko.render.shader.compiler.graph.nodes.lea...
fix coding style
fix coding style
ActionScript
mit
aerys/minko-as3
219f32e3f837dc4a4baf65bd58c2ab00318be67d
src/aerys/minko/scene/controller/mesh/DynamicTextureController.as
src/aerys/minko/scene/controller/mesh/DynamicTextureController.as
package aerys.minko.scene.controller.mesh { import aerys.minko.render.Viewport; import aerys.minko.render.resource.texture.TextureResource; import aerys.minko.scene.controller.EnterFrameController; import aerys.minko.scene.node.ISceneNode; import aerys.minko.scene.node.Mesh; import aerys.minko.scene.node.Scene; ...
package aerys.minko.scene.controller.mesh { import aerys.minko.render.Viewport; import aerys.minko.render.resource.texture.TextureResource; import aerys.minko.scene.controller.EnterFrameController; import aerys.minko.scene.node.ISceneNode; import aerys.minko.scene.node.Mesh; import aerys.minko.scene.node.Scene; ...
add support for BitmapData as a source for DynamicTextureController
add support for BitmapData as a source for DynamicTextureController
ActionScript
mit
aerys/minko-as3
e9814af2d20b61b2527b92b5bcde0055884d10d5
MQTTClient_AS3/src/MQTTClient_AS3.as
MQTTClient_AS3/src/MQTTClient_AS3.as
/** * GODPAPER Confidential,Copyright 2012. All rights reserved. * * 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 rig...
/** * GODPAPER Confidential,Copyright 2012. All rights reserved. * * 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 rig...
remove useless import
remove useless import
ActionScript
mit
yangboz/as3MQTT,yangboz/as3MQTT
ab2fe2bc842b48162a3dc5b6cf4e813f142e8573
src/aerys/minko/scene/controller/AnimationController.as
src/aerys/minko/scene/controller/AnimationController.as
package aerys.minko.scene.controller { import aerys.minko.render.Viewport; import aerys.minko.scene.node.Group; import aerys.minko.scene.node.ISceneNode; import aerys.minko.scene.node.Scene; import aerys.minko.type.Signal; import aerys.minko.type.animation.TimeLabel; import aerys.minko.type.animation.timeline.IT...
package aerys.minko.scene.controller { import aerys.minko.render.Viewport; import aerys.minko.scene.node.Group; import aerys.minko.scene.node.ISceneNode; import aerys.minko.scene.node.Scene; import aerys.minko.type.Signal; import aerys.minko.type.animation.TimeLabel; import aerys.minko.type.animation.timeline.IT...
fix coding style
fix coding style
ActionScript
mit
aerys/minko-as3
dbedc8ad0b34d98a04b10be4c015599b78376724
software/sasFlex/src/gov/nih/nci/cbiit/casas/components/FormulaEditor.as
software/sasFlex/src/gov/nih/nci/cbiit/casas/components/FormulaEditor.as
package gov.nih.nci.cbiit.casas.components { import learnmath.mathml.components.MathMLEditor; import mx.core.IUIComponent; public class FormulaEditor extends MathMLEditor { public function FormulaEditor() { // this.setConfiguration("disableOpen", "false"); //decompile MathMLEditor //decompile...
package gov.nih.nci.cbiit.casas.components { import fl.core.UIComponent; import flash.display.MovieClip; import flash.events.KeyboardEvent; import flash.utils.Timer; import learnmath.mathml.components.MathMLEditor; import learnmath.mathml.formula.Constants; import learnmath.windows.ConfigManag...
clean version using FMathML FormulaEditor
clean version using FMathML FormulaEditor SVN-Revision: 3125
ActionScript
bsd-3-clause
NCIP/caadapter,NCIP/caadapter,NCIP/caadapter