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
42b81dfac4bde646aed0b1fd1475a59f38e54bbb
www/demos/welcome.as
www/demos/welcome.as
; ; P3JS ; Write some assembly code. ; Then click 'Assemble and Run' to run it on the P3 simulator. ;
; 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...
Update welcome.as
Update welcome.as
ActionScript
mit
goncalomb/p3js,goncalomb/p3js
42f7ce23ac5bcfde3180722a5965514f69a5c269
src/as/com/threerings/util/ExpiringSet.as
src/as/com/threerings/util/ExpiringSet.as
// // $Id$ package com.threerings.util { import flash.events.EventDispatcher; import flash.events.TimerEvent; import flash.utils.getTimer; // function import import flash.utils.Timer; /** * Dispatched when a set element expires. * * @eventType com.threerings.util.ExpiringSet.ELEMENT_EXPIRED */ [Event(name="Elem...
// // $Id$ package com.threerings.util { import flash.events.EventDispatcher; import flash.events.TimerEvent; import flash.utils.getTimer; // function import import flash.utils.Timer; /** * Dispatched when a set element expires. * * @eventType com.threerings.util.ExpiringSet.ELEMENT_EXPIRED */ [Event(name="Elem...
Allow the event handler to be specified in the constructor.
Allow the event handler to be specified in the constructor. git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@5783 542714f4-19e9-0310-aa3c-eee0fc999fb1
ActionScript
lgpl-2.1
threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya
7e1630cf4b6775cddd4c8494e3d807e167b66170
src/aerys/minko/render/material/phong/PCFShadowMapShader.as
src/aerys/minko/render/material/phong/PCFShadowMapShader.as
package aerys.minko.render.material.phong { import aerys.minko.render.RenderTarget; import aerys.minko.render.material.basic.BasicProperties; import aerys.minko.render.shader.SFloat; import aerys.minko.render.shader.Shader; import aerys.minko.render.shader.ShaderSettings; import aerys.minko.render.shader.part.Dif...
package aerys.minko.render.material.phong { import aerys.minko.render.RenderTarget; import aerys.minko.render.material.basic.BasicProperties; import aerys.minko.render.shader.SFloat; import aerys.minko.render.shader.Shader; import aerys.minko.render.shader.ShaderSettings; import aerys.minko.render.shader.part.Dif...
remove usage of PhongProperties.CAST_SHADOW to set ShaderSettings.enabled in PCFShadowMapShader because the PhongEffect will fork according to this very property and this pass simply won't exist
remove usage of PhongProperties.CAST_SHADOW to set ShaderSettings.enabled in PCFShadowMapShader because the PhongEffect will fork according to this very property and this pass simply won't exist
ActionScript
mit
aerys/minko-as3
9ceaa57ca226f9d30b874c6dfd8c16f6521fa2f9
src/org/mangui/osmf/plugins/traits/HLSDynamicStreamTrait.as
src/org/mangui/osmf/plugins/traits/HLSDynamicStreamTrait.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.osmf.plugins.traits { import org.mangui.hls.HLS; import org.mangui.hls.event.HLSEvent; ...
/* 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.osmf.plugins.traits { import org.mangui.hls.HLS; import org.mangui.hls.event.HLSEvent; ...
fix compil error
fix compil error
ActionScript
mpl-2.0
neilrackett/flashls,tedconf/flashls,dighan/flashls,codex-corp/flashls,clappr/flashls,hola/flashls,mangui/flashls,Peer5/flashls,codex-corp/flashls,suuhas/flashls,mangui/flashls,fixedmachine/flashls,Peer5/flashls,aevange/flashls,aevange/flashls,jlacivita/flashls,suuhas/flashls,suuhas/flashls,vidible/vdb-flashls,clappr/fl...
02e340a0e67e85aa271a42beb0370a966c156cd4
src/aerys/minko/scene/controller/AbstractScriptController.as
src/aerys/minko/scene/controller/AbstractScriptController.as
package aerys.minko.scene.controller { import aerys.minko.ns.minko_scene; 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 fl...
package aerys.minko.scene.controller { import flash.display.BitmapData; import flash.utils.Dictionary; import aerys.minko.ns.minko_scene; import aerys.minko.render.Viewport; import aerys.minko.scene.node.ISceneNode; import aerys.minko.scene.node.Scene; import aerys.minko.type.KeyboardManager; import aerys.min...
Fix AbstractScriptController not calling stop() when a target is removed.
Fix AbstractScriptController not calling stop() when a target is removed.
ActionScript
mit
aerys/minko-as3
aad824440e4e9267e5d1c64761334f93104c6212
frameworks/projects/JQuery/as/src/org/apache/flex/jquery/Application.as
frameworks/projects/JQuery/as/src/org/apache/flex/jquery/Application.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...
move inject_html
move inject_html
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
639ba6fb32df938ac4b464e3c0db6be3aa802262
frameworks/as/projects/FlexJSUI/src/org/apache/flex/core/CSSTextField.as
frameworks/as/projects/FlexJSUI/src/org/apache/flex/core/CSSTextField.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 solid backgroundcolor
support solid backgroundcolor
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
cd6df7b32c41e4d4980c9d5b27cebe90dd58f281
src/widgets/supportClasses/ResultItem.as
src/widgets/supportClasses/ResultItem.as
/////////////////////////////////////////////////////////////////////////// // Copyright (c) 2010-2011 Esri. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // ...
/////////////////////////////////////////////////////////////////////////// // Copyright (c) 2010-2011 Esri. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // ...
Clean up ResultItem.
Clean up ResultItem.
ActionScript
apache-2.0
CanterburyRegionalCouncil/arcgis-viewer-flex,CanterburyRegionalCouncil/arcgis-viewer-flex,Esri/arcgis-viewer-flex,CanterburyRegionalCouncil/arcgis-viewer-flex,Esri/arcgis-viewer-flex
14630aae738e5ad4c3c49befed63596d93505323
src/com/mangui/HLS/streaming/Buffer.as
src/com/mangui/HLS/streaming/Buffer.as
package com.mangui.HLS.streaming { import com.mangui.HLS.*; import com.mangui.HLS.muxing.*; import com.mangui.HLS.streaming.*; import com.mangui.HLS.parsing.*; import com.mangui.HLS.utils.*; import flash.media.*; import flash.net.*; import flash.utils.*; /** Class that keeps...
package com.mangui.HLS.streaming { import com.mangui.HLS.*; import com.mangui.HLS.muxing.*; import com.mangui.HLS.streaming.*; import com.mangui.HLS.parsing.*; import com.mangui.HLS.utils.*; import flash.media.*; import flash.net.*; import flash.utils.*; /** Class that keeps...
remove unused variable
remove unused variable
ActionScript
mpl-2.0
desaintmartin/hlsprovider,desaintmartin/hlsprovider,desaintmartin/hlsprovider
82f31441f63995c90cfb8ddd607aa73e1e8d4468
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
fef4e4c9346bf2caf5e8e6c1efdc93fd8ff9ec05
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...
Normalize line endings
Normalize line endings
ActionScript
agpl-3.0
libeo/Vibeo,libeo/Vibeo,libeo/Vibeo,libeo/Vibeo
328c58254e6c21efec8876dd588103f66fd21bf2
src/aerys/minko/render/material/realistic/RealisticMaterial.as
src/aerys/minko/render/material/realistic/RealisticMaterial.as
package aerys.minko.render.material.realistic { import aerys.minko.render.Effect; import aerys.minko.render.material.environment.EnvironmentMappingProperties; import aerys.minko.render.material.phong.PhongEffect; import aerys.minko.render.material.phong.PhongMaterial; import aerys.minko.render.resource.texture.ITe...
package aerys.minko.render.material.realistic { import aerys.minko.render.Effect; import aerys.minko.render.material.environment.EnvironmentMappingProperties; import aerys.minko.render.material.phong.PhongEffect; import aerys.minko.render.material.phong.PhongMaterial; import aerys.minko.render.resource.texture.ITe...
define a static const default effect for the RealisticMaterial and use it properly in the constructor
define a static const default effect for the RealisticMaterial and use it properly in the constructor
ActionScript
mit
aerys/minko-as3
5f9b770ac4d5d2b6799009db942e4bfcd3ffb7bc
src/goplayer/FlashContentLoadAttempt.as
src/goplayer/FlashContentLoadAttempt.as
package goplayer { import flash.display.Loader import flash.events.Event import flash.events.IOErrorEvent import flash.net.URLRequest import flash.system.ApplicationDomain import flash.system.LoaderContext import flash.system.SecurityDomain public class FlashContentLoadAttempt { private const loa...
package goplayer { import flash.display.Loader import flash.events.Event import flash.events.IOErrorEvent import flash.net.URLRequest import flash.system.ApplicationDomain import flash.system.LoaderContext import flash.system.SecurityDomain public class FlashContentLoadAttempt { private const loa...
Remove custom LoaderContext creation code.
Remove custom LoaderContext creation code.
ActionScript
mit
dbrock/goplayer,dbrock/goplayer
b25a52b620acae386c3db7b31a0933c917843174
LoadSwf/src/LoadSwf.as
LoadSwf/src/LoadSwf.as
package { import flash.desktop.NativeApplication; import flash.display.DisplayObject; import flash.display.Loader; import flash.display.LoaderInfo; import flash.display.MovieClip; import flash.display.Shape; import flash.display.Sprite; import flash.events.Event; import flash.events.IOErrorEvent; i...
package { import flash.desktop.NativeApplication; import flash.display.AVM1Movie; import flash.display.DisplayObject; import flash.display.Loader; import flash.display.LoaderInfo; import flash.display.MovieClip; import flash.display.Shape; import flash.display.Sprite; import flash.events.Event; imp...
add showError() # modified: LoadSwf/src/LoadSwf.as
add showError() # modified: LoadSwf/src/LoadSwf.as
ActionScript
mit
victoryckl/flex-demos,victoryckl/flex-demos,victoryckl/flex-demos
34748301601e5a3239e641643fdbc8c0e1235b53
frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/layouts/FlexibleFirstChildHorizontalLayout.as
frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/layouts/FlexibleFirstChildHorizontalLayout.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...
handle NaN
handle NaN
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
fd5b8f5a81a2bbfb23fe4e0d69eeb34a4d7fc31f
src/aerys/minko/render/shader/Signature.as
src/aerys/minko/render/shader/Signature.as
package aerys.minko.render.shader { import aerys.minko.type.Signal; import aerys.minko.type.binding.DataBindings; import aerys.minko.type.math.Matrix4x4; import aerys.minko.type.math.Vector4; /** * ShaderSignature objects describe the "signature" of ActionScript shaders and make * it posible to know whether a...
package aerys.minko.render.shader { import aerys.minko.type.Signal; import aerys.minko.type.binding.DataBindings; import aerys.minko.type.math.Matrix4x4; import aerys.minko.type.math.Vector4; /** * ShaderSignature objects describe the "signature" of ActionScript shaders and make * it posible to know whether a...
fix coding style
fix coding style
ActionScript
mit
aerys/minko-as3
0024caa3719fe9aa146450022f12b2d2f2bab65a
src/com/axis/rtspclient/RTPTiming.as
src/com/axis/rtspclient/RTPTiming.as
package com.axis.rtspclient { import flash.utils.ByteArray; public class RTPTiming { public var rtpTime:Object; public var range:Object; public var live:Boolean; public function RTPTiming(rtpTime:Object, range:Object, live:Boolean) { this.rtpTime = rtpTime; this.range = range; t...
package com.axis.rtspclient { import flash.utils.ByteArray; public class RTPTiming { public var rtpTime:Object; public var range:Object; public var live:Boolean; public function RTPTiming(rtpTime:Object, range:Object, live:Boolean) { this.rtpTime = rtpTime; this.range = range; t...
Fix incorrect assumption about live streaming
RTSP: Fix incorrect assumption about live streaming Do not assume live stream if to-value in range header is empty.
ActionScript
bsd-3-clause
gaetancollaud/locomote-video-player,AxisCommunications/locomote-video-player
484c2bf799fcfd423bf287bcb1180dc326531ba4
src/org/mangui/hls/HLS.as
src/org/mangui/hls/HLS.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 flash.display.Stage; import flash.net.NetConnection; import flash.net.N...
/* 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 flash.display.Stage; import flash.net.NetConnection; import flash.net.N...
Fix for dispose function in HLS.as
Fix for dispose function in HLS.as while disposing HLS stream it throws a NPE, TypeError: Error #1009: Cannot access a property or method of a null object reference. at org.mangui.hls.stream::StreamBuffer/stop()[flashls/src/org/mangui/hls/stream/StreamBuffer.as:87] at org.mangui.hls.stream::HLSNetStream/close()[f...
ActionScript
mpl-2.0
Boxie5/flashls,aevange/flashls,suuhas/flashls,thdtjsdn/flashls,mangui/flashls,Boxie5/flashls,NicolasSiver/flashls,neilrackett/flashls,Peer5/flashls,dighan/flashls,Corey600/flashls,tedconf/flashls,codex-corp/flashls,clappr/flashls,Peer5/flashls,loungelogic/flashls,thdtjsdn/flashls,tedconf/flashls,vidible/vdb-flashls,aev...
ab87a5f9bb63c443213b61ff729969d3fdec1a68
frameworks/projects/mobiletheme/src/spark/skins/ios7/ButtonSkin.as
frameworks/projects/mobiletheme/src/spark/skins/ios7/ButtonSkin.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 Button's downstate
Fix Button's downstate
ActionScript
apache-2.0
SlavaRa/flex-sdk,shyamalschandra/flex-sdk,SlavaRa/flex-sdk,apache/flex-sdk,danteinforno/flex-sdk,shyamalschandra/flex-sdk,SlavaRa/flex-sdk,shyamalschandra/flex-sdk,apache/flex-sdk,danteinforno/flex-sdk,shyamalschandra/flex-sdk,SlavaRa/flex-sdk,danteinforno/flex-sdk,shyamalschandra/flex-sdk,apache/flex-sdk,danteinforno/...
a2e875a4a9b5115eb441f171294f20cac1b0340a
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...
Add an Event.COMPLETE message when a ProxyPair finishes.
Add an Event.COMPLETE message when a ProxyPair finishes.
ActionScript
mit
arlolra/flashproxy,arlolra/flashproxy,glamrock/flashproxy,glamrock/flashproxy,infinity0/flashproxy,arlolra/flashproxy,glamrock/flashproxy,arlolra/flashproxy,glamrock/flashproxy,arlolra/flashproxy,infinity0/flashproxy,glamrock/flashproxy,infinity0/flashproxy,glamrock/flashproxy,infinity0/flashproxy,infinity0/flashproxy,...
c7a9d76ff775335ea1d02306143958950a5b5cf5
src/aerys/minko/render/shader/part/phong/contribution/AbstractContributionShaderPart.as
src/aerys/minko/render/shader/part/phong/contribution/AbstractContributionShaderPart.as
package aerys.minko.render.shader.part.phong.contribution { import aerys.minko.render.material.basic.BasicProperties; import aerys.minko.render.material.phong.PhongProperties; import aerys.minko.render.shader.SFloat; import aerys.minko.render.shader.Shader; import aerys.minko.render.shader.part.phong.LightAwareSha...
package aerys.minko.render.shader.part.phong.contribution { import aerys.minko.render.material.basic.BasicProperties; import aerys.minko.render.material.phong.PhongProperties; import aerys.minko.render.shader.SFloat; import aerys.minko.render.shader.Shader; import aerys.minko.render.shader.part.phong.LightAwareSha...
Fix specular color value
Fix specular color value
ActionScript
mit
aerys/minko-as3
cfc892b0fff59ab9beacf929cf48055c0518aa01
src/com/esri/builder/components/serviceBrowser/supportClasses/ServiceDirectoryBuilder.as
src/com/esri/builder/components/serviceBrowser/supportClasses/ServiceDirectoryBuilder.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 // /...
Use either tokenServicesUrl or tokenServiceUrl when building the token service cross-domain policy file URL.
Use either tokenServicesUrl or tokenServiceUrl when building the token service cross-domain policy file URL.
ActionScript
apache-2.0
Esri/arcgis-viewer-builder-flex
6bdc75b2d7fea5c4750612fd0c9541e7bff3c0b3
swfcat.as
swfcat.as
package { import flash.display.Sprite; import flash.text.TextField; import flash.net.Socket; import flash.events.Event; import flash.events.IOErrorEvent; import flash.events.ProgressEvent; import flash.events.SecurityErrorEvent; import flash.utils.ByteArray; import flash.utils.setTim...
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...
Remove hardcoded width and height from SWF source.
Remove hardcoded width and height from SWF source. Let it be completely controlled by containing HTML.
ActionScript
mit
infinity0/flashproxy,arlolra/flashproxy,glamrock/flashproxy,glamrock/flashproxy,glamrock/flashproxy,infinity0/flashproxy,infinity0/flashproxy,arlolra/flashproxy,arlolra/flashproxy,glamrock/flashproxy,infinity0/flashproxy,arlolra/flashproxy,glamrock/flashproxy,arlolra/flashproxy,glamrock/flashproxy,infinity0/flashproxy,...
1c954cc3cf06bab67ae4b05fbd6a694744aebe3d
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 // /...
Update WidgetTypeLoader#getModuleFiles() to return nested module files.
Update WidgetTypeLoader#getModuleFiles() to return nested module files.
ActionScript
apache-2.0
Esri/arcgis-viewer-builder-flex
c7265a6c04144e36e814c7ce7da1c10cfac9bd06
sdk-remote/src/tests/liburbi-check.as
sdk-remote/src/tests/liburbi-check.as
m4_pattern_allow([^URBI_SERVER$]) -*- shell-script -*- AS_INIT()dnl URBI_PREPARE() set -e case $VERBOSE in x) set -x;; esac # Avoid zombies and preserve debugging information. cleanup () { exit_status=$? # In case we were caught by set -e, kill the children. children_kill children_harvest chi...
m4_pattern_allow([^URBI_SERVER$]) -*- shell-script -*- AS_INIT()dnl URBI_PREPARE() set -e case $VERBOSE in x) set -x;; esac # Avoid zombies and preserve debugging information. cleanup () { exit_status=$? # In case we were caught by set -e, kill the children. children_kill children_harvest chi...
Use the local urbi-console.
Use the local urbi-console. Alternatively, I could change PATH and let find_urbi_server do the job. Not sure what's the easiest. This way we can have a specific failure when urbi-console is not there but it should. * src/tests/liburbi-check.as ($URBI_SERVER): Find the shipped urbi-console if there is one.
ActionScript
bsd-3-clause
urbiforge/urbi,aldebaran/urbi,aldebaran/urbi,urbiforge/urbi,aldebaran/urbi,urbiforge/urbi,urbiforge/urbi,urbiforge/urbi,aldebaran/urbi,aldebaran/urbi,urbiforge/urbi,aldebaran/urbi,urbiforge/urbi,urbiforge/urbi,urbiforge/urbi,aldebaran/urbi,aldebaran/urbi
d691a1fe60a793051f18c4a396ce0d126feaddf6
src/aerys/minko/scene/controller/light/DirectionalLightController.as
src/aerys/minko/scene/controller/light/DirectionalLightController.as
package aerys.minko.scene.controller.light { import aerys.minko.scene.data.LightDataProvider; import aerys.minko.scene.node.Scene; import aerys.minko.scene.node.light.AbstractLight; import aerys.minko.scene.node.light.DirectionalLight; import aerys.minko.type.math.Matrix4x4; import aerys.minko.type.math.Vector4; ...
package aerys.minko.scene.controller.light { import aerys.minko.scene.data.LightDataProvider; import aerys.minko.scene.node.Scene; import aerys.minko.scene.node.light.AbstractLight; import aerys.minko.scene.node.light.DirectionalLight; import aerys.minko.type.math.Matrix4x4; import aerys.minko.type.math.Vector4; ...
fix wrong reference to the 'shadowMaxZ' property
fix wrong reference to the 'shadowMaxZ' property
ActionScript
mit
aerys/minko-as3
3d45d55a7cd30d0af511a90b17bff0c489585a2f
frameworks/as/projects/FlexJSJX/src/org/apache/flex/core/StatesWithTransitionsImpl.as
frameworks/as/projects/FlexJSJX/src/org/apache/flex/core/StatesWithTransitionsImpl.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...
handle property fetches
handle property fetches
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
4219b7b1570fe3747137117d79f02746d839ff52
bin/Data/Scripts/20_HugeObjectCount.as
bin/Data/Scripts/20_HugeObjectCount.as
// Huge object count example. // This sample demonstrates: // - Creating a scene with 250 x 250 simple objects // - Competing with http://yosoygames.com.ar/wp/2013/07/ogre-2-0-is-up-to-3x-faster/ :) // - Allowing examination of performance hotspots in the rendering code // - Optionally speeding up ...
// Huge object count example. // This sample demonstrates: // - Creating a scene with 250 x 250 simple objects // - Competing with http://yosoygames.com.ar/wp/2013/07/ogre-2-0-is-up-to-3x-faster/ :) // - Allowing examination of performance hotspots in the rendering code // - Optionally speeding up ...
Revert mistaken change to 20_HugeObjectCount.as.
Revert mistaken change to 20_HugeObjectCount.as.
ActionScript
mit
SuperWangKai/Urho3D,c4augustus/Urho3D,SuperWangKai/Urho3D,abdllhbyrktr/Urho3D,SirNate0/Urho3D,henu/Urho3D,MonkeyFirst/Urho3D,fire/Urho3D-1,tommy3/Urho3D,eugeneko/Urho3D,MeshGeometry/Urho3D,codemon66/Urho3D,carnalis/Urho3D,tommy3/Urho3D,carnalis/Urho3D,orefkov/Urho3D,bacsmar/Urho3D,weitjong/Urho3D,tommy3/Urho3D,codedash...
84913f7992511028e0080e6873c1eaeb72f3c844
src/Level.as
src/Level.as
package { import Modules.*; import Testing.*; import Values.OpcodeValue; /** * ... * @author Nicholas "PleasingFungus" Feinberg */ public class Level { public var name:String; public var goal:LevelGoal; public var modules:Vector.<Module>; public var expectedOps:Vector.<OpcodeValue> public var a...
package { import Modules.*; import Testing.*; import Values.OpcodeValue; /** * ... * @author Nicholas "PleasingFungus" Feinberg */ public class Level { public var name:String; public var goal:LevelGoal; public var modules:Vector.<Module>; public var expectedOps:Vector.<OpcodeValue> public var a...
Split first tutorial in 1/2
Split first tutorial in 1/2
ActionScript
mit
PleasingFungus/mde2,PleasingFungus/mde2
d07491c4b7f0410db401b48f02bae21154451806
runtime/src/main/as/flump/display/LibraryLoader.as
runtime/src/main/as/flump/display/LibraryLoader.as
// // Flump - Copyright 2012 Three Rings Design package flump.display { import flash.utils.ByteArray; import flump.executor.Executor; import flump.executor.Future; import starling.core.Starling; /** * Loads zip files created by the flump exporter and parses them into Library instances. */ public class LibraryLoa...
// // Flump - Copyright 2012 Three Rings Design package flump.display { import flash.utils.ByteArray; import flump.executor.Executor; import flump.executor.Future; import starling.core.Starling; /** * Loads zip files created by the flump exporter and parses them into Library instances. */ public class LibraryLoa...
Fix atlas subtexture creation
Fix atlas subtexture creation We were doing the wrong thing when scaleFactor != 1
ActionScript
mit
mathieuanthoine/flump,funkypandagame/flump,mathieuanthoine/flump,funkypandagame/flump,tconkling/flump,mathieuanthoine/flump,tconkling/flump
281602aeaa02f4a066e7f136c345843fb6b4fe9f
src/avm1lib/AS2Utils.as
src/avm1lib/AS2Utils.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 a...
/** * 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 a...
Add comment to _addEventHandlerProxy
Add comment to _addEventHandlerProxy
ActionScript
apache-2.0
tschneidereit/shumway,tschneidereit/shumway,mbebenita/shumway,tschneidereit/shumway,mozilla/shumway,tschneidereit/shumway,tschneidereit/shumway,mozilla/shumway,yurydelendik/shumway,mozilla/shumway,yurydelendik/shumway,mbebenita/shumway,mbebenita/shumway,mbebenita/shumway,yurydelendik/shumway,mbebenita/shumway,yurydelen...
a17cf4d2725783b8e88a307b61094d9ae19dc654
build-aux/urbi.as
build-aux/urbi.as
## -*- shell-script -*- ## urbi.as: This file is part of build-aux. ## Copyright (C) Gostai S.A.S., 2006-2008. ## ## This software is provided "as is" without warranty of any kind, ## either expressed or implied, including but not limited to the ## implied warrant...
## -*- shell-script -*- ## urbi.as: This file is part of build-aux. ## Copyright (C) Gostai S.A.S., 2006-2008. ## ## This software is provided "as is" without warranty of any kind, ## either expressed or implied, including but not limited to the ## implied warrant...
Increase wait time to help tests requiring qemu.
Increase wait time to help tests requiring qemu. Pretty much harmless in other cases, as this timeout is only reached in rare conditions. * build-aux/urbi.as: Wait for server.port for 20s.
ActionScript
bsd-3-clause
aldebaran/libport,aldebaran/libport,aldebaran/libport,aldebaran/libport,aldebaran/libport
607033421656cde9fa3aef0efcda8e47175e22f9
src/org/mangui/HLS/muxing/PES.as
src/org/mangui/HLS/muxing/PES.as
package org.mangui.HLS.muxing { import flash.utils.ByteArray; /** Representation of a Packetized Elementary Stream. **/ public class PES { /** Is it AAC audio or AVC video. **/ public var audio : Boolean; /** The PES data (including headers). **/ public var data : ByteArray;...
package org.mangui.HLS.muxing { import flash.utils.ByteArray; /** Representation of a Packetized Elementary Stream. **/ public class PES { /** Is it AAC audio or AVC video. **/ public var audio : Boolean; /** The PES data (including headers). **/ public var data : ByteArray;...
fix computation of negative PTS/DTS value
fix computation of negative PTS/DTS value
ActionScript
mpl-2.0
desaintmartin/hlsprovider,desaintmartin/hlsprovider,desaintmartin/hlsprovider
ece2ee33a1f6c43f8c46992cb692c69564d9f711
frameworks/projects/Core/src/main/flex/org/apache/flex/core/TransformCompoundModel.as
frameworks/projects/Core/src/main/flex/org/apache/flex/core/TransformCompoundModel.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...
Use Matrix concat
Use Matrix concat
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
af37c501e573afab88f7aefe44dcbc3094a8be9e
src/aerys/minko/render/material/phong/PhongEffect.as
src/aerys/minko/render/material/phong/PhongEffect.as
package aerys.minko.render.material.phong { import aerys.minko.render.DataBindingsProxy; import aerys.minko.render.Effect; import aerys.minko.render.RenderTarget; import aerys.minko.render.material.phong.multipass.PhongAdditionalShader; import aerys.minko.render.material.phong.multipass.PhongAmbientShader; import...
package aerys.minko.render.material.phong { import aerys.minko.render.DataBindingsProxy; import aerys.minko.render.Effect; import aerys.minko.render.RenderTarget; import aerys.minko.render.material.phong.multipass.PhongAdditionalShader; import aerys.minko.render.material.phong.multipass.PhongAmbientShader; import...
fix PhongEffect passes init. to avoid pushing passes for lights when light.enabled != true
fix PhongEffect passes init. to avoid pushing passes for lights when light.enabled != true
ActionScript
mit
aerys/minko-as3
9f3c0a53927fd89c8df57167a11e998520b1bde4
HLSPlugin/src/com/kaltura/hls/m2ts/M2TSFileHandler.as
HLSPlugin/src/com/kaltura/hls/m2ts/M2TSFileHandler.as
package com.kaltura.hls.m2ts { import com.kaltura.hls.HLSStreamingResource; import com.kaltura.hls.SubtitleTrait; import com.kaltura.hls.manifest.HLSManifestEncryptionKey; import com.kaltura.hls.muxing.AACParser; import com.kaltura.hls.subtitles.SubTitleParser; import com.kaltura.hls.subtitles.TextTrackCue; impo...
package com.kaltura.hls.m2ts { import com.kaltura.hls.HLSStreamingResource; import com.kaltura.hls.SubtitleTrait; import com.kaltura.hls.manifest.HLSManifestEncryptionKey; import com.kaltura.hls.muxing.AACParser; import com.kaltura.hls.subtitles.SubTitleParser; import com.kaltura.hls.subtitles.TextTrackCue; impo...
Fix bad segment end estimation.
Fix bad segment end estimation.
ActionScript
agpl-3.0
kaltura/HLS-OSMF,kaltura/HLS-OSMF,kaltura/HLS-OSMF,kaltura/HLS-OSMF
db4cc87c69b8b39da8876107ce846060a168343c
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...
add useful / commented debug code
HLSNetStream.as: add useful / commented debug code
ActionScript
mpl-2.0
suuhas/flashls,fixedmachine/flashls,Boxie5/flashls,loungelogic/flashls,Corey600/flashls,Boxie5/flashls,tedconf/flashls,aevange/flashls,aevange/flashls,hola/flashls,mangui/flashls,jlacivita/flashls,Peer5/flashls,Peer5/flashls,vidible/vdb-flashls,dighan/flashls,dighan/flashls,NicolasSiver/flashls,hola/flashls,thdtjsdn/fl...
a1dd5a9d5c73a6e20da33d81b05e81ed89cac375
exporter/src/main/as/flump/export/Exporter.as
exporter/src/main/as/flump/export/Exporter.as
// // Flump - Copyright 2012 Three Rings Design package flump.export { import flash.desktop.NativeApplication; import flash.display.NativeMenu; import flash.display.NativeMenuItem; import flash.display.NativeWindow; import flash.display.Stage; import flash.display.StageQuality; import flash.events.Event; import flash...
// // Flump - Copyright 2012 Three Rings Design package flump.export { import flash.desktop.NativeApplication; import flash.display.NativeMenu; import flash.display.NativeMenuItem; import flash.display.NativeWindow; import flash.display.Stage; import flash.display.StageQuality; import flash.events.Event; import flash...
Put an asterisk in the window title when you have unsaved changes.
Put an asterisk in the window title when you have unsaved changes.
ActionScript
mit
mathieuanthoine/flump,tconkling/flump,mathieuanthoine/flump,funkypandagame/flump,mathieuanthoine/flump,tconkling/flump,funkypandagame/flump
c1eecdc2e06d401bae99506bcd82c7a4980290ea
kdp3Lib/src/com/kaltura/kdpfl/ApplicationFacade.as
kdp3Lib/src/com/kaltura/kdpfl/ApplicationFacade.as
package com.kaltura.kdpfl { import com.kaltura.kdpfl.controller.InitMacroCommand; import com.kaltura.kdpfl.controller.LayoutReadyCommand; import com.kaltura.kdpfl.controller.PlaybackCompleteCommand; import com.kaltura.kdpfl.controller.SequenceItemPlayEndCommand; import com.kaltura.kdpfl.controller.SequenceSkipNext...
package com.kaltura.kdpfl { import com.kaltura.kdpfl.controller.InitMacroCommand; import com.kaltura.kdpfl.controller.LayoutReadyCommand; import com.kaltura.kdpfl.controller.PlaybackCompleteCommand; import com.kaltura.kdpfl.controller.SequenceItemPlayEndCommand; import com.kaltura.kdpfl.controller.SequenceSkipNext...
update version 3.8.9
update version 3.8.9
ActionScript
agpl-3.0
kaltura/kdp,shvyrev/kdp,shvyrev/kdp,kaltura/kdp,kaltura/kdp,shvyrev/kdp
8c3d546c729a3caa08b4107115f91efff15c6265
src/printf.as
src/printf.as
package { /** * Creates a string with variable substitutions. Very similiar to printf, specially python's printf * @param raw The string to be substituted. * @param rest The objects to be substitued, can be positional or by properties inside the object (in wich case only one obje...
package { /** * Creates a string with variable substitutions. Very similiar to printf, specially python's printf * @param raw The string to be substituted. * @param rest The objects to be substitued, can be positional or by properties inside the object (in wich case only one obje...
fix the padding length
fix the padding length
ActionScript
mit
arthur-debert/printf-as3
29a49cc760521f33b4cad884e1c515115fe2d6f1
exporter/src/main/as/flump/export/Publisher.as
exporter/src/main/as/flump/export/Publisher.as
// // Flump - Copyright 2012 Three Rings Design package flump.export { import flash.filesystem.File; import flash.filesystem.FileMode; import flash.filesystem.FileStream; import flash.utils.ByteArray; import flump.mold.MovieMold; import flump.xfl.XflLibrary; import com.threerings.util.Log; public class Publisher {...
// // Flump - Copyright 2012 Three Rings Design package flump.export { import flash.filesystem.File; import flash.filesystem.FileMode; import flash.filesystem.FileStream; import flash.utils.ByteArray; import flump.mold.MovieMold; import flump.xfl.XflLibrary; import com.threerings.util.Log; public class Publisher {...
Remove old atlases before publishing.
Remove old atlases before publishing. Previously, if a movie was changed to use fewer atlases and re-exported, old atlases would still be around.
ActionScript
mit
tconkling/flump,funkypandagame/flump,funkypandagame/flump,mathieuanthoine/flump,tconkling/flump,mathieuanthoine/flump,mathieuanthoine/flump
7afc78e903572940da6fb30afd9498d6e954bcbd
net/flashpunk/utils/Input.as
net/flashpunk/utils/Input.as
package net.flashpunk.utils { import flash.display.Stage; import flash.events.KeyboardEvent; import flash.events.MouseEvent; import flash.ui.Keyboard; import net.flashpunk.*; /** * Static class updated by Engine. Use for defining and checking keyboard/mouse input. */ public class Input { /** * An up...
package net.flashpunk.utils { import flash.display.Stage; import flash.events.KeyboardEvent; import flash.events.MouseEvent; import flash.ui.Keyboard; import net.flashpunk.*; /** * Static class updated by Engine. Use for defining and checking keyboard/mouse input. */ public class Input { /** * An up...
add rudimentary support for mouse eheel events in Input system
add rudimentary support for mouse eheel events in Input system
ActionScript
mit
Ken69267/config-stuff,Ken69267/config-stuff,Ken69267/config-stuff,Ken69267/config-stuff,Ken69267/config-stuff
11936f95caaf7f10094348f278a75c17642e72cc
src/justpinegames/Logi/ConsoleItemRenderer.as
src/justpinegames/Logi/ConsoleItemRenderer.as
package justpinegames.Logi { import feathers.controls.List; import feathers.controls.renderers.IListItemRenderer; import feathers.controls.text.BitmapFontTextRenderer; import feathers.core.FeathersControl; import feathers.text.BitmapFontTextFormat; import org.osflash.signals.ISignal; import org.osflash.si...
package justpinegames.Logi { import feathers.controls.List; import feathers.controls.renderers.IListItemRenderer; import feathers.controls.text.BitmapFontTextRenderer; import feathers.core.FeathersControl; import feathers.text.BitmapFontTextFormat; import starling.events.Event; import starling.text.Bitmap...
Update src/justpinegames/Logi/ConsoleItemRenderer.as
Update src/justpinegames/Logi/ConsoleItemRenderer.as Removed Signals dependency bringing this library in line with Feathers
ActionScript
mit
justpinegames/Logi,justpinegames/Logi
4b9a95744efe0a6abf7679aa9f07def77af076e6
generator/sources/as3/delegates/QueuedRequestDelegate.as
generator/sources/as3/delegates/QueuedRequestDelegate.as
package com.kaltura.delegates { import com.kaltura.commands.MultiRequest; import com.kaltura.commands.QueuedRequest; import com.kaltura.config.KalturaConfig; import com.kaltura.errors.KalturaError; import com.kaltura.net.KalturaCall; import flash.utils.getDefinitionByName; import flash.utils.getQualifi...
package com.kaltura.delegates { import com.kaltura.commands.MultiRequest; import com.kaltura.commands.QueuedRequest; import com.kaltura.config.KalturaConfig; import com.kaltura.errors.KalturaError; import com.kaltura.net.KalturaCall; import flash.utils.getDefinitionByName; import flash.utils.getQualifi...
fix for report service
fix for report service git-svn-id: 8a2ccb88241e16c78017770bc38d91d6d5396a5a@60459 6b8eccd3-e8c5-4e7d-8186-e12b5326b719
ActionScript
agpl-3.0
ivesbai/server,ivesbai/server,doubleshot/server,DBezemer/server,matsuu/server,DBezemer/server,doubleshot/server,matsuu/server,kaltura/server,ivesbai/server,gale320/server,jorgevbo/server,DBezemer/server,gale320/server,ratliff/server,jorgevbo/server,gale320/server,ratliff/server,jorgevbo/server,ratliff/server,gale320/se...
1115c040fa10e61735e639afdf04b17bad5e2608
src/org/mangui/hls/controller/LevelController.as
src/org/mangui/hls/controller/LevelController.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.controller { import org.mangui.hls.constant.HLSLoaderTypes; import org.mangui.hls.co...
/* 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.controller { import org.mangui.hls.constant.HLSLoaderTypes; import org.mangui.hls.co...
remove forced level capping on new manifest load
remove forced level capping on new manifest load
ActionScript
mpl-2.0
jlacivita/flashls,Corey600/flashls,NicolasSiver/flashls,codex-corp/flashls,thdtjsdn/flashls,clappr/flashls,neilrackett/flashls,thdtjsdn/flashls,clappr/flashls,hola/flashls,mangui/flashls,Corey600/flashls,tedconf/flashls,fixedmachine/flashls,neilrackett/flashls,vidible/vdb-flashls,hola/flashls,mangui/flashls,dighan/flas...
349e93c4fdeefb6b4c4a68071311dccb5672bdaf
test/src/FRESteamWorksTest.as
test/src/FRESteamWorksTest.as
/* * FRESteamWorks.h * 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 { import c...
/* * FRESteamWorks.h * 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 { import c...
Add fullscreen toggle button to test app
Add fullscreen toggle button to test app
ActionScript
bsd-2-clause
Ventero/FRESteamWorks,Ventero/FRESteamWorks,Ventero/FRESteamWorks,Ventero/FRESteamWorks
d4ced7bb13087a6b7ed8f31cd50887ab6ecd29ee
src/main/actionscript/com/castlabs/dash/utils/Console.as
src/main/actionscript/com/castlabs/dash/utils/Console.as
/* * Copyright (c) 2014 castLabs GmbH * * 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 com.castlabs.dash.utils { import flash.events.TimerEvent; impor...
/* * Copyright (c) 2014 castLabs GmbH * * 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 com.castlabs.dash.utils { import flash.events.TimerEvent; impor...
Check ExternalInterface availability
Check ExternalInterface availability
ActionScript
mpl-2.0
XamanSoft/dashas,XamanSoft/dashas,XamanSoft/dashas
967b1d321231e53e70c482cc442a9e52a6483d58
lib/src/com/amanitadesign/steam/SteamConstants.as
lib/src/com/amanitadesign/steam/SteamConstants.as
/* * SteamConstants.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.amani...
/* * SteamConstants.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.amani...
Fix typo
[lib] Fix typo
ActionScript
bsd-2-clause
Ventero/FRESteamWorks,Ventero/FRESteamWorks,Ventero/FRESteamWorks,Ventero/FRESteamWorks
76f77b97481b8e5d38540bf76df5b15a5cb6fba0
src/as/com/threerings/util/ObjectMarshaller.as
src/as/com/threerings/util/ObjectMarshaller.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...
Support Dictionary, too.
Support Dictionary, too. git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@4972 542714f4-19e9-0310-aa3c-eee0fc999fb1
ActionScript
lgpl-2.1
threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya
6a88a997c16457c4d64f346d38df7565661bca63
src/com/google/analytics/core/DomainNameMode.as
src/com/google/analytics/core/DomainNameMode.as
/* * Copyright 2008 Adobe Systems Inc., 2008 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
/* * Copyright 2008 Adobe Systems Inc., 2008 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
fix comment for asdoc
fix comment for asdoc
ActionScript
apache-2.0
jisobkim/gaforflash,mrthuanvn/gaforflash,Miyaru/gaforflash,Vigmar/gaforflash,Vigmar/gaforflash,jisobkim/gaforflash,DimaBaliakin/gaforflash,soumavachakraborty/gaforflash,Miyaru/gaforflash,jeremy-wischusen/gaforflash,mrthuanvn/gaforflash,drflash/gaforflash,soumavachakraborty/gaforflash,dli-iclinic/gaforflash,jeremy-wisch...
050be7db1ce4c1531df8f5265a27fddcaf0d0ff3
activities/module-2/series-measuring/ComponentMultimeter.as
activities/module-2/series-measuring/ComponentMultimeter.as
package { import flash.display.MovieClip; public class ComponentMultimeter extends MovieClip { public var expandOnFocus:ExpandOnFocus; private var startX:Number; private var startY:Number; private var hitAreaMC:MovieClip = null; public function ComponentMultimeter() { super(); trace('ENTER Com...
package { import flash.display.MovieClip; public class ComponentMultimeter extends MovieClip { public var expandOnFocus:ExpandOnFocus; private var startX:Number; private var startY:Number; private var hitAreaMC:MovieClip = null; public function ComponentMultimeter() { super(); trace('ENTER Com...
correct typo for word "visibility" in a comment
correct typo for word "visibility" in a comment
ActionScript
apache-2.0
concord-consortium/sparks,concord-consortium/sparks,concord-consortium/sparks,concord-consortium/sparks,concord-consortium/sparks
170cf7cc09d10eba4b2e3bfe8cf231decaa78260
as3/smartform/src/com/rpath/raf/util/UIHelper.as
as3/smartform/src/com/rpath/raf/util/UIHelper.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 u...
/* # # 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 u...
Allow UIHelper.checkOneOf to recurse arrays
Allow UIHelper.checkOneOf to recurse arrays
ActionScript
apache-2.0
sassoftware/smartform
7c291f387d8af2946b6407ef5a5cde2cb58958f3
src/main/as/flump/export/PackedTexture.as
src/main/as/flump/export/PackedTexture.as
// // Flump - Copyright 2012 Three Rings Design package flump.export { import flash.display.DisplayObject; import flash.display.Sprite; import flash.geom.Point; import flash.geom.Rectangle; import flump.xfl.XflTexture; public class PackedTexture { public const holder :Sprite = new Sprite(); public var tex :...
// // Flump - Copyright 2012 Three Rings Design package flump.export { import flash.display.DisplayObject; import flash.display.Sprite; import flash.geom.Point; import flash.geom.Rectangle; import flump.xfl.XflTexture; public class PackedTexture { public const holder :Sprite = new Sprite(); public var tex :...
Move the images by their offset
Move the images by their offset
ActionScript
mit
funkypandagame/flump,tconkling/flump,funkypandagame/flump,tconkling/flump,mathieuanthoine/flump,mathieuanthoine/flump,mathieuanthoine/flump
da6a29f8995950eabb3698f0059570aca5b1258d
exporter/src/main/as/flump/export/DisplayCreator.as
exporter/src/main/as/flump/export/DisplayCreator.as
// // Flump - Copyright 2013 Flump Authors package flump.export { import aspire.util.Map; import aspire.util.maps.ValueComputingMap; import flash.utils.Dictionary; import flump.display.ImageCreator; import flump.display.Library; import flump.display.Movie; import flump.display.MovieCreator; import flump.display.Sy...
// // Flump - Copyright 2013 Flump Authors package flump.export { import aspire.util.Map; import aspire.util.maps.ValueComputingMap; import flash.utils.Dictionary; import flump.display.ImageCreator; import flump.display.Library; import flump.display.Movie; import flump.display.MovieCreator; import flump.display.Sy...
Add missing DisplayCreator.baseTextures
exporter: Add missing DisplayCreator.baseTextures
ActionScript
mit
tconkling/flump,tconkling/flump
a2225c5dcf6e2cf3c7290a2c59e120bbf0dc20a2
lib/src_linux/com/amanitadesign/steam/FRESteamWorks.as
lib/src_linux/com/amanitadesign/steam/FRESteamWorks.as
package com.amanitadesign.steam { import flash.desktop.NativeProcess; import flash.desktop.NativeProcessStartupInfo; import flash.events.Event; import flash.events.EventDispatcher; import flash.events.IEventDispatcher; import flash.events.IOErrorEvent; import flash.events.ProgressEvent; import flash.events.Stat...
package com.amanitadesign.steam { import flash.desktop.NativeProcess; import flash.desktop.NativeProcessStartupInfo; import flash.events.Event; import flash.events.EventDispatcher; import flash.events.IEventDispatcher; import flash.events.IOErrorEvent; import flash.events.ProgressEvent; import flash.events.Stat...
Remove debug traces
Remove debug traces
ActionScript
bsd-2-clause
Ventero/FRESteamWorks,Ventero/FRESteamWorks,Ventero/FRESteamWorks,Ventero/FRESteamWorks
963f5c90ee0a1e21d5b45f6a21a2d356b85b46b4
src/avm1lib/AVM1Broadcaster.as
src/avm1lib/AVM1Broadcaster.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 a...
/** * 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 a...
Fix AVM1 event broadcaster to correctly pass on arguments to listeners
Fix AVM1 event broadcaster to correctly pass on arguments to listeners Using `Array.prototype.slice.call(arguments, 1)` didn't work at all, but `...args` does.
ActionScript
apache-2.0
tschneidereit/shumway,tschneidereit/shumway,mozilla/shumway,tschneidereit/shumway,mozilla/shumway,yurydelendik/shumway,mozilla/shumway,mbebenita/shumway,yurydelendik/shumway,mozilla/shumway,mozilla/shumway,mbebenita/shumway,mbebenita/shumway,mozilla/shumway,mbebenita/shumway,mozilla/shumway,mbebenita/shumway,yurydelend...
d4ec3c5bba9790ca93abf349f36312d5c9c7dbd2
src/aerys/minko/type/KeyboardManager.as
src/aerys/minko/type/KeyboardManager.as
package aerys.minko.type { import flash.events.IEventDispatcher; import flash.events.KeyboardEvent; public final class KeyboardManager { private var _keys : Array = []; public function KeyboardManager() { } public function bind(dispatcher : IEventDispatcher) : void { dispatcher.addEventListene...
package aerys.minko.type { import flash.events.IEventDispatcher; import flash.events.KeyboardEvent; public final class KeyboardManager { public static const NO_KEY : uint = uint(-1); private var _keys : Array = []; private var _downSignals : Array = []; private var _upSignals : Array = []; p...
add (per key) up/down signals to KeyboardManager
add (per key) up/down signals to KeyboardManager
ActionScript
mit
aerys/minko-as3
543efdfbb1180cb4123c34177fa6b061d6085d36
src/com/esri/builder/supportClasses/LabelUtil.as
src/com/esri/builder/supportClasses/LabelUtil.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 // /...
Add utility to generate unique label.
Add utility to generate unique label.
ActionScript
apache-2.0
Esri/arcgis-viewer-builder-flex
85a8aea93f43f6f5a8eec988510c358da66b941c
tests/examplefiles/as3_test.as
tests/examplefiles/as3_test.as
import flash.events.MouseEvent; import com.example.programmingas3.playlist.PlayList; import com.example.programmingas3.playlist.Song; import com.example.programmingas3.playlist.SortProperty; // constants for the different "states" of the song form private static const ADD_SONG:uint = 1; private st...
import flash.events.MouseEvent; import com.example.programmingas3.playlist.PlayList; import com.example.programmingas3.playlist.Song; import com.example.programmingas3.playlist.SortProperty; // constants for the different "states" of the song form private static const ADD_SONG:uint = 1; private st...
Add type generics to AS3 test file.
Add type generics to AS3 test file.
ActionScript
bsd-2-clause
tomstuart/pygments,tomstuart/pygments,tomstuart/pygments,tomstuart/pygments,tomstuart/pygments,tomstuart/pygments,tomstuart/pygments,tomstuart/pygments,tomstuart/pygments,tomstuart/pygments,tomstuart/pygments,tomstuart/pygments,tomstuart/pygments,tomstuart/pygments,tomstuart/pygments
9164e501e8ecd9a1df7918da17be22e681cfe343
WEB-INF/lps/lfc/kernel/swf9/LFCApplication.as
WEB-INF/lps/lfc/kernel/swf9/LFCApplication.as
/** * LFCApplication.as * * @copyright Copyright 2007, 2008, 2009 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 { // This serves a...
/** * LFCApplication.as * * @copyright Copyright 2007, 2008, 2009 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 { // This serves a...
Change 20090901-hqm-5 by hqm@badtzmaru.home on 2009-09-01 11:49:48 EDT in /Users/hqm/openlaszlo/trunk-clean for http://svn.openlaszlo.org/openlaszlo/trunk
Change 20090901-hqm-5 by hqm@badtzmaru.home on 2009-09-01 11:49:48 EDT in /Users/hqm/openlaszlo/trunk-clean for http://svn.openlaszlo.org/openlaszlo/trunk Summary: fix for swf10 error when using context menu New Features: Bugs Fixed: LPP-8438 Technical Reviewer: max QA Reviewer: andre Doc Reviewer: (pendin...
ActionScript
epl-1.0
mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo
4138edbb3ff5fc10d5738f197d06d539657acf2b
src/playbacks/flash/Player.as
src/playbacks/flash/Player.as
package { import flash.external.ExternalInterface; import flash.display.*; import flash.events.*; import flash.geom.Rectangle; import flash.media.StageVideoAvailability; import flash.media.StageVideo; import flash.media.SoundTransform; import flash.media.Video; import flash.net.NetConnection; import...
package { import flash.external.ExternalInterface; import flash.display.*; import flash.events.*; import flash.geom.Rectangle; import flash.media.StageVideoAvailability; import flash.media.StageVideo; import flash.media.SoundTransform; import flash.media.Video; import flash.net.NetConnection; import...
call setupStage() before flashReady() (fixes #320)
flash: call setupStage() before flashReady() (fixes #320)
ActionScript
bsd-3-clause
Pyrotoxin/clappr,leandromoreira/clappr,tarkanlar/clappr,shakin/clappr,dayvson/clappr,Metrakit/clappr,tarkanlar/clappr,Peer5/clappr,tjenkinson/clappr,burakkp/clappr,wxmfront/clappr,jfairley/clappr,irongomme/clappr,tjenkinson/clappr,wxmfront/clappr,Peer5/clappr,burakkp/clappr,dayvson/clappr,clappr/clappr,Pyrotoxin/clappr...
b0030eef74f856533ce45dad746e2737c88d765c
src/flash/media/SoundMixer.as
src/flash/media/SoundMixer.as
package flash.media { import Object; import flash.utils.ByteArray; import flash.media.SoundTransform; public final class SoundMixer { public function SoundMixer() {} public static native function stopAll():void; public static native function computeSpectrum(outputArray:ByteArray, FFTMode:Boolean = f...
/* * 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...
Implement as3 part of SoundMixer
Implement as3 part of SoundMixer
ActionScript
apache-2.0
mozilla/shumway,mozilla/shumway,mozilla/shumway,tschneidereit/shumway,yurydelendik/shumway,tschneidereit/shumway,mbebenita/shumway,mbebenita/shumway,mozilla/shumway,mozilla/shumway,mbebenita/shumway,mozilla/shumway,tschneidereit/shumway,tschneidereit/shumway,mbebenita/shumway,mozilla/shumway,mbebenita/shumway,tschneide...
1cf36f21a2869dd7f4e288a9dd771ae1623bcb89
dolly-framework/src/main/actionscript/dolly/Cloner.as
dolly-framework/src/main/actionscript/dolly/Cloner.as
package dolly { import dolly.core.dolly_internal; import dolly.core.errors.CloningError; import dolly.core.metadata.MetadataName; import org.as3commons.reflect.Accessor; import org.as3commons.reflect.AccessorAccess; import org.as3commons.reflect.Field; import org.as3commons.reflect.Type; use namespace dolly_internal...
package dolly { import dolly.core.dolly_internal; import dolly.core.errors.CloningError; import dolly.core.metadata.MetadataName; import org.as3commons.reflect.Accessor; import org.as3commons.reflect.AccessorAccess; import org.as3commons.reflect.Field; import org.as3commons.reflect.Type; use namespace dolly_internal...
Rename local variable in method Cloner.clone().
Rename local variable in method Cloner.clone().
ActionScript
mit
Yarovoy/dolly
384ad67f19aa3ad58c5358555bae5c4cdc987fed
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...
Put the default facilitator address inside the SWF.
Put the default facilitator address inside the SWF.
ActionScript
mit
arlolra/flashproxy,arlolra/flashproxy,arlolra/flashproxy,glamrock/flashproxy,infinity0/flashproxy,arlolra/flashproxy,glamrock/flashproxy,infinity0/flashproxy,infinity0/flashproxy,infinity0/flashproxy,infinity0/flashproxy,infinity0/flashproxy,arlolra/flashproxy,glamrock/flashproxy,arlolra/flashproxy,arlolra/flashproxy,g...
8cbe73a8a7fe16100f56ea8d51b1a35f4228144f
test/src/FRESteamWorksTest.as
test/src/FRESteamWorksTest.as
/* * FRESteamWorks.h * 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 { import c...
/* * FRESteamWorks.h * 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 { import c...
Use correct app ID for file publishing
Use correct app ID for file publishing
ActionScript
bsd-2-clause
Ventero/FRESteamWorks,Ventero/FRESteamWorks,Ventero/FRESteamWorks,Ventero/FRESteamWorks
5125c1de52375b66ca4bb8c3acc857cd78b0d0ca
src/org/flintparticles/common/debug/FrameTimer.as
src/org/flintparticles/common/debug/FrameTimer.as
/* * FLINT PARTICLE SYSTEM * ..................... * * Author: Richard Lord * Copyright (c) Richard Lord 2008-2010 * http://flintparticles.org * * * Licence Agreement * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (t...
/* * FLINT PARTICLE SYSTEM * ..................... * * Author: Richard Lord * Copyright (c) Richard Lord 2008-2010 * http://flintparticles.org * * * Licence Agreement * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (t...
Extend frames averaged in FrameTimer
Extend frames averaged in FrameTimer
ActionScript
mit
richardlord/Flint
9a5c3ec151b2ed8d9b6ed2df9a5bb998895c4f14
swfcat.as
swfcat.as
package { import flash.display.Sprite; import flash.text.TextField; import flash.net.Socket; import flash.events.Event; import flash.events.IOErrorEvent; import flash.events.ProgressEvent; import flash.events.SecurityErrorEvent; import flash.utils.ByteArray; import flash.utils.setTim...
package { import flash.display.Sprite; import flash.text.TextField; import flash.net.Socket; import flash.events.Event; import flash.events.IOErrorEvent; import flash.events.ProgressEvent; import flash.events.SecurityErrorEvent; import flash.utils.ByteArray; import flash.utils.setTim...
Embed the movie width/height in the SWF.
Embed the movie width/height in the SWF.
ActionScript
mit
arlolra/flashproxy,glamrock/flashproxy,arlolra/flashproxy,infinity0/flashproxy,arlolra/flashproxy,arlolra/flashproxy,infinity0/flashproxy,infinity0/flashproxy,arlolra/flashproxy,glamrock/flashproxy,arlolra/flashproxy,glamrock/flashproxy,glamrock/flashproxy,infinity0/flashproxy,glamrock/flashproxy,arlolra/flashproxy,inf...
25e2e026ede28979b5cdf32a2678f241f5a1fbf2
swfcat.as
swfcat.as
package { import flash.display.Sprite; import flash.display.StageAlign; import flash.display.StageScaleMode; import flash.text.TextField; import flash.text.TextFormat; import flash.net.Socket; import flash.net.URLLoader; import flash.net.URLLoaderDataFormat; import flash.net.URLReque...
package { import flash.display.Sprite; import flash.display.StageAlign; import flash.display.StageScaleMode; import flash.text.TextField; import flash.text.TextFormat; import flash.net.Socket; import flash.net.URLLoader; import flash.net.URLLoaderDataFormat; import flash.net.URLReque...
Add a dummy should_disable function.
Add a dummy should_disable function. This function controls whether the flash proxy will disable itself, which we'll do roughly whenever we're running on a mobile browser.
ActionScript
mit
glamrock/flashproxy,arlolra/flashproxy,arlolra/flashproxy,arlolra/flashproxy,infinity0/flashproxy,glamrock/flashproxy,glamrock/flashproxy,arlolra/flashproxy,infinity0/flashproxy,glamrock/flashproxy,arlolra/flashproxy,arlolra/flashproxy,infinity0/flashproxy,infinity0/flashproxy,glamrock/flashproxy,arlolra/flashproxy,gla...
6abb6a1d79edfe8e88c3e30b15512ee718f2b85e
as3/xobjas3-test/src/tests/TestBasics.as
as3/xobjas3-test/src/tests/TestBasics.as
/* # # Copyright (c) 2009 rPath, Inc. # # This program is distributed under the terms of the MIT License as found # in a file called LICENSE. If it is not present, the license # is always available at http://www.opensource.org/licenses/mit-license.php. # # This program is distributed in the hope that it will be useful...
/* # # Copyright (c) 2009 rPath, Inc. # # This program is distributed under the terms of the MIT License as found # in a file called LICENSE. If it is not present, the license # is always available at http://www.opensource.org/licenses/mit-license.php. # # This program is distributed in the hope that it will be useful...
Fix for testComplex
Fix for testComplex
ActionScript
apache-2.0
sassoftware/xobj,sassoftware/xobj,sassoftware/xobj,sassoftware/xobj
9b3d960762c65d70ac9a45f99957703c6334d3ab
src/aerys/minko/scene/controller/TransformController.as
src/aerys/minko/scene/controller/TransformController.as
package aerys.minko.scene.controller { import aerys.minko.ns.minko_math; import aerys.minko.render.Viewport; import aerys.minko.scene.node.Group; import aerys.minko.scene.node.ISceneNode; import aerys.minko.scene.node.Scene; import aerys.minko.type.math.Matrix4x4; import flash.display.BitmapData; import flash...
package aerys.minko.scene.controller { import aerys.minko.ns.minko_math; import aerys.minko.render.Viewport; import aerys.minko.scene.node.Group; import aerys.minko.scene.node.ISceneNode; import aerys.minko.scene.node.Scene; import aerys.minko.type.math.Matrix4x4; import flash.display.BitmapData; import flash...
Fix update of root localToWorldTransform.
Fix update of root localToWorldTransform.
ActionScript
mit
aerys/minko-as3
54f3fdb3e6fc2632ba1965284378c0053902181c
src/as/com/threerings/io/streamers/ArrayStreamer.as
src/as/com/threerings/io/streamers/ArrayStreamer.as
package com.threerings.io.streamers { import com.threerings.util.ClassUtil; import com.threerings.io.ArrayMask; import com.threerings.io.ObjectInputStream; import com.threerings.io.ObjectOutputStream; import com.threerings.io.Streamer; import com.threerings.io.Translations; import com.threerings.io.TypedArray; /** ...
package com.threerings.io.streamers { import com.threerings.util.ClassUtil; import com.threerings.io.ArrayMask; import com.threerings.io.ObjectInputStream; import com.threerings.io.ObjectOutputStream; import com.threerings.io.Streamer; import com.threerings.io.Translations; import com.threerings.io.TypedArray; /** ...
Implement Boolean array streaming.
Implement Boolean array streaming. git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@4319 542714f4-19e9-0310-aa3c-eee0fc999fb1
ActionScript
lgpl-2.1
threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya
6508abbc1136d77bd46210989101f396e77c3c2d
src/as/com/threerings/crowd/data/BodyObject.as
src/as/com/threerings/crowd/data/BodyObject.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...
Implement bodyObject's proper who().
Implement bodyObject's proper who(). git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@4627 542714f4-19e9-0310-aa3c-eee0fc999fb1
ActionScript
lgpl-2.1
threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya
26795e5f73bfc0cfdea08fb859a38b5e336348c5
src/aerys/minko/scene/controller/animation/MasterAnimationController.as
src/aerys/minko/scene/controller/animation/MasterAnimationController.as
/** * Created with IntelliJ IDEA. * User: promethe * Date: 12/04/13 * Time: 20:03 * To change this template use File | Settings | File Templates. */ package aerys.minko.scene.controller.animation { import flash.utils.Dictionary; import aerys.minko.ns.minko_animation; import aerys.minko.scene.controller.Abstr...
/** * Created with IntelliJ IDEA. * User: promethe * Date: 12/04/13 * Time: 20:03 * To change this template use File | Settings | File Templates. */ package aerys.minko.scene.controller.animation { import flash.utils.Dictionary; import aerys.minko.ns.minko_animation; import aerys.minko.scene.controller.Abstr...
Fix label modification on masterAnimationContoller
Fix label modification on masterAnimationContoller
ActionScript
mit
aerys/minko-as3
9bf72378569864bf84f9b6762f00412bc4ec2cf6
src/aerys/minko/scene/node/texture/BitmapTexture.as
src/aerys/minko/scene/node/texture/BitmapTexture.as
package aerys.minko.scene.node.texture { import aerys.minko.render.effect.basic.BasicStyle; import aerys.minko.render.ressource.TextureRessource; import aerys.minko.scene.action.texture.TextureAction; import aerys.minko.scene.node.AbstractScene; import flash.display.BitmapData; import flash.display.DisplayObjec...
package aerys.minko.scene.node.texture { import aerys.minko.render.effect.basic.BasicStyle; import aerys.minko.render.ressource.TextureRessource; import aerys.minko.scene.action.texture.TextureAction; import aerys.minko.scene.node.AbstractScene; import flash.display.BitmapData; import flash.display.DisplayObjec...
Add optional argument to BitmapTexture to set texture type
Add optional argument to BitmapTexture to set texture type
ActionScript
mit
aerys/minko-as3
3ca747fdfef6e24c4dd261868be9a0e3eddbc297
src/control/ExportDataCommand.as
src/control/ExportDataCommand.as
package control { import com.adobe.serialization.json.JSON; import dragonBones.objects.DataParser; import dragonBones.utils.ConstValues; import flash.display.BitmapData; import flash.display.MovieClip; import flash.events.Event; import flash.events.IOErrorEvent; import flash.geom.Matrix; import flash.net.F...
package control { import com.adobe.serialization.json.JSON; import dragonBones.objects.DataParser; import dragonBones.utils.ConstValues; import flash.display.BitmapData; import flash.display.MovieClip; import flash.events.Event; import flash.events.IOErrorEvent; import flash.geom.Matrix; import flash.geom....
add export background color
add export background color
ActionScript
mit
DragonBones/DesignPanel
73b5d0a2a6c40d0377c4074b2d17c4924c90a50b
src/flash/text/TextField.as
src/flash/text/TextField.as
package flash.text { import flash.display.DisplayObject; import flash.display.InteractiveObject; import flash.geom.Rectangle; [native(cls='TextFieldClass')] public class TextField extends InteractiveObject { public static native function isFontCompatible(fontName: String, fontStyle: String): Boolean; public functi...
/* * 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 license header to flash/text/TextField
Add license header to flash/text/TextField
ActionScript
apache-2.0
mbebenita/shumway,mbebenita/shumway,yurydelendik/shumway,tschneidereit/shumway,mbebenita/shumway,mbebenita/shumway,tschneidereit/shumway,mbebenita/shumway,mozilla/shumway,tschneidereit/shumway,yurydelendik/shumway,tschneidereit/shumway,tschneidereit/shumway,yurydelendik/shumway,mozilla/shumway,yurydelendik/shumway,tsch...
d112866720ae596ff8295f171476bc61636fe7de
src/flails/resource/Record.as
src/flails/resource/Record.as
/** * Copyright (c) 2009 Lance Carlson * See LICENSE for full license information. */ package flails.resource { import flash.events.EventDispatcher; dynamic public class Record extends EventDispatcher { public function Record(attributes:Object=null) { trace("initializing Record with attributes "...
/** * Copyright (c) 2009 Lance Carlson * See LICENSE for full license information. */ package flails.resource { import flash.events.EventDispatcher; dynamic public class Record extends EventDispatcher { public function Record(attributes:Object=null) { trace("initializing Record with attributes "...
Return the Record upon calling setAttributes().
Return the Record upon calling setAttributes().
ActionScript
mit
lancecarlson/flails,lancecarlson/flails
48fbe0a66fee0291a83faf87c61755e2aba2d5b8
test/trace/values.as
test/trace/values.as
// This ActionScript file defines a list of values that are considered // important for checking various ActionScript operations. // It defines 2 variables: // - "values": The array of values to be checked // - "names": The array of corresponding string representations for values. // It's suggested to use t...
// This ActionScript file defines a list of values that are considered // important for checking various ActionScript operations. // It defines 2 variables: // - "values": The array of values to be checked // - "names": The array of corresponding string representations for values. // It's suggested to use t...
Change values.as to use a specific date
Change values.as to use a specific date
ActionScript
lgpl-2.1
freedesktop-unofficial-mirror/swfdec__swfdec,mltframework/swfdec,mltframework/swfdec,freedesktop-unofficial-mirror/swfdec__swfdec,freedesktop-unofficial-mirror/swfdec__swfdec
51cf6b65bec7c91b21172fff6224855f503e01fa
src/as/com/threerings/flex/FlexWrapper.as
src/as/com/threerings/flex/FlexWrapper.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...
Make this optional, and not the default. Turns out a bunch of shit makes the wrapper size a little bigger, and some things seem to freak out when the wrapper has a size, even when includeInLayout=false. Flex you very much.
Make this optional, and not the default. Turns out a bunch of shit makes the wrapper size a little bigger, and some things seem to freak out when the wrapper has a size, even when includeInLayout=false. Flex you very much. git-svn-id: b675b909355d5cf946977f44a8ec5a6ceb3782e4@616 ed5b42cb-e716-0410-a449-f6a68f950b19
ActionScript
lgpl-2.1
threerings/nenya,threerings/nenya
7acdfe2922f4f7eb5cd5db6ae4e664b7f10fc48c
src/CameraMan.as
src/CameraMan.as
package { import flash.display.Sprite; import flash.display.StageScaleMode; import flash.display.StageAlign; import flash.geom.Point; import flash.external.ExternalInterface; import flash.display.Bitmap; import flash.display.BitmapData; import flash.media.Camera; import flash.media...
package { import flash.display.Sprite; import flash.display.StageScaleMode; import flash.display.StageAlign; import flash.geom.Point; import flash.external.ExternalInterface; import flash.display.Bitmap; import flash.display.BitmapData; import flash.media.Camera; import flash.media...
Adjust how the video and camera are created to reality
Adjust how the video and camera are created to reality
ActionScript
mit
markpasc/cameraman
2d5d4ec1f006d17da2e28bf2ba12c5c9a15c8c9e
src/com/google/analytics/core/DocumentInfo.as
src/com/google/analytics/core/DocumentInfo.as
/* * Copyright 2008 Adobe Systems Inc., 2008 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
/* * Copyright 2008 Adobe Systems Inc., 2008 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
fix comment for asdoc
fix comment for asdoc
ActionScript
apache-2.0
minimedj/gaforflash,minimedj/gaforflash,nsdevaraj/gaforflash,nsdevaraj/gaforflash
2428c5fa51f469bdd7f7deb5660bad22fed5784e
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
mrthuanvn/gaforflash,Vigmar/gaforflash,jeremy-wischusen/gaforflash,Vigmar/gaforflash,drflash/gaforflash,drflash/gaforflash,Miyaru/gaforflash,DimaBaliakin/gaforflash,jeremy-wischusen/gaforflash,soumavachakraborty/gaforflash,DimaBaliakin/gaforflash,soumavachakraborty/gaforflash,jisobkim/gaforflash,dli-iclinic/gaforflash,...
64cefe66a948045f02e48ef6a0d77097b52c3760
src/org/mangui/chromeless/ChromelessPlayer.as
src/org/mangui/chromeless/ChromelessPlayer.as
package org.mangui.chromeless { import flash.net.URLStream; import org.mangui.hls.model.Level; import org.mangui.hls.*; import org.mangui.hls.utils.*; import flash.display.*; import flash.events.*; import flash.external.ExternalInterface; import flash.geom.Rectangle; import flash.m...
package org.mangui.chromeless { import flash.net.URLStream; import org.mangui.hls.model.Level; import org.mangui.hls.*; import org.mangui.hls.utils.*; import flash.display.*; import flash.events.*; import flash.external.ExternalInterface; import flash.geom.Rectangle; import flash.m...
transform ChromelessPlayer functions to protected
transform ChromelessPlayer functions to protected
ActionScript
mpl-2.0
Corey600/flashls,aevange/flashls,stevemayhew/flashls,codex-corp/flashls,dighan/flashls,aevange/flashls,fixedmachine/flashls,School-Improvement-Network/flashls,hola/flashls,ryanhefner/flashls,aevange/flashls,Peer5/flashls,suuhas/flashls,fixedmachine/flashls,thdtjsdn/flashls,neilrackett/flashls,neilrackett/flashls,lounge...
ac14bd46b61f820aa31fa0157c36fec9fa6371b6
net/saqoosha/pv3d/util/Slerper.as
net/saqoosha/pv3d/util/Slerper.as
package net.saqoosha.pv3d { import org.papervision3d.core.math.Quaternion; import org.papervision3d.objects.DisplayObject3D; public class Slerper { private var _target:DisplayObject3D; private var _start:Quaternion; private var _end:Quaternion; private var _current:Quaternion; private var _alpha:Num...
package net.saqoosha.pv3d.util { import org.papervision3d.core.math.Quaternion; import org.papervision3d.objects.DisplayObject3D; public class Slerper { private var _target:DisplayObject3D; private var _start:Quaternion; private var _end:Quaternion; private var _current:Quaternion; private var _alp...
fix package.
fix package.
ActionScript
bsd-3-clause
Saqoosha/SAQAS3
12a213e1d5c84733413941a724d9eda586fc07e8
exporter/src/main/as/flump/export/Atlas.as
exporter/src/main/as/flump/export/Atlas.as
// // Flump - Copyright 2012 Three Rings Design package flump.export { import flash.display.Sprite; import flash.filesystem.File; import flump.SwfTexture; public class Atlas { // The empty border size around the right and bottom edges of each texture, to prevent bleeding public static const PADDING :int = 1...
// // Flump - Copyright 2012 Three Rings Design package flump.export { import flash.display.Sprite; import flash.filesystem.File; import flump.SwfTexture; public class Atlas { // The empty border size around the right and bottom edges of each texture, to prevent bleeding public static const PADDING :int = 1...
Make the texture offset optional.
Make the texture offset optional. @tconkling: This will need to be accounted for in Betwixt.
ActionScript
mit
mathieuanthoine/flump,mathieuanthoine/flump,mathieuanthoine/flump,funkypandagame/flump,funkypandagame/flump,tconkling/flump,tconkling/flump
2c2536aa94e353b74945c28d1bf067bafe8d4143
as3/com/netease/protobuf/stringToByteArray.as
as3/com/netease/protobuf/stringToByteArray.as
// vim: tabstop=4 shiftwidth=4 // Copyright (c) 2010 , NetEase.com,Inc. All rights reserved. // // Author: Yang Bo (pop.atry@gmail.com) // // Use, modification and distribution are subject to the "New BSD License" // as listed at <url: http://www.opensource.org/licenses/bsd-license.php >. package com.netease.protobuf...
// vim: tabstop=4 shiftwidth=4 // Copyright (c) 2010 , NetEase.com,Inc. All rights reserved. // // Author: Yang Bo (pop.atry@gmail.com) // // Use, modification and distribution are subject to the "New BSD License" // as listed at <url: http://www.opensource.org/licenses/bsd-license.php >. package com.netease.protobuf...
初始化ByteArray时position为0
初始化ByteArray时position为0
ActionScript
bsd-2-clause
tconkling/protoc-gen-as3
ebd6644eac471beb608a1277da88496791129bf7
src/goplayer/SkinnedPlayerView.as
src/goplayer/SkinnedPlayerView.as
package goplayer { public class SkinnedPlayerView extends Component implements PlayerVideoUpdateListener, SkinBackend { private const missingSkinParts : Array = [] private var skin : Skin private var video : PlayerVideo private var player : Player public function SkinnedPlayerView (s...
package goplayer { import flash.display.Sprite import flash.events.Event import flash.events.MouseEvent import flash.utils.getTimer public class SkinnedPlayerView extends Component implements PlayerVideoUpdateListener, SkinBackend { private const IDLE_TIME_MS : uint = 2000 private const missin...
Hide skin when user is idle.
Hide skin when user is idle.
ActionScript
mit
dbrock/goplayer,dbrock/goplayer
5acc2b767a6bb8afc7b4c222843153ff3c25e068
src/as/com/threerings/util/Integer.as
src/as/com/threerings/util/Integer.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...
implement toString
implement toString git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@4678 542714f4-19e9-0310-aa3c-eee0fc999fb1
ActionScript
lgpl-2.1
threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya
6893cbd358edb2c5144baeafefed1195807dbf4c
src/aerys/minko/type/loader/SceneLoader.as
src/aerys/minko/type/loader/SceneLoader.as
package aerys.minko.type.loader { import aerys.minko.render.resource.texture.TextureResource; import aerys.minko.scene.node.AbstractSceneNode; import aerys.minko.scene.node.Group; import aerys.minko.scene.node.ISceneNode; import aerys.minko.type.Signal; import aerys.minko.type.loader.parser.IParser; import aerys...
package aerys.minko.type.loader { import aerys.minko.render.resource.texture.TextureResource; import aerys.minko.scene.node.AbstractSceneNode; import aerys.minko.scene.node.Group; import aerys.minko.scene.node.ISceneNode; import aerys.minko.type.Signal; import aerys.minko.type.loader.parser.IParser; import aerys...
Fix error message
Fix error message
ActionScript
mit
aerys/minko-as3
67623cb9acd9b0bbee7469407742f1f22c8c0eb9
skin-src/goplayer/StandardSkin.as
skin-src/goplayer/StandardSkin.as
package goplayer { import flash.display.DisplayObject import flash.display.InteractiveObject import flash.display.Sprite import flash.text.TextField public class StandardSkin extends AbstractStandardSkin { private var _seekBarWidth : Number override public function update() : void { super...
package goplayer { import flash.display.DisplayObject import flash.display.InteractiveObject import flash.display.Sprite import flash.text.TextField public class StandardSkin extends AbstractStandardSkin { private var _seekBarWidth : Number override public function update() : void { super...
Split left/right time parts into several pieces.
Split left/right time parts into several pieces.
ActionScript
mit
dbrock/goplayer,dbrock/goplayer
7bdf53f95c3134671c12cbb3d015e43240e6b74b
HLSPlugin/src/com/kaltura/hls/m2ts/PESProcessor.as
HLSPlugin/src/com/kaltura/hls/m2ts/PESProcessor.as
package com.kaltura.hls.m2ts { import flash.utils.ByteArray; import flash.net.ObjectEncoding; import flash.utils.ByteArray; import flash.utils.Endian; import flash.utils.IDataInput; import flash.utils.IDataOutput; import com.hurlant.util.Hex; CONFIG::LOGGING { import org...
package com.kaltura.hls.m2ts { import flash.utils.ByteArray; import flash.net.ObjectEncoding; import flash.utils.ByteArray; import flash.utils.Endian; import flash.utils.IDataInput; import flash.utils.IDataOutput; import com.hurlant.util.Hex; CONFIG::LOGGING { import org...
rollback for pts/dts fix
rollback for pts/dts fix fix for live problem (fail to play several streams - QA and customer): https://kaltura.atlassian.net/browse/FEC-4080 - regression since 2.35.rc4 Original defect - https://kaltura.atlassian.net/browse/FEC-3720 Commented code didn’t fix the original defect, so right now it commented.
ActionScript
agpl-3.0
kaltura/HLS-OSMF,kaltura/HLS-OSMF,kaltura/HLS-OSMF,kaltura/HLS-OSMF
c8419cef81eb19934c01a95ec1a73d72679b0d6c
build-aux/urbi.as
build-aux/urbi.as
## -*- shell-script -*- ## urbi.as: This file is part of build-aux. ## Copyright (C) Gostai S.A.S., 2006-2008. ## ## This software is provided "as is" without warranty of any kind, ## either expressed or implied, including but not limited to the ## implied warrant...
## -*- shell-script -*- ## urbi.as: This file is part of build-aux. ## Copyright (C) Gostai S.A.S., 2006-2008. ## ## This software is provided "as is" without warranty of any kind, ## either expressed or implied, including but not limited to the ## implied warrant...
Use the right exit status for SKIP.
Use the right exit status for SKIP. * build-aux/urbi.as (find_urbi_server): 77 is not SKIP.
ActionScript
bsd-3-clause
aldebaran/libport,aldebaran/libport,aldebaran/libport,aldebaran/libport,aldebaran/libport
b073ae84ae7049cdafc593d6a4c6e519046cbe34
WEB-INF/lps/lfc/kernel/swf9/LzHTTPLoader.as
WEB-INF/lps/lfc/kernel/swf9/LzHTTPLoader.as
/** * LzHTTPLoader.as * * @copyright Copyright 2007-2009 Laszlo Systems, Inc. All Rights Reserved. * Use is subject to license terms. * * @topic Kernel * @subtopic swf9 * @affects lzloader */ public class LzHTTPLoader { #passthrough (toplevel:true) { import flash.events.IEven...
/** * LzHTTPLoader.as * * @copyright Copyright 2007-2010 Laszlo Systems, Inc. All Rights Reserved. * Use is subject to license terms. * * @topic Kernel * @subtopic swf9 * @affects lzloader */ public class LzHTTPLoader { #passthrough (toplevel:true) { import flash.events.IEven...
Change 20100225-bargull-yMA by bargull@dell--p4--2-53 on 2010-02-25 00:16:01 in /home/Admin/src/svn/openlaszlo/trunk for http://svn.openlaszlo.org/openlaszlo/trunk
Change 20100225-bargull-yMA by bargull@dell--p4--2-53 on 2010-02-25 00:16:01 in /home/Admin/src/svn/openlaszlo/trunk for http://svn.openlaszlo.org/openlaszlo/trunk Summary: clear URLLoader if load fails New Features: Bugs Fixed: LPP-8789 (SWF9/10: Unhandled URLStream error) Technical Reviewer: henry QA Revi...
ActionScript
epl-1.0
mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo
b470c89b6529d3acb4d8dce6a111a2b953ef91a4
src/aerys/minko/render/geometry/stream/iterator/VertexIterator.as
src/aerys/minko/render/geometry/stream/iterator/VertexIterator.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.render.geometry.stream.format.VertexComponent; import aerys.minko.render.geometry.stream.forma...
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.render.geometry.stream.format.VertexComponent; import aerys.minko.render.geometry.stream.forma...
set VertexIterator.length type to uint
set VertexIterator.length type to uint
ActionScript
mit
aerys/minko-as3
dcaed98f85c63f3b5646f85d1938cbc5804d801e
HLSPlugin/src/com/kaltura/hls/manifest/HLSManifestEncryptionKey.as
HLSPlugin/src/com/kaltura/hls/manifest/HLSManifestEncryptionKey.as
package com.kaltura.hls.manifest { import com.hurlant.util.Hex; import com.kaltura.hls.crypto.FastAESKey; import flash.events.Event; import flash.events.EventDispatcher; import flash.net.URLLoader; import flash.net.URLLoaderDataFormat; import flash.net.URLRequest; import flash.utils.ByteArray; import flash.u...
package com.kaltura.hls.manifest { import com.hurlant.util.Hex; import com.kaltura.hls.crypto.FastAESKey; import flash.events.Event; import flash.events.EventDispatcher; import flash.net.URLLoader; import flash.net.URLLoaderDataFormat; import flash.net.URLRequest; import flash.utils.ByteArray; import flash.u...
Update HLSManifestEncryptionKey.as
Update HLSManifestEncryptionKey.as Case correction.
ActionScript
agpl-3.0
kaltura/HLS-OSMF,kaltura/HLS-OSMF,kaltura/HLS-OSMF,kaltura/HLS-OSMF
ba642b8ed3bf62ca9d081f4459285e3be44508e8
WEB-INF/lps/lfc/kernel/swf9/LzMouseKernel.as
WEB-INF/lps/lfc/kernel/swf9/LzMouseKernel.as
/** * LzMouseKernel.as * * @copyright Copyright 2001-2009 Laszlo Systems, Inc. All Rights Reserved. * Use is subject to license terms. * * @topic Kernel * @subtopic AS2 */ // Receives mouse events from the runtime class LzMouseKernel { #passthrough (toplevel:true) { import flash....
/** * LzMouseKernel.as * * @copyright Copyright 2001-2009 Laszlo Systems, Inc. All Rights Reserved. * Use is subject to license terms. * * @topic Kernel * @subtopic AS2 */ // Receives mouse events from the runtime class LzMouseKernel { #passthrough (toplevel:true) { import flash....
Change 20090212-maxcarlson-9 by maxcarlson@Bank.lan on 2009-02-12 23:59:18 PST in /Users/maxcarlson/openlaszlo/trunk-clean for http://svn.openlaszlo.org/openlaszlo/trunk
Change 20090212-maxcarlson-9 by maxcarlson@Bank.lan on 2009-02-12 23:59:18 PST in /Users/maxcarlson/openlaszlo/trunk-clean for http://svn.openlaszlo.org/openlaszlo/trunk Summary: Improve mouseupoutside behavior outside windows Bugs Fixed: LPP-7724 - Mouse events behave wrong in opaque mode (FireFox) Technica...
ActionScript
epl-1.0
mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo
3bfb9677a5c247738a7469a2f63c8560a8ce181e
src/aerys/minko/type/stream/VertexStream.as
src/aerys/minko/type/stream/VertexStream.as
package aerys.minko.type.stream { import aerys.minko.ns.minko_stream; import aerys.minko.render.resource.VertexBuffer3DResource; import aerys.minko.type.IVersionable; import aerys.minko.type.stream.format.VertexComponent; import aerys.minko.type.stream.format.VertexComponentType; import aerys.minko.type.stream.fo...
package aerys.minko.type.stream { import aerys.minko.ns.minko_stream; import aerys.minko.render.resource.VertexBuffer3DResource; import aerys.minko.type.IVersionable; import aerys.minko.type.stream.format.VertexComponent; import aerys.minko.type.stream.format.VertexComponentType; import aerys.minko.type.stream.fo...
Read function feature
Read function feature M The reader function use to transform ByteArray into VertexStream is now a collection indexed by the components name
ActionScript
mit
aerys/minko-as3
d99921abe77c24805821926d37347be6d5745349
src/aerys/minko/type/loader/parser/ParserOptions.as
src/aerys/minko/type/loader/parser/ParserOptions.as
package aerys.minko.type.loader.parser { import aerys.minko.render.Effect; import aerys.minko.render.material.Material; import aerys.minko.scene.node.Mesh; import aerys.minko.type.animation.SkinningMethod; import aerys.minko.type.loader.ILoader; import aerys.minko.type.loader.SceneLoader; import aerys.minko.type...
package aerys.minko.type.loader.parser { import aerys.minko.render.Effect; import aerys.minko.render.material.Material; import aerys.minko.render.material.basic.BasicMaterial; import aerys.minko.scene.node.Mesh; import aerys.minko.type.animation.SkinningMethod; import aerys.minko.type.loader.ILoader; import aery...
set default value of ParserOptions.material to be a BasicMaterial
set default value of ParserOptions.material to be a BasicMaterial
ActionScript
mit
aerys/minko-as3
429dccf94c8869b0fd5d6986bf94184c3859a071
src/skein/core/PropertySetter.as
src/skein/core/PropertySetter.as
/** * Created with IntelliJ IDEA. * User: mobitile * Date: 4/21/13 * Time: 1:37 PM * To change this template use File | Settings | File Templates. */ package skein.core { import skein.binding.core.BindingContext; import skein.binding.core.PropertyDestination; import skein.binding.core.Source; public class Proper...
/** * Created with IntelliJ IDEA. * User: mobitile * Date: 4/21/13 * Time: 1:37 PM * To change this template use File | Settings | File Templates. */ package skein.core { import flash.utils.getDefinitionByName; public class PropertySetter { public static function set(site:Object, property:String, value:Objec...
Remove dependency on skein.binding
[core] Remove dependency on skein.binding
ActionScript
mit
skeinlib/skein
7a20094687987dc80c69f7c0928376c6af8a7cb5
dolly-framework/src/test/actionscript/dolly/utils/PropertyUtilTests.as
dolly-framework/src/test/actionscript/dolly/utils/PropertyUtilTests.as
package dolly.utils { import dolly.core.dolly_internal; import mx.collections.ArrayCollection; import mx.collections.ArrayList; use namespace dolly_internal; public class PropertyUtilTests { private var sourceObj:Object; private var targetObj:Object; [Before] public function before():void { sourceObj = {}; ...
package dolly.utils { import dolly.core.dolly_internal; import mx.collections.ArrayCollection; import mx.collections.ArrayList; import org.flexunit.assertThat; import org.flexunit.asserts.assertTrue; import org.hamcrest.collection.array; import org.hamcrest.collection.arrayWithSize; import org.hamcrest.collection.eve...
Test for PropertyUtil.copyArray() method.
Test for PropertyUtil.copyArray() method.
ActionScript
mit
Yarovoy/dolly