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
37bee06024be52a1afe0d1adf733c391e8891888
src/sample/Act203.as
src/sample/Act203.as
package sample { import flash.display.Sprite; import flash.events.Event; import flash.events.IOErrorEvent; import flash.net.URLLoader; import flash.net.URLLoaderDataFormat; import flash.net.URLRequest; import flash.text.TextField; public class Act203 extends Sprite { public function Act203() { super...
package sample { import flash.display.Sprite; import flash.events.Event; import flash.events.IOErrorEvent; import flash.net.URLLoader; import flash.net.URLLoaderDataFormat; import flash.net.URLRequest; import flash.text.TextField; public class Act203 extends Sprite { public function Act203() { super...
Update Act203.as
Update Act203.as コメント追加
ActionScript
mit
z-ohnami/asWork,z-ohnami/asWork
fcf091b5c149f7229b47c10ed223654cb8d19768
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.events.TextEvent; import flash.ui.Keyboard; import mx.containers.HBox; import mx.core.App...
Allow the up and down arrow keys to traverse the command history, like we do in Java.
Allow the up and down arrow keys to traverse the command history, like we do in Java. git-svn-id: b675b909355d5cf946977f44a8ec5a6ceb3782e4@667 ed5b42cb-e716-0410-a449-f6a68f950b19
ActionScript
lgpl-2.1
threerings/nenya,threerings/nenya
c96fb7bd2304bec2b3f84ab32d619a9794fc13b5
src/com/merlinds/miracle_tool/viewer/ViewerView.as
src/com/merlinds/miracle_tool/viewer/ViewerView.as
/** * User: MerlinDS * Date: 18.07.2014 * Time: 17:42 */ package com.merlinds.miracle_tool.viewer { import com.bit101.components.List; import com.bit101.components.Window; import com.merlinds.debug.log; import com.merlinds.miracle.Miracle; import com.merlinds.miracle.animations.AnimationHelper; import com.mer...
/** * User: MerlinDS * Date: 18.07.2014 * Time: 17:42 */ package com.merlinds.miracle_tool.viewer { import com.bit101.components.List; import com.bit101.components.Window; import com.merlinds.debug.log; import com.merlinds.miracle.Miracle; import com.merlinds.miracle.animations.AnimationHelper; import com.mer...
add change animation ability
add change animation ability
ActionScript
mit
MerlinDS/miracle_tool
3d0e78a651fa627967bfa6f98f80824e0caae598
WeaveData/src/weave/data/AttributeColumns/ReferencedColumn.as
WeaveData/src/weave/data/AttributeColumns/ReferencedColumn.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...
undo recent change
undo recent change Change-Id: I2b39cb43581c9bb84546b6e99c9164f8d1b23b0f
ActionScript
mpl-2.0
WeaveTeam/WeaveJS,WeaveTeam/WeaveJS,WeaveTeam/WeaveJS,WeaveTeam/WeaveJS
7fe72d2db1fc0e92367880fa5dd7f94dfc575fcc
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 // /...
Load modules from SWF bytes.
Load modules from SWF bytes.
ActionScript
apache-2.0
Esri/arcgis-viewer-builder-flex
0a8dc5890dfed54894705d758237ee7136448860
krew-framework/krewfw/core/KrewScene.as
krew-framework/krewfw/core/KrewScene.as
package krewfw.core { import starling.display.DisplayObject; import starling.events.EnterFrameEvent; import starling.events.Event; import krewfw.core_internal.SceneServantActor; import krewfw.core_internal.StageLayer; import krewfw.core_internal.StuntAction; import krewfw.utils.as3.KrewTim...
package krewfw.core { import starling.display.DisplayObject; import starling.events.EnterFrameEvent; import starling.events.Event; import krewfw.core_internal.SceneServantActor; import krewfw.core_internal.StageLayer; import krewfw.core_internal.StuntAction; import krewfw.utils.as3.KrewTim...
Rename delay to delayed
Rename delay to delayed
ActionScript
mit
tatsuya-koyama/krewFramework,tatsuya-koyama/krewFramework,tatsuya-koyama/krewFramework
d2f7c821a63b8162781720ece642429ba14f9e23
src/com/google/analytics/API.as
src/com/google/analytics/API.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...
replace utils Version class by uri.version class
replace utils Version class by uri.version class
ActionScript
apache-2.0
minimedj/gaforflash,nsdevaraj/gaforflash,nsdevaraj/gaforflash,minimedj/gaforflash
6dd1c3407dcfe6bc53976e4f673f7e1e84ac9ab2
flash-src/WebSocket.as
flash-src/WebSocket.as
// Copyright: Hiroshi Ichikawa <http://gimite.net/en/> // License: New BSD License // Reference: http://dev.w3.org/html5/websockets/ // Reference: http://tools.ietf.org/html/draft-hixie-thewebsocketprotocol-31 package { import flash.display.*; import flash.events.*; import flash.external.*; import flash.net.*; import...
// Copyright: Hiroshi Ichikawa <http://gimite.net/en/> // License: New BSD License // Reference: http://dev.w3.org/html5/websockets/ // Reference: http://tools.ietf.org/html/draft-hixie-thewebsocketprotocol-31 package { import flash.display.*; import flash.events.*; import flash.external.*; import flash.net.*; import...
Add wss:// (SSL/TLS) support using as3crypto_patched.
Add wss:// (SSL/TLS) support using as3crypto_patched. Warning: RFC2817 proxy support interferes with the SSL Socket (hurlant) so I've disabled RFC2817 proxy support.
ActionScript
bsd-3-clause
keiosweb/web-socket-js,zhangxingits/web-socket-js,keiosweb/web-socket-js,hanicker/web-socket-js,gimite/web-socket-js,hanicker/web-socket-js,nitzo/web-socket-js,zhangxingits/web-socket-js,zhangxingits/web-socket-js,nitzo/web-socket-js,hehuabing/web-socket-js,gimite/web-socket-js,hehuabing/web-socket-js,gimite/web-socket...
e57f32fca7c44e4d55f7ca34813c560f3350ba9c
src/flash/geom/Rectangle.as
src/flash/geom/Rectangle.as
package flash.geom { import flash.geom.Point; public class Rectangle { public var x:Number; public var y:Number; public var width:Number; public var height:Number; public function Rectangle(x:Number = 0, y:Number = 0, width:Number = 0, height:Number = 0) { this.x = x; this.y = y;...
/* * 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...
add copyright notice
add copyright notice
ActionScript
apache-2.0
tschneidereit/shumway,tschneidereit/shumway,tschneidereit/shumway,tschneidereit/shumway,yurydelendik/shumway,mbebenita/shumway,mbebenita/shumway,yurydelendik/shumway,mbebenita/shumway,mbebenita/shumway,yurydelendik/shumway,mozilla/shumway,mbebenita/shumway,mozilla/shumway,yurydelendik/shumway,mbebenita/shumway,yurydele...
70e675654fdd15da1ae5358c30ac02e00c098e44
src/aerys/minko/render/geometry/stream/iterator/TriangleReference.as
src/aerys/minko/render/geometry/stream/iterator/TriangleReference.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 aerys.minko.type.Factory; import aerys.minko.type.math.Plane; import aerys.minko.type.math.Vector4; pub...
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 aerys.minko.type.Factory; import aerys.minko.type.math.Plane; import aerys.minko.type.math.Vector4; pub...
fix TriangleReference to use IndexStream.pushVector() instead of TriangleReference.push()
fix TriangleReference to use IndexStream.pushVector() instead of TriangleReference.push()
ActionScript
mit
aerys/minko-as3
265857c4418c0c2021816e0f8e3845da8ae9d431
src/ageofai/unit/utils/VillagerAI.as
src/ageofai/unit/utils/VillagerAI.as
package ageofai.unit.utils { import ageofai.home.vo.HomeVO; import ageofai.home.vo.MapNodeVO; import ageofai.map.constant.CMapNodeType; import ageofai.map.geom.IntPoint; import ageofai.map.model.IMapModel; import ageofai.map.model.MapNode; import ageofai.unit.base.IUnitView; import ageo...
package ageofai.unit.utils { import ageofai.home.vo.HomeVO; import ageofai.home.vo.MapNodeVO; import ageofai.map.constant.CMapNodeType; import ageofai.map.geom.IntPoint; import ageofai.map.model.IMapModel; import ageofai.map.model.MapNode; import ageofai.unit.base.IUnitView; import ageo...
Change status
Change status
ActionScript
apache-2.0
goc-flashplusplus/ageofai
d0f9a89a79bcf41b6f59ef9a647536eb34eee294
src/aerys/minko/type/enum/Blending.as
src/aerys/minko/type/enum/Blending.as
package aerys.minko.type.enum { import aerys.minko.ns.minko_render; import flash.display3D.Context3DBlendFactor; /** * The Blending class is an enumeration of the most common values possible * for the Shader.blending property and the BlendingShaderPart.blend() method. * * @author Jean-Marc Le Roux * ...
package aerys.minko.type.enum { import aerys.minko.ns.minko_render; import flash.display3D.Context3DBlendFactor; /** * The Blending class is an enumeration of the most common values possible * for the Shader.blending property and the BlendingShaderPart.blend() method. * * @author Jean-Marc Le Roux * ...
rename Blending.NORMAL to Blending.OPAQUE
rename Blending.NORMAL to Blending.OPAQUE
ActionScript
mit
aerys/minko-as3
399d7321b9dc28b86e4eea1b5433b44f7c3ff6cd
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 // /...
Remove unused method.
Remove unused method.
ActionScript
apache-2.0
Esri/arcgis-viewer-builder-flex
3e2bd58c6477ffaa05ba7068b9c8fc076ced86a9
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 mx state shims to SWC
Add mx state shims to SWC
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
ba581b017faea664715e9093b9abb28932a2d4b5
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; final public class Vector4 implements IWatchable { use namespace minko_math; public static const X_A...
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; final public class Vector4 implements IWatchable { use namespace minko_math; public static const X_A...
fix typo
fix typo
ActionScript
mit
aerys/minko-as3
aa1e4db6510a9c51b1182c5fe397f3890cb40a30
src/aerys/minko/scene/controller/ScriptController.as
src/aerys/minko/scene/controller/ScriptController.as
package aerys.minko.scene.controller { import aerys.minko.render.Viewport; import aerys.minko.scene.node.ISceneNode; import aerys.minko.scene.node.Scene; import aerys.minko.type.KeyboardManager; import aerys.minko.type.MouseManager; import flash.display.BitmapData; import flash.utils.Dictionary; public class...
package aerys.minko.scene.controller { import aerys.minko.render.Viewport; import aerys.minko.scene.node.ISceneNode; import aerys.minko.scene.node.Scene; import aerys.minko.type.KeyboardManager; import aerys.minko.type.MouseManager; import flash.display.BitmapData; import flash.utils.Dictionary; public class...
fix ScriptController.deltaTime property
fix ScriptController.deltaTime property
ActionScript
mit
aerys/minko-as3
7054a20a7a901ee1bf3639343d17db9f34e6694b
src/fr/manashield/flex/thex/blocks/BlockGenerator.as
src/fr/manashield/flex/thex/blocks/BlockGenerator.as
package fr.manashield.flex.thex.blocks { import fr.manashield.flex.thex.Animation; import fr.manashield.flex.thex.events.BlockLandingEvent; import fr.manashield.flex.thex.utils.Color; import flash.geom.Point; /** * @author Morgan Peyre (morgan@peyre.info) * @author Paul Bonnet */ public class BlockGenerato...
package fr.manashield.flex.thex.blocks { import fr.manashield.flex.thex.Animation; import fr.manashield.flex.thex.events.BlockLandingEvent; import fr.manashield.flex.thex.utils.Color; import flash.geom.Point; /** * @author Morgan Peyre (morgan@peyre.info) * @author Paul Bonnet */ public class BlockGenerato...
fix : removed fading effect on static blocks
fix : removed fading effect on static blocks
ActionScript
apache-2.0
peyremorgan/thex
53569575bd2099c20f7a46f52eb1cd1b765e2ea1
src/aerys/minko/scene/controller/mesh/skinning/SkinningController.as
src/aerys/minko/scene/controller/mesh/skinning/SkinningController.as
package aerys.minko.scene.controller.mesh.skinning { import aerys.minko.ns.minko_math; import aerys.minko.render.Viewport; import aerys.minko.scene.controller.AbstractController; import aerys.minko.scene.controller.EnterFrameController; import aerys.minko.scene.controller.IRebindableController; import aerys.minko...
package aerys.minko.scene.controller.mesh.skinning { import aerys.minko.ns.minko_math; import aerys.minko.render.Viewport; import aerys.minko.scene.controller.AbstractController; import aerys.minko.scene.controller.EnterFrameController; import aerys.minko.scene.controller.IRebindableController; import aerys.minko...
update SkinningController to avoid any computation when there is no target in the scene/frustum
update SkinningController to avoid any computation when there is no target in the scene/frustum
ActionScript
mit
aerys/minko-as3
ab3a320ba2a4fce0ebe968b8712ef81a6b19ee25
frameworks/as/src/org/apache/flex/html/staticControls/beads/CSSTextButtonBead.as
frameworks/as/src/org/apache/flex/html/staticControls/beads/CSSTextButtonBead.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...
support png/gif/jpg skinning of a buton
support png/gif/jpg skinning of a buton
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
22cf44dc25905141a11911e80e62db8937d4e9e2
frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TextFieldViewBase.as
frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TextFieldViewBase.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...
fix autosizing
fix autosizing
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
45c46b8dab5815f72e7ffddcd093e9bf8477e16f
plugins/listPlugin/src/listPluginCode.as
plugins/listPlugin/src/listPluginCode.as
/** * KListPlugin * * @langversion 3.0 * @playerversion Flash 9.0.28.0 * @author Dan Bacon / www.baconoppenheim.com */ package { import com.kaltura.kdpfl.plugin.IPlugin; import com.kaltura.kdpfl.plugin.component.IDataProvider; import com.kaltura.kdpfl.plugin.component.KList; import com.kaltura.kd...
/** * KListPlugin * * @langversion 3.0 * @playerversion Flash 9.0.28.0 * @author Dan Bacon / www.baconoppenheim.com */ package { import com.kaltura.kdpfl.plugin.IPlugin; import com.kaltura.kdpfl.plugin.component.IDataProvider; import com.kaltura.kdpfl.plugin.component.KList; import com.kaltura.kd...
remove spaces
qnd: remove spaces git-svn-id: 3f608e5a9a704dd448217c0a64c508e7f145cfa1@82444 6b8eccd3-e8c5-4e7d-8186-e12b5326b719
ActionScript
agpl-3.0
shvyrev/kdp,kaltura/kdp,shvyrev/kdp,kaltura/kdp,shvyrev/kdp,kaltura/kdp
8d222f08b31410af472a617ba8d43e3a60cfc872
dolly-framework/src/test/actionscript/dolly/ClonerTest.as
dolly-framework/src/test/actionscript/dolly/ClonerTest.as
package dolly { import dolly.core.dolly_internal; import dolly.data.ClassLevelCloneable; import dolly.data.ClassLevelCopyableCloneable; import dolly.data.PropertyLevelCloneable; import dolly.data.PropertyLevelCopyableCloneable; import org.as3commons.reflect.Field; import org.as3commons.reflect.Type; import org.flexuni...
package dolly { import dolly.core.dolly_internal; import dolly.data.ClassLevelCloneable; import dolly.data.ClassLevelCopyableCloneable; import dolly.data.PropertyLevelCloneable; import dolly.data.PropertyLevelCopyableCloneable; import org.as3commons.reflect.Field; import org.as3commons.reflect.Type; import org.flexuni...
Split method "testCloneWithPropertyLevelMetadata" to a few.
Split method "testCloneWithPropertyLevelMetadata" to a few.
ActionScript
mit
Yarovoy/dolly
9cac5bc948b5cac2c29c8723b15b831d98c56beb
dolly-framework/src/test/actionscript/dolly/CopierTest.as
dolly-framework/src/test/actionscript/dolly/CopierTest.as
package dolly { import dolly.core.dolly_internal; import dolly.data.ClassLevelCopyable; import dolly.data.ClassLevelCopyableCloneable; import dolly.data.PropertyLevelCopyable; import dolly.data.PropertyLevelCopyableCloneable; import org.as3commons.reflect.Field; import org.as3commons.reflect.Type; import org.flexunit....
package dolly { import dolly.core.dolly_internal; import dolly.data.ClassLevelCopyable; import dolly.data.ClassLevelCopyableCloneable; import dolly.data.PropertyLevelCopyable; import dolly.data.PropertyLevelCopyableCloneable; import org.as3commons.reflect.Field; import org.as3commons.reflect.Type; import org.flexunit....
Split method "testGetCopyableFieldsForType" to a few.
Split method "testGetCopyableFieldsForType" to a few.
ActionScript
mit
Yarovoy/dolly
f14347628288b5d7bf5e03353c85d75e647a8e33
actionscript-cafe/src/main/flex/org/servebox/cafe/core/command/IStateCommand.as
actionscript-cafe/src/main/flex/org/servebox/cafe/core/command/IStateCommand.as
package org.servebox.cafe.core.command { import flash.events.IEventDispatcher; public interface IStateCommand extends ICommand, IEventDispatcher { [Bindable("executable_Change")] function get executable() : Boolean; function set executable( value :Boolean ) : void; } }
package org.servebox.cafe.core.command { import flash.events.IEventDispatcher; public interface IStateCommand extends ICommand, IEventDispatcher { [Bindable("executable_Change")] function get executable() : Boolean; function set executable( value :Boolean ) : void; function addParameter( ke...
add addParameter to interface.
add addParameter to interface.
ActionScript
mit
servebox/as-cafe
d5ea961550037ed7242fa4790fcdaf6d49b31986
HLSPlugin/src/org/denivip/osmf/net/httpstreaming/hls/HTTPStreamingMp3Audio2ToPESAudio.as
HLSPlugin/src/org/denivip/osmf/net/httpstreaming/hls/HTTPStreamingMp3Audio2ToPESAudio.as
/* * Copyright * Watchtower stream.jw.org Team * */ package org.denivip.osmf.net.httpstreaming.hls { import __AS3__.vec.Vector; import org.osmf.logging.Logger; import org.osmf.logging.Log; import flash.utils.ByteArray; import org.osmf.net.httpstreaming.flv.FLVTagAudio; internal class HTTPStreamingM...
/* * Copyright * hangulee@gmail.com * */ package org.denivip.osmf.net.httpstreaming.hls { import __AS3__.vec.Vector; import org.osmf.logging.Logger; import org.osmf.logging.Log; import flash.utils.ByteArray; import org.osmf.net.httpstreaming.flv.FLVTagAudio; internal class HTTPStreamingMp3Audio2ToP...
Update HTTPStreamingMp3Audio2ToPESAudio.as
Update HTTPStreamingMp3Audio2ToPESAudio.as
ActionScript
isc
denivip/osmf-hls-plugin,mruse/osmf-hls-plugin,denivip/osmf-hls-plugin,mruse/osmf-hls-plugin
2a5f5a94228c3013313532f69e607457a3d747cb
src/flash/htmlelements/VideoElement.as
src/flash/htmlelements/VideoElement.as
package htmlelements { import flash.display.Sprite; import flash.events.*; import flash.net.NetConnection; import flash.net.NetStream; import flash.media.Video; import flash.media.SoundTransform; import flash.utils.Timer; import FlashMediaElement; import HtmlMediaEvent; public class VideoElement extends Sp...
package htmlelements { import flash.display.Sprite; import flash.events.*; import flash.net.NetConnection; import flash.net.NetStream; import flash.media.Video; import flash.media.SoundTransform; import flash.utils.Timer; import FlashMediaElement; import HtmlMediaEvent; public class VideoElement extends Sp...
reset variables upon load
reset variables upon load
ActionScript
agpl-3.0
libeo/Vibeo,libeo/Vibeo,libeo/Vibeo,libeo/Vibeo
a64c84aba0ecfb6acf8f01d7b10dc6b67a73f9ac
frameworks/projects/Core/src/main/flex/org/apache/flex/utils/Language.as
frameworks/projects/Core/src/main/flex/org/apache/flex/utils/Language.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...
remove tag
remove tag
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
83a703a35c29e4465e2744c51bf9f5e7d0e0786d
src/flash/htmlelements/VideoElement.as
src/flash/htmlelements/VideoElement.as
package htmlelements { import flash.display.Sprite; import flash.events.*; import flash.net.NetConnection; import flash.net.NetStream; import flash.media.Video; import flash.media.SoundTransform; import flash.utils.Timer; import FlashMediaElement; import HtmlMediaEvent; public class VideoElement extends Sp...
package htmlelements { import flash.display.Sprite; import flash.events.*; import flash.net.NetConnection; import flash.net.NetStream; import flash.media.Video; import flash.media.SoundTransform; import flash.utils.Timer; import FlashMediaElement; import HtmlMediaEvent; public class VideoElement extends Sp...
Add onBWDone handler to remove errors. See http://stackoverflow.com/questions/2296822/flash-as3-streaming-player-onbwdone
Add onBWDone handler to remove errors. See http://stackoverflow.com/questions/2296822/flash-as3-streaming-player-onbwdone
ActionScript
agpl-3.0
libeo/Vibeo,libeo/Vibeo,libeo/Vibeo,libeo/Vibeo
8a90a72d5a748b2bbd0cf586a32e7d249521d6ce
src/ageofai/home/view/HomeMediator.as
src/ageofai/home/view/HomeMediator.as
/** * Created by newkrok on 08/04/16. */ package ageofai.home.view { <<<<<<< HEAD import ageofai.home.event.HomeEvent; import ageofai.home.view.event.HomeViewEvent; import common.mvc.view.base.ABaseMediator; public class HomeMediator extends ABaseMediator { [Inject] public var vi...
/** * Created by newkrok on 08/04/16. */ package ageofai.home.view { import ageofai.home.event.HomeEvent; import ageofai.home.view.event.HomeViewEvent; import ageofai.home.vo.HomeVO; import common.mvc.view.base.ABaseMediator; public class HomeMediator extends ABaseMediator { [Inject] public var view:HomeV...
Fix merge conflict
Fix merge conflict
ActionScript
apache-2.0
goc-flashplusplus/ageofai
766b7a3380e59c61c66bd99c63bdec47387115d4
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...
Add ability to choose HTTP protocol for Emitter. Change default to HTTPS.
Add ability to choose HTTP protocol for Emitter. Change default to HTTPS.
ActionScript
apache-2.0
snowplow/snowplow-actionscript3-tracker,snowplow/snowplow-actionscript3-tracker,snowplow/snowplow-actionscript3-tracker
8928deb3bb6b3b5c46f7bc49de89c1fcb8c6936f
portal/web/swf/src/CBioNodeRenderer.as
portal/web/swf/src/CBioNodeRenderer.as
/* * This class is used as a special renderer for CBio nodes where details about a node * can be displayed using 3 different disc segments around the node. **/ package org.cytoscapeweb.view.render { import flare.util.Shapes; import flare.vis.data.DataSprite; import flare.vis.data.NodeSprite; import flash.displ...
fix for CBioNodeRenderer.as
fix for CBioNodeRenderer.as
ActionScript
agpl-3.0
HectorWon/cbioportal,sheridancbio/cbioportal,pughlab/cbioportal,xmao/cbioportal,yichaoS/cbioportal,cBioPortal/cbioportal,leedonghn4/cbioportal,fcriscuo/cbioportal,angelicaochoa/cbioportal,jjgao/cbioportal,onursumer/cbioportal,HectorWon/cbioportal,gsun83/cbioportal,gsun83/cbioportal,bihealth/cbioportal,n1zea144/cbioport...
2c21bf31aa36e3db495af347888b9e914638bc89
src/flash/htmlelements/VideoElement.as
src/flash/htmlelements/VideoElement.as
package htmlelements { import flash.display.Sprite; import flash.events.*; import flash.net.NetConnection; import flash.net.NetStream; import flash.media.Video; import flash.media.SoundTransform; import flash.utils.Timer; import FlashMediaElement; import HtmlMediaEvent; public class VideoElement extends Sp...
package htmlelements { import flash.display.Sprite; import flash.events.*; import flash.net.NetConnection; import flash.net.NetStream; import flash.media.Video; import flash.media.SoundTransform; import flash.utils.Timer; import FlashMediaElement; import HtmlMediaEvent; public class VideoElement extends Sp...
fix for issue #49 - "ended" event firing before actual stream end
fix for issue #49 - "ended" event firing before actual stream end
ActionScript
agpl-3.0
libeo/Vibeo,libeo/Vibeo,libeo/Vibeo,libeo/Vibeo
fe6fc2b7ad6f262bc6b392d46f0c393d2e6084ee
src/aerys/minko/type/data/DataBindings.as
src/aerys/minko/type/data/DataBindings.as
package aerys.minko.type.data { import aerys.minko.type.Signal; import flash.utils.Dictionary; public class DataBindings { private var _bindingNames : Vector.<String> = new Vector.<String>(); private var _bindingNameToValue : Object = {}; private var _bindingNameToChangedSignal : Object = {}...
package aerys.minko.type.data { import aerys.minko.type.Signal; import flash.utils.Dictionary; public class DataBindings { private var _bindingNames : Vector.<String> = new Vector.<String>(); private var _bindingNameToValue : Object = {}; private var _bindingNameToChangedSignal : Object = {}...
remove debug call to trace() in DataBindings.remove()
remove debug call to trace() in DataBindings.remove()
ActionScript
mit
aerys/minko-as3
dc39d9e17cbac62d5b1f79e6ffa94501fa295a26
bin/Data/Scripts/Editor/EditorGizmo.as
bin/Data/Scripts/Editor/EditorGizmo.as
// Urho3D editor node transform gizmo handling Node@ gizmoNode; StaticModel@ gizmo; const float axisMaxD = 0.1; const float axisMaxT = 1.0; const float rotSensitivity = 50.0; EditMode lastGizmoMode; // For undo bool previousGizmoDrag; bool needGizmoUndo; Array<Transform> oldGizmoTransforms; class G...
// Urho3D editor node transform gizmo handling Node@ gizmoNode; StaticModel@ gizmo; const float axisMaxD = 0.1; const float axisMaxT = 1.0; const float rotSensitivity = 50.0; EditMode lastGizmoMode; // For undo bool previousGizmoDrag; bool needGizmoUndo; Array<Transform> oldGizmoTransforms; class G...
Fix wrong matrix math in gizmo scaling. Take zoom into account.
Fix wrong matrix math in gizmo scaling. Take zoom into account.
ActionScript
mit
weitjong/Urho3D,luveti/Urho3D,PredatorMF/Urho3D,codemon66/Urho3D,cosmy1/Urho3D,bacsmar/Urho3D,SuperWangKai/Urho3D,luveti/Urho3D,cosmy1/Urho3D,helingping/Urho3D,eugeneko/Urho3D,xiliu98/Urho3D,weitjong/Urho3D,codedash64/Urho3D,xiliu98/Urho3D,codedash64/Urho3D,xiliu98/Urho3D,xiliu98/Urho3D,henu/Urho3D,SuperWangKai/Urho3D,...
0ef06393761a5e9586d9b01f017d93f706aca7bc
actionscript/src/com/freshplanet/ane/AirPushNotification/PushNotification.as
actionscript/src/com/freshplanet/ane/AirPushNotification/PushNotification.as
/** * Copyright 2017 FreshPlanet * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in...
/** * Copyright 2017 FreshPlanet * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in...
create context lazily to avoid intermittent #3500 errors
create context lazily to avoid intermittent #3500 errors
ActionScript
apache-2.0
freshplanet/ANE-Push-Notification,freshplanet/ANE-Push-Notification,freshplanet/ANE-Push-Notification
5bb63caaf2da8f60bfdd8899eee0f1550739f3d4
src/aerys/minko/render/shader/Shader.as
src/aerys/minko/render/shader/Shader.as
package aerys.minko.render.shader { import aerys.minko.ns.minko_render; import aerys.minko.ns.minko_shader; import aerys.minko.render.RenderTarget; import aerys.minko.render.resource.Context3DResource; import aerys.minko.render.resource.Program3DResource; import aerys.minko.render.shader.compiler.graph.ShaderGrap...
package aerys.minko.render.shader { import aerys.minko.ns.minko_render; import aerys.minko.ns.minko_shader; import aerys.minko.render.RenderTarget; import aerys.minko.render.resource.Context3DResource; import aerys.minko.render.resource.Program3DResource; import aerys.minko.render.shader.compiler.graph.ShaderGrap...
fix missing ; at eol
fix missing ; at eol
ActionScript
mit
aerys/minko-as3
5e709c8dd91870617f2bc1cfda44237aa75298e3
src/org/mangui/hls/demux/AACDemuxer.as
src/org/mangui/hls/demux/AACDemuxer.as
package org.mangui.hls.demux { import org.mangui.hls.model.AudioTrack; import org.mangui.hls.flv.FLVTag; import flash.utils.ByteArray; CONFIG::LOGGING { import org.mangui.hls.utils.Log; } /** Constants and utilities for the AAC audio format. **/ public class AACDemuxer implements D...
package org.mangui.hls.demux { import org.mangui.hls.model.AudioTrack; import org.mangui.hls.flv.FLVTag; import flash.utils.ByteArray; CONFIG::LOGGING { import org.mangui.hls.utils.Log; } /** Constants and utilities for the AAC audio format, refer to * http://wiki.multimedia.cx/...
simplify ADTS header parsing code related to #135
simplify ADTS header parsing code related to #135
ActionScript
mpl-2.0
Peer5/flashls,viktorot/flashls,NicolasSiver/flashls,clappr/flashls,fixedmachine/flashls,thdtjsdn/flashls,vidible/vdb-flashls,stevemayhew/flashls,aevange/flashls,neilrackett/flashls,suuhas/flashls,aevange/flashls,hola/flashls,neilrackett/flashls,loungelogic/flashls,suuhas/flashls,Boxie5/flashls,ryanhefner/flashls,aevang...
c7e263eb34a6d6a8684e92b06c9c053869b50a1a
frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/layouts/NonVirtualVerticalLayout.as
frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/layouts/NonVirtualVerticalLayout.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...
fix when we set the width of children
fix when we set the width of children
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
e65f85a7a99ef96da0f20a75d9caeb094245a767
src/utils/TextureUtil.as
src/utils/TextureUtil.as
package utils { import flash.geom.Rectangle; /** * For place texture */ public final class TextureUtil { private static const HIGHEST:uint = 0xFFFFFFFF; /** * Place textures by textureAtlasXML data */ public static function packTextures(widthDefault:uint, padding:uint, rectMap:Object, vertical...
package utils { import flash.geom.Rectangle; /** * For place texture */ public final class TextureUtil { private static const HIGHEST:uint = 0xFFFFFFFF; /** * Place textures by textureAtlasXML data */ public static function packTextures(widthDefault:uint, padding:uint, rectMap:Object, vertical...
fix get TextureAtlas width bug
fix get TextureAtlas width bug
ActionScript
mit
DragonBones/DesignPanel
0ee55d9476903fecd7fa09e467548d4b316d3b9f
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 flump.mold.MovieMold; import react.Signal; import starling.animation.IAnimatable; import starling.display.DisplayObject; import starling.display.Sprite; import starling.events.Event; /** * A movie created from flump-exported data. It has ch...
// // Flump - Copyright 2013 Flump Authors package flump.display { import flump.mold.MovieMold; import react.Signal; import starling.animation.IAnimatable; import starling.display.DisplayObject; import starling.display.Sprite; import starling.events.Event; /** * A movie created from flump-exported data. It has ch...
remove errant newline
remove errant newline
ActionScript
mit
mathieuanthoine/flump,funkypandagame/flump,mathieuanthoine/flump,tconkling/flump,tconkling/flump,mathieuanthoine/flump,funkypandagame/flump
5ffc5d2c5a25fbd9b1feac9d815cfe2ed9004f7a
krew-framework/krewfw/core/KrewActor.as
krew-framework/krewfw/core/KrewActor.as
package krewfw.core { import flash.geom.Rectangle; import starling.animation.Transitions; import starling.animation.Tween; import starling.display.DisplayObject; import starling.display.Image; import starling.text.TextField; import starling.textures.Texture; import krewfw.KrewConfig; ...
package krewfw.core { import flash.geom.Rectangle; import starling.animation.Transitions; import starling.animation.Tween; import starling.display.DisplayObject; import starling.display.Image; import starling.text.TextField; import starling.textures.Texture; import krewfw.KrewConfig; ...
Modify KrewActor.dispose
Modify KrewActor.dispose
ActionScript
mit
tatsuya-koyama/krewFramework,tatsuya-koyama/krewFramework,tatsuya-koyama/krewFramework
4e370143968f05cf1c30876a42e8e8b5e657399e
src/aerys/minko/render/shader/SFloat.as
src/aerys/minko/render/shader/SFloat.as
package aerys.minko.render.shader { import aerys.minko.ns.minko_shader; import aerys.minko.render.shader.compiler.graph.nodes.AbstractNode; import aerys.minko.render.shader.compiler.graph.nodes.leaf.Constant; import aerys.minko.render.shader.compiler.graph.nodes.vertex.Extract; import aerys.minko.render.shader.com...
package aerys.minko.render.shader { import aerys.minko.ns.minko_shader; import aerys.minko.render.shader.compiler.graph.nodes.AbstractNode; import aerys.minko.render.shader.compiler.graph.nodes.leaf.Constant; import aerys.minko.render.shader.compiler.graph.nodes.vertex.Extract; import aerys.minko.render.shader.com...
fix SFloat.setProperty()
fix SFloat.setProperty()
ActionScript
mit
aerys/minko-as3
57b533f7b98db5c2323f31b457b436b9698085b0
src/flash/src/com/XMLHttpRequest.as
src/flash/src/com/XMLHttpRequest.as
package com { import com.errors.RuntimeError; import com.utils.URLStreamProgress; import flash.events.DataEvent; import flash.events.ErrorEvent; import flash.events.Event; import flash.events.EventDispatcher; import flash.events.HTTPStatusEvent; import flash.events.IOErrorEvent; import flash.events.ProgressE...
package com { import com.errors.RuntimeError; import com.utils.URLStreamProgress; import flash.events.DataEvent; import flash.events.ErrorEvent; import flash.events.Event; import flash.events.EventDispatcher; import flash.events.HTTPStatusEvent; import flash.events.IOErrorEvent; import flash.events.ProgressE...
Stop using UrlVariables since it is un-ordered.
Stop using UrlVariables since it is un-ordered. UrlVariables will output the params in random order. 99% of the time this doesn't matter but occasionally it does. This removes the use of UrlVariables. It is now just a simple list of params and when doing a UrlRequest I encode it myself. This has the side benefit of g...
ActionScript
agpl-3.0
moxiecode/moxie,moxiecode/moxie,moxiecode/moxie,moxiecode/moxie
f601bbafdd5be2d0a0aa84d3f7de48ee7140e776
com/segonquart/Preloader.as
com/segonquart/Preloader.as
class com Preloader extends MovieClip{ private var target_mc:MovieClip; private var progress_mc:MovieClip; private var pct_str:String; private var dispatchEvent:Function; public var addEventListener:Function; public var removeEventListener:Function; function Preload...
class Preloader extends MovieClip{ private var target_mc:MovieClip; private var progress_mc:MovieClip; private var pct_str:String; private var dispatchEvent:Function; public var addEventListener:Function; public var removeEventListener:Function; function Preloader()...
Update Preloader.as
Update Preloader.as
ActionScript
bsd-3-clause
delfiramirez/web-talking-wear,delfiramirez/web-talking-wear,delfiramirez/web-talking-wear
2c5d0664ea79c6de25ea7b43c8c395aa4a1903d0
src/Demo.as
src/Demo.as
package { import com.jonas.net.Multipart; import flash.display.Bitmap; import flash.display.Sprite; import flash.display.StageAlign; import flash.display.StageScaleMode; import flash.events.Event; import flash.events.MouseEvent; import flash.net.URLLoader; import flash.text.TextField; import flash.text.Text...
package { import com.jonas.net.Multipart; import flash.display.Bitmap; import flash.display.Sprite; import flash.display.StageAlign; import flash.display.StageScaleMode; import flash.events.Event; import flash.events.MouseEvent; import flash.net.URLLoader; import flash.text.TextField; import flash.text.Text...
Add accented characters to test encoding
Add accented characters to test encoding
ActionScript
apache-2.0
jimojon/Multipart.as
1183889fee6a3619a4137b08c6c20ba6774c868d
WeaveJS/src/weavejs/data/column/ReferencedColumn.as
WeaveJS/src/weavejs/data/column/ReferencedColumn.as
/* ***** BEGIN LICENSE BLOCK ***** * * This file is part of Weave. * * The Initial Developer of Weave is the Institute for Visualization * and Perception Research at the University of Massachusetts Lowell. * Portions created by the Initial Developer are Copyright (C) 2008-2015 * the Initial Developer. All...
/* ***** BEGIN LICENSE BLOCK ***** * * This file is part of Weave. * * The Initial Developer of Weave is the Institute for Visualization * and Perception Research at the University of Massachusetts Lowell. * Portions created by the Initial Developer are Copyright (C) 2008-2015 * the Initial Developer. All...
remove incorrect import
remove incorrect import
ActionScript
mpl-2.0
WeaveTeam/WeaveJS,WeaveTeam/WeaveJS,WeaveTeam/WeaveJS,WeaveTeam/WeaveJS
8860abe5c790bec5c01f3b0b9cf0400c926d439d
skin-src/goplayer/BufferingIndicator.as
skin-src/goplayer/BufferingIndicator.as
package goplayer { import flash.display.Sprite import flash.events.Event import flash.utils.getTimer public class BufferingIndicator extends Component { private static const dotCount : uint = 10 private static const period : Duration = Duration.seconds(1) private const canvas : Sprite = new Spri...
package goplayer { import flash.display.Sprite import flash.events.Event import flash.utils.getTimer public class BufferingIndicator extends Component { private static const dotCount : uint = 10 private static const period : Duration = Duration.seconds(1) private const canvas : Sprite = new Spri...
Remove background of buffering indicator.
Remove background of buffering indicator.
ActionScript
mit
dbrock/goplayer,dbrock/goplayer
ed9cadfdfabb3e25bd5a3c17dc08bff604b93130
src/com/esri/builder/eventbus/EventBus.as
src/com/esri/builder/eventbus/EventBus.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 // /...
Clean up EventBus comments.
Clean up EventBus comments.
ActionScript
apache-2.0
Esri/arcgis-viewer-builder-flex
8a10e16d12132048abeb9df8d3dd79d7e2dd41bb
HLSPlugin/src/com/kaltura/hls/HLSVideoElement.as
HLSPlugin/src/com/kaltura/hls/HLSVideoElement.as
/***************************************************** * * Copyright 2009 Adobe Systems Incorporated. All Rights Reserved. * ***************************************************** * The contents of this file are subject to the Mozilla Public License * Version 1.1 (the "License"); you may not use this file except...
/***************************************************** * * Copyright 2009 Adobe Systems Incorporated. All Rights Reserved. * ***************************************************** * The contents of this file are subject to the Mozilla Public License * Version 1.1 (the "License"); you may not use this file except...
Fix some dumb mistakes!
Fix some dumb mistakes!
ActionScript
agpl-3.0
kaltura/HLS-OSMF,kaltura/HLS-OSMF,kaltura/HLS-OSMF,kaltura/HLS-OSMF
559baa873f1ed7cf556fd107f7d9d9ca72a77806
src/RTMP.as
src/RTMP.as
package { import flash.display.Sprite; import flash.external.ExternalInterface; import flash.system.Security; import flash.net.NetStream; import flash.events.*; import org.osmf.containers.MediaContainer; import org.osmf.elements.VideoElement; import org.osmf.net.NetStreamLoadTrait; import org.osmf.m...
package { import flash.display.Sprite; import flash.external.ExternalInterface; import flash.system.Security; import flash.net.NetStream; import flash.events.*; import org.osmf.containers.MediaContainer; import org.osmf.elements.VideoElement; import org.osmf.net.NetStreamLoadTrait; import org.osmf.m...
support setVolume() calls (refs #4)
RTMP.as: support setVolume() calls (refs #4)
ActionScript
apache-2.0
video-dev/clappr-rtmp-plugin,eventials/clappr-rtmp-plugin,clappr/clappr-rtmp-plugin,video-dev/clappr-rtmp-plugin,hxl-dy/clappr-rtmp-plugin,clappr/clappr-rtmp-plugin,flavioribeiro/clappr-rtmp-plugin,hxl-dy/clappr-rtmp-plugin,flavioribeiro/clappr-rtmp-plugin,eventials/clappr-rtmp-plugin,flavioribeiro/clappr-rtmp-plugin,h...
2a93fe032ad0800d7e5efae7ec0a0bff90818e27
src/com/axis/mjpgplayer/IPCam.as
src/com/axis/mjpgplayer/IPCam.as
package com.axis.mjpgplayer { import flash.events.ErrorEvent; import flash.events.Event; import flash.events.EventDispatcher; import flash.events.IOErrorEvent; import flash.events.ProgressEvent; import flash.events.SecurityErrorEvent; import flash.net.Socket; import flash.utils.ByteArray; import flas...
package com.axis.mjpgplayer { import flash.events.ErrorEvent; import flash.events.Event; import flash.events.EventDispatcher; import flash.events.IOErrorEvent; import flash.events.ProgressEvent; import flash.events.SecurityErrorEvent; import flash.net.Socket; import flash.utils.ByteArray; import flas...
Throw event when stream closes
Throw event when stream closes Solves: Trouble 52041 Solves: Trouble 52371 Change-Id: I66c55ad90e348539957db66c23c72bf97ad78141 Reference: 4a371182d378ce08461de7e0c09e03d07097467b Reviewed-on: https://gittools.se.axis.com/gerrit/1281 Reviewed-by: Torbjörn Weiland <68336512b8660a5323e02a03889821bdb71c67bf@axis.com> Tes...
ActionScript
bsd-3-clause
gaetancollaud/locomote-video-player,AxisCommunications/locomote-video-player
7c412eac2ef2b94b8419b0002ec5f253f47ba038
vivified/core/vivi_initialize.as
vivified/core/vivi_initialize.as
/* Vivified * Copyright (C) 2007 Benjamin Otte <otte@gnome.org> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later ...
/* Vivified * Copyright (C) 2007 Benjamin Otte <otte@gnome.org> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later ...
add toString () for breakpoints
add toString () for breakpoints
ActionScript
lgpl-2.1
freedesktop-unofficial-mirror/swfdec__swfdec,freedesktop-unofficial-mirror/swfdec__swfdec,freedesktop-unofficial-mirror/swfdec__swfdec,mltframework/swfdec,mltframework/swfdec
da4c5bbb5410a0404a1352640c7856ed9e7ffbd0
src/aerys/minko/type/binding/DataBindings.as
src/aerys/minko/type/binding/DataBindings.as
package aerys.minko.type.binding { import aerys.minko.scene.node.ISceneNode; import aerys.minko.type.Signal; import aerys.minko.type.enum.DataProviderUsage; import flash.utils.Dictionary; public final class DataBindings { private var _owner : ISceneNode; private var _providers : Vector.<IDataPr...
package aerys.minko.type.binding { import flash.utils.Dictionary; import aerys.minko.scene.node.ISceneNode; import aerys.minko.type.Signal; import aerys.minko.type.enum.DataProviderUsage; public final class DataBindings { private var _owner : ISceneNode; private var _providers : Vector.<IDataPr...
Fix hasProvider function
Fix hasProvider function
ActionScript
mit
aerys/minko-as3
92d51513dd0be5981f5ab95373a33ab2c76d44f6
src/jp/promotal/ssplayer/data/SSAttribute.as
src/jp/promotal/ssplayer/data/SSAttribute.as
package jp.promotal.ssplayer.data { import jp.promotal.ssplayer.utils.SSInterpolation; public class SSAttribute { private var _xml:XML; private var _tag:String; public function get tag():String { return this._tag; } public function set tag(value:String):void { this._tag = value; if (defaultValu...
package jp.promotal.ssplayer.data { import jp.promotal.ssplayer.utils.SSInterpolation; public class SSAttribute { private var _xml:XML; private var _tag:String; public function get tag():String { return this._tag; } public function set tag(value:String):void { this._tag = value; if (defaultValu...
tag warning message
tag warning message
ActionScript
bsd-2-clause
promotal/SS5Player,promotal/SS5Player
2b12cb53c30b3dbf5d3c9b8de07435d1d94ae52a
src/aerys/minko/type/animation/timeline/MatrixSegmentTimeline.as
src/aerys/minko/type/animation/timeline/MatrixSegmentTimeline.as
package aerys.minko.type.animation.timeline { import aerys.minko.ns.minko_animation; import aerys.minko.scene.node.ISceneNode; import aerys.minko.type.math.Matrix4x4; use namespace minko_animation; public final class MatrixSegmentTimeline extends AbstractTimeline { private var _timeTable : Vector.<uint> = ...
package aerys.minko.type.animation.timeline { import aerys.minko.ns.minko_animation; import aerys.minko.scene.node.ISceneNode; import aerys.minko.type.math.Matrix4x4; use namespace minko_animation; public final class MatrixSegmentTimeline extends AbstractTimeline { private var _timeTable : Vector.<uint> = ...
fix array access cast to uint instead of int in MatrixSegmentTimeline
fix array access cast to uint instead of int in MatrixSegmentTimeline
ActionScript
mit
aerys/minko-as3
c46d0a4e792a8b81d14175f317e7b284f2b1090e
src/org/mangui/hls/stream/HLSNetStream.as
src/org/mangui/hls/stream/HLSNetStream.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.stream { import org.mangui.hls.controller.BufferThresholdController; import org.mang...
/* 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.stream { import org.mangui.hls.controller.BufferThresholdController; import org.mang...
update comments
HLSNetStream.as: update comments
ActionScript
mpl-2.0
mangui/flashls,clappr/flashls,suuhas/flashls,dighan/flashls,Peer5/flashls,clappr/flashls,fixedmachine/flashls,viktorot/flashls,vidible/vdb-flashls,Peer5/flashls,aevange/flashls,Peer5/flashls,NicolasSiver/flashls,codex-corp/flashls,thdtjsdn/flashls,thdtjsdn/flashls,Peer5/flashls,JulianPena/flashls,School-Improvement-Net...
d614cd47b130eb6a5def2b2208ac546f0c621564
src/flash/display/DisplayObjectContainer.as
src/flash/display/DisplayObjectContainer.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 metadata for DisplayObjectContainer
Fix metadata for DisplayObjectContainer
ActionScript
apache-2.0
mozilla/shumway,tschneidereit/shumway,mbebenita/shumway,mbebenita/shumway,mozilla/shumway,mbebenita/shumway,yurydelendik/shumway,tschneidereit/shumway,mbebenita/shumway,mozilla/shumway,yurydelendik/shumway,mozilla/shumway,tschneidereit/shumway,mbebenita/shumway,tschneidereit/shumway,mozilla/shumway,yurydelendik/shumway...
605d113c9ca6f9ef4dd381d89bffd10aa88bfc61
Bin/Data/Scripts/Editor.as
Bin/Data/Scripts/Editor.as
// Urho3D editor #include "Scripts/Editor/EditorHierarchyWindow.as" #include "Scripts/Editor/EditorView.as" #include "Scripts/Editor/EditorScene.as" #include "Scripts/Editor/EditorActions.as" #include "Scripts/Editor/EditorUIElement.as" #include "Scripts/Editor/EditorGizmo.as" #include "Scripts/Editor/EditorMa...
// Urho3D editor #include "Scripts/Editor/EditorHierarchyWindow.as" #include "Scripts/Editor/EditorView.as" #include "Scripts/Editor/EditorScene.as" #include "Scripts/Editor/EditorActions.as" #include "Scripts/Editor/EditorUIElement.as" #include "Scripts/Editor/EditorGizmo.as" #include "Scripts/Editor/EditorMa...
Remove duplicated call of UpdateViewParameters.[ci skip]
Remove duplicated call of UpdateViewParameters.[ci skip]
ActionScript
mit
bacsmar/Urho3D,eugeneko/Urho3D,victorholt/Urho3D,victorholt/Urho3D,henu/Urho3D,luveti/Urho3D,tommy3/Urho3D,codedash64/Urho3D,MonkeyFirst/Urho3D,299299/Urho3D,weitjong/Urho3D,MeshGeometry/Urho3D,SuperWangKai/Urho3D,rokups/Urho3D,SirNate0/Urho3D,PredatorMF/Urho3D,rokups/Urho3D,kostik1337/Urho3D,codedash64/Urho3D,MonkeyFi...
63181c6fc13b472720fd07a414982c0e7e08ca4b
src/as/com/threerings/util/Config.as
src/as/com/threerings/util/Config.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...
Allow to be constructed in, and flipped between, storing preferences or just providing a runtime place for them to live.
Allow to be constructed in, and flipped between, storing preferences or just providing a runtime place for them to live. git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@5671 542714f4-19e9-0310-aa3c-eee0fc999fb1
ActionScript
lgpl-2.1
threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya
ba78c2cad9b757ac22a23eb71a6b46cd3eb61c19
src/aerys/minko/type/clone/CloneOptions.as
src/aerys/minko/type/clone/CloneOptions.as
package aerys.minko.type.clone { import aerys.minko.scene.controller.AbstractController; import aerys.minko.scene.controller.AnimationController; import aerys.minko.scene.controller.TransformController; import aerys.minko.scene.controller.camera.CameraController; import aerys.minko.scene.controller.light.Direction...
package aerys.minko.type.clone { import aerys.minko.scene.controller.AbstractController; import aerys.minko.scene.controller.animation.AnimationController; import aerys.minko.scene.controller.TransformController; import aerys.minko.scene.controller.camera.CameraController; import aerys.minko.scene.controller.light...
fix broken import of AnimationController
fix broken import of AnimationController
ActionScript
mit
aerys/minko-as3
efe03e7a6ae20d6ce0348c92d1f42368a335e797
src/flash/src/Moxie.as
src/flash/src/Moxie.as
package { import com.*; import com.errors.RuntimeError; import com.events.*; import flash.display.LoaderInfo; import flash.display.Sprite; import flash.display.StageAlign; import flash.display.StageScaleMode; import flash.events.Event; import flash.events.ProgressEvent; import flash.external.ExternalInterfa...
package { import com.*; import com.errors.RuntimeError; import com.events.*; import flash.display.LoaderInfo; import flash.display.Sprite; import flash.display.StageAlign; import flash.display.StageScaleMode; import flash.events.Event; import flash.events.ProgressEvent; import flash.external.ExternalInterfa...
Address the problem with arguments from query string.
Flash: Address the problem with arguments from query string.
ActionScript
agpl-3.0
moxiecode/moxie,moxiecode/moxie,moxiecode/moxie,moxiecode/moxie
47388cac329edc12b6a57798a59f27b37b2923b1
exporter/src/main/as/flump/xfl/XflLayer.as
exporter/src/main/as/flump/xfl/XflLayer.as
// // Flump - Copyright 2013 Flump Authors package flump.xfl { import aspire.util.XmlUtil; import flump.mold.KeyframeMold; import flump.mold.LayerMold; public class XflLayer { public static const NAME :String = "name"; public static const TYPE :String = "layerType"; public static const TYPE_GUIDE :Stri...
// // Flump - Copyright 2013 Flump Authors package flump.xfl { import aspire.util.XmlUtil; import flump.mold.KeyframeMold; import flump.mold.LayerMold; public class XflLayer { public static const NAME :String = "name"; public static const TYPE :String = "layerType"; public static const TYPE_GUIDE :Stri...
fix XflLayer parse signature
fix XflLayer parse signature
ActionScript
mit
mathieuanthoine/flump,mathieuanthoine/flump,mathieuanthoine/flump
fcfc1597ab28561127b82359bcf498b018f63094
src/goplayer/Player.as
src/goplayer/Player.as
package goplayer { import flash.utils.getTimer import streamio.Stat public class Player implements FlashNetConnectionListener, FlashNetStreamListener { private const DEFAULT_VOLUME : Number = .8 private const START_BUFFER : Duration = Duration.seconds(3) private const SMALL_BUFFER : Duratio...
package goplayer { import flash.utils.getTimer import flash.net.SharedObject import streamio.Stat public class Player implements FlashNetConnectionListener, FlashNetStreamListener { private const DEFAULT_VOLUME : Number = .8 private const START_BUFFER : Duration = Duration.seconds(3) priv...
Save volume in local shared object.
Save volume in local shared object.
ActionScript
mit
dbrock/goplayer,dbrock/goplayer
8fc395ec1ecf89376f21feb054fc4a67bf66bbd1
src/aerys/minko/render/shader/compiler/graph/nodes/leaf/Sampler.as
src/aerys/minko/render/shader/compiler/graph/nodes/leaf/Sampler.as
package aerys.minko.render.shader.compiler.graph.nodes.leaf { import aerys.minko.render.resource.texture.ITextureResource; import aerys.minko.render.resource.texture.TextureResource; import aerys.minko.render.shader.compiler.CRC32; import aerys.minko.render.shader.compiler.graph.nodes.AbstractNode; /** * @priv...
package aerys.minko.render.shader.compiler.graph.nodes.leaf { import aerys.minko.render.resource.texture.ITextureResource; import aerys.minko.render.resource.texture.TextureResource; import aerys.minko.render.shader.compiler.CRC32; import aerys.minko.render.shader.compiler.graph.nodes.AbstractNode; import flash....
fix memory leak in the Shader ASG node
fix memory leak in the Shader ASG node
ActionScript
mit
aerys/minko-as3
15171d961146cb2ffcef46c6ddc07d1c50efa36c
exporter/src/main/as/flump/export/JSONZipFormat.as
exporter/src/main/as/flump/export/JSONZipFormat.as
// // Flump - Copyright 2013 Flump Authors package flump.export { import flash.filesystem.File; import flash.utils.ByteArray; import flash.utils.IDataOutput; import deng.fzip.FZip; import deng.fzip.FZipFile; import flump.display.LibraryLoader; import flump.xfl.XflLibrary; public class JSONZipFormat extends Publish...
// // Flump - Copyright 2013 Flump Authors package flump.export { import flash.filesystem.File; import flash.utils.ByteArray; import flash.utils.IDataOutput; import deng.fzip.FZip; import deng.fzip.FZipFile; import flump.display.LibraryLoader; import flump.xfl.XflLibrary; public class JSONZipFormat extends Publish...
Fix the modified column check for combined JSONZip formats.
Fix the modified column check for combined JSONZip formats. I'm surprised this wasn't a compiler warning, but even IDEA wasn't complaining about it.
ActionScript
mit
mathieuanthoine/flump,funkypandagame/flump,tconkling/flump,mathieuanthoine/flump,mathieuanthoine/flump,tconkling/flump,funkypandagame/flump
436fa7d12a59b3f46d463d729e4707acd0667907
src/aerys/minko/scene/node/group/Group.as
src/aerys/minko/scene/node/group/Group.as
package aerys.minko.scene.node.group { import aerys.minko.scene.action.IAction; import aerys.minko.scene.action.group.GroupAction; import aerys.minko.scene.node.AbstractScene; import aerys.minko.scene.node.IScene; import aerys.minko.scene.node.ISearchableScene; import aerys.minko.scene.visitor.ISceneVisitor; imp...
package aerys.minko.scene.node.group { import aerys.minko.scene.action.IAction; import aerys.minko.scene.action.group.GroupAction; import aerys.minko.scene.node.AbstractScene; import aerys.minko.scene.node.IScene; import aerys.minko.scene.node.ISearchableScene; import aerys.minko.scene.visitor.ISceneVisitor; imp...
Add type checking in Group constructor (warn when an object is not an IScene).
Add type checking in Group constructor (warn when an object is not an IScene).
ActionScript
mit
aerys/minko-as3
25e8afd24f0f621ed6d32776fd2722afff457208
frameworks/as/projects/FlexJSUI/src/org/apache/flex/utils/UIUtils.as
frameworks/as/projects/FlexJSUI/src/org/apache/flex/utils/UIUtils.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...
switch to interfaces so it works on Buttons
switch to interfaces so it works on Buttons
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
468cdf2da947528c77744559fbd6c7a72b18db7b
src/main/as/flump/Flump.as
src/main/as/flump/Flump.as
// // Flump - Copyright 2012 Three Rings Design package flump { import flash.desktop.NativeApplication; import flash.display.Sprite; import flash.events.Event; import flash.events.InvokeEvent; import flash.filesystem.File; import deng.fzip.FZip; import deng.fzip.FZipFile; import flump.xfl.XflAnimation; import flump...
// // Flump - Copyright 2012 Three Rings Design package flump { import flash.desktop.NativeApplication; import flash.display.Sprite; import flash.display.StageAlign; import flash.display.StageScaleMode; import flash.events.Event; import flash.events.InvokeEvent; import flash.filesystem.File; import deng.fzip.FZip; i...
Align the stage properly
Align the stage properly
ActionScript
mit
mathieuanthoine/flump,mathieuanthoine/flump,mathieuanthoine/flump,funkypandagame/flump,tconkling/flump,tconkling/flump,funkypandagame/flump
cd85cc6458e919a51bb970fe624d54bb97f23f72
as3/xobjas3/src/com/rpath/xobj/XSmartURL.as
as3/xobjas3/src/com/rpath/xobj/XSmartURL.as
/* # Copyright (c) 2008-2010 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-license.php. # # This program is distributed in the hope that it will be usef...
/* # Copyright (c) 2008-2010 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-license.php. # # This program is distributed in the hope that it will be usef...
Remove searchTerms as well as add...
Remove searchTerms as well as add...
ActionScript
apache-2.0
sassoftware/xobj,sassoftware/xobj,sassoftware/xobj,sassoftware/xobj
909c1f41892f4715395e8096fe4ef94427f2d678
src/as/com/threerings/flash/TextFieldUtil.as
src/as/com/threerings/flash/TextFieldUtil.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...
Use Util.init() to initialize TextFields and TextFormats.
Use Util.init() to initialize TextFields and TextFormats. git-svn-id: b675b909355d5cf946977f44a8ec5a6ceb3782e4@381 ed5b42cb-e716-0410-a449-f6a68f950b19
ActionScript
lgpl-2.1
threerings/nenya,threerings/nenya
e649880f9024e907b0b1396e113ff647fc33bef5
src/as/com/threerings/util/Log.as
src/as/com/threerings/util/Log.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...
Allow a message to be passed to happy testing dumpStack()
Allow a message to be passed to happy testing dumpStack() git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@5566 542714f4-19e9-0310-aa3c-eee0fc999fb1
ActionScript
lgpl-2.1
threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya
9a262df8fc9c68589b85b834de33a21fb1ea024f
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...
increase default max buffer length to 300s
increase default max buffer length to 300s
ActionScript
mpl-2.0
aevange/flashls,tedconf/flashls,suuhas/flashls,JulianPena/flashls,fixedmachine/flashls,vidible/vdb-flashls,School-Improvement-Network/flashls,fixedmachine/flashls,aevange/flashls,NicolasSiver/flashls,Boxie5/flashls,suuhas/flashls,hola/flashls,tedconf/flashls,vidible/vdb-flashls,Boxie5/flashls,Peer5/flashls,mangui/flash...
6f41602665d2c76ab371b9c956a15813b8ebf19d
src/org/openPyro/managers/OverlayManager.as
src/org/openPyro/managers/OverlayManager.as
package org.openPyro.managers { import flash.display.DisplayObject; import flash.display.DisplayObjectContainer; import flash.display.Sprite; import flash.events.Event; import flash.geom.Point; public class OverlayManager { public function OverlayManager() { super(); } protected var _overlayDispl...
package org.openPyro.managers { import flash.display.DisplayObject; import flash.display.DisplayObjectContainer; import flash.display.Sprite; import flash.events.Event; import flash.geom.Point; public class OverlayManager { public function OverlayManager() { super(); } protected var _overlayDispl...
check that could cause null object reference in OverlayManager
check that could cause null object reference in OverlayManager
ActionScript
mit
arpit/openpyro
d8ae0c7877231aff09611b62de6fa80c28fa4a03
src/as/com/threerings/flex/ChatDisplayBox.as
src/as/com/threerings/flex/ChatDisplayBox.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...
Update to match change to ChatDisplay interface.
Update to match change to ChatDisplay interface. git-svn-id: b675b909355d5cf946977f44a8ec5a6ceb3782e4@847 ed5b42cb-e716-0410-a449-f6a68f950b19
ActionScript
lgpl-2.1
threerings/nenya,threerings/nenya
3f5638d30632f4a8638d11eb6859b9e0c288b3c1
frameworks/projects/framework/tests/ListCollectionView_FLEX_34837_Tests.as
frameworks/projects/framework/tests/ListCollectionView_FLEX_34837_Tests.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...
Revert FLEX-34880 part 2
Revert FLEX-34880 part 2 This reverts commit ff4067f56651082cecbe062f9cfd2aedbe44bf60.
ActionScript
apache-2.0
apache/flex-sdk,apache/flex-sdk,apache/flex-sdk,apache/flex-sdk,apache/flex-sdk,apache/flex-sdk
f53050a9c9f12da7070f2b60a5a077602faeda54
src/aerys/minko/type/binding/DataBindings.as
src/aerys/minko/type/binding/DataBindings.as
package aerys.minko.type.binding { import aerys.minko.scene.node.ISceneNode; import aerys.minko.type.Signal; import aerys.minko.type.enum.DataProviderUsage; import flash.utils.Dictionary; public final class DataBindings { private var _owner : ISceneNode = null; private var _providers : Vec...
package aerys.minko.type.binding { import aerys.minko.scene.node.ISceneNode; import aerys.minko.type.Signal; import aerys.minko.type.enum.DataProviderUsage; import flash.utils.Dictionary; public final class DataBindings { private var _owner : ISceneNode = null; private var _providers : Vec...
fix DataBindings.getProperty() to throw an error when attempting to read a property that does not exist
fix DataBindings.getProperty() to throw an error when attempting to read a property that does not exist
ActionScript
mit
aerys/minko-as3
fcb827ea56bc0d42f2e366cd3f4362e68a2630f5
src/org/httpclient/io/HttpResponseBuffer.as
src/org/httpclient/io/HttpResponseBuffer.as
/** * Copyright (c) 2007 Gabriel Handford * See LICENSE.txt for full license information. */ package org.httpclient.io { import com.adobe.utils.StringUtil; import flash.utils.ByteArray; import org.httpclient.HttpResponse; import org.httpclient.HttpHeader; import flash.errors.*; /** * Bytes...
/** * Copyright (c) 2007 Gabriel Handford * See LICENSE.txt for full license information. */ package org.httpclient.io { import com.adobe.utils.StringUtil; import flash.utils.ByteArray; import org.httpclient.HttpResponse; import org.httpclient.HttpHeader; import flash.errors.*; /** * Bytes...
change from error to ignore.. i think i need to handle chunked footer
change from error to ignore.. i think i need to handle chunked footer
ActionScript
mit
gabriel/as3httpclient
5038219c4e827727f3c78058d1d8b99b633583d9
plugins/akamaiMediaAnalyticsPlugin/src/com/kaltura/kdpfl/plugin/akamaiMediaAnalyticsMediator.as
plugins/akamaiMediaAnalyticsPlugin/src/com/kaltura/kdpfl/plugin/akamaiMediaAnalyticsMediator.as
package com.kaltura.kdpfl.plugin { import com.akamai.playeranalytics.AnalyticsPluginLoader; import com.kaltura.kdpfl.model.ConfigProxy; import com.kaltura.kdpfl.model.MediaProxy; import com.kaltura.kdpfl.model.type.NotificationType; import com.kaltura.kdpfl.model.type.StreamerType; import com.kaltura.types...
package com.kaltura.kdpfl.plugin { import com.akamai.playeranalytics.AnalyticsPluginLoader; import com.kaltura.kdpfl.model.ConfigProxy; import com.kaltura.kdpfl.model.MediaProxy; import com.kaltura.kdpfl.model.type.NotificationType; import com.kaltura.kdpfl.model.type.StreamerType; import com.kaltura.types...
change duration to milliseconds
qnd: change duration to milliseconds git-svn-id: 3f608e5a9a704dd448217c0a64c508e7f145cfa1@91935 6b8eccd3-e8c5-4e7d-8186-e12b5326b719
ActionScript
agpl-3.0
kaltura/kdp,shvyrev/kdp,shvyrev/kdp,kaltura/kdp,shvyrev/kdp,kaltura/kdp
a648b6eac9aecc98b4dd5139e6fdf190eaf13a49
actionscript/src/com/freshplanet/ane/AirMediaPlayer/AirMediaPlayer.as
actionscript/src/com/freshplanet/ane/AirMediaPlayer/AirMediaPlayer.as
////////////////////////////////////////////////////////////////////////////////////// // // Copyright 2012 Freshplanet (http://freshplanet.com | opensource@freshplanet.com) // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // ...
////////////////////////////////////////////////////////////////////////////////////// // // Copyright 2012 Freshplanet (http://freshplanet.com | opensource@freshplanet.com) // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // ...
Add documentation
Add documentation
ActionScript
apache-2.0
freshplanet/ANE-AACPlayer,freshplanet/ANE-AACPlayer,freshplanet/ANE-AACPlayer
eb1e8ab5c8a4cbeda5df86d0e9c16fe118e0c248
src/org/mangui/chromeless/ChromelessPlayer.as
src/org/mangui/chromeless/ChromelessPlayer.as
package org.mangui.chromeless { import org.mangui.HLS.parsing.Level; import org.mangui.HLS.*; import flash.display.*; import flash.events.*; import flash.external.ExternalInterface; import flash.geom.Rectangle; import flash.media.Video; import flash.media.SoundTransform; import fla...
package org.mangui.chromeless { import org.mangui.HLS.parsing.Level; import org.mangui.HLS.*; import flash.display.*; import flash.events.*; import flash.external.ExternalInterface; import flash.geom.Rectangle; import flash.media.Video; import flash.media.SoundTransform; import fla...
add a getPlayerVersion method.
add a getPlayerVersion method.
ActionScript
mpl-2.0
desaintmartin/hlsprovider,desaintmartin/hlsprovider,desaintmartin/hlsprovider
21e9f345838f5598c7069c4c710875204b81cf24
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...
call BitmapData.dispose() to dispose each temporary bitmap data object when TextureResource.setContentFromBitmapData() has been called to free the memory as soon as possible
call BitmapData.dispose() to dispose each temporary bitmap data object when TextureResource.setContentFromBitmapData() has been called to free the memory as soon as possible
ActionScript
mit
aerys/minko-as3
2d62a97e15af1630da843c3942caed2865a155fe
WEB-INF/lps/lfc/kernel/swf/LzSoundMC.as
WEB-INF/lps/lfc/kernel/swf/LzSoundMC.as
/** * LzSoundMC.as * * @copyright Copyright 2001-2008 Laszlo Systems, Inc. All Rights Reserved. * Use is subject to license terms. * * @topic Kernel * @subtopic AS2 */ /** * Wraps the streaming MP3 loader in a movieclip-like API. * Used for proxyless mp3 audio loading. * * @access...
/** * LzSoundMC.as * * @copyright Copyright 2001-2009 Laszlo Systems, Inc. All Rights Reserved. * Use is subject to license terms. * * @topic Kernel * @subtopic AS2 */ /** * Wraps the streaming MP3 loader in a movieclip-like API. * Used for proxyless mp3 audio loading. * * @access...
Change 20090309-bargull-tGm by bargull@dell--p4--2-53 on 2009-03-09 02:14:09 in /home/Admin/src/svn/openlaszlo/trunk for http://svn.openlaszlo.org/openlaszlo/trunk
Change 20090309-bargull-tGm by bargull@dell--p4--2-53 on 2009-03-09 02:14:09 in /home/Admin/src/svn/openlaszlo/trunk for http://svn.openlaszlo.org/openlaszlo/trunk Summary: handle invalid files in SoundMC New Features: Bugs Fixed: LPP-7880 (SWF8: mp3 loading responds with error-swf / onerror not dispatched) ...
ActionScript
epl-1.0
mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo
a54c66942ee4e36bfb1edaf0c97b4667f2fe4abc
src/aerys/minko/type/animation/Animation.as
src/aerys/minko/type/animation/Animation.as
package aerys.minko.type.animation { import aerys.minko.scene.node.IScene; import aerys.minko.scene.node.ITransformable; import aerys.minko.scene.node.group.Group; import aerys.minko.type.animation.timeline.ITimeline; import flash.utils.getTimer; import org.osmf.elements.DurationElement; public class Animat...
package aerys.minko.type.animation { import aerys.minko.scene.node.IScene; import aerys.minko.scene.node.ITransformable; import aerys.minko.scene.node.group.Group; import aerys.minko.type.animation.timeline.ITimeline; import flash.utils.getTimer; public class Animation { private var _id : String; p...
Remove usused import
Remove usused import
ActionScript
mit
aerys/minko-as3
452864c0ae84b774cd61d205a09b9dfcd9038fea
WEB-INF/lps/lfc/kernel/swf9/LzMouseKernel.as
WEB-INF/lps/lfc/kernel/swf9/LzMouseKernel.as
/** * LzMouseKernel.as * * @copyright Copyright 2001-2010 Laszlo Systems, Inc. All Rights Reserved. * Use is subject to license terms. * * @topic Kernel * @subtopic swf9 */ // Receives mouse events from the runtime class LzMouseKernel { #passthrough (toplevel:true) { import flash.d...
/** * LzMouseKernel.as * * @copyright Copyright 2001-2010 Laszlo Systems, Inc. All Rights Reserved. * Use is subject to license terms. * * @topic Kernel * @subtopic swf9 */ // Receives mouse events from the runtime class LzMouseKernel { #passthrough (toplevel:true) { import flash.d...
Change 20100224-maxcarlson-n by maxcarlson@bank on 2010-02-24 11:14:21 PST in /Users/maxcarlson/openlaszlo/trunk-clean for http://svn.openlaszlo.org/openlaszlo/trunk
Change 20100224-maxcarlson-n by maxcarlson@bank on 2010-02-24 11:14:21 PST in /Users/maxcarlson/openlaszlo/trunk-clean for http://svn.openlaszlo.org/openlaszlo/trunk Summary: UPDATED: Conditionalize textfield focus workaround from LPP-7957 Bugs Fixed: LPP-8783 - Text field loses focus when mousing out of canv...
ActionScript
epl-1.0
mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo
23cc6105f96c7cc481b3bc6940f572450a606b55
src/flash/htmlelements/YouTubeElement.as
src/flash/htmlelements/YouTubeElement.as
package htmlelements { import flash.display.Sprite; import flash.events.*; import flash.net.NetConnection; import flash.net.NetStream; import flash.media.Video; import flash.media.SoundTransform; import flash.utils.Timer; import flash.net.URLLoader; import flash.net.URLRequest; import flash.net.URLVariables;...
package htmlelements { import flash.display.Sprite; import flash.events.*; import flash.net.NetConnection; import flash.net.NetStream; import flash.media.Video; import flash.media.SoundTransform; import flash.utils.Timer; import flash.net.URLLoader; import flash.net.URLRequest; import flash.net.URLVariables;...
Update from Chromeless to normal player to support anntations
Update from Chromeless to normal player to support anntations
ActionScript
agpl-3.0
libeo/Vibeo,libeo/Vibeo,libeo/Vibeo,libeo/Vibeo
8111aa3f7e1c22ecc1961e5070de842842406366
runtime/src/main/as/flump/xfl/XflKeyframe.as
runtime/src/main/as/flump/xfl/XflKeyframe.as
// // Flump - Copyright 2012 Three Rings Design package flump.xfl { import flash.geom.Matrix; import flash.geom.Point; public class XflKeyframe extends XflComponent { use namespace xflns; public var index :int; /** The length of this keyframe in frames. */ public var duration :Number; /** The ...
// // Flump - Copyright 2012 Three Rings Design package flump.xfl { import flash.geom.Matrix; import flash.geom.Point; import com.threerings.util.MatrixUtil; public class XflKeyframe extends XflComponent { use namespace xflns; public var index :int; /** The length of this keyframe in frames. */ pub...
Use MatrixUtil
Use MatrixUtil
ActionScript
mit
mathieuanthoine/flump,mathieuanthoine/flump,funkypandagame/flump,tconkling/flump,mathieuanthoine/flump,tconkling/flump,funkypandagame/flump
192fa89ae544a10e755914e6cc523025bdae7128
src/aerys/minko/scene/controller/AbstractController.as
src/aerys/minko/scene/controller/AbstractController.as
package aerys.minko.scene.controller { import aerys.minko.ns.minko_scene; import aerys.minko.scene.node.ISceneNode; import aerys.minko.type.Signal; import flash.utils.getQualifiedClassName; /** * Controllers work on scene nodes to modify and update them. They offer the best * way to add any kind of behavior...
package aerys.minko.scene.controller { import aerys.minko.ns.minko_scene; import aerys.minko.scene.node.ISceneNode; import aerys.minko.type.Signal; import flash.utils.getQualifiedClassName; use namespace minko_scene; /** * Controllers work on scene nodes to modify and update them. They offer the best...
add missing use namespace minko_scene to allow the override of AbstractController.minko_scene::addTarget() and AbstractController.minko_scene::removeTarget()
add missing use namespace minko_scene to allow the override of AbstractController.minko_scene::addTarget() and AbstractController.minko_scene::removeTarget()
ActionScript
mit
aerys/minko-as3
77c2158f7539c373afad8dba80f922f2487ba878
WEB-INF/lps/lfc/kernel/swf9/LFCApplication.as
WEB-INF/lps/lfc/kernel/swf9/LFCApplication.as
/** * LFCApplication.as * * @copyright Copyright 2007, 2008 Laszlo Systems, Inc. All Rights Reserved. * Use is subject to license terms. * * @topic Kernel * @subtopic swf9 * @author Henry Minsky &lt;hminsky@laszlosystems.com&gt; */ public class LFCApplication extends Sprite { // This...
/** * LFCApplication.as * * @copyright Copyright 2007, 2008 Laszlo Systems, Inc. All Rights Reserved. * Use is subject to license terms. * * @topic Kernel * @subtopic swf9 * @author Henry Minsky &lt;hminsky@laszlosystems.com&gt; */ public class LFCApplication extends Sprite { // This...
revert until LzScreenKernel gets checked in
revert until LzScreenKernel gets checked in git-svn-id: d62bde4b5aa582fdf07c8d403e53e0399a7ed285@8582 fa20e4f9-1d0a-0410-b5f3-dc9c16b8b17c
ActionScript
epl-1.0
mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo
54050c1f4fd0f3052dd076c1537eb4d5808a6504
src/aerys/minko/render/shader/compiler/visitor/allocator/VertexAllocator.as
src/aerys/minko/render/shader/compiler/visitor/allocator/VertexAllocator.as
package aerys.minko.render.shader.compiler.visitor.allocator { import aerys.minko.render.shader.compiler.allocator.Allocator; import aerys.minko.render.shader.node.INode; import aerys.minko.render.shader.node.leaf.AbstractConstant; import aerys.minko.render.shader.node.leaf.Attribute; import aerys.minko.render.sha...
package aerys.minko.render.shader.compiler.visitor.allocator { import aerys.minko.render.shader.compiler.allocator.Allocator; import aerys.minko.render.shader.node.INode; import aerys.minko.render.shader.node.leaf.AbstractConstant; import aerys.minko.render.shader.node.leaf.Attribute; import aerys.minko.render.sha...
Change numerotation system for operations in VertexAllocator. Allows to display a more pertinent debug information if needed.
Change numerotation system for operations in VertexAllocator. Allows to display a more pertinent debug information if needed.
ActionScript
mit
aerys/minko-as3
f887589f89104fbe588381fd5928bda7d7a03a25
exporter/src/main/as/flump/xfl/XflKeyframe.as
exporter/src/main/as/flump/xfl/XflKeyframe.as
// // Flump - Copyright 2012 Three Rings Design package flump.xfl { import flash.geom.Matrix; import flash.geom.Point; import flump.mold.KeyframeMold; import com.threerings.util.XmlUtil; public class XflKeyframe { use namespace xflns; public static function parse (lib :XflLibrary, baseLocation :String, xm...
// // Flump - Copyright 2012 Three Rings Design package flump.xfl { import flash.geom.Matrix; import flash.geom.Point; import flump.mold.KeyframeMold; import com.threerings.util.XmlUtil; public class XflKeyframe { use namespace xflns; public static function parse (lib :XflLibrary, baseLocation :String, xm...
make this a warning
make this a warning
ActionScript
mit
tconkling/flump,mathieuanthoine/flump,funkypandagame/flump,mathieuanthoine/flump,funkypandagame/flump,tconkling/flump,mathieuanthoine/flump
a3cfd80c0b50d6f6c24fd528da519582196e85df
www/demos/welcome.as
www/demos/welcome.as
; Write some assembly code here. ; Then click 'Assemble and Run' to run it on the P3 simulator. ; For more information check 'About P3JS'. ; Try the Demos -----> -----> -----> -----> -----> -----> -----> -----> ; This is a very short program that fills the memory with ac5fh! ; Click 'Assemble and Run' to te...
; Write some assembly code here. ; Then click 'Assemble and Run' to run it on the P3 simulator. ; Comments start with ';'. ; For more information check 'About P3JS'. ; ------------- ; ; Try the Demos -----> -----> -----> -----> -----> -----> -----> -----> ; ------------- ; ; This is a simple program that ...
Improve the 'welcome.as' demo to include a proper simple program
Improve the 'welcome.as' demo to include a proper simple program
ActionScript
mit
goncalomb/p3js,goncalomb/p3js
c61e3cf02380ee57256f176cf0064f8ab9b83ded
lib/src/com/amanitadesign/steam/FRESteamWorks.as
lib/src/com/amanitadesign/steam/FRESteamWorks.as
/* * FRESteamWorks.as * This file is part of FRESteamWorks. * * Created by David ´Oldes´ Oliva on 3/29/12. * Contributors: Ventero <http://github.com/Ventero> * Copyright (c) 2012 Amanita Design. All rights reserved. * Copyright (c) 2012-2013 Level Up Labs, LLC. All rights reserved. */ package com.amanit...
/* * FRESteamWorks.as * This file is part of FRESteamWorks. * * Created by David ´Oldes´ Oliva on 3/29/12. * Contributors: Ventero <http://github.com/Ventero> * Copyright (c) 2012 Amanita Design. All rights reserved. * Copyright (c) 2012-2013 Level Up Labs, LLC. All rights reserved. */ package com.amanit...
Add missing arguments for useCrashHandler
Add missing arguments for useCrashHandler
ActionScript
bsd-2-clause
Ventero/FRESteamWorks,Ventero/FRESteamWorks,Ventero/FRESteamWorks,Ventero/FRESteamWorks
ca4f8844f2f93a6b80d406cfb7e3440461f6287b
frameworks/as/src/org/apache/flex/html/staticControls/beads/controllers/DropDownListController.as
frameworks/as/src/org/apache/flex/html/staticControls/beads/controllers/DropDownListController.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...
fix type error
fix type error
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
f8ad9e1823b74a0766c533ebe61347941dc61444
swfcat.as
swfcat.as
package { import flash.display.Sprite; import flash.display.StageAlign; import flash.display.StageScaleMode; import flash.text.TextField; import flash.net.Socket; import flash.events.Event; import flash.events.IOErrorEvent; import flash.events.ProgressEvent; import flash.events.Secur...
package { import flash.display.Sprite; import flash.display.StageAlign; import flash.display.StageScaleMode; import flash.text.TextField; import flash.net.Socket; import flash.events.Event; import flash.events.IOErrorEvent; import flash.events.ProgressEvent; import flash.events.Secur...
Change back to my relay, not an alternative bridge, now that hibernation is turned off on the relay.
Change back to my relay, not an alternative bridge, now that hibernation is turned off on the relay.
ActionScript
mit
infinity0/flashproxy,glamrock/flashproxy,arlolra/flashproxy,infinity0/flashproxy,arlolra/flashproxy,infinity0/flashproxy,infinity0/flashproxy,glamrock/flashproxy,arlolra/flashproxy,infinity0/flashproxy,arlolra/flashproxy,arlolra/flashproxy,arlolra/flashproxy,glamrock/flashproxy,infinity0/flashproxy,glamrock/flashproxy,...
f30415c135d1112fefaf99e22c9cfae4fd88c250
src/com/google/analytics/utils/Environment.as
src/com/google/analytics/utils/Environment.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...
replace class Version by core.version
replace class Version by core.version
ActionScript
apache-2.0
nsdevaraj/gaforflash,minimedj/gaforflash,nsdevaraj/gaforflash,minimedj/gaforflash
20eb66a97097d8f2ffa122fcda7c3e8ff5e6c106
media/as3/ZeroClipboardPdf.as
media/as3/ZeroClipboardPdf.as
/* Compile using: mxmlc --target-player=10.0.0 -library-path+=lib ZeroClipboard.as */ package { import flash.display.Stage; import flash.display.Sprite; import flash.display.LoaderInfo; import flash.display.StageScaleMode; import flash.events.*; import flash.display.StageAlign; import flash.display.StageScaleMo...
/* Compile using: mxmlc --target-player=10.0.0 -library-path+=lib ZeroClipboardPdf.as */ package { import flash.display.Stage; import flash.display.Sprite; import flash.display.LoaderInfo; import flash.display.StageScaleMode; import flash.events.*; import flash.display.StageAlign; import flash.display.StageScal...
Comment updated for the correct file name with the compile command
Fix: Comment updated for the correct file name with the compile command
ActionScript
mit
phillipmadsen/TableTools,mhlibchuk/TableTools,mhlibchuk/TableTools,Riddhika/TableTool,Riddhika/TableTool,viniciusferreira/TableTools,nandadotexe/TableTools,nandadotexe/TableTools,modulexcite/TableTools,viniciusferreira/TableTools,DataTables/TableTools,phillipmadsen/TableTools,modulexcite/TableTools,DataTables/TableTool...
a3732353c9a30ae1a7603fe23b264ad7ddb184e5
src/aerys/minko/scene/node/Scene.as
src/aerys/minko/scene/node/Scene.as
package aerys.minko.scene.node { import aerys.minko.ns.minko_scene; import aerys.minko.render.Effect; import aerys.minko.render.Viewport; import aerys.minko.scene.controller.scene.RenderingController; import aerys.minko.scene.node.camera.AbstractCamera; import aerys.minko.type.Signal; import aerys.minko.type.bin...
package aerys.minko.scene.node { import aerys.minko.ns.minko_scene; import aerys.minko.render.Effect; import aerys.minko.render.Viewport; import aerys.minko.scene.controller.scene.RenderingController; import aerys.minko.scene.node.camera.AbstractCamera; import aerys.minko.type.Signal; import aerys.minko.type.bin...
fix Scene constructor to pass the children argument to the parent constructor and init. children properly (issue #1105)
fix Scene constructor to pass the children argument to the parent constructor and init. children properly (issue #1105)
ActionScript
mit
aerys/minko-as3
12b5370169f8668e572597945c8cf19ce2ca9806
dolly-framework/src/test/actionscript/dolly/CloningOfCompositeCloneableClassTest.as
dolly-framework/src/test/actionscript/dolly/CloningOfCompositeCloneableClassTest.as
package dolly { import dolly.core.dolly_internal; import dolly.data.CloneableClass; import dolly.data.CompositeCloneableClass; import mx.collections.ArrayCollection; import mx.collections.ArrayList; import org.as3commons.reflect.Field; import org.as3commons.reflect.Type; import org.flexunit.asserts.assertEquals; impo...
package dolly { import dolly.core.dolly_internal; import dolly.data.CloneableClass; import dolly.data.CompositeCloneableClass; import mx.collections.ArrayCollection; import mx.collections.ArrayList; import org.as3commons.reflect.Field; import org.as3commons.reflect.Type; import org.flexunit.asserts.assertEquals; impo...
Test for cloning of property with type CloneableClass in CompositeCloneableClass.
Test for cloning of property with type CloneableClass in CompositeCloneableClass.
ActionScript
mit
Yarovoy/dolly
a7b2255a6b48e127f13ecdca307579c8147671d0
dolly-framework/src/test/actionscript/dolly/ClonerTest.as
dolly-framework/src/test/actionscript/dolly/ClonerTest.as
package dolly { import dolly.core.dolly_internal; import org.as3commons.reflect.Field; import org.as3commons.reflect.Type; import org.flexunit.asserts.assertEquals; import org.flexunit.asserts.assertNotNull; import org.flexunit.asserts.assertNull; use namespace dolly_internal; public class ClonerTest { private var...
package dolly { import dolly.core.dolly_internal; import org.as3commons.reflect.Field; import org.as3commons.reflect.Type; import org.flexunit.asserts.assertEquals; import org.flexunit.asserts.assertNotNull; import org.flexunit.asserts.assertNull; use namespace dolly_internal; public class ClonerTest { private var...
Rename properties in test class.
Rename properties in test class.
ActionScript
mit
Yarovoy/dolly
c2c1b92d8f30c7eaf8375d42983816e97def77d8
src/org/mangui/hls/model/Level.as
src/org/mangui/hls/model/Level.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.model { CONFIG::LOGGING { import org.mangui.hls.utils.Log; } import org....
/* 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.model { CONFIG::LOGGING { import org.mangui.hls.utils.Log; } import org....
Fix redundantStreamId param type
[Mangui.Level] Fix redundantStreamId param type
ActionScript
mpl-2.0
codex-corp/flashls,codex-corp/flashls