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
da2b484928642d4eb323f911db95eb3128d83747
src/RTMP.as
src/RTMP.as
package { import flash.display.Sprite; import flash.external.ExternalInterface; import flash.system.Security; import flash.net.NetStream; import flash.events.*; import flash.utils.setTimeout; import org.osmf.containers.MediaContainer; import org.osmf.elements.VideoElement; import org.osmf.net.NetStre...
package { import flash.display.Sprite; import flash.external.ExternalInterface; import flash.system.Security; import flash.net.NetStream; import flash.events.*; import flash.utils.setTimeout; import org.osmf.containers.MediaContainer; import org.osmf.elements.VideoElement; import org.osmf.net.NetStre...
change playbackState on pause/stop (fix #5)
RTMP.as: change playbackState on pause/stop (fix #5)
ActionScript
apache-2.0
hxl-dy/clappr-rtmp-plugin,clappr/clappr-rtmp-plugin,eventials/clappr-rtmp-plugin,hxl-dy/clappr-rtmp-plugin,eventials/clappr-rtmp-plugin,hxl-dy/clappr-rtmp-plugin,flavioribeiro/clappr-rtmp-plugin,video-dev/clappr-rtmp-plugin,eventials/clappr-rtmp-plugin,video-dev/clappr-rtmp-plugin,video-dev/clappr-rtmp-plugin,clappr/cl...
8aac78eb439af1c12be4079792839e44461e65f8
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...
bump version 3.9.7
bump version 3.9.7
ActionScript
agpl-3.0
shvyrev/kdp,kaltura/kdp,shvyrev/kdp,shvyrev/kdp,kaltura/kdp,kaltura/kdp
163f294d6f0f786ad49173581a5991cb4b16094d
src/aerys/minko/type/binding/DataBindings.as
src/aerys/minko/type/binding/DataBindings.as
package aerys.minko.type.binding { import aerys.minko.scene.node.ISceneNode; import aerys.minko.type.Signal; import aerys.minko.type.enum.DataProviderUsage; import flash.utils.Dictionary; public final class DataBindings { private var _owner : ISceneNode; private var _providers : Vector.<IDataPr...
package aerys.minko.type.binding { import aerys.minko.scene.node.ISceneNode; import aerys.minko.type.Signal; import aerys.minko.type.enum.DataProviderUsage; import flash.utils.Dictionary; public final class DataBindings { private var _owner : ISceneNode; private var _providers : Vector.<IDataPr...
fix coding style
fix coding style
ActionScript
mit
aerys/minko-as3
d172e24ba08b02864c5e59c16a47a9cf4015ac3e
actionscript/src/com/freshplanet/ane/AirCapabilities/AirCapabilities.as
actionscript/src/com/freshplanet/ane/AirCapabilities/AirCapabilities.as
/* * Copyright 2017 FreshPlanet * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
/* * Copyright 2017 FreshPlanet * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
add as3 side
add as3 side
ActionScript
apache-2.0
freshplanet/ANE-AirCapabilities,freshplanet/ANE-AirCapabilities,freshplanet/ANE-AirCapabilities
30cf6d4849e2a608519ffc31fc31360eb0945147
plugins/vastPlugin/src/com/kaltura/kdpfl/plugin/component/PersistentData.as
plugins/vastPlugin/src/com/kaltura/kdpfl/plugin/component/PersistentData.as
package com.kaltura.kdpfl.plugin.component { import flash.net.SharedObject; import org.puremvc.as3.interfaces.IFacade; public class PersistentData { private var _soName:String = "kaltura/vast_"; public static const millisecondsPerDay:int = 1000 * 60 * 60 * 24; /** * the shared o...
package com.kaltura.kdpfl.plugin.component { import flash.net.SharedObject; import org.puremvc.as3.interfaces.IFacade; public class PersistentData { private var _soName:String = "kaltura/vast_"; public static const millisecondsPerDay:int = 1000 * 60 * 60 * 24; /** * the shared o...
support in "allowCookies" flashvar
qnd: support in "allowCookies" flashvar git-svn-id: 3f608e5a9a704dd448217c0a64c508e7f145cfa1@85785 6b8eccd3-e8c5-4e7d-8186-e12b5326b719
ActionScript
agpl-3.0
kaltura/kdp,kaltura/kdp,shvyrev/kdp,shvyrev/kdp,kaltura/kdp,shvyrev/kdp
0fa100918a00281b871d012a61d4e1be00af613a
flare/src/flare/animate/Scheduler.as
flare/src/flare/animate/Scheduler.as
package flare.animate { import flash.display.Shape; import flash.events.Event; import flash.events.TimerEvent; import flash.utils.Timer; /** * Scheduler that oversees animation and time-based processing. Uses an * internal timer to regularly invoke the current set of scheduled * objects. Typicall...
package flare.animate { import flash.events.TimerEvent; import flash.utils.Timer; /** * Scheduler that oversees animation and time-based processing. Uses an * internal timer to regularly invoke the current set of scheduled * objects. Typically, interaction with the scheduler is automatically * hand...
Fix animation rendering issues by converting the Scheduler class to only use a Timer instance and deferring redraws to the screen update (vertical blanking) period.
Fix animation rendering issues by converting the Scheduler class to only use a Timer instance and deferring redraws to the screen update (vertical blanking) period.
ActionScript
bsd-3-clause
jonbuffington/flare_juicekit,jonbuffington/flare_juicekit
00b97eb45fd34008f166b9456f2dbef42157139d
frameworks/projects/Core/as/src/org/apache/flex/events/Event.as
frameworks/projects/Core/as/src/org/apache/flex/events/Event.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 up imports per platform
fix up imports per platform
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
4ec288348d06b11d96439290a1ff9597dcd6b904
src/org/mangui/hls/model/Level.as
src/org/mangui/hls/model/Level.as
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ package org.mangui.hls.model { CONFIG::LOGGING { import org.mangui.hls.utils.Log; } impo...
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ package org.mangui.hls.model { CONFIG::LOGGING { import org.mangui.hls.utils.Log; } impo...
remove useless line
remove useless line
ActionScript
mpl-2.0
thdtjsdn/flashls,Corey600/flashls,clappr/flashls,jlacivita/flashls,vidible/vdb-flashls,codex-corp/flashls,neilrackett/flashls,aevange/flashls,suuhas/flashls,fixedmachine/flashls,dighan/flashls,Peer5/flashls,aevange/flashls,codex-corp/flashls,fixedmachine/flashls,dighan/flashls,Peer5/flashls,thdtjsdn/flashls,tedconf/fla...
00555b01f04037bd72eabe75ffcb72c242ef3cf6
src/aerys/minko/Minko.as
src/aerys/minko/Minko.as
package aerys.minko { import aerys.minko.type.log.ILogger; public final class Minko { private static const VERSION : String = "2.0b"; private static var _logger : ILogger = null; private static var _debugLevel : uint = 0; // LogLevel.DISABLED; public static function set logger(value : ILogger) : void ...
package aerys.minko { import aerys.minko.type.log.ILogger; public final class Minko { private static const VERSION : String = '2.0'; private static var _logger : ILogger = null; private static var _debugLevel : uint = 0; // LogLevel.DISABLED; public static function set logger(value : ILogger) : void ...
set Minko.VERSION to 2.0
set Minko.VERSION to 2.0
ActionScript
mit
aerys/minko-as3
dfcebb60062732342856dc586e9780e1db867e4f
src/goplayer/Player.as
src/goplayer/Player.as
package goplayer { import flash.utils.getTimer import streamio.Stat public class Player implements FlashNetConnectionListener, FlashNetStreamListener { private const DEFAULT_VOLUME : Number = .8 private const START_BUFFER : Duration = Duration.seconds(1) private const SMALL_BUFFER : Duratio...
package goplayer { import flash.utils.getTimer import streamio.Stat public class Player implements FlashNetConnectionListener, FlashNetStreamListener { private const DEFAULT_VOLUME : Number = .8 private const START_BUFFER : Duration = Duration.seconds(3) private const SMALL_BUFFER : Duratio...
Use a start buffer of 3s instead of 1s.
Use a start buffer of 3s instead of 1s.
ActionScript
mit
dbrock/goplayer,dbrock/goplayer
1f1c7276c83d1e6892de6107049bd4ac646c72ab
src/org/flintparticles/twoD/zones/DiscSectorZone.as
src/org/flintparticles/twoD/zones/DiscSectorZone.as
/* * FLINT PARTICLE SYSTEM * ..................... * * Author: Richard Lord * Copyright (c) Richard Lord 2008-2011 * http://flintparticles.org * * * Licence Agreement * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (t...
/* * FLINT PARTICLE SYSTEM * ..................... * * Author: Richard Lord * Copyright (c) Richard Lord 2008-2011 * http://flintparticles.org * * * Licence Agreement * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (t...
Fix error in getArea() on DiscSectorZone
Fix error in getArea() on DiscSectorZone
ActionScript
mit
richardlord/Flint
f7e3294e8c6fdf2d3eb97aa69e57dbc511339458
src/aerys/minko/render/geometry/stream/IndexStream.as
src/aerys/minko/render/geometry/stream/IndexStream.as
package aerys.minko.render.geometry.stream { import aerys.minko.ns.minko_stream; import aerys.minko.render.resource.IndexBuffer3DResource; import aerys.minko.type.Signal; import flash.utils.ByteArray; public final class IndexStream { use namespace minko_stream; minko_stream var _data : Vector.<uint> = n...
package aerys.minko.render.geometry.stream { import aerys.minko.ns.minko_stream; import aerys.minko.render.resource.IndexBuffer3DResource; import aerys.minko.type.Signal; import flash.utils.ByteArray; public final class IndexStream { use namespace minko_stream; minko_stream var _data : Vector.<uint> = n...
fix minor coding style issue in IndexStream.initialize()
fix minor coding style issue in IndexStream.initialize()
ActionScript
mit
aerys/minko-as3
e74a7b2d151c424cb77a7435cef5e139548e9930
src/aerys/minko/render/geometry/stream/IndexStream.as
src/aerys/minko/render/geometry/stream/IndexStream.as
package aerys.minko.render.geometry.stream { import aerys.minko.ns.minko_stream; import aerys.minko.render.resource.IndexBuffer3DResource; import aerys.minko.type.Signal; import flash.utils.ByteArray; import flash.utils.Endian; public final class IndexStream { use namespace minko_stream; minko_stream var...
package aerys.minko.render.geometry.stream { import aerys.minko.ns.minko_stream; import aerys.minko.render.resource.IndexBuffer3DResource; import aerys.minko.type.Signal; import flash.utils.ByteArray; import flash.utils.Endian; public final class IndexStream { use namespace minko_stream; minko_stream var...
Fix delete triangle function
Fix delete triangle function
ActionScript
mit
aerys/minko-as3
a658c4e0c55e024b0345d7f824c366cb4f1df1e9
src/flash/display/BitmapData.as
src/flash/display/BitmapData.as
package flash.display { import Object; import flash.display.IBitmapDrawable; import flash.geom.Rectangle; import flash.geom.Matrix; import flash.geom.Point; import flash.filters.BitmapFilter; import flash.utils.ByteArray; import flash.geom.ColorTransform; import flash.geom.Rectangle; public class Bi...
/* * 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 *totalMemory * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
Implement BitmapData()
Implement BitmapData()
ActionScript
apache-2.0
mozilla/shumway,mozilla/shumway,tschneidereit/shumway,yurydelendik/shumway,yurydelendik/shumway,tschneidereit/shumway,mozilla/shumway,mozilla/shumway,yurydelendik/shumway,mbebenita/shumway,mbebenita/shumway,tschneidereit/shumway,tschneidereit/shumway,mbebenita/shumway,mbebenita/shumway,tschneidereit/shumway,mozilla/shu...
676b003e42042ed1137442313595b6874cd8560a
common/actionscript/org/concord/sparks/JavaScript.as
common/actionscript/org/concord/sparks/JavaScript.as
package org.concord.sparks { import flash.events.ErrorEvent; import flash.external.ExternalInterface; import org.concord.sparks.Activity; // Interface with external JavaScript public class JavaScript { private static var _instance:JavaScript; private static var _fromWit...
package org.concord.sparks { import flash.events.ErrorEvent; import flash.external.ExternalInterface; import org.concord.sparks.Activity; // Interface with external JavaScript public class JavaScript { private static var _instance:JavaScript; private static var _fromWit...
Check if ExternalInterface is available
Check if ExternalInterface is available
ActionScript
apache-2.0
concord-consortium/sparks,concord-consortium/sparks,concord-consortium/sparks,concord-consortium/sparks,concord-consortium/sparks
7b402d32753ec8e63b2d18b52047a75bb8842cd0
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...
Add OnDLCInstalled event id to SteamConstants
Add OnDLCInstalled event id to SteamConstants
ActionScript
bsd-2-clause
Ventero/FRESteamWorks,Ventero/FRESteamWorks,Ventero/FRESteamWorks,Ventero/FRESteamWorks
f79d03f684f3a25ba50ced9dedd1ecc58ee98856
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...
fix comment for asdoc
fix comment for asdoc
ActionScript
apache-2.0
minimedj/gaforflash,nsdevaraj/gaforflash,nsdevaraj/gaforflash,minimedj/gaforflash
28e6d188ff8539eca58d61110c1fa960736f949c
src/aerys/minko/scene/controller/ScriptController.as
src/aerys/minko/scene/controller/ScriptController.as
package aerys.minko.scene.controller { import aerys.minko.render.Viewport; import aerys.minko.scene.node.ISceneNode; import aerys.minko.scene.node.Scene; import aerys.minko.type.KeyboardManager; import aerys.minko.type.MouseManager; import flash.display.BitmapData; public class ScriptController extends EnterF...
package aerys.minko.scene.controller { import aerys.minko.render.Viewport; import aerys.minko.scene.node.ISceneNode; import aerys.minko.scene.node.Scene; import aerys.minko.type.KeyboardManager; import aerys.minko.type.MouseManager; import flash.display.BitmapData; public class ScriptController extends EnterF...
add ScriptController.initialize() fix ScriptController.start() that was never actually called
add ScriptController.initialize() fix ScriptController.start() that was never actually called
ActionScript
mit
aerys/minko-as3
f11f8663e161cae63fcf4dce8404a73367f994af
src/as/com/threerings/ezgame/client/GameContainer.as
src/as/com/threerings/ezgame/client/GameContainer.as
// // $Id$ // // Vilya library - tools for developing networked games // Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/vilya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public Licens...
// // $Id$ // // Vilya library - tools for developing networked games // Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/vilya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public Licens...
Use the TextField hack ourselves. - Flash seems to sketch out when key events go elsewhere - Whirled now does the handy thing of re-routing 'word' keypresses to the ChatControl, unless a TextField has focus. We want to automatically let games get any and all keypresses... - The damn focus stuff is broken anyway
Use the TextField hack ourselves. - Flash seems to sketch out when key events go elsewhere - Whirled now does the handy thing of re-routing 'word' keypresses to the ChatControl, unless a TextField has focus. We want to automatically let games get any and all keypresses... - The damn focus stuff is broken anyway Un...
ActionScript
lgpl-2.1
threerings/vilya,threerings/vilya
dfe12a263ecd832db6fdf6dfd0df315e98fff89f
krew-framework/krewfw/utils/as3/KrewSoundPlayer.as
krew-framework/krewfw/utils/as3/KrewSoundPlayer.as
package krewfw.utils.as3 { import flash.events.Event; import flash.media.Sound; import flash.media.SoundChannel; import flash.media.SoundMixer; import flash.media.SoundTransform; import flash.utils.getDefinitionByName; import krewfw.KrewConfig; import krewfw.utils.krew; public cl...
package krewfw.utils.as3 { import flash.events.Event; import flash.media.Sound; import flash.media.SoundChannel; import flash.media.SoundMixer; import flash.media.SoundTransform; import flash.utils.getDefinitionByName; import krewfw.KrewConfig; import krewfw.utils.krew; public cl...
Modify bug of sound player
Modify bug of sound player
ActionScript
mit
tatsuya-koyama/krewFramework,tatsuya-koyama/krewFramework,tatsuya-koyama/krewFramework
a44134c04cf09b37e6c4654a5a3512a48ef0426b
com/segonquart/menuColourIdiomes.as
com/segonquart/menuColourIdiomes.as
import mx.transitions.easing.*; import com.mosesSupposes.fuse.*; class menuColouridiomes extends MoviieClip { public var cat, es, en ,fr:MovieClip; public var arrayLang_arr:Array = new Array ("cat", "es", "en", "fr"); function menuColourIdiomes ():Void { this.onRollOver = this.mOver; th...
import mx.transitions.easing.*; import com.mosesSupposes.fuse.*; class com.segonquart.menuColouridiomes extends MoviieClip { public var cat, es, en ,fr:MovieClip; public var arrayLang_arr:Array = new Array ("cat", "es", "en", "fr"); function menuColourIdiomes ():Void { this.onRollOver = t...
Update menuColourIdiomes.as
Update menuColourIdiomes.as
ActionScript
bsd-3-clause
delfiramirez/web-talking-wear,delfiramirez/web-talking-wear,delfiramirez/web-talking-wear
4b10a54213119a7166ce417af89338281602aff9
src/com/merlinds/miracle_tool/viewer/ViewerView.as
src/com/merlinds/miracle_tool/viewer/ViewerView.as
/** * User: MerlinDS * Date: 18.07.2014 * Time: 17:42 */ package com.merlinds.miracle_tool.viewer { import com.bit101.components.List; import com.bit101.components.Window; import com.merlinds.debug.log; import com.merlinds.miracle.Miracle; import com.merlinds.miracle.animations.Animation; import com.merlinds....
/** * User: MerlinDS * Date: 18.07.2014 * Time: 17:42 */ package com.merlinds.miracle_tool.viewer { import com.bit101.components.List; import com.bit101.components.Window; import com.merlinds.debug.log; import com.merlinds.miracle.Miracle; import com.merlinds.miracle.animations.AnimationHelper; import com.mer...
Add animations to scene
Add animations to scene
ActionScript
mit
MerlinDS/miracle_tool
977e6f75231a0051bbd9564e9fb0a41b6364032c
kdp3Lib/src/com/kaltura/kdpfl/view/controls/BufferAnimationMediator.as
kdp3Lib/src/com/kaltura/kdpfl/view/controls/BufferAnimationMediator.as
package com.kaltura.kdpfl.view.controls { import com.kaltura.kdpfl.controller.media.LiveStreamCommand; import com.kaltura.kdpfl.model.ConfigProxy; import com.kaltura.kdpfl.model.type.NotificationType; import com.kaltura.kdpfl.view.media.KMediaPlayerMediator; import flash.events.TimerEvent; import flash....
package com.kaltura.kdpfl.view.controls { import com.kaltura.kdpfl.controller.media.LiveStreamCommand; import com.kaltura.kdpfl.model.ConfigProxy; import com.kaltura.kdpfl.model.type.NotificationType; import com.kaltura.kdpfl.view.media.KMediaPlayerMediator; import flash.events.TimerEvent; import flash....
fix buffer animtation
fix buffer animtation
ActionScript
agpl-3.0
shvyrev/kdp,kaltura/kdp,shvyrev/kdp,shvyrev/kdp,kaltura/kdp,kaltura/kdp
4efdd81d979cf5ac8206bd4302f2c0a2eb47e203
frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/layouts/NonVirtualVerticalScrollingLayout.as
frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/layouts/NonVirtualVerticalScrollingLayout.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 no border
handle no border
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
9a2cdb37a5bdbdad2a28d4d93a20769078ceeec7
src/stdio/BufferedStream.as
src/stdio/BufferedStream.as
package stdio { internal class BufferedStream implements InputStream, OutputStream { public var buffer: String = "" public var closed: Boolean = false public function get ready(): Boolean { return ready_for({ gets: false }) } public function read(callback: Function): void { push({ ca...
package stdio { public class BufferedStream implements InputStream, OutputStream { public var buffer: String = "" public var closed: Boolean = false public function get ready(): Boolean { return ready_for({ gets: false }) } public function read(callback: Function): void { push({ call...
Make BufferedStream public.
Make BufferedStream public.
ActionScript
mit
dbrock/stdio.as,dbrock/stdio.as,dbrock/stdio.as
14af0ae876362592e681410398e32f3e37b902ce
doc/tutorials/examples/actionscript/socket/flex/src/org/pyamf/examples/socket/PythonSocket.as
doc/tutorials/examples/actionscript/socket/flex/src/org/pyamf/examples/socket/PythonSocket.as
package org.pyamf.examples.socket { /** * Copyright (c) 2007-2009 The PyAMF Project. * See LICENSE.txt for details. */ import flash.errors.IOError; import flash.events.Event; import flash.events.IOErrorEvent; import flash.events.ProgressEvent; import flash.events.SecurityErrorEvent; import flash.net.Obj...
package org.pyamf.examples.socket { /** * Copyright (c) 2007-2009 The PyAMF Project. * See LICENSE.txt for details. */ import flash.errors.IOError; import flash.events.Event; import flash.events.IOErrorEvent; import flash.events.ProgressEvent; import flash.events.SecurityErrorEvent; import flash.net.Soc...
fix the flex example to use AMF3 by default
fix the flex example to use AMF3 by default
ActionScript
mit
thijstriemstra/pyamf,thijstriemstra/pyamf,njoyce/pyamf,hydralabs/pyamf,hydralabs/pyamf,njoyce/pyamf
7bc9172221fa76a02003ad7f8e4921b9b84d9a12
exporter/src/main/as/flump/export/ExporterController.as
exporter/src/main/as/flump/export/ExporterController.as
// // Flump - Copyright 2012 Three Rings Design package flump.export { import com.threerings.util.F; import com.threerings.util.Log; import com.threerings.util.StringUtil; import flash.desktop.NativeApplication; import flash.display.NativeMenu; import flash.display.NativeMenuItem; import flash.display.NativeWindow; ...
// // Flump - Copyright 2012 Three Rings Design package flump.export { import com.threerings.util.F; import com.threerings.util.Log; import com.threerings.util.StringUtil; import flash.desktop.NativeApplication; import flash.display.NativeMenu; import flash.display.NativeMenuItem; import flash.display.NativeWindow; ...
Move save()/saveAs() into the class body
Move save()/saveAs() into the class body
ActionScript
mit
mathieuanthoine/flump,funkypandagame/flump,funkypandagame/flump,tconkling/flump,mathieuanthoine/flump,tconkling/flump,mathieuanthoine/flump
2b178fcd993ee505c471dbd0c1c21449d4c68199
src/goplayer/ConfigurationParser.as
src/goplayer/ConfigurationParser.as
package goplayer { public class ConfigurationParser { public static const DEFAULT_API_URL : String = "http://staging.streamio.se/api" public static const DEFAULT_SKIN_URL : String = "goplayer-skin.swf" public static const DEFAULT_TRACKER_ID : String = "global" public static const VALID_PARAME...
package goplayer { public class ConfigurationParser { public static const DEFAULT_API_URL : String = "http://staging.streamio.se/api" public static const DEFAULT_SKIN_URL : String = "goplayer-skin.swf" public static const DEFAULT_TRACKER_ID : String = "global" public static const VALID_PARAME...
Rename `enable-chrome' => `skin:show-chrome' and `enable-title' => `skin:show-title'.
Rename `enable-chrome' => `skin:show-chrome' and `enable-title' => `skin:show-title'.
ActionScript
mit
dbrock/goplayer,dbrock/goplayer
bb72ea7efd64ca6deaecf639959e1e6691a4e9bc
lib/src/com/amanitadesign/steam/WorkshopConstants.as
lib/src/com/amanitadesign/steam/WorkshopConstants.as
/* * WorkshopConstants.as * This file is part of FRESteamWorks. * * Created by Ventero <http://github.com/Ventero> on 2013-04-24 * Copyright (c) 2013 Level Up Labs, LLC. All rights reserved. */ package com.amanitadesign.steam { public class WorkshopConstants { public static const FILETYPE_Community:int =...
/* * WorkshopConstants.as * This file is part of FRESteamWorks. * * Created by Ventero <http://github.com/Ventero> on 2013-04-24 * Copyright (c) 2013 Level Up Labs, LLC. All rights reserved. */ package com.amanitadesign.steam { public class WorkshopConstants { public static const FILETYPE_Community:int =...
Add EOverlayToStoreFlags
Add EOverlayToStoreFlags
ActionScript
bsd-2-clause
Ventero/FRESteamWorks,Ventero/FRESteamWorks,Ventero/FRESteamWorks,Ventero/FRESteamWorks
85702bb6de0af42a70cd4dccda70c5f4d6cd33fc
vivified/core/vivi_initialize.as
vivified/core/vivi_initialize.as
/* Vivified * Copyright (C) 2007 Benjamin Otte <otte@gnome.org> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later ...
/* Vivified * Copyright (C) 2007 Benjamin Otte <otte@gnome.org> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later ...
implement watch command
implement watch command
ActionScript
lgpl-2.1
freedesktop-unofficial-mirror/swfdec__swfdec,freedesktop-unofficial-mirror/swfdec__swfdec,freedesktop-unofficial-mirror/swfdec__swfdec,mltframework/swfdec,mltframework/swfdec
a5f4d6f3e8698c39f0a16c7ca48e2b52cb31d9d3
dolly-framework/src/test/actionscript/dolly/CloningOfCompositeCloneableClassTest.as
dolly-framework/src/test/actionscript/dolly/CloningOfCompositeCloneableClassTest.as
package dolly { import dolly.core.dolly_internal; import dolly.data.CompositeCloneableClass; import mx.collections.ArrayCollection; import mx.collections.ArrayList; import org.as3commons.reflect.Field; import org.as3commons.reflect.Type; import org.flexunit.asserts.assertEquals; import org.flexunit.asserts.assertFals...
package dolly { import dolly.core.dolly_internal; import dolly.data.CompositeCloneableClass; import mx.collections.ArrayCollection; import mx.collections.ArrayList; import org.as3commons.reflect.Field; import org.as3commons.reflect.Type; import org.flexunit.asserts.assertEquals; import org.flexunit.asserts.assertFals...
Rename local method variable.
Rename local method variable.
ActionScript
mit
Yarovoy/dolly
77762460949c20047525c644c1f2069bd249ff32
kdp3Lib/src/com/kaltura/kdpfl/view/controls/BufferAnimationMediator.as
kdp3Lib/src/com/kaltura/kdpfl/view/controls/BufferAnimationMediator.as
package com.kaltura.kdpfl.view.controls { import com.kaltura.kdpfl.controller.media.LiveStreamCommand; import com.kaltura.kdpfl.model.ConfigProxy; import com.kaltura.kdpfl.model.type.NotificationType; import com.kaltura.kdpfl.view.media.KMediaPlayerMediator; import flash.geom.Point; import flash.utils.g...
package com.kaltura.kdpfl.view.controls { import com.kaltura.kdpfl.controller.media.LiveStreamCommand; import com.kaltura.kdpfl.model.ConfigProxy; import com.kaltura.kdpfl.model.type.NotificationType; import com.kaltura.kdpfl.view.media.KMediaPlayerMediator; import flash.geom.Point; import flash.utils.g...
Fix OSMF bug: sometimes bufferChange events was sent after playback has finished.
qnd: Fix OSMF bug: sometimes bufferChange events was sent after playback has finished.
ActionScript
agpl-3.0
kaltura/kdp,shvyrev/kdp,kaltura/kdp,kaltura/kdp,shvyrev/kdp,shvyrev/kdp
60ec297e24004ef5f50d8dae05c3313e99d3263a
src/stdio/Sprite.as
src/stdio/Sprite.as
package stdio { import flash.display.* import flash.utils.getQualifiedClassName import flash.utils.setTimeout public class Sprite extends flash.display.Sprite { public function Sprite() { stage.scaleMode = StageScaleMode.NO_SCALE stage.align = StageAlign.TOP_LEFT // Let the subclass cons...
package stdio { import flash.display.* import flash.utils.getQualifiedClassName import flash.utils.setTimeout public class Sprite extends flash.display.Sprite { public function Sprite() { if (stage) { stage.scaleMode = StageScaleMode.NO_SCALE stage.align = StageAlign.TOP_LEFT } ...
Fix bug preventing running processes recursively.
Fix bug preventing running processes recursively.
ActionScript
mit
dbrock/stdio.as,dbrock/stdio.as,dbrock/stdio.as
a4205c30be2a021dbe43a28e40ba82a132fe6f22
src/aerys/minko/scene/controller/mesh/VisibilityController.as
src/aerys/minko/scene/controller/mesh/VisibilityController.as
package aerys.minko.scene.controller.mesh { import aerys.minko.ns.minko_math; import aerys.minko.render.geometry.Geometry; import aerys.minko.scene.controller.AbstractController; import aerys.minko.scene.data.MeshVisibilityDataProvider; import aerys.minko.scene.node.Mesh; import aerys.minko.scene.node.Scene; imp...
package aerys.minko.scene.controller.mesh { import aerys.minko.ns.minko_math; import aerys.minko.render.geometry.Geometry; import aerys.minko.scene.controller.AbstractController; import aerys.minko.scene.data.MeshVisibilityDataProvider; import aerys.minko.scene.node.Mesh; import aerys.minko.scene.node.Scene; imp...
fix VisibilityController null pointer exception when Geometry.boundingSphere or Geometry.boundingBox is null
fix VisibilityController null pointer exception when Geometry.boundingSphere or Geometry.boundingBox is null
ActionScript
mit
aerys/minko-as3
3b4e2466cfdda4f02be34a2cf62e4ce1ca30ac48
src/aerys/minko/render/material/environment/EnvironmentMappingProperties.as
src/aerys/minko/render/material/environment/EnvironmentMappingProperties.as
package aerys.minko.render.material.environment { public final class EnvironmentMappingProperties { public static const ENVIRONMENT_MAP : String = 'environmentMappingEnvironmentMap'; public static const ENVIRONMENT_MAP_FILTERING : String = 'environmentMappingEnvironmentMapFiltering'; public stati...
package aerys.minko.render.material.environment { public final class EnvironmentMappingProperties { public static const ENVIRONMENT_MAP : String = 'environmentMap'; public static const ENVIRONMENT_MAP_FILTERING : String = 'environmentMapFiltering'; public static const ENVIRONMENT_MAP_MIPMAPPING :...
rename EnvironmentMappingProperties.environmentMappingEnvironmentMap to EnvironmentMappingProperties.environmentMap for consistency (and because it was really long to type...)
rename EnvironmentMappingProperties.environmentMappingEnvironmentMap to EnvironmentMappingProperties.environmentMap for consistency (and because it was really long to type...)
ActionScript
mit
aerys/minko-as3
d921b210f558f7258b5e659c219650111ca50925
src/stdio/StandardProcess.as
src/stdio/StandardProcess.as
package stdio { import flash.display.* import flash.events.* import flash.utils.* import flash.net.* public class StandardProcess implements Process { private const buffered_stdin: BufferedStream = new BufferedStream private const stdin_socket: SocketStream = new SocketStream private const readli...
package stdio { import flash.display.* import flash.events.* import flash.utils.* import flash.net.* public class StandardProcess implements Process { private const buffered_stdin: BufferedStream = new BufferedStream private const stdin_socket: SocketStream = new SocketStream private const readli...
Make `process.argv` be [] when no arguments are given.
Make `process.argv` be [] when no arguments are given.
ActionScript
mit
dbrock/stdio.as,dbrock/stdio.as,dbrock/stdio.as
4c4ceb025238c142fa3377b618eb12314e75d739
src/aerys/minko/scene/node/camera/Camera.as
src/aerys/minko/scene/node/camera/Camera.as
package aerys.minko.scene.node.camera { import aerys.minko.ns.minko_scene; import aerys.minko.scene.controller.camera.CameraController; import aerys.minko.scene.data.CameraDataProvider; import aerys.minko.scene.node.AbstractSceneNode; import aerys.minko.scene.node.Scene; import aerys.minko.type.Signal; import ae...
package aerys.minko.scene.node.camera { import aerys.minko.ns.minko_scene; import aerys.minko.scene.controller.camera.CameraController; import aerys.minko.scene.data.CameraDataProvider; import aerys.minko.scene.node.AbstractSceneNode; import aerys.minko.scene.node.Scene; import aerys.minko.type.Signal; import ae...
use 0 as default value when viewportWidth/viewportHeight is not defined in the scene bindings
use 0 as default value when viewportWidth/viewportHeight is not defined in the scene bindings
ActionScript
mit
aerys/minko-as3
72188f8f12cafad938e45089e51d7b8ecf72d45c
src/aerys/minko/render/shader/Shader.as
src/aerys/minko/render/shader/Shader.as
package aerys.minko.render.shader { import aerys.minko.ns.minko_render; import aerys.minko.ns.minko_shader; import aerys.minko.render.RenderTarget; import aerys.minko.render.resource.Context3DResource; import aerys.minko.render.resource.Program3DResource; import aerys.minko.render.shader.compiler.graph.ShaderGrap...
package aerys.minko.render.shader { import aerys.minko.ns.minko_render; import aerys.minko.ns.minko_shader; import aerys.minko.render.RenderTarget; import aerys.minko.render.resource.Context3DResource; import aerys.minko.render.resource.Program3DResource; import aerys.minko.render.shader.compiler.graph.ShaderGrap...
fix coding style
fix coding style
ActionScript
mit
aerys/minko-as3
f135e411298bd1f83d71fef80cdfc0c7877e06a3
microphone/src/test/flex/TestApp.as
microphone/src/test/flex/TestApp.as
package { import com.marstonstudio.crossusermedia.encoder.Encoder; import flash.display.DisplayObjectContainer; import flash.events.Event; import flash.utils.ByteArray; import mx.core.ByteArrayAsset; import mx.core.UIComponent; import org.flexunit.asserts.assertNotNull; import org.flexunit.asserts.assertTrue; imp...
package { import com.marstonstudio.crossusermedia.encoder.Encoder; import flash.display.DisplayObjectContainer; import flash.events.Event; import flash.utils.ByteArray; import flash.utils.getTimer; import mx.core.ByteArrayAsset; import mx.core.UIComponent; import org.flexunit.asserts.assertNotNull; import org.fle...
add sleep to test for console output
add sleep to test for console output
ActionScript
mit
marstonstudio/crossUserMedia,marstonstudio/crossUserMedia,marstonstudio/crossUserMedia,marstonstudio/crossUserMedia,marstonstudio/crossUserMedia
a5fa3cbf800b5e133dd4582a31437b7a1d56816a
src/com/esri/builder/controllers/PortalController.as
src/com/esri/builder/controllers/PortalController.as
//////////////////////////////////////////////////////////////////////////////// // Copyright (c) 2008-2013 Esri. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // /...
//////////////////////////////////////////////////////////////////////////////// // Copyright (c) 2008-2013 Esri. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // /...
Clean up.
Clean up.
ActionScript
apache-2.0
Esri/arcgis-viewer-builder-flex
c4d3c65d748ec3d4c1e461e8e2a8ea0bc672d588
src/org/mangui/hls/HLSJS.as
src/org/mangui/hls/HLSJS.as
package org.mangui.hls { import flash.external.ExternalInterface; import org.hola.ZExternalInterface; import org.hola.JSAPI; import org.hola.HSettings; import org.mangui.hls.event.HLSEvent; import org.mangui.hls.constant.HLSPlayStates; import org.mangui.hls.model.Level; import org.mangui...
package org.mangui.hls { import flash.external.ExternalInterface; import org.hola.ZExternalInterface; import org.hola.JSAPI; import org.hola.HSettings; import org.mangui.hls.event.HLSEvent; import org.mangui.hls.constant.HLSPlayStates; import org.mangui.hls.model.Level; import org.mangui...
add width and height to level object
add width and height to level object
ActionScript
mpl-2.0
hola/flashls,hola/flashls
0eb21c9c5d821d3579f821e4533deb385729ad22
bin/Data/Scripts/Spawn.as
bin/Data/Scripts/Spawn.as
class Spawn: ScriptObject { String SpawnItem; String SpawnName; Spawn() { SpawnItem = ""; SpawnName = ""; } void DelayedStart() { log.Debug(node.name + " spawning..."); Node@ parent = node.parent; if (SpawnItem != "") { Node@ newNode = parent.CreateChild(SpawnName); log.Debug("Create new nod...
class Spawn: ScriptObject { String SpawnItem; String SpawnName; Spawn() { SpawnItem = ""; SpawnName = ""; } void DelayedStart() { log.Debug(node.name + " spawning..."); Node@ parent = node.parent; if (SpawnItem != "") { Node@ newNode = parent.CreateChild(SpawnName); log.Debug("Create new nod...
Correct minor bug with spawning system
Correct minor bug with spawning system
ActionScript
mit
leyarotheconquerer/on-off
6b2b9ecbbb74ebdabe7e12d8a54370568aace811
src/as/com/threerings/ezgame/client/EZGameConfigurator.as
src/as/com/threerings/ezgame/client/EZGameConfigurator.as
// // $Id$ // // Vilya library - tools for developing networked games // Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/vilya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public Licens...
// // $Id$ // // Vilya library - tools for developing networked games // Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/vilya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public Licens...
update comment
update comment git-svn-id: a3e1eb16dde062992de22c830ed8045c8013209a@250 c613c5cb-e716-0410-b11b-feb51c14d237
ActionScript
lgpl-2.1
threerings/vilya,threerings/vilya
9064db50a55e9e8a397aa11a4aefe01501b1dbca
Makefile.as
Makefile.as
# Makefile to rebuild SM64 split image ################ Target Executable and Sources ############### # TARGET is used to specify prefix in all build artifacts including # output ROM is $(TARGET).z64 TARGET = sm64 # BUILD_DIR is location where all build artifacts are placed BUILD_DIR = build ##################### C...
# Makefile to rebuild SM64 split image ################ Target Executable and Sources ############### # TARGET is used to specify prefix in all build artifacts including # output ROM is $(TARGET).z64 TARGET = sm64 # BUILD_DIR is location where all build artifacts are placed BUILD_DIR = build ##################### C...
Add MIPS C compiler flags and target to Makefile
Add MIPS C compiler flags and target to Makefile
ActionScript
mit
queueRAM/sm64tools,queueRAM/sm64tools
b23a0063d24910f462e016b35c5a0d9f280d5248
examples/ChartExample/src/products/Product.as
examples/ChartExample/src/products/Product.as
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
Add missing type in Product.as
Add missing type in Product.as
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
71c9c38b6865d532294e093dcba693e43ed55c7d
src/aerys/minko/render/shader/part/DiffuseShaderPart.as
src/aerys/minko/render/shader/part/DiffuseShaderPart.as
package aerys.minko.render.shader.part { import aerys.minko.render.shader.SFloat; import aerys.minko.render.shader.Shader; import aerys.minko.type.enum.SamplerFiltering; import aerys.minko.type.enum.SamplerMipMapping; import aerys.minko.type.enum.SamplerWrapping; import aerys.minko.type.stream.format.VertexCompon...
package aerys.minko.render.shader.part { import aerys.minko.render.shader.SFloat; import aerys.minko.render.shader.Shader; import aerys.minko.type.enum.SamplerFiltering; import aerys.minko.type.enum.SamplerMipMapping; import aerys.minko.type.enum.SamplerWrapping; public class DiffuseShaderPart extends ShaderPar...
Add support for properties 'diffuseUVOffset' and 'diffuseUVScale'.
Add support for properties 'diffuseUVOffset' and 'diffuseUVScale'.
ActionScript
mit
aerys/minko-as3
53c40a2fd4e759a71893b474368ff474fd832813
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 tests for Enumerate{UserShared,Workshop}Files
Add tests for Enumerate{UserShared,Workshop}Files
ActionScript
bsd-2-clause
Ventero/FRESteamWorks,Ventero/FRESteamWorks,Ventero/FRESteamWorks,Ventero/FRESteamWorks
4a760182ae1e768be771a70bc85f36af9d70cb2d
frameworks/as/projects/FlexJSJX/src/org/apache/flex/core/SimpleCSSStyles.as
frameworks/as/projects/FlexJSJX/src/org/apache/flex/core/SimpleCSSStyles.as
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
add margin styles
add margin styles
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
08f6fd45fcb3247ff96077e4011fa64b66aab20b
as3/com/netease/protobuf/SimpleWebRPC.as
as3/com/netease/protobuf/SimpleWebRPC.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...
替换掉所有的 \.
替换掉所有的 \.
ActionScript
bsd-2-clause
tconkling/protoc-gen-as3
869d1ca794884f80642cc32ef2c451cff1f32f24
src/aerys/minko/type/math/Vector4.as
src/aerys/minko/type/math/Vector4.as
package aerys.minko.type.math { import aerys.minko.ns.minko_math; import aerys.minko.type.Factory; import aerys.minko.type.Signal; import aerys.minko.type.binding.IWatchable; import flash.geom.Vector3D; public class Vector4 implements IWatchable { use namespace minko_math; public static const X_AXIS ...
package aerys.minko.type.math { import aerys.minko.ns.minko_math; import aerys.minko.type.Factory; import aerys.minko.type.Signal; import aerys.minko.type.binding.IWatchable; import flash.geom.Vector3D; public class Vector4 implements IWatchable { use namespace minko_math; public static const X_AXIS ...
remove duplicate Vector4.compareTo() method, use Vector4.equals() instead
remove duplicate Vector4.compareTo() method, use Vector4.equals() instead
ActionScript
mit
aerys/minko-as3
ad09bec805a67d98e57e79deaee6cc98dd59d14b
src/as/com/threerings/util/Config.as
src/as/com/threerings/util/Config.as
// // $Id$ // // Narya library - tools for developing networked games // Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/narya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public Licens...
// // $Id$ // // Narya library - tools for developing networked games // Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/narya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public Licens...
Allow whether we're persisting to be queried.
Allow whether we're persisting to be queried. git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@5672 542714f4-19e9-0310-aa3c-eee0fc999fb1
ActionScript
lgpl-2.1
threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya
3c22779cd847c2f0a6d671e30d17dcb96d7111ab
src/aerys/minko/type/math/Vector4.as
src/aerys/minko/type/math/Vector4.as
package aerys.minko.type.math { import aerys.minko.ns.minko_math; import aerys.minko.type.Factory; import aerys.minko.type.Signal; import aerys.minko.type.binding.IWatchable; import flash.geom.Vector3D; public class Vector4 implements IWatchable { use namespace minko_math; public static const X_AXIS ...
package aerys.minko.type.math { import aerys.minko.ns.minko_math; import aerys.minko.type.Factory; import aerys.minko.type.Signal; import aerys.minko.type.binding.IWatchable; import flash.geom.Vector3D; public class Vector4 implements IWatchable { use namespace minko_math; public static const X_AXIS ...
fix Vector4::scale()
fix Vector4::scale()
ActionScript
mit
aerys/minko-as3
a19e94e9a22efec0c077e02ccb839d1e89f3b1f8
mustella/tests/basicTests/shim/VBox.as
mustella/tests/basicTests/shim/VBox.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...
put the v in the vbox
put the v in the vbox
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
9928c8e48b32c144e119776420a45abf59234bbb
src/aerys/minko/render/shader/part/environment/EnvironmentMappingShaderPart.as
src/aerys/minko/render/shader/part/environment/EnvironmentMappingShaderPart.as
package aerys.minko.render.shader.part.environment { import aerys.minko.render.material.environment.EnvironmentMappingProperties; import aerys.minko.render.shader.SFloat; import aerys.minko.render.shader.Shader; import aerys.minko.render.shader.part.BlendingShaderPart; import aerys.minko.render.shader.part.phong.L...
package aerys.minko.render.shader.part.environment { import flash.geom.Rectangle; import mx.messaging.SubscriptionInfo; import aerys.minko.render.material.environment.EnvironmentMappingProperties; import aerys.minko.render.shader.SFloat; import aerys.minko.render.shader.Shader; import aerys.minko.render.shade...
Fix env map computation
Fix env map computation
ActionScript
mit
aerys/minko-as3
00efbc5fe5c574641a74f6d246712b81c1f29055
src/aerys/minko/type/math/Quaternion.as
src/aerys/minko/type/math/Quaternion.as
package aerys.minko.type.math { import aerys.minko.type.Factory; public final class Quaternion { private static const FACTORY : Factory = Factory.getFactory(Quaternion); private static const EPSILON : Number = 1e-6; private static const TMP_QUATERNION : Quaternion = new Quaternion(); private v...
package aerys.minko.type.math { import aerys.minko.type.Factory; public final class Quaternion { private static const FACTORY : Factory = Factory.getFactory(Quaternion); private static const EPSILON : Number = 1e-6; private static const TMP_QUATERNION : Quaternion = new Quaternion(); private v...
Remove unused argument to Quaternion.normalize().
Remove unused argument to Quaternion.normalize().
ActionScript
mit
aerys/minko-as3
94e2d3d67643f9960d18ac90c6405afa80b06e8c
dolly-framework/src/test/actionscript/dolly/CloningOfCompositeCloneableClassTest.as
dolly-framework/src/test/actionscript/dolly/CloningOfCompositeCloneableClassTest.as
package dolly { import dolly.core.dolly_internal; import dolly.data.CloneableClass; import dolly.data.CompositeCloneableClass; import mx.collections.ArrayCollection; import mx.collections.ArrayList; import org.as3commons.reflect.Field; import org.as3commons.reflect.Type; import org.flexunit.asserts.assertEquals; impo...
package dolly { import dolly.core.dolly_internal; import dolly.data.CloneableClass; import dolly.data.CompositeCloneableClass; import mx.collections.ArrayCollection; import mx.collections.ArrayList; import org.as3commons.reflect.Field; import org.as3commons.reflect.Type; import org.flexunit.asserts.assertEquals; impo...
Optimize imports.
Optimize imports.
ActionScript
mit
Yarovoy/dolly
d11d7b408bf5f5fbde6859ad93d74c908ed192ba
testSrc/com/kemsky/support/TestSupport.as
testSrc/com/kemsky/support/TestSupport.as
package com.kemsky.support { import avmplus.getQualifiedClassName; import com.kemsky.Stream; import org.flexunit.asserts.assertEquals; import org.flexunit.asserts.assertFalse; import org.flexunit.asserts.assertTrue; public class TestSupport { public function TestSupport() ...
package com.kemsky.support { import avmplus.getQualifiedClassName; import com.kemsky.Stream; import com.kemsky.combine; import com.kemsky.filters._; import org.flexunit.asserts.assertEquals; import org.flexunit.asserts.assertFalse; import org.flexunit.asserts.assertTrue; public class ...
test combine
test combine
ActionScript
mit
kemsky/stream
d3bade48c317ffd4ad79b886d17b729678053187
src/aerys/minko/scene/controller/mesh/MeshVisibilityController.as
src/aerys/minko/scene/controller/mesh/MeshVisibilityController.as
package aerys.minko.scene.controller.mesh { import aerys.minko.ns.minko_math; import aerys.minko.render.geometry.Geometry; import aerys.minko.scene.controller.AbstractController; import aerys.minko.scene.node.Group; import aerys.minko.scene.node.ISceneNode; import aerys.minko.scene.node.Mesh; import aerys.minko....
package aerys.minko.scene.controller.mesh { import aerys.minko.ns.minko_math; import aerys.minko.render.geometry.Geometry; import aerys.minko.scene.controller.AbstractController; import aerys.minko.scene.node.Group; import aerys.minko.scene.node.ISceneNode; import aerys.minko.scene.node.Mesh; import aerys.minko....
fix MeshVisibilityController to set its data provider usage to DataProviderUsage.EXCLUSIVE in order to make sure cloning the mesh nodes won't cause duplicate binding properties errors
fix MeshVisibilityController to set its data provider usage to DataProviderUsage.EXCLUSIVE in order to make sure cloning the mesh nodes won't cause duplicate binding properties errors
ActionScript
mit
aerys/minko-as3
91e8dc958bab70fc4fa99f9fc422421e0b6c9e70
src/as/com/threerings/media/Ticker.as
src/as/com/threerings/media/Ticker.as
// Nenya library - tools for developing networked games // Copyright (C) 2002-2010 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/nenya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published...
// Nenya library - tools for developing networked games // Copyright (C) 2002-2010 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/nenya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published...
Make the proper call here - there's no remove() on arrays...
Make the proper call here - there's no remove() on arrays... git-svn-id: b675b909355d5cf946977f44a8ec5a6ceb3782e4@1002 ed5b42cb-e716-0410-a449-f6a68f950b19
ActionScript
lgpl-2.1
threerings/nenya,threerings/nenya
d067f5b0f494c45fd91fe3e5055a529cba584b24
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; public class swfcat exte...
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; public class swfcat exte...
Make fac_addr a local variable.
Make fac_addr a local variable.
ActionScript
mit
arlolra/flashproxy,glamrock/flashproxy,arlolra/flashproxy,infinity0/flashproxy,glamrock/flashproxy,arlolra/flashproxy,arlolra/flashproxy,infinity0/flashproxy,arlolra/flashproxy,glamrock/flashproxy,arlolra/flashproxy,arlolra/flashproxy,glamrock/flashproxy,infinity0/flashproxy,glamrock/flashproxy,glamrock/flashproxy,infi...
abffa4f45b2c132cc2607fc275aa47d2c0853b14
test/trace/trace_properties.as
test/trace/trace_properties.as
#if __SWF_VERSION__ == 5 // create a _global object, since it doesn't have one, these are ver 6 values _global = new_empty_object (); _global.ASSetNative = ASSetNative; _global.ASSetNativeAccessor = ASSetNativeAccessor; _global.ASSetPropFlags = ASSetPropFlags; _global.ASconstructor = ASconstructor; _global.ASnative = A...
#if __SWF_VERSION__ == 5 // create a _global object, since it doesn't have one, these are ver 6 values _global = new_empty_object (); _global.ASSetNative = ASSetNative; _global.ASSetNativeAccessor = ASSetNativeAccessor; _global.ASSetPropFlags = ASSetPropFlags; _global.ASconstructor = ASconstructor; _global.ASnative = A...
Make trace_properties.as detect properties with "not 6" flag and mark it
Make trace_properties.as detect properties with "not 6" flag and mark it This only works on versions other than 6
ActionScript
lgpl-2.1
freedesktop-unofficial-mirror/swfdec__swfdec,mltframework/swfdec,freedesktop-unofficial-mirror/swfdec__swfdec,mltframework/swfdec,freedesktop-unofficial-mirror/swfdec__swfdec
ea484fadee74d0bda68cd9f0bdbf38fad1fa54a7
as3/com/netease/protobuf/VarintWriter.as
as3/com/netease/protobuf/VarintWriter.as
// vim: tabstop=4 shiftwidth=4 // Copyright (c) 2010 , 杨博 (Yang Bo) All rights reserved. // // 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 { import fla...
// vim: tabstop=4 shiftwidth=4 // Copyright (c) 2010 , 杨博 (Yang Bo) All rights reserved. // // 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 { import fla...
修复 Varint 大于 127 时组包错误的问题
修复 Varint 大于 127 时组包错误的问题
ActionScript
bsd-2-clause
tconkling/protoc-gen-as3
89e7d8c395cba68490c1af404d7039f9cf8aba9b
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...
Remove labeldisplayshadow since it is not required
Remove labeldisplayshadow since it is not required
ActionScript
apache-2.0
shyamalschandra/flex-sdk,SlavaRa/flex-sdk,SlavaRa/flex-sdk,danteinforno/flex-sdk,danteinforno/flex-sdk,shyamalschandra/flex-sdk,SlavaRa/flex-sdk,danteinforno/flex-sdk,shyamalschandra/flex-sdk,apache/flex-sdk,adufilie/flex-sdk,adufilie/flex-sdk,adufilie/flex-sdk,danteinforno/flex-sdk,apache/flex-sdk,adufilie/flex-sdk,sh...
a644190f6c8f02fedf079be37a53ee17c2c6d4ce
WeaveJS/src/weavejs/util/DateUtils.as
WeaveJS/src/weavejs/util/DateUtils.as
/* ***** BEGIN LICENSE BLOCK ***** * * This file is part of Weave. * * The Initial Developer of Weave is the Institute for Visualization * and Perception Research at the University of Massachusetts Lowell. * Portions created by the Initial Developer are Copyright (C) 2008-2015 * the Initial Developer. All...
/* ***** BEGIN LICENSE BLOCK ***** * * This file is part of Weave. * * The Initial Developer of Weave is the Institute for Visualization * and Perception Research at the University of Massachusetts Lowell. * Portions created by the Initial Developer are Copyright (C) 2008-2015 * the Initial Developer. All...
Add check for NaN in formatDuration. #WEAVE-616 Fixed Spent time 1h
Add check for NaN in formatDuration. #WEAVE-616 Fixed Spent time 1h
ActionScript
mpl-2.0
WeaveTeam/WeaveJS,WeaveTeam/WeaveJS,WeaveTeam/WeaveJS,WeaveTeam/WeaveJS
f25d002733718f152777521908fd210afa9df8c0
com/segonquart/menuIdiomes.as
com/segonquart/menuIdiomes.as
import mx.transitions.easing.*; import com.mosesSupposes.fuse.*; class com.menuIdiomes extends MovieClip { public var fr:MovieClip; public function menuIdiomes () { this.onRollOver = this.over; this.onRollOut = this.out; this.onRelease =this.over; } private function over () { fr.colo...
import mx.transitions.easing.*; import com.mosesSupposes.fuse.*; class menuIdiomes extends MovieClip { public var fr:MovieClip; public function menuIdiomes () { this.onRollOver = this.over; this.onRollOut = this.out; this.onRelease =this.over; } private function over () { fr.colorTo ...
Update menuIdiomes.as
Update menuIdiomes.as
ActionScript
bsd-3-clause
delfiramirez/web-talking-wear,delfiramirez/web-talking-wear,delfiramirez/web-talking-wear
0e385a0e1aefd63c3cb300347e896355c01fce26
src/aerys/minko/render/shader/Shader.as
src/aerys/minko/render/shader/Shader.as
package aerys.minko.render.shader { import aerys.minko.ns.minko; import aerys.minko.render.renderer.state.RendererState; import aerys.minko.render.resource.ShaderResource; import aerys.minko.render.resource.TextureResource; import aerys.minko.render.shader.compiler.Compiler; import aerys.minko.render.shader.compi...
package aerys.minko.render.shader { import aerys.minko.ns.minko; import aerys.minko.render.renderer.state.RendererState; import aerys.minko.render.resource.ShaderResource; import aerys.minko.render.resource.TextureResource; import aerys.minko.render.shader.compiler.Compiler; import aerys.minko.render.shader.compi...
Fix minor bug in Shader
Fix minor bug in Shader
ActionScript
mit
aerys/minko-as3
812c315b7f7fb707852c9c620d38159331371db1
src/com/google/analytics/GATracker.as
src/com/google/analytics/GATracker.as
/* * Copyright 2008 Adobe Systems Inc., 2008 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
/* * Copyright 2008 Adobe Systems Inc., 2008 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
remove idle timer instanciation
remove idle timer instanciation
ActionScript
apache-2.0
nsdevaraj/gaforflash,minimedj/gaforflash,minimedj/gaforflash,nsdevaraj/gaforflash
1c3736590651b4fa6fdf586cb3aedee6846edff0
src/aerys/minko/type/binding/DataProvider.as
src/aerys/minko/type/binding/DataProvider.as
package aerys.minko.type.binding { import aerys.minko.type.Signal; import aerys.minko.type.enum.DataProviderUsage; import flash.utils.Dictionary; import flash.utils.Proxy; import flash.utils.flash_proxy; public dynamic class DataProvider extends Proxy implements IDynamicDataProvider { private var _usage ...
package aerys.minko.type.binding { import aerys.minko.type.Signal; import aerys.minko.type.enum.DataProviderUsage; import flash.utils.Dictionary; import flash.utils.Proxy; import flash.utils.flash_proxy; public dynamic class DataProvider extends Proxy implements IDynamicDataProvider { private var _usage ...
add DataProvider.unwatchProperty() protected method to unwatch a property and refactor other methods to use it
add DataProvider.unwatchProperty() protected method to unwatch a property and refactor other methods to use it
ActionScript
mit
aerys/minko-as3
03be372ed926b1b41f0b392c4441468bd80f98d5
src/org/mangui/jwplayer/media/HLSProvider.as
src/org/mangui/jwplayer/media/HLSProvider.as
package org.mangui.jwplayer.media { import org.mangui.HLS.parsing.Level; import org.mangui.HLS.*; import org.mangui.HLS.utils.Log; import org.mangui.HLS.utils.ScaleVideo; import com.longtailvideo.jwplayer.events.MediaEvent; import com.longtailvideo.jwplayer.model.PlayerConfig; import com.lo...
package org.mangui.jwplayer.media { import org.mangui.HLS.parsing.Level; import org.mangui.HLS.*; import org.mangui.HLS.utils.Log; import org.mangui.HLS.utils.ScaleVideo; import com.longtailvideo.jwplayer.events.MediaEvent; import com.longtailvideo.jwplayer.model.PlayerConfig; import com.lo...
Add missing getRawMedia overriding super method.
Add missing getRawMedia overriding super method.
ActionScript
mpl-2.0
desaintmartin/hlsprovider,desaintmartin/hlsprovider,desaintmartin/hlsprovider
4a2249943284de2723c18d29d540e4790fd78fdd
src/aerys/minko/render/DrawCall.as
src/aerys/minko/render/DrawCall.as
package aerys.minko.render { import aerys.minko.ns.minko_render; import aerys.minko.render.geometry.Geometry; import aerys.minko.render.geometry.stream.IVertexStream; import aerys.minko.render.geometry.stream.StreamUsage; import aerys.minko.render.geometry.stream.VertexStream; import aerys.minko.render.geometry.s...
package aerys.minko.render { import aerys.minko.ns.minko_render; import aerys.minko.render.geometry.Geometry; import aerys.minko.render.geometry.stream.IVertexStream; import aerys.minko.render.geometry.stream.StreamUsage; import aerys.minko.render.geometry.stream.VertexStream; import aerys.minko.render.geometry.s...
Fix for Bug #1232 bug in DrawCall.unsetBindings if _bindingsConsumer==null, the program is not created if enabled == false which is the expected behavior.
Fix for Bug #1232 bug in DrawCall.unsetBindings if _bindingsConsumer==null, the program is not created if enabled == false which is the expected behavior.
ActionScript
mit
aerys/minko-as3
bb4dab88212a5b732856daef7b9bf43bdd1b9fbc
plugins/vastPlugin/src/com/kaltura/kdpfl/plugin/component/VastMediator.as
plugins/vastPlugin/src/com/kaltura/kdpfl/plugin/component/VastMediator.as
package com.kaltura.kdpfl.plugin.component { import com.kaltura.kdpfl.ApplicationFacade; import com.kaltura.kdpfl.model.SequenceProxy; import com.kaltura.kdpfl.model.type.NotificationType; import com.kaltura.kdpfl.model.type.SequenceContextType; import com.kaltura.kdpfl.view.controls.KTrace; import com.kal...
package com.kaltura.kdpfl.plugin.component { import com.kaltura.kdpfl.ApplicationFacade; import com.kaltura.kdpfl.model.SequenceProxy; import com.kaltura.kdpfl.model.type.NotificationType; import com.kaltura.kdpfl.model.type.SequenceContextType; import com.kaltura.kdpfl.view.controls.KTrace; import com.kal...
fix skip statistics
vast: fix skip statistics
ActionScript
agpl-3.0
shvyrev/kdp,kaltura/kdp,kaltura/kdp,shvyrev/kdp,kaltura/kdp,shvyrev/kdp
2bf44cfc0c78e7eea0f54fdb78abd71b174e22c5
com/segonquart/Configuration.as
com/segonquart/Configuration.as
import mx.events.EventDispatcher; import mx.utils.Delegate; class com.segonquart.Configuration extends MovieClip { public var addListener:Function; public var addEventListener:Function; public var removeEventListener:Function; static var URLAPP:String = "http://www.talking-wear.com"; static var POLICY:Str...
import mx.events.EventDispatcher; import mx.utils.Delegate; class com.segonquart.Configuration extends MovieClip { public var addListener:Function; public var addEventListener:Function; public var removeEventListener:Function; static var URLAPP:String = "http://www.talking-wear.com"; static var POLICY:St...
Update Configuration.as
Update Configuration.as
ActionScript
bsd-3-clause
delfiramirez/web-talking-wear,delfiramirez/web-talking-wear,delfiramirez/web-talking-wear
14e29c99fbaba25aace6714949c3cca398c89643
bin/Data/Scripts/Main.as
bin/Data/Scripts/Main.as
Scene@ newScene_; Scene@ scene_; Camera@ camera_; void Start() { StartScene("Scenes/Level1.xml"); SubscribeToEvent("LevelComplete", "HandleLevelComplete"); } void Stop() { } void HandleLevelComplete(StringHash type, VariantMap& data) { log.Debug("Level Complete. I should be loading "+data["NextLevel"].GetString()...
Scene@ newScene_; Scene@ scene_; Camera@ camera_; Timer timer_; void Start() { StartScene("Scenes/Level1.xml"); SubscribeToEvent("LevelComplete", "HandleLevelComplete"); } void Stop() { } void HandleLevelComplete(StringHash type, VariantMap& data) { log.Debug("Level Complete. I should be loading "+data["NextLevel...
Add a level timer to the main procedure
Add a level timer to the main procedure
ActionScript
mit
leyarotheconquerer/on-off
5743bf1dba2e8f0e3b48752becab0153390475c0
shell/Domain.as
shell/Domain.as
/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * ...
/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * ...
remove one more commented out reference to AVMPLUS_MOPS (r=me)
remove one more commented out reference to AVMPLUS_MOPS (r=me)
ActionScript
mpl-2.0
pfgenyun/tamarin-redux,pfgenyun/tamarin-redux,pfgenyun/tamarin-redux,pfgenyun/tamarin-redux,pnkfelix/tamarin-redux,pnkfelix/tamarin-redux,pfgenyun/tamarin-redux,pfgenyun/tamarin-redux,pfgenyun/tamarin-redux,pnkfelix/tamarin-redux,pnkfelix/tamarin-redux,pnkfelix/tamarin-redux,pnkfelix/tamarin-redux,pnkfelix/tamarin-redu...
e061cd8cef2affbdf7d2ed78e6907fe2a0320b43
WEB-INF/lps/lfc/kernel/swf9/LzLibrary.as
WEB-INF/lps/lfc/kernel/swf9/LzLibrary.as
/** * LzLibrary.as * * @copyright Copyright 2001-2008 Laszlo Systems, Inc. All Rights Reserved. * Use is subject to license terms. * * @topic LZX * @subtopic Syntax */ /** * @lzxname import * @initarg stage */ class LzLibrary extends LzNode { #passthrough (toplevel:true) { im...
/** * LzLibrary.as * * @copyright Copyright 2001-2009 Laszlo Systems, Inc. All Rights Reserved. * Use is subject to license terms. * * @topic LZX * @subtopic Syntax */ /** * @lzxname import * @initarg stage */ class LzLibrary extends LzNode { #passthrough (toplevel:true) { im...
Change 20090112-hqm-j by hqm@badtzmaru.home on 2009-01-12 13:25:36 EST in /Users/hqm/openlaszlo/trunk5 for http://svn.openlaszlo.org/openlaszlo/trunk
Change 20090112-hqm-j by hqm@badtzmaru.home on 2009-01-12 13:25:36 EST in /Users/hqm/openlaszlo/trunk5 for http://svn.openlaszlo.org/openlaszlo/trunk Summary: Allow snippets to load into app, when wrapper html file comes from different URL New Features: Bugs Fixed: LPP-7615 Technical Reviewer: ptw QA Review...
ActionScript
epl-1.0
mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo
ca122661ebe79f3bce974ab8e618bc05df4166eb
src/com/merlinds/miracle_tool/viewer/ViewerView.as
src/com/merlinds/miracle_tool/viewer/ViewerView.as
/** * User: MerlinDS * Date: 18.07.2014 * Time: 17:42 */ package com.merlinds.miracle_tool.viewer { import com.bit101.components.List; import com.bit101.components.List; import com.bit101.components.Window; import com.merlinds.debug.log; import com.merlinds.miracle.Miracle; import com.merlinds.miracle.display...
/** * User: MerlinDS * Date: 18.07.2014 * Time: 17:42 */ package com.merlinds.miracle_tool.viewer { import com.bit101.components.List; import com.bit101.components.List; import com.bit101.components.Window; import com.merlinds.debug.log; import com.merlinds.miracle.Miracle; import com.merlinds.miracle.display...
change viewer
change viewer
ActionScript
mit
MerlinDS/miracle_tool
2d42cf7f8590cee1c7521e62b1002f55b307f4c5
dolly-framework/src/test/actionscript/dolly/CopyingOfCompositeCopyableClassTest.as
dolly-framework/src/test/actionscript/dolly/CopyingOfCompositeCopyableClassTest.as
package dolly { import dolly.core.dolly_internal; import dolly.data.CompositeCopyableClass; import mx.collections.ArrayCollection; import mx.collections.ArrayList; import org.as3commons.reflect.Field; import org.as3commons.reflect.Type; import org.flexunit.asserts.assertEquals; import org.flexunit.asserts.assertFals...
package dolly { import dolly.core.dolly_internal; import dolly.data.CompositeCopyableClass; import mx.collections.ArrayCollection; import mx.collections.ArrayList; import org.as3commons.reflect.Field; import org.as3commons.reflect.Type; import org.flexunit.asserts.assertEquals; import org.flexunit.asserts.assertFals...
Test for copying of ArrayList in CompositeCloneableClass.
Test for copying of ArrayList in CompositeCloneableClass.
ActionScript
mit
Yarovoy/dolly
054e441316ab831684cb23b64fd9866e4ae43dbd
src/model/AnimationDataProxy.as
src/model/AnimationDataProxy.as
package model { import dragonBones.objects.AnimationData; import dragonBones.objects.ArmatureData; import dragonBones.objects.MovementBoneData; import dragonBones.objects.MovementData; import dragonBones.objects.XMLDataParser; import dragonBones.utils.ConstValues; import dragonBones.utils.dragonBones_internal; ...
package model { import dragonBones.objects.AnimationData; import dragonBones.objects.ArmatureData; import dragonBones.objects.MovementBoneData; import dragonBones.objects.MovementData; import dragonBones.objects.XMLDataParser; import dragonBones.utils.ConstValues; import dragonBones.utils.dragonBones_internal; ...
fix bone parent change bug
fix bone parent change bug
ActionScript
mit
DragonBones/DesignPanel
c81aa637f8fd1fc716894d409997fdc15164ebcf
collect-client/src/main/flex/org/openforis/collect/presenter/CSVDataImportPresenter.as
collect-client/src/main/flex/org/openforis/collect/presenter/CSVDataImportPresenter.as
package org.openforis.collect.presenter { import flash.events.Event; import flash.net.FileFilter; import mx.collections.ArrayCollection; import mx.collections.IList; import mx.collections.ListCollectionView; import mx.controls.Tree; import mx.events.ListEvent; import mx.rpc.AsyncResponder; import mx.rpc.even...
package org.openforis.collect.presenter { import flash.events.Event; import flash.net.FileFilter; import mx.collections.ArrayCollection; import mx.collections.IList; import mx.collections.ListCollectionView; import mx.controls.Tree; import mx.events.ListEvent; import mx.rpc.AsyncResponder; import mx.rpc.even...
Solve compilation problem
Solve compilation problem
ActionScript
mit
openforis/collect,openforis/collect,openforis/collect,openforis/collect
afd4b0c9fed667da1b6153ec88bdf503fbef4f4b
frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ScrollingContainerView.as
frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ScrollingContainerView.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...
rewrite to assume a single child as the content area
rewrite to assume a single child as the content area
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
719b3f9d5ad0ad777fbde9c3459b442db62b04c7
src/aerys/minko/render/shader/SFloat.as
src/aerys/minko/render/shader/SFloat.as
package aerys.minko.render.shader { import aerys.minko.ns.minko_shader; import aerys.minko.render.shader.compiler.graph.nodes.AbstractNode; import aerys.minko.render.shader.compiler.graph.nodes.leaf.Constant; import aerys.minko.render.shader.compiler.graph.nodes.vertex.Extract; import aerys.minko.render.shader.com...
package aerys.minko.render.shader { import aerys.minko.ns.minko_shader; import aerys.minko.render.shader.compiler.graph.nodes.AbstractNode; import aerys.minko.render.shader.compiler.graph.nodes.leaf.Constant; import aerys.minko.render.shader.compiler.graph.nodes.vertex.Extract; import aerys.minko.render.shader.com...
set SFloat.getPropertyWriteComponentMask() to be private
set SFloat.getPropertyWriteComponentMask() to be private
ActionScript
mit
aerys/minko-as3
f30345e7109aa52f9d97eae757ce0ff298fddf03
src/aerys/minko/type/animation/Animation.as
src/aerys/minko/type/animation/Animation.as
package aerys.minko.type.animation { import aerys.minko.scene.node.IScene; import aerys.minko.scene.node.ITransformable; import aerys.minko.scene.node.group.Group; import aerys.minko.type.animation.timeline.ITimeline; import flash.utils.getTimer; public class Animation { private var _id : String; p...
package aerys.minko.type.animation { import aerys.minko.scene.node.IScene; import aerys.minko.scene.node.ITransformable; import aerys.minko.scene.node.group.Group; import aerys.minko.type.animation.timeline.ITimeline; import flash.utils.getTimer; public class Animation { private var _id : String; p...
Delete Animation::stepReverse method
Delete Animation::stepReverse method
ActionScript
mit
aerys/minko-as3
664b458430810ff0942b7c59d5aa25b4d3360b20
src/aerys/minko/scene/SceneIterator.as
src/aerys/minko/scene/SceneIterator.as
package aerys.minko.scene { import aerys.minko.scene.node.Group; import aerys.minko.scene.node.ISceneNode; import aerys.minko.type.binding.DataBindings; import flash.utils.Dictionary; import flash.utils.Proxy; import flash.utils.describeType; import flash.utils.flash_proxy; import flash.utils.getQualifiedClas...
package aerys.minko.scene { import aerys.minko.scene.node.Group; import aerys.minko.scene.node.ISceneNode; import aerys.minko.type.binding.DataBindings; import flash.utils.Dictionary; import flash.utils.Proxy; import flash.utils.describeType; import flash.utils.flash_proxy; import flash.utils.getQualifiedClas...
fix 'last()' xpath special function 'out of bounds' exception when the selection set is empty
fix 'last()' xpath special function 'out of bounds' exception when the selection set is empty
ActionScript
mit
aerys/minko-as3
bb6bef718eb7bb9dbb2daa471fc860067bdf0bfc
src/org/mangui/hls/demux/Nalu.as
src/org/mangui/hls/demux/Nalu.as
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ package org.mangui.hls.demux { import flash.utils.ByteArray; CONFIG::LOGGING { import org.mangui.hls....
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ package org.mangui.hls.demux { import flash.utils.ByteArray; CONFIG::LOGGING { import org.mangui.hls....
reduce release swf size
reduce release swf size
ActionScript
mpl-2.0
JulianPena/flashls,mangui/flashls,vidible/vdb-flashls,Boxie5/flashls,Corey600/flashls,loungelogic/flashls,tedconf/flashls,JulianPena/flashls,dighan/flashls,NicolasSiver/flashls,loungelogic/flashls,hola/flashls,codex-corp/flashls,tedconf/flashls,NicolasSiver/flashls,fixedmachine/flashls,clappr/flashls,fixedmachine/flash...
047d9f1e6b6bb2f547753a11a462faf1391c7956
src/org/mangui/osmf/plugins/HLSNetLoader.as
src/org/mangui/osmf/plugins/HLSNetLoader.as
package org.mangui.osmf.plugins { import flash.net.NetStream; import flash.net.NetConnection; import org.osmf.net.NetLoader; import org.osmf.media.URLResource; import org.mangui.HLS.HLS; public class HLSNetLoader extends NetLoader { private var _hls:HLS; public function HLSNetLoader(hls:HLS) { ...
package org.mangui.osmf.plugins { import flash.net.NetStream; import flash.net.NetConnection; import org.osmf.net.NetLoader; import org.osmf.media.URLResource; import org.mangui.HLS.HLS; public class HLSNetLoader extends NetLoader { private var _hls:HLS; private var _connection:NetConnection; ...
remove warnings
remove warnings
ActionScript
mpl-2.0
desaintmartin/hlsprovider,desaintmartin/hlsprovider,desaintmartin/hlsprovider
61191face972cd9876a78209b2b865afd95304ef
frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/SolidBackgroundBead.as
frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/SolidBackgroundBead.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...
allow as bead of view as well as component
allow as bead of view as well as component
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
4174e313f11f43e2cfc746d6408a57c43212afcf
src/aerys/minko/render/Viewport.as
src/aerys/minko/render/Viewport.as
package aerys.minko.render { import aerys.minko.Minko; import aerys.minko.ns.minko; import aerys.minko.render.effect.IEffect; import aerys.minko.render.effect.basic.BasicEffect; import aerys.minko.render.renderer.DefaultRenderer; import aerys.minko.render.renderer.IRenderer; import aerys.minko.scene.node.IScene;...
package aerys.minko.render { import aerys.minko.Minko; import aerys.minko.ns.minko; import aerys.minko.render.effect.IEffect; import aerys.minko.render.effect.basic.BasicEffect; import aerys.minko.render.renderer.DefaultRenderer; import aerys.minko.render.renderer.IRenderer; import aerys.minko.scene.node.IScene;...
call showLogo() at the very begining of Viewport.render
call showLogo() at the very begining of Viewport.render
ActionScript
mit
aerys/minko-as3
7332ce81d2e17f64efe700e3db088bbb86ac1223
src/com/esri/viewer/utils/SymbolParser.as
src/com/esri/viewer/utils/SymbolParser.as
/////////////////////////////////////////////////////////////////////////// // Copyright (c) 2011 Esri. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http:...
/////////////////////////////////////////////////////////////////////////// // Copyright (c) 2011 Esri. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http:...
Add Base64 source property to <picturemarkersymbol/>.
Add Base64 source property to <picturemarkersymbol/>.
ActionScript
apache-2.0
Esri/arcgis-viewer-flex,Esri/arcgis-viewer-flex,CanterburyRegionalCouncil/arcgis-viewer-flex,CanterburyRegionalCouncil/arcgis-viewer-flex,CanterburyRegionalCouncil/arcgis-viewer-flex
557362b0fae5e42403e4c34ceef272c1763886c9
src/PlayState.as
src/PlayState.as
package { import flash.display.BlendMode; import org.flixel.*; import org.flixel.FlxPoint; public class PlayState extends FlxState { // Tileset that works with AUTO mode (best for thin walls) [Embed(source = 'auto_tiles.png')]private static var auto_tiles:Class; // Tileset that works with AL...
package { import flash.display.BlendMode; import org.flixel.*; import org.flixel.FlxPoint; public class PlayState extends FlxState { // Tileset that works with AUTO mode (best for thin walls) [Embed(source = 'auto_tiles.png')]private static var auto_tiles:Class; // Tileset that works with AL...
Add basic idle animation.
Add basic idle animation.
ActionScript
artistic-2.0
hlfcoding/morning-stroll
14e2977f5bd8e35a7e9018ae162459777403ffc1
www/demos/template.as
www/demos/template.as
;=============================================================================== ; ; Empty template for new programs (replace with Title) ; ; Year Author <Email> ; Year Author <Email> ; ; Description ; ;============== Constants ====================================================== ; Interrupt ...
;=============================================================================== ; ; Empty template for new programs (replace with Title) ; ; Year Author <Email> ; Year Author <Email> ; ; Description ; ;=============================================================================== ; Interrupt ...
Clean 'template.as' demo
Clean 'template.as' demo
ActionScript
mit
goncalomb/p3js,goncalomb/p3js
93418afa4d9fe0346b4efa6181b95be53fe59a38
src/as/client/ClientApp.as
src/as/client/ClientApp.as
// // $Id$ package { import flash.display.Sprite; import flash.events.Event; import flash.events.IOErrorEvent; import flash.events.KeyboardEvent; import flash.events.ProgressEvent; import flash.events.SecurityErrorEvent; import flash.geom.Rectangle; import flash.net.Socket; import flash.text.TextField; import fla...
// // $Id$ package { import flash.display.Sprite; import flash.events.ContextMenuEvent; import flash.events.Event; import flash.events.IOErrorEvent; import flash.events.KeyboardEvent; import flash.events.ProgressEvent; import flash.events.SecurityErrorEvent; import flash.geom.Rectangle; import flash.net.SharedObje...
Allow customizing the text color, persist to preferences.
Allow customizing the text color, persist to preferences. git-svn-id: 41360ad359616a519dfba9f2f48af1afe653c9f7@10 be230a1c-449f-4488-b524-6273046f66f0
ActionScript
bsd-2-clause
ey6es/witgap,ey6es/witgap,ey6es/witgap,ey6es/witgap
72f052749e74a3ae461bb20d0996df6896d368cd
src/org/hola/Base64.as
src/org/hola/Base64.as
package org.hola { import flash.utils.ByteArray; public class Base64 extends Object { private static const _decodeChars:Vector.<int> = InitDecodeChar(); public function Base64() { super(); } public static function decode(param1:String) : ByteArray...
package org.hola { import flash.utils.ByteArray; public class Base64 extends Object { private static const _decodeChars:Vector.<int> = InitDecodeChar(); public static function decode(str : String) : ByteArray { var c1 : int; var c2 : int; var c3 : int; ...
improve performance and readability of Base64.as
improve performance and readability of Base64.as
ActionScript
mpl-2.0
hola/flashls,hola/flashls
e504f787edd833959a60209641b5690625d46e7f
src/org/jivesoftware/xiff/core/AbstractJID.as
src/org/jivesoftware/xiff/core/AbstractJID.as
package org.jivesoftware.xiff.core { public class AbstractJID { //TODO: this doesn't actually validate properly in some cases; need separate nodePrep, etc... protected static var jidNodeValidator:RegExp = /^([\x29\x23-\x25\x28-\x2E\x30-\x39\x3B\x3D\x3F\x41-\x7E\xA0 \u1680\u202F\u205F\u3000\u2000-\u2009\u200A...
package org.jivesoftware.xiff.core { public class AbstractJID { //TODO: this doesn't actually validate properly in some cases; need separate nodePrep, etc... protected static var jidNodeValidator:RegExp = /^([\x29\x23-\x25\x28-\x2E\x30-\x39\x3B\x3D\x3F\x41-\x7E\xA0 \u1680\u202F\u205F\u3000\u2000-\u2009\u200A...
Fix another NPE. r=Armando
Fix another NPE. r=Armando
ActionScript
apache-2.0
igniterealtime/XIFF
af202267f81b1ddde055ab4a8450e37ad946c799
com/segonquart/menuColourIdiomes.as
com/segonquart/menuColourIdiomes.as
import mx.transitions.easing.*; import com.mosesSupposes.fuse.*; class com segonquart menuColouridiomes extends MoviieClip { public var cat, es, en ,fr:MovieClip; public var arrayLang_arr:Array = new Array ("cat", "es", "en", "fr"); function menuColourIdiomes ():Void { this.onRollOver = t...
import mx.transitions.easing.*; import com.mosesSupposes.fuse.*; class menuColouridiomes extends MoviieClip { public var cat, es, en ,fr:MovieClip; public var arrayLang_arr:Array = new Array ("cat", "es", "en", "fr"); function menuColourIdiomes ():Void { this.onRollOver = this.mOver; th...
Update menuColourIdiomes.as
Update menuColourIdiomes.as
ActionScript
bsd-3-clause
delfiramirez/web-talking-wear,delfiramirez/web-talking-wear,delfiramirez/web-talking-wear
f6060d95af24a17cc36d7ae9c150e8a11e76fd37
src/as/com/threerings/flash/FilterUtil.as
src/as/com/threerings/flash/FilterUtil.as
package com.threerings.flash { import flash.display.DisplayObject; import flash.filters.BevelFilter; import flash.filters.BitmapFilter; import flash.filters.BlurFilter; import flash.filters.ColorMatrixFilter; import flash.filters.ConvolutionFilter; import flash.filters.DisplacementMapFilter; import flash.filters.Drop...
package com.threerings.flash { import flash.display.DisplayObject; import flash.filters.BevelFilter; import flash.filters.BitmapFilter; import flash.filters.BlurFilter; import flash.filters.ColorMatrixFilter; import flash.filters.ConvolutionFilter; import flash.filters.DisplacementMapFilter; import flash.filters.Drop...
bring the functionality from UD's HueFilter into FilterUtil. I need to test this with UD to make sure it works, and then these matrix functions should probably be put into a separate lib class (perhaps a new narya com.threerings.util.Matrix?)
bring the functionality from UD's HueFilter into FilterUtil. I need to test this with UD to make sure it works, and then these matrix functions should probably be put into a separate lib class (perhaps a new narya com.threerings.util.Matrix?) git-svn-id: b675b909355d5cf946977f44a8ec5a6ceb3782e4@203 ed5b42cb-e716-0...
ActionScript
lgpl-2.1
threerings/nenya,threerings/nenya
2a5d2c8cf2c382424f85e921a416ee471bef42df
WEB-INF/lps/lfc/kernel/swf9/LzHTTPLoader.as
WEB-INF/lps/lfc/kernel/swf9/LzHTTPLoader.as
/** * LzHTTPLoader.as * * @copyright Copyright 2007, 2008 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.*;...
/** * LzHTTPLoader.as * * @copyright Copyright 2007, 2008 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.*;...
Change 20080714-hqm-V by hqm@badtzmaru.home on 2008-07-14 21:40:34 EDT in /Users/hqm/openlaszlo/trunk4 for http://svn.openlaszlo.org/openlaszlo/trunk
Change 20080714-hqm-V by hqm@badtzmaru.home on 2008-07-14 21:40:34 EDT in /Users/hqm/openlaszlo/trunk4 for http://svn.openlaszlo.org/openlaszlo/trunk Summary: ensure SOLO data loads are done with absolute URLs New Features: Bugs Fixed: Technical Reviewer: pbr QA Reviewer: max Doc Reviewer: (pending) Docume...
ActionScript
epl-1.0
mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo
8745a94d0d6885db01aad1eb31df73b262612cf1
examples/LanguageTests/src/LanguageTests.as
examples/LanguageTests/src/LanguageTests.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 warnings in LanguageTest, changing 'insteadof' for 'is'
fix warnings in LanguageTest, changing 'insteadof' for 'is'
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
150865c3ee5ebcb158ceb7099972a18161c69148
bin/Data/Scripts/Editor/EditorViewDebugIcons.as
bin/Data/Scripts/Editor/EditorViewDebugIcons.as
// Editor debug icons // to add new std debug icons just add IconType, IconsTypesMaterials and ComponentTypes items enum IconsTypes { ICON_POINT_LIGHT = 0, ICON_SPOT_LIGHT, ICON_DIRECTIONAL_LIGHT, ICON_CAMERA, ICON_SOUND_SOURCE, ICON_SOUND_SOURCE_3D, ICON_SOUND_LISTENERS, ICON_ZONE, ...
// Editor debug icons // to add new std debug icons just add IconType, IconsTypesMaterials and ComponentTypes items enum IconsTypes { ICON_POINT_LIGHT = 0, ICON_SPOT_LIGHT, ICON_DIRECTIONAL_LIGHT, ICON_CAMERA, ICON_SOUND_SOURCE, ICON_SOUND_SOURCE_3D, ICON_SOUND_LISTENERS, ICON_ZONE, ...
change icons default size
change icons default size
ActionScript
mit
fire/Urho3D-1,PredatorMF/Urho3D,carnalis/Urho3D,codedash64/Urho3D,victorholt/Urho3D,MeshGeometry/Urho3D,c4augustus/Urho3D,c4augustus/Urho3D,kostik1337/Urho3D,victorholt/Urho3D,henu/Urho3D,tommy3/Urho3D,codemon66/Urho3D,rokups/Urho3D,abdllhbyrktr/Urho3D,SirNate0/Urho3D,urho3d/Urho3D,iainmerrick/Urho3D,bacsmar/Urho3D,Sup...
d3808c690f4215adb737c6ae622ef32b2f1141d6
actionscript/src/com/freshplanet/ane/AirDatePicker/AirDatePicker.as
actionscript/src/com/freshplanet/ane/AirDatePicker/AirDatePicker.as
////////////////////////////////////////////////////////////////////////////////////// // // Copyright 2012 Freshplanet (http://freshplanet.com | opensource@freshplanet.com) // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // ...
////////////////////////////////////////////////////////////////////////////////////// // // Copyright 2012 Freshplanet (http://freshplanet.com | opensource@freshplanet.com) // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // ...
add functions to as
add functions to as
ActionScript
apache-2.0
freshplanet/ANE-DatePicker,freshplanet/ANE-DatePicker,IngweLand/ANE-DatePicker,IngweLand/ANE-DatePicker
40515e3dfea91f745305c65b5d9f44a2731bde4c
src/swf2png.as
src/swf2png.as
package { import com.adobe.images.PNGEncoder; import flash.desktop.NativeApplication; import flash.display.BitmapData; import flash.display.Loader; import flash.display.MovieClip; import flash.display.Sprite; import flash.events.Event; import flash.events.InvokeEvent; import flash.events.TimerEvent; import ...
package { import com.adobe.images.PNGEncoder; import flash.desktop.NativeApplication; import flash.display.BitmapData; import flash.display.Loader; import flash.display.MovieClip; import flash.display.Sprite; import flash.events.Event; import flash.events.InvokeEvent; import flash.events.TimerEvent; import ...
Adjust output size and positioning after content.
Adjust output size and positioning after content. The output size is now adjusted after the content size, which stops content from being incorrectly cropped.
ActionScript
mit
mdahlstrand/swf2png