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
872e685698b4f179cc89401ff0c5234961e11db6
frameworks/projects/HTML/as/src/org/apache/flex/html/TextArea.as
frameworks/projects/HTML/as/src/org/apache/flex/html/TextArea.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 textarea
fix textarea
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
aacf5c0a38361911fd3abdd4b3bb899a752e6f52
src/ageofai/map/view/MapView.as
src/ageofai/map/view/MapView.as
/** * Created by newkrok on 08/04/16. */ package ageofai.map.view { import ageofai.building.view.home.HomeView; import ageofai.map.constant.CMap; import ageofai.map.constant.CMapNodeType; import ageofai.map.model.MapNode; import common.mvc.view.base.ABaseView; import flash.display.Bitmap; import flash.di...
/** * Created by newkrok on 08/04/16. */ package ageofai.map.view { import ageofai.building.view.home.HomeView; import ageofai.map.constant.CMap; import ageofai.map.constant.CMapNodeType; import ageofai.map.model.MapNode; import common.mvc.view.base.ABaseView; import flash.display.Bitmap; import flash.di...
Test Map generation fixed
Test Map generation fixed Test Map generation fixed
ActionScript
apache-2.0
goc-flashplusplus/ageofai
29a599371d400f3e167314a9fddaa01b4ac4dd60
src/aerys/minko/scene/node/AbstractSceneNode.as
src/aerys/minko/scene/node/AbstractSceneNode.as
package aerys.minko.scene.node { import aerys.minko.ns.minko_scene; import aerys.minko.scene.controller.AbstractController; import aerys.minko.scene.controller.IRebindableController; import aerys.minko.scene.data.TransformDataProvider; import aerys.minko.type.Signal; import aerys.minko.type.clone.CloneOptions; i...
package aerys.minko.scene.node { import aerys.minko.ns.minko_scene; import aerys.minko.scene.controller.AbstractController; import aerys.minko.scene.controller.IRebindableController; import aerys.minko.scene.data.TransformDataProvider; import aerys.minko.type.Signal; import aerys.minko.type.clone.CloneOptions; i...
Revert useless change on AbstractSceneNode
Revert useless change on AbstractSceneNode
ActionScript
mit
aerys/minko-as3
0a35ac861eac1a6198706706c12eeabae79d9547
Impetus.as
Impetus.as
package { import flash.display.Sprite; import flash.external.ExternalInterface; public class Impetus extends Sprite { private var sounds:Vector.<ImpetusSound>; public function Impetus():void { this.sounds = new Vector.<ImpetusSound>(); if(ExternalInterf...
package { import flash.display.Sprite; import flash.external.ExternalInterface; public class Impetus extends Sprite { private var sounds:Vector.<ImpetusSound>; public function Impetus():void { this.sounds = new Vector.<ImpetusSound>(); if(ExternalInterf...
Make getSound() private
Make getSound() private
ActionScript
mit
Julow/Impetus
59ea2affbb21aeffde5de06748788f6ee05dd846
Impetus.as
Impetus.as
package { import flash.display.Sprite; import flash.external.ExternalInterface; public class Impetus extends Sprite { private var sounds:Vector.<ImpetusSound>; public function Impetus():void { this.sounds = new Vector.<ImpetusSound>(); if(ExternalInterf...
package { import flash.display.Sprite; import flash.external.ExternalInterface; public class Impetus extends Sprite { private var sounds:Vector.<ImpetusSound>; public function Impetus():void { this.sounds = new Vector.<ImpetusSound>(); if(ExternalInterf...
Add playNew method to Impetus & ExternalInterface callbacks
Add playNew method to Impetus & ExternalInterface callbacks
ActionScript
mit
Julow/Impetus
7085cf6260b16266cf28cb8a1ff853b25eec218e
src/goplayer/ConfigurationParser.as
src/goplayer/ConfigurationParser.as
package goplayer { public class ConfigurationParser { private const result : Configuration = new Configuration private var parameters : Object public function ConfigurationParser(parameters : Object) { this.parameters = parameters } public function execute() : void { // XXX: Clean u...
package goplayer { public class ConfigurationParser { private const result : Configuration = new Configuration private var parameters : Object public function ConfigurationParser(parameters : Object) { this.parameters = parameters } public function execute() : void { // XXX: Clean u...
Remove hard-coded default skinURL.
Remove hard-coded default skinURL.
ActionScript
mit
dbrock/goplayer,dbrock/goplayer
bb6d4e27a253e5452a234ea02c825d02f61f5200
dolly-framework/src/main/actionscript/dolly/Copier.as
dolly-framework/src/main/actionscript/dolly/Copier.as
package dolly { import dolly.core.dolly_internal; import dolly.core.metadata.MetadataName; import org.as3commons.reflect.Accessor; import org.as3commons.reflect.AccessorAccess; import org.as3commons.reflect.Field; import org.as3commons.reflect.IMetadataContainer; import org.as3commons.reflect.Type; import org.as3comm...
package dolly { import dolly.core.dolly_internal; import dolly.core.metadata.MetadataName; import flash.utils.Dictionary; import org.as3commons.reflect.Accessor; import org.as3commons.reflect.AccessorAccess; import org.as3commons.reflect.Field; import org.as3commons.reflect.IMetadataContainer; import org.as3commons....
Remove duplications from founded copyable fields list.
Remove duplications from founded copyable fields list.
ActionScript
mit
Yarovoy/dolly
1d853a9a6c0d09aea60a6579fa6f1baa5bb9b5ba
src/aerys/minko/scene/controller/ScriptController.as
src/aerys/minko/scene/controller/ScriptController.as
package aerys.minko.scene.controller { import aerys.minko.render.Viewport; import aerys.minko.scene.node.ISceneNode; import aerys.minko.scene.node.Scene; import aerys.minko.type.KeyboardManager; import aerys.minko.type.MouseManager; import flash.display.BitmapData; import flash.utils.Dictionary; public class...
package aerys.minko.scene.controller { import aerys.minko.render.Viewport; import aerys.minko.scene.node.ISceneNode; import aerys.minko.scene.node.Scene; import aerys.minko.type.KeyboardManager; import aerys.minko.type.MouseManager; import flash.display.BitmapData; import flash.utils.Dictionary; public class...
fix missing init of ScriptController._started
fix missing init of ScriptController._started
ActionScript
mit
aerys/minko-as3
2842d3921d37d810cda6fb2908cdaad89a217e36
Arguments/src/logic/ModusTollens.as
Arguments/src/logic/ModusTollens.as
package logic { /** AGORA - an interactive and web-based argument mapping tool that stimulates reasoning, reflection, critique, deliberation, and creativity in individual argument construction and in collaborative or adversarial settings. Copyright (C) 2011 Georgia Institute of Technology This program ...
package logic { /** AGORA - an interactive and web-based argument mapping tool that stimulates reasoning, reflection, critique, deliberation, and creativity in individual argument construction and in collaborative or adversarial settings. Copyright (C) 2011 Georgia Institute of Technology This program ...
Fix missing import
Fix missing import
ActionScript
agpl-3.0
mbjornas3/AGORA,MichaelHoffmann/AGORA,MichaelHoffmann/AGORA,MichaelHoffmann/AGORA,mbjornas3/AGORA
075b03fcac4b7ea46a8ea4e7143450cf1fca3b80
src/org/mangui/hls/model/FragmentData.as
src/org/mangui/hls/model/FragmentData.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 { import org.mangui.hls.demux.ID3Tag; import org.mangui.hls.flv.FLVTag; im...
/* 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 { import org.mangui.hls.demux.ID3Tag; import org.mangui.hls.flv.FLVTag; im...
Add bytesTotal
[Mangui.FragmentData] Add bytesTotal Parallel of ProgressEvent.bytesTotal. Used by FragmentStream.
ActionScript
mpl-2.0
codex-corp/flashls,codex-corp/flashls
165af193b98df393361f3ba50cf3e3c98e08b15b
frameworks/projects/framework/src/mx/utils/UIDUtil.as
frameworks/projects/framework/src/mx/utils/UIDUtil.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...
UPDATE FLEX-33829 improve create UID performance and use fix minor issue
UPDATE FLEX-33829 improve create UID performance and use fix minor issue
ActionScript
apache-2.0
adufilie/flex-sdk,adufilie/flex-sdk,apache/flex-sdk,SlavaRa/flex-sdk,SlavaRa/flex-sdk,shyamalschandra/flex-sdk,shyamalschandra/flex-sdk,apache/flex-sdk,apache/flex-sdk,SlavaRa/flex-sdk,apache/flex-sdk,SlavaRa/flex-sdk,shyamalschandra/flex-sdk,apache/flex-sdk,apache/flex-sdk,danteinforno/flex-sdk,shyamalschandra/flex-sd...
2981af0cf0c570be1e60bccd0ccbc215de8993dc
swfcat.as
swfcat.as
package { import flash.display.Sprite; import flash.text.TextField; import flash.net.XMLSocket; public class swfcat extends Sprite { private var output_text:TextField; private function puts(s:String):void { output_text.appendText(s + "\n"); } pu...
package { import flash.display.Sprite; import flash.text.TextField; import flash.net.Socket; import flash.events.Event; import flash.events.IOErrorEvent; import flash.events.SecurityErrorEvent; public class swfcat extends Sprite { private var output_text:TextField; priv...
Add socket connection.
Add socket connection.
ActionScript
mit
infinity0/flashproxy,arlolra/flashproxy,glamrock/flashproxy,arlolra/flashproxy,arlolra/flashproxy,arlolra/flashproxy,arlolra/flashproxy,infinity0/flashproxy,glamrock/flashproxy,infinity0/flashproxy,infinity0/flashproxy,infinity0/flashproxy,infinity0/flashproxy,glamrock/flashproxy,glamrock/flashproxy,arlolra/flashproxy,...
05f5806ac6a8f60caaa0dff403554e36aeba728d
HLSPlugin/src/org/denivip/osmf/plugins/HLSPluginInfo.as
HLSPlugin/src/org/denivip/osmf/plugins/HLSPluginInfo.as
package org.denivip.osmf.plugins { import org.denivip.osmf.elements.M3U8Element; import org.denivip.osmf.logging.GALogHandler; import org.denivip.osmf.logging.HLSLoggerFactory; import org.denivip.osmf.logging.LogHandler; import org.denivip.osmf.logging.TraceLogHandler; import org.osmf.logging.Log; import org.osm...
package org.denivip.osmf.plugins { import org.denivip.osmf.elements.M3U8Element; //import org.denivip.osmf.logging.GALogHandler; import org.denivip.osmf.logging.HLSLoggerFactory; import org.denivip.osmf.logging.LogHandler; import org.denivip.osmf.logging.TraceLogHandler; import org.osmf.logging.Log; import org.o...
Comment unnecessary import
Comment unnecessary import
ActionScript
isc
denivip/osmf-hls-plugin,denivip/osmf-hls-plugin,mruse/osmf-hls-plugin,mruse/osmf-hls-plugin
f3aa02f61db68dd6a11b7edba6d30b5542eae294
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 target to load ROM to EverDrive using loader64
Add target to load ROM to EverDrive using loader64
ActionScript
mit
queueRAM/sm64tools,queueRAM/sm64tools
ea6fb6bcc5760f60bb24ff34cef8df36a5608445
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...
remove useless offset argument from the IndexStream constructor and add IndexStream.pushBytes(), IndexStream.pushTriangle() and IndexStream.setTriangle()
remove useless offset argument from the IndexStream constructor and add IndexStream.pushBytes(), IndexStream.pushTriangle() and IndexStream.setTriangle()
ActionScript
mit
aerys/minko-as3
ec96f80864b89970953eba9aff0fe16adb5f452e
frameworks/projects/Core/src/main/flex/org/apache/flex/utils/Timer.as
frameworks/projects/Core/src/main/flex/org/apache/flex/utils/Timer.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 a TIMER constant for events.
Add a TIMER constant for events.
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
23fb282a12d0232556ebfc47f0781eb6b2ca35fd
flexEditor/src/org/arisgames/editor/util/AppConstants.as
flexEditor/src/org/arisgames/editor/util/AppConstants.as
package org.arisgames.editor.util { public class AppConstants { //Server URL //public static const APPLICATION_ENVIRONMENT_ROOT_URL:String = "http://arisgames.org/stagingserver1"; //For other URL's to append to- Staging public static const APPLICATION_ENVIRONMENT_ROOT_URL:String = "http://atsosxdev.doit.wisc.edu/ari...
package org.arisgames.editor.util { public class AppConstants { //Server URL //public static const APPLICATION_ENVIRONMENT_ROOT_URL:String = "http://arisgames.org/stagingserver1"; //For other URL's to append to- Staging public static const APPLICATION_ENVIRONMENT_ROOT_URL:String = "http://atsosxdev.doit.wisc.edu/ari...
update default augbubble icon
update default augbubble icon
ActionScript
mit
fielddaylab/sifter-ios,fielddaylab/sifter-ios
7f476b91e00821d74c0d1f589ce6aed45e7010ab
src/com/kemsky/impl/filters/mapped.as
src/com/kemsky/impl/filters/mapped.as
package com.kemsky.impl.filters { public function mapped(val1:*, map:Object):Function { return function (item:*):Boolean { var key:* = toValue(item, val1); return map.hasOwnProperty(key); }; } }
package com.kemsky.impl.filters { public function mapped(val1:*, map:*):Function { return function (item:*):Boolean { var key:* = toValue(item, val1); if(map is Function) { return map(key); } else { ...
remove flex dependencies
remove flex dependencies
ActionScript
mit
kemsky/stream
2797a2c3233ee08f5345719559e7cb40ee100db2
frameworks/projects/framework/src/mx/collections/ComplexSortField.as
frameworks/projects/framework/src/mx/collections/ComplexSortField.as
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
Revert "TFC-12136"
Revert "TFC-12136" This reverts commit 45e61644e6a3543937a0fa3db11c3b98b228ae2d.
ActionScript
apache-2.0
apache/flex-sdk,apache/flex-sdk,apache/flex-sdk,apache/flex-sdk,apache/flex-sdk,apache/flex-sdk
953559745cde7e54ffec0d070d3aaa92776d950f
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
426678cf6b3320f33f0e6fe4ca99a7b8c1c69d22
test/src/FRESteamWorksTest.as
test/src/FRESteamWorksTest.as
/* * FRESteamWorks.h * This file is part of FRESteamWorks. * * Created by David ´Oldes´ Oliva on 3/29/12. * Contributors: Ventero <http://github.com/Ventero> * Copyright (c) 2012 Amanita Design. All rights reserved. * Copyright (c) 2012-2013 Level Up Labs, LLC. All rights reserved. */ package { import c...
/* * FRESteamWorks.h * This file is part of FRESteamWorks. * * Created by David ´Oldes´ Oliva on 3/29/12. * Contributors: Ventero <http://github.com/Ventero> * Copyright (c) 2012 Amanita Design. All rights reserved. * Copyright (c) 2012-2013 Level Up Labs, LLC. All rights reserved. */ package { import c...
Use guard style
[test] Use guard style
ActionScript
bsd-2-clause
Ventero/FRESteamWorks,Ventero/FRESteamWorks,Ventero/FRESteamWorks,Ventero/FRESteamWorks
8e6e94e3b25f1e4e3e92729a9bd6139aa36dadd8
exporter/src/main/as/flump/SwfTexture.as
exporter/src/main/as/flump/SwfTexture.as
// // Flump - Copyright 2012 Three Rings Design package flump { import flash.display.Bitmap; import flash.display.BitmapData; import flash.display.DisplayObject; import flash.display.IBitmapDrawable; import flash.display.MovieClip; import flash.display.Sprite; import flash.geom.Matrix; import flash.geom.Point; import...
// // Flump - Copyright 2012 Three Rings Design package flump { import flash.display.Bitmap; import flash.display.BitmapData; import flash.display.DisplayObject; import flash.display.IBitmapDrawable; import flash.display.MovieClip; import flash.display.Sprite; import flash.geom.Matrix; import flash.geom.Point; import...
Fix texture exporting for scales > 1
Fix texture exporting for scales > 1 Though really, we should never be scaling beyond 1...
ActionScript
mit
funkypandagame/flump,funkypandagame/flump,mathieuanthoine/flump,mathieuanthoine/flump,mathieuanthoine/flump,tconkling/flump,tconkling/flump
528dfa19ba16f202bfc2f23eece64afae6bb615d
src/aerys/minko/render/shader/compiler/graph/ShaderGraph.as
src/aerys/minko/render/shader/compiler/graph/ShaderGraph.as
package aerys.minko.render.shader.compiler.graph { import aerys.minko.Minko; import aerys.minko.render.geometry.stream.format.VertexComponent; import aerys.minko.render.resource.Program3DResource; import aerys.minko.render.resource.texture.ITextureResource; import aerys.minko.render.shader.Signature; import aerys...
package aerys.minko.render.shader.compiler.graph { import aerys.minko.Minko; import aerys.minko.render.geometry.stream.format.VertexComponent; import aerys.minko.render.resource.Program3DResource; import aerys.minko.render.resource.texture.ITextureResource; import aerys.minko.render.shader.Signature; import aerys...
comment visitor responsible for automated CPU/GPU balancing in ShaderGraph because of poor performnaces of evalexp on the CPU
comment visitor responsible for automated CPU/GPU balancing in ShaderGraph because of poor performnaces of evalexp on the CPU
ActionScript
mit
aerys/minko-as3
51d604ffbaf28c27a83ad478bbe7a9ecb2a9c5d7
frameworks/as/projects/FlexJSUI/src/org/apache/flex/core/Application.as
frameworks/as/projects/FlexJSUI/src/org/apache/flex/core/Application.as
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
Remove unnecessary trace
Remove unnecessary trace
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
9705549935493d55f661c8978f5ce29ac625a63c
frameworks/projects/HTML/as/src/org/apache/flex/html/beads/ImageView.as
frameworks/projects/HTML/as/src/org/apache/flex/html/beads/ImageView.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 image loading on the SWF side
fix image loading on the SWF side
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
a87b0dbd8f88c3777691f99afb34e080217ff72a
src/org/mangui/osmf/plugins/traits/HLSDynamicStreamTrait.as
src/org/mangui/osmf/plugins/traits/HLSDynamicStreamTrait.as
package org.mangui.osmf.plugins.traits { import org.mangui.hls.HLS; import org.mangui.hls.event.HLSEvent; import org.osmf.traits.DynamicStreamTrait; import org.osmf.utils.OSMFStrings; CONFIG::LOGGING { import org.mangui.hls.utils.Log; } public class HLSDynamicStreamTrait extends Dy...
package org.mangui.osmf.plugins.traits { import org.mangui.hls.HLS; import org.mangui.hls.event.HLSEvent; import org.osmf.traits.DynamicStreamTrait; import org.osmf.utils.OSMFStrings; CONFIG::LOGGING { import org.mangui.hls.utils.Log; } public class HLSDynamicStreamTrait extends Dy...
fix bitrate computation related to #97
flashlsOSMF.swf: fix bitrate computation related to #97
ActionScript
mpl-2.0
fixedmachine/flashls,ryanhefner/flashls,mangui/flashls,fixedmachine/flashls,Peer5/flashls,JulianPena/flashls,stevemayhew/flashls,aevange/flashls,Corey600/flashls,hola/flashls,School-Improvement-Network/flashls,Boxie5/flashls,ryanhefner/flashls,suuhas/flashls,dighan/flashls,clappr/flashls,loungelogic/flashls,stevemayhew...
77bc817f4949cb2d269f5c3f1fda24fd8b2aa6b1
src/as/com/threerings/parlor/client/DefaultFlexTableConfigurator.as
src/as/com/threerings/parlor/client/DefaultFlexTableConfigurator.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 new LabeledSlider instead of rolling our own.
Use the new LabeledSlider instead of rolling our own. git-svn-id: a3e1eb16dde062992de22c830ed8045c8013209a@241 c613c5cb-e716-0410-b11b-feb51c14d237
ActionScript
lgpl-2.1
threerings/vilya,threerings/vilya
07db69261e9b05a78139e178b0b91ed9c06fc15a
src/asfac.tests/src/com/thedevstop/asfac/FluentRegistrationTests.as
src/asfac.tests/src/com/thedevstop/asfac/FluentRegistrationTests.as
package com.thedevstop.asfac { import asunit.framework.TestCase; import flash.errors.IllegalOperationError; import flash.utils.Dictionary; /** * ... * @author */ public class FluentRegistrationTests extends TestCase { public function FluentRegistrationTests(testMethod:String = null) { super(testMe...
package com.thedevstop.asfac { import asunit.framework.TestCase; import flash.errors.IllegalOperationError; import flash.utils.Dictionary; /** * ... * @author */ public class FluentRegistrationTests extends TestCase { public function FluentRegistrationTests(testMethod:String = null) { super(testMe...
Add fluent test that new instances are returned when registering not as singleton
Add fluent test that new instances are returned when registering not as singleton
ActionScript
mit
thedevstop/asfac
f9c6a9328f553c52c03f371dcb0c57a83545b8de
Agent.as
Agent.as
package { import flash.display.Sprite; import flash.events.Event; import flash.events.DataEvent; import flash.events.IOErrorEvent; import flash.events.SecurityErrorEvent; import flash.net.XMLSocket; public class Agent extends Sprite { private static const HOST:String = "localhost"...
package { import flash.display.Sprite; import flash.events.Event; import flash.events.DataEvent; import flash.events.IOErrorEvent; import flash.events.SecurityErrorEvent; import flash.net.XMLSocket; public class Agent extends Sprite { private static const HOST:String = "localhost"...
remove debug line
remove debug line
ActionScript
apache-2.0
osi/flash-profiler
ab5b573d6a5baf12bd034e3ed937c622dbd37422
frameworks/projects/mobiletheme/src/spark/skins/ios7/ButtonBarSkin.as
frameworks/projects/mobiletheme/src/spark/skins/ios7/ButtonBarSkin.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 TODO
Add TODO
ActionScript
apache-2.0
adufilie/flex-sdk,shyamalschandra/flex-sdk,adufilie/flex-sdk,adufilie/flex-sdk,SlavaRa/flex-sdk,danteinforno/flex-sdk,SlavaRa/flex-sdk,danteinforno/flex-sdk,SlavaRa/flex-sdk,apache/flex-sdk,shyamalschandra/flex-sdk,danteinforno/flex-sdk,SlavaRa/flex-sdk,shyamalschandra/flex-sdk,shyamalschandra/flex-sdk,apache/flex-sdk,...
f4c04b663761dc8c43ac1d6cbd7312d3653c045a
src/aerys/minko/render/geometry/stream/VertexStreamList.as
src/aerys/minko/render/geometry/stream/VertexStreamList.as
package aerys.minko.render.geometry.stream { import aerys.minko.ns.minko_stream; import aerys.minko.render.geometry.stream.format.VertexComponent; import aerys.minko.render.geometry.stream.format.VertexFormat; import aerys.minko.type.Signal; public final class VertexStreamList implements IVertexStream { use na...
package aerys.minko.render.geometry.stream { import aerys.minko.ns.minko_stream; import aerys.minko.render.geometry.stream.format.VertexComponent; import aerys.minko.render.geometry.stream.format.VertexFormat; import aerys.minko.type.Signal; public final class VertexStreamList implements IVertexStream { use na...
add missing execution of VertexStreamList.changed in VertexStreamList.pushVertexStream()
add missing execution of VertexStreamList.changed in VertexStreamList.pushVertexStream()
ActionScript
mit
aerys/minko-as3
b0e7972a9a8e40f48598e9390de3d7b57d007238
src/aerys/minko/render/material/realistic/RealisticMaterial.as
src/aerys/minko/render/material/realistic/RealisticMaterial.as
package aerys.minko.render.material.realistic { import aerys.minko.render.Effect; import aerys.minko.render.material.environment.EnvironmentMappingProperties; import aerys.minko.render.material.phong.PhongEffect; import aerys.minko.render.material.phong.PhongMaterial; import aerys.minko.render.resource.texture.ITe...
package aerys.minko.render.material.realistic { import aerys.minko.render.Effect; import aerys.minko.render.material.environment.EnvironmentMappingProperties; import aerys.minko.render.material.phong.PhongEffect; import aerys.minko.render.material.phong.PhongMaterial; import aerys.minko.render.resource.texture.ITe...
remove useless imports
remove useless imports
ActionScript
mit
aerys/minko-as3
51540e17eee78efcf7ce4e9666727c80fbf76848
src/gaforflash_example.as
src/gaforflash_example.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 ap...
/* * 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 ap...
update example
update example
ActionScript
apache-2.0
minimedj/gaforflash,nsdevaraj/gaforflash,minimedj/gaforflash,nsdevaraj/gaforflash
28270395dfd6d3c914272dc94eb5637da07e76f5
frameworks/as/projects/FlexJSUI/src/org/apache/flex/binding/ConstantBinding.as
frameworks/as/projects/FlexJSUI/src/org/apache/flex/binding/ConstantBinding.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 override of destination in ConstantBinding as well
allow override of destination in ConstantBinding as well
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
e95eee4b15c9513e122c46553e05950e31321db6
frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TextAreaView.as
frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TextAreaView.as
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
use host
use host
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
912692ea30af1f186de02f86b8a0687523e9c7e9
dolly-framework/src/test/resources/dolly/ClassWithSomeCopyableFields.as
dolly-framework/src/test/resources/dolly/ClassWithSomeCopyableFields.as
package dolly { public class ClassWithSomeCopyableFields { public static var staticProperty1:String; [Cloneable] public static var staticProperty2:String; [Cloneable] public static var staticProperty3:String; private var _writableField:String; private var _readOnlyField:String = "read-only field value"; pu...
package dolly { public class ClassWithSomeCopyableFields { public static var staticProperty1:String; [Copyable] public static var staticProperty2:String; [Copyable] public static var staticProperty3:String; private var _writableField:String; private var _readOnlyField:String = "read-only field value"; publ...
Change metadata tags to Copyable in test data class.
Change metadata tags to Copyable in test data class.
ActionScript
mit
Yarovoy/dolly
57a63b038228c1d757dc355a6a636fdce7ae7acb
examples/flexjs/DataBindingExample_as/src/DataBindingExample.as
examples/flexjs/DataBindingExample_as/src/DataBindingExample.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 licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this ...
/** Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this ...
fix as example
fix as example
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
94cb1704cd0b4b5ab36ccc241b560c65a322790d
frameworks/projects/spark/src/spark/components/BusyIndicator.as
frameworks/projects/spark/src/spark/components/BusyIndicator.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...
Update comments to keep up with latest visual changes
Update comments to keep up with latest visual changes
ActionScript
apache-2.0
danteinforno/flex-sdk,danteinforno/flex-sdk,shyamalschandra/flex-sdk,apache/flex-sdk,apache/flex-sdk,adufilie/flex-sdk,apache/flex-sdk,SlavaRa/flex-sdk,adufilie/flex-sdk,adufilie/flex-sdk,shyamalschandra/flex-sdk,apache/flex-sdk,shyamalschandra/flex-sdk,apache/flex-sdk,SlavaRa/flex-sdk,danteinforno/flex-sdk,shyamalscha...
723da29e5ee5be82070b5fd663a696d447eea74e
src/org/mangui/HLS/muxing/AAC.as
src/org/mangui/HLS/muxing/AAC.as
package org.mangui.HLS.muxing { import org.mangui.HLS.HLSAudioTrack; import flash.utils.ByteArray; import org.mangui.HLS.utils.Log; /** Constants and utilities for the AAC audio format. **/ public class AAC implements Demuxer { /** ADTS Syncword (111111111111), ID (MPEG4), layer (00) and ...
package org.mangui.HLS.muxing { import org.mangui.HLS.HLSAudioTrack; import flash.utils.ByteArray; import org.mangui.HLS.utils.Log; /** Constants and utilities for the AAC audio format. **/ public class AAC implements Demuxer { /** ADTS Syncword (111111111111), ID (MPEG4), layer (00) and ...
remove useless return
remove useless return
ActionScript
mpl-2.0
desaintmartin/hlsprovider,desaintmartin/hlsprovider,desaintmartin/hlsprovider
96bdaf9f1fd190db43db7c2c89e7e35a04be4622
src/as/com/threerings/util/ObjectMarshaller.as
src/as/com/threerings/util/ObjectMarshaller.as
// // $Id$ // // Narya library - tools for developing networked games // Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/narya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public Licens...
// // $Id$ // // Narya library - tools for developing networked games // Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/narya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public Licens...
Allow XML to be encoded. Let's try it and see if it works. Let us know Nathan.
Allow XML to be encoded. Let's try it and see if it works. Let us know Nathan. git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@5728 542714f4-19e9-0310-aa3c-eee0fc999fb1
ActionScript
lgpl-2.1
threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya
d42638af23bb2d4ed44f9e8b340955bdfca91a21
src/Player.as
src/Player.as
package { import com.axis.audioclient.AxisTransmit; import com.axis.ClientEvent; import com.axis.ErrorManager; import com.axis.http.url; import com.axis.httpclient.HTTPClient; import com.axis.IClient; import com.axis.Logger; import com.axis.mjpegclient.MJPEGClient; import com.axis.rtmpclient.RTMPClien...
package { import com.axis.audioclient.AxisTransmit; import com.axis.ClientEvent; import com.axis.ErrorManager; import com.axis.http.url; import com.axis.httpclient.HTTPClient; import com.axis.IClient; import com.axis.Logger; import com.axis.mjpegclient.MJPEGClient; import com.axis.rtmpclient.RTMPClien...
Handle multiple stop events from client.
Handle multiple stop events from client. Handled by removing eventListeners, i.e. not handled.
ActionScript
bsd-3-clause
AxisCommunications/locomote-video-player,gaetancollaud/locomote-video-player
3e945196e2217379573042af68e11ef9896852bf
src/Testing/Test.as
src/Testing/Test.as
package Testing { import flash.utils.Dictionary; import Modules.Module; import org.flixel.FlxG; import Testing.Abstractions.InstructionAbstraction; import Testing.Abstractions.SaveAbstraction; import Testing.Abstractions.SetAbstraction; import Testing.Instructions.Instruction; import Values.BooleanValue; impor...
package Testing { import flash.utils.Dictionary; import Modules.Module; import org.flixel.FlxG; import Testing.Abstractions.InstructionAbstraction; import Testing.Abstractions.SaveAbstraction; import Testing.Abstractions.SetAbstraction; import Testing.Instructions.Instruction; import Values.BooleanValue; impor...
Tweak values for memset range for tests
Tweak values for memset range for tests
ActionScript
mit
PleasingFungus/mde2,PleasingFungus/mde2
9a6196182dfa14d736e9baa6daf63092e833dd2b
src/aerys/minko/scene/node/Scene.as
src/aerys/minko/scene/node/Scene.as
package aerys.minko.scene.node { import aerys.minko.ns.minko_scene; import aerys.minko.render.Effect; import aerys.minko.render.Viewport; import aerys.minko.scene.controller.scene.RenderingController; import aerys.minko.scene.node.camera.AbstractCamera; import aerys.minko.type.Signal; import aerys.minko.type.bin...
package aerys.minko.scene.node { import aerys.minko.ns.minko_scene; import aerys.minko.render.Effect; import aerys.minko.render.Viewport; import aerys.minko.scene.controller.scene.RenderingController; import aerys.minko.scene.node.camera.AbstractCamera; import aerys.minko.type.Signal; import aerys.minko.type.bin...
fix coding style
fix coding style
ActionScript
mit
aerys/minko-as3
7633f91008aabaa560543a44e9ed75c85eefe5bc
src/aerys/minko/type/animation/timeline/MatrixTimeline.as
src/aerys/minko/type/animation/timeline/MatrixTimeline.as
package aerys.minko.type.animation.timeline { import aerys.minko.ns.minko_animation; import aerys.minko.scene.node.ISceneNode; import aerys.minko.type.math.Matrix4x4; public class MatrixTimeline extends AbstractTimeline { use namespace minko_animation; private var _timeTable : Vector.<uint> private va...
package aerys.minko.type.animation.timeline { import aerys.minko.ns.minko_animation; import aerys.minko.scene.node.ISceneNode; import aerys.minko.type.math.Matrix4x4; public class MatrixTimeline extends AbstractTimeline { use namespace minko_animation; private var _timeTable : Vector.<uint> private va...
Fix clone function
Fix clone function
ActionScript
mit
aerys/minko-as3
06cecdcb28980ff6146d25f6640417874af02cbd
src/goplayer/Player.as
src/goplayer/Player.as
package goplayer { import flash.utils.getTimer public class Player implements FlashNetConnectionListener, FlashNetStreamListener, PlayerQueueListener { private const DEFAULT_VOLUME : Number = .8 private const START_BUFFER : Duration = Duration.seconds(3) private const SMALL_BUFFER : Du...
package goplayer { import flash.utils.getTimer public class Player implements FlashNetConnectionListener, FlashNetStreamListener, PlayerQueueListener { private const DEFAULT_VOLUME : Number = .8 private const START_BUFFER : Duration = Duration.seconds(3) private const SMALL_BUFFER : Du...
Remove the feature where you could pause the player in advance.
Remove the feature where you could pause the player in advance.
ActionScript
mit
dbrock/goplayer,dbrock/goplayer
c29c0a814478b0fa8355855ab3a7da319caa867d
common1/src/nt/lib/util/assert.as
common1/src/nt/lib/util/assert.as
package nt.lib.util { import flash.system.Capabilities; /** * debug 异常抛出类 * @param b 值为flase则抛出异常 * @param m 如果错误类为空则抛出该错误信息 * @param errorClass 错误类 */ [Inline] public function assert(b:Boolean, m:String = "", errorClass:Class = null):void { if (Capabilities.isDebugger) { if (!b) { throw n...
package nt.lib.util { import flash.system.Capabilities; /** * debug 异常抛出类 * @param b 值为 false 则抛出异常 * @param m 如果错误类为空则抛出该错误信息 * @param errorClass 错误类 */ [Inline] public function assert(b:Boolean, m:String = "", errorClass:Class = null):void { if (Capabilities.isDebugger) { if (!b) { throw...
Fix typo
Fix typo
ActionScript
mit
nexttouches/age_client
fb1eb6026b04bc4fb360e45f18f6a25207576c7d
src/as/com/threerings/flash/AnimationManager.as
src/as/com/threerings/flash/AnimationManager.as
package com.threerings.flash { import flash.display.DisplayObject; import flash.display.Sprite; import flash.events.Event; import flash.utils.getTimer; // func import /** * Manages animations. */ public class AnimationManager { public function AnimationManager () { throw new Error("Static only"); ...
package com.threerings.flash { import flash.display.DisplayObject; import flash.display.Sprite; import flash.events.Event; import flash.utils.getTimer; // func import /** * Manages animations. */ public class AnimationManager { public function AnimationManager () { throw new Error("Static only"); ...
Call updateAnimation() immediately on any starting animation.
Call updateAnimation() immediately on any starting animation. git-svn-id: b675b909355d5cf946977f44a8ec5a6ceb3782e4@212 ed5b42cb-e716-0410-a449-f6a68f950b19
ActionScript
lgpl-2.1
threerings/nenya,threerings/nenya
636deeb2cda54bbb8e7fca6af3b52279e73288ec
src/goplayer/Application.as
src/goplayer/Application.as
package goplayer { import flash.ui.Keyboard public class Application extends Component implements SkinSWFLoaderListener, MovieHandler, PlayerListener { private const background : Background = new Background(0x000000, 1) private const contentLayer : Component = new Component private co...
package goplayer { import flash.ui.Keyboard public class Application extends Component implements SkinSWFLoaderListener, MovieHandler, PlayerListener { private const background : Background = new Background(0x000000, 1) private const contentLayer : Component = new Component private co...
Install logger before doing anything else.
Install logger before doing anything else.
ActionScript
mit
dbrock/goplayer,dbrock/goplayer
67e24cff1942e9d81576d97dac888da5c393ce10
as3/smartform/src/com/rpath/raf/util/UIHelper.as
as3/smartform/src/com/rpath/raf/util/UIHelper.as
/* # # Copyright (c) 2005-2009 rPath, Inc. # # All rights reserved # */ /* # # Copyright (c) 2009 rPath, Inc. # # This program is distributed under the terms of the MIT License as found # in a file called LICENSE. If it is not present, the license # is always available at http://www.opensource.org/licenses/mit-licens...
/* # # Copyright (c) 2005-2009 rPath, Inc. # # All rights reserved # */ /* # # Copyright (c) 2009 rPath, Inc. # # This program is distributed under the terms of the MIT License as found # in a file called LICENSE. If it is not present, the license # is always available at http://www.opensource.org/licenses/mit-licens...
replace mx Application import with spark one
replace mx Application import with spark one
ActionScript
apache-2.0
sassoftware/smartform
0c6e8abc96ac91e39d17345d6bcc6f5d6da92e05
src/stdio/StreamBuffer.as
src/stdio/StreamBuffer.as
package stdio { internal class StreamBuffer implements InputStream, OutputStream { public var buffer: String = "" public var closed: Boolean = false public function puts(value: Object): void { write(value + "\n") } public function write(value: Object): void { buffer += value.toString...
package stdio { internal class StreamBuffer implements InputStream, OutputStream { public var buffer: String = "" public var closed: Boolean = false public function puts(value: Object): void { write(value + "\n") } public function write(value: Object): void { buffer += value.toString...
Fix subtle side-effect-related bug.
Fix subtle side-effect-related bug.
ActionScript
mit
dbrock/stdio.as,dbrock/stdio.as,dbrock/stdio.as
89eb4075fcce1fe87758e0ba65a0d7c9be58f26e
src/widgets/supportClasses/ResultAttributes.as
src/widgets/supportClasses/ResultAttributes.as
package widgets.supportClasses { import com.esri.ags.FeatureSet; import com.esri.ags.Graphic; import com.esri.ags.layers.FeatureLayer; import com.esri.ags.layers.supportClasses.CodedValue; import com.esri.ags.layers.supportClasses.CodedValueDomain; import com.esri.ags.layers.supportClasses.FeatureType; import com.esri...
package widgets.supportClasses { import com.esri.ags.FeatureSet; import com.esri.ags.Graphic; import com.esri.ags.layers.FeatureLayer; import com.esri.ags.layers.supportClasses.CodedValue; import com.esri.ags.layers.supportClasses.CodedValueDomain; import com.esri.ags.layers.supportClasses.FeatureType; import com.esri...
Rename default title argument name in ResultAttributes#toResultAttributes.
Rename default title argument name in ResultAttributes#toResultAttributes.
ActionScript
apache-2.0
CanterburyRegionalCouncil/arcgis-viewer-flex,CanterburyRegionalCouncil/arcgis-viewer-flex,Esri/arcgis-viewer-flex,Esri/arcgis-viewer-flex,CanterburyRegionalCouncil/arcgis-viewer-flex
aa726be77a9666e10eb542914849856974fae22a
KeyGenerator.as
KeyGenerator.as
package dse{ import com.hurlant.crypto.prng.Random; import com.hurlant.crypto.rsa.RSAKey; import com.hurlant.util.Hex; import flash.external.ExternalInterface; import flash.utils.ByteArray; public class KeyGenerator { public static function generateKeys():void{ var exp:String = "10001"; var rsa:RSAKey ...
package dse{ import com.hurlant.crypto.prng.Random; import com.hurlant.crypto.rsa.RSAKey; import com.hurlant.util.Hex; import com.hurlant.crypto.prng.TLSPRF; import flash.external.ExternalInterface; import flash.utils.ByteArray; public class KeyGenerator { public static function generateKeys():void{ var ...
change random used for generating aes to TLS from ARC4
change random used for generating aes to TLS from ARC4
ActionScript
mit
snoble/dse
0025dc59e91b565e7c5afe13c5dc69d5bb7c43c8
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 MeshVisiblityController to make sure it adds its data provider to the mesh bindings when its added to the scene
fix MeshVisiblityController to make sure it adds its data provider to the mesh bindings when its added to the scene
ActionScript
mit
aerys/minko-as3
788715ea0d2ec2cf60df8ace3f79f63afe3e932a
src/com/google/analytics/core/DomainNameMode.as
src/com/google/analytics/core/DomainNameMode.as
/* * Copyright 2008 Adobe Systems Inc., 2008 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
/* * Copyright 2008 Adobe Systems Inc., 2008 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
fix asdoc comment again
fix asdoc comment again
ActionScript
apache-2.0
nsdevaraj/gaforflash,nsdevaraj/gaforflash,minimedj/gaforflash,minimedj/gaforflash
1bb2d98a5ff0ed355424df3e4f33fc65cc927f75
krew-framework/krewfw/builtin_actor/system/KrewScenarioPlayer.as
krew-framework/krewfw/builtin_actor/system/KrewScenarioPlayer.as
package krewfw.builtin_actor.system { import krewfw.core.KrewActor; /** * Base class for event-driven command player. */ //------------------------------------------------------------ public class KrewScenarioPlayer extends KrewActor { // You can customize object keys. publi...
package krewfw.builtin_actor.system { import krewfw.core.KrewActor; /** * Base class for event-driven command player. */ //------------------------------------------------------------ public class KrewScenarioPlayer extends KrewActor { // You can customize object keys. publi...
Update KrewScenarioPlayer
Update KrewScenarioPlayer
ActionScript
mit
tatsuya-koyama/krewFramework,tatsuya-koyama/krewFramework,tatsuya-koyama/krewFramework
4fe6860e926ea6407c71d60c7a01f3738ca7f556
src/main/as/flump/export/Atlas.as
src/main/as/flump/export/Atlas.as
// // Flump - Copyright 2012 Three Rings Design package flump.export { import flash.display.Sprite; import flash.filesystem.File; import flash.geom.Rectangle; public class Atlas { public var name :String; public var w :int, h :int, id :int; public var bins :Vector.<Rectangle> = new Vector.<Rectangle>(); ...
// // Flump - Copyright 2012 Three Rings Design package flump.export { import flash.display.Sprite; import flash.filesystem.File; import flash.geom.Rectangle; public class Atlas { public var name :String; public var w :int, h :int, id :int; public var bins :Vector.<Rectangle> = new Vector.<Rectangle>(); ...
Include the width of the image in the atlas in the xml
Include the width of the image in the atlas in the xml
ActionScript
mit
tconkling/flump,funkypandagame/flump,mathieuanthoine/flump,mathieuanthoine/flump,mathieuanthoine/flump,funkypandagame/flump,tconkling/flump
2aed725803def0e1680996dae641112226c1d4ef
exporter/src/main/as/flump/export/Atlas.as
exporter/src/main/as/flump/export/Atlas.as
// // Flump - Copyright 2012 Three Rings Design package flump.export { import flash.display.Bitmap; import flash.display.BitmapData; import flash.display.Sprite; import flash.geom.Point; import flash.geom.Rectangle; import flash.utils.IDataOutput; import com.adobe.images.PNGEncoder; import flump.SwfTexture; import ...
// // Flump - Copyright 2012 Three Rings Design package flump.export { import flash.display.Bitmap; import flash.display.BitmapData; import flash.display.Sprite; import flash.geom.Point; import flash.geom.Rectangle; import flash.utils.IDataOutput; import com.adobe.images.PNGEncoder; import flump.SwfTexture; import ...
Fix an off-by-one error causing an occasional infinite loop
Fix an off-by-one error causing an occasional infinite loop
ActionScript
mit
mathieuanthoine/flump,funkypandagame/flump,mathieuanthoine/flump,tconkling/flump,tconkling/flump,funkypandagame/flump,mathieuanthoine/flump
b8bf177636594010164556b3251dfe6cb683186b
frameworks/projects/Core/src/main/flex/org/apache/flex/utils/StringUtil.as
frameworks/projects/Core/src/main/flex/org/apache/flex/utils/StringUtil.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...
Make StringUtil not extend StringTrimmer, and delegate relevant methods instead.
Make StringUtil not extend StringTrimmer, and delegate relevant methods instead.
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
06672804bf658b04680377333b5907e45edff608
src/aerys/minko/render/shader/part/phong/attenuation/CubeShadowMapAttenuationShaderPart.as
src/aerys/minko/render/shader/part/phong/attenuation/CubeShadowMapAttenuationShaderPart.as
package aerys.minko.render.shader.part.phong.attenuation { import aerys.minko.render.material.phong.PhongProperties; import aerys.minko.render.shader.SFloat; import aerys.minko.render.shader.Shader; import aerys.minko.render.shader.part.phong.LightAwareShaderPart; import aerys.minko.type.enum.SamplerDimension; im...
package aerys.minko.render.shader.part.phong.attenuation { import aerys.minko.render.material.phong.PhongProperties; import aerys.minko.render.shader.SFloat; import aerys.minko.render.shader.Shader; import aerys.minko.render.shader.part.phong.LightAwareShaderPart; import aerys.minko.type.enum.SamplerDimension; im...
fix broken references to the 'zFar' and 'zNear' light properties in CubeShadowMapAttenuationShaderPart
fix broken references to the 'zFar' and 'zNear' light properties in CubeShadowMapAttenuationShaderPart
ActionScript
mit
aerys/minko-as3
ed45c5b41da97a0441c126bfdd5a509ee330b6c3
frameworks/projects/Core/src/main/flex/org/apache/flex/utils/StringTrimmer.as
frameworks/projects/Core/src/main/flex/org/apache/flex/utils/StringTrimmer.as
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
Use native trim() method in JS
Use native trim() method in JS
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
3ff51054946809f9381cf9d821af0c246de8db02
VectorEditorStandalone/src/org/jbei/registry/utils/StandaloneUtils.as
VectorEditorStandalone/src/org/jbei/registry/utils/StandaloneUtils.as
package org.jbei.registry.utils { import mx.collections.ArrayCollection; import org.jbei.bio.enzymes.RestrictionEnzyme; import org.jbei.registry.models.DNAFeature; import org.jbei.registry.models.FeaturedDNASequence; import org.jbei.registry.models.UserPreferences; import org.jbei.registry.models.UserRestrictio...
package org.jbei.registry.utils { import mx.collections.ArrayCollection; import org.jbei.bio.enzymes.RestrictionEnzyme; import org.jbei.registry.models.DNAFeature; import org.jbei.registry.models.FeaturedDNASequence; import org.jbei.registry.models.UserPreferences; import org.jbei.registry.models.UserRestrictio...
clean standalone sequence
[VectorEditor] clean standalone sequence git-svn-id: adbdea8fc1759bd16b0eaf24a244a7e5f870a654@261 fe3f0490-d73e-11de-a956-c71e7d3a9d2f
ActionScript
bsd-3-clause
CIDARLAB/mage-editor,CIDARLAB/mage-editor,CIDARLAB/mage-editor
bfd0dd7a8a74dbdcbf0b20a0278149d65608e299
flash/org/windmill/astest/ASTest.as
flash/org/windmill/astest/ASTest.as
/* Copyright 2009, Matthew Eernisse (mde@fleegix.org) and Slide, 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 applica...
/* Copyright 2009, Matthew Eernisse (mde@fleegix.org) and Slide, 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 applica...
Check to make sure the method in the test-ordering actually, you know, exists, before trying to use it.
Check to make sure the method in the test-ordering actually, you know, exists, before trying to use it.
ActionScript
apache-2.0
windmill/windmill,windmill/windmill,windmill/windmill,windmill/windmill,windmill/windmill,windmill/windmill
fbb4f7ad19063264a6d556a9fafd5002a0290b00
test/stutter/StutterTest.as
test/stutter/StutterTest.as
package stutter { import org.flexunit.assertThat; import org.hamcrest.collection.array; import org.hamcrest.collection.emptyArray; import org.hamcrest.object.equalTo; import org.hamcrest.object.isFalse; import org.hamcrest.object.isTrue; public class StutterTest { private var runtime:StutterRunTime; priva...
package stutter { import org.flexunit.assertThat; import org.hamcrest.Matcher; import org.hamcrest.collection.array; import org.hamcrest.collection.emptyArray; import org.hamcrest.object.equalTo; import org.hamcrest.object.isFalse; import org.hamcrest.object.isTrue; public class StutterTest { private var r...
add cond tests
runtime: add cond tests
ActionScript
mit
drewbourne/stutter
31a1c9fb6ed1eaf2ea66ba39586826807192bd8f
WEB-INF/lps/lfc/views/LzInput6.as
WEB-INF/lps/lfc/views/LzInput6.as
/****************************************************************************** * LzText.as *****************************************************************************/ //* A_LZ_COPYRIGHT_BEGIN ****************************************************** //* Copyright 2001-2004 Laszlo Systems, Inc. All Rights Reserved....
/****************************************************************************** * LzText.as *****************************************************************************/ //* A_LZ_COPYRIGHT_BEGIN ****************************************************** //* Copyright 2001-2007 Laszlo Systems, Inc. All Rights Reserved....
Fix height resizing for multiline text fields New Features: Bugs Fixed: N/A Technical Reviewer: max QA Reviewer: pablo Doc Reviewer: n/a Documentation: Release Notes: Details: Multiline inputtext fields don't resize their height as they wrap while the user is inputting text. There needs to be code to update the view he...
Summary: Fix height resizing for multiline text fields New Features: ...
ActionScript
epl-1.0
mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo
ea9803cfcd70742743de373e368153706c92518d
frameworks/as/projects/FlexJSUI/src/org/apache/flex/utils/MXMLDataInterpreter.as
frameworks/as/projects/FlexJSUI/src/org/apache/flex/utils/MXMLDataInterpreter.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 id handling on objects
fix id handling on objects
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
53ff189d30e5c1add43fd695db6bccf8c0d29dfc
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.com/api" public static const DEFAULT_SKIN_URL : String = "goplayer-skin.swf" public static const DEFAULT_TRACKER_ID : String = "global" public static const VALID_PARAM...
Change default Streamio API URL to use .com instead of .se.
Change default Streamio API URL to use .com instead of .se.
ActionScript
mit
dbrock/goplayer,dbrock/goplayer
fc02505592e859a72535209d016c0299432d91b8
nuxeo-platform-ui-flex/nuxeo-flex-components/src/main/flex/org/nuxeo/ecm/flex/dto/FlexDocumentModel.as
nuxeo-platform-ui-flex/nuxeo-flex-components/src/main/flex/org/nuxeo/ecm/flex/dto/FlexDocumentModel.as
package org.nuxeo.ecm.flex.dto { import mx.collections.ArrayCollection; import flash.utils.IExternalizable; import flash.utils.IDataInput; import flash.utils.IDataOutput; import mx.core.IUID; [RemoteClass(alias="org.nuxeo.ecm.flex.javadto.FlexDocumentModel")] public class FlexDocumentModel implements...
package org.nuxeo.ecm.flex.dto { import mx.collections.ArrayCollection; import flash.utils.IExternalizable; import flash.utils.IDataInput; import flash.utils.IDataOutput; import mx.core.IUID; [RemoteClass(alias="org.nuxeo.ecm.flex.javadto.FlexDocumentModel")] public class FlexDocumentModel implements...
Add introspection to FlexDocumentModel
Add introspection to FlexDocumentModel
ActionScript
lgpl-2.1
nuxeo-archives/nuxeo-features,deadcyclo/nuxeo-features,deadcyclo/nuxeo-features,nuxeo-archives/nuxeo-features,deadcyclo/nuxeo-features,nuxeo-archives/nuxeo-features,bjalon/nuxeo-features,nuxeo-archives/nuxeo-features,deadcyclo/nuxeo-features,bjalon/nuxeo-features,nuxeo-archives/nuxeo-features,bjalon/nuxeo-features,dead...
4864b87d44bcb7bd5413eaa247266e2c45fef99f
mustella/as3/src/mustella/ConditionalValue.as
mustella/as3/src/mustella/ConditionalValue.as
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
support 120 and 640 dpi in mustella tests
support 120 and 640 dpi in mustella tests
ActionScript
apache-2.0
shyamalschandra/flex-sdk,danteinforno/flex-sdk,danteinforno/flex-sdk,SlavaRa/flex-sdk,adufilie/flex-sdk,apache/flex-sdk,SlavaRa/flex-sdk,adufilie/flex-sdk,apache/flex-sdk,shyamalschandra/flex-sdk,shyamalschandra/flex-sdk,adufilie/flex-sdk,danteinforno/flex-sdk,danteinforno/flex-sdk,SlavaRa/flex-sdk,shyamalschandra/flex...
58eb5cda60de22a2eb4b1b04bf39ba6513621170
WEB-INF/lps/lfc/debugger/platform/swf/LzRemote.as
WEB-INF/lps/lfc/debugger/platform/swf/LzRemote.as
/****************************************************************************** * LzRemote.as *****************************************************************************/ //* A_LZ_COPYRIGHT_BEGIN ****************************************************** //* Copyright 2001-2008 Laszlo Systems, Inc. All Rights Reserv...
/****************************************************************************** * LzRemote.as *****************************************************************************/ //* A_LZ_COPYRIGHT_BEGIN ****************************************************** //* Copyright 2001-2008 Laszlo Systems, Inc. All Rights Reserv...
Change 20081030-bargull-zr6 by bargull@dell--p4--2-53 on 2008-10-30 17:35:53 in /home/Admin/src/svn/openlaszlo/trunk for http://svn.openlaszlo.org/openlaszlo/trunk
Change 20081030-bargull-zr6 by bargull@dell--p4--2-53 on 2008-10-30 17:35:53 in /home/Admin/src/svn/openlaszlo/trunk for http://svn.openlaszlo.org/openlaszlo/trunk Summary: define "remoteDebug" New Features: Bugs Fixed: LPP-7145 Technical Reviewer: ptw QA Reviewer: (pending) Doc Reviewer: (pending) Documen...
ActionScript
epl-1.0
mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo
9099c8d16a7bc646650adea98c39fc9082dccb11
HLSPlugin/src/org/denivip/osmf/net/httpstreaming/hls/HTTPStreamingHLSIndexHandler.as
HLSPlugin/src/org/denivip/osmf/net/httpstreaming/hls/HTTPStreamingHLSIndexHandler.as
/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.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/ * * Software distr...
/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.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/ * * Software distr...
fix incorrect seek for dvr
fix incorrect seek for dvr correct duration value in notifyTotalDuration() func for DVR stream
ActionScript
isc
denivip/osmf-hls-plugin,mruse/osmf-hls-plugin,denivip/osmf-hls-plugin,mruse/osmf-hls-plugin
28475ae71f43ab724b65420bce369ae515a79fae
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.geometry.stream.format.VertexComponent; import aerys.minko.render.material.basic.BasicProperties; import aerys.minko.render.shader.SFloat; import aerys.minko.render.shader.Shader; import aerys.minko.type.enum.SamplerFiltering; import aerys.minko.t...
package aerys.minko.render.shader.part { import aerys.minko.render.geometry.stream.format.VertexComponent; import aerys.minko.render.material.basic.BasicProperties; import aerys.minko.render.shader.SFloat; import aerys.minko.render.shader.Shader; import aerys.minko.type.enum.SamplerFiltering; import aerys.minko.t...
Fix vertex component existence for sprites
Fix vertex component existence for sprites
ActionScript
mit
aerys/minko-as3
c0df6a28c42ffde3f2798b4459187d2ee7269519
source/com/kemsky/support/Compare.as
source/com/kemsky/support/Compare.as
/* * Copyright: (c) 2015. Turtsevich Alexander * * Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.html */ package com.kemsky.support { import com.kemsky.Stream; import flash.utils.Dictionary; import flash.utils.getQualifiedClassName; /** * todo: register cus...
/* * Copyright: (c) 2015. Turtsevich Alexander * * Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.html */ package com.kemsky.support { import com.kemsky.Stream; import flash.utils.Dictionary; import flash.utils.getQualifiedClassName; /** * todo: register cus...
clean up
clean up
ActionScript
mit
kemsky/stream
f1b5419be4f8a300f2f56f6fb425847277745213
com/axis/mjpgplayer/MJPG.as
com/axis/mjpgplayer/MJPG.as
package com.axis.mjpgplayer { import com.axis.mjpgplayer.MJPGImage; import flash.display.Bitmap; import flash.display.LoaderInfo; import flash.display.Sprite; import flash.events.Event; import flash.events.IOErrorEvent; import flash.utils.ByteArray; import flash.external.ExternalInterface; public cla...
package com.axis.mjpgplayer { import com.axis.mjpgplayer.MJPGImage; import flash.display.Bitmap; import flash.display.LoaderInfo; import flash.display.Sprite; import flash.events.Event; import flash.events.IOErrorEvent; import flash.utils.ByteArray; import flash.external.ExternalInterface; public cla...
Make sure JPEG image is removed when player is stopped
Make sure JPEG image is removed when player is stopped
ActionScript
bsd-3-clause
AxisCommunications/locomote-video-player,gaetancollaud/locomote-video-player
304f6b9623ef0692e8ea8ebe0f3d00d3c18008fc
exporter/src/main/as/flump/export/Exporter.as
exporter/src/main/as/flump/export/Exporter.as
// // Flump - Copyright 2012 Three Rings Design package flump.export { import flash.desktop.NativeApplication; import flash.display.NativeWindow; import flash.events.Event; import flash.events.MouseEvent; import flash.filesystem.File; import flash.net.SharedObject; import com.adobe.crypto.MD5; import deng.fzip.FZip...
// // Flump - Copyright 2012 Three Rings Design package flump.export { import flash.desktop.NativeApplication; import flash.display.NativeWindow; import flash.display.Stage; import flash.display.StageQuality; import flash.events.Event; import flash.events.MouseEvent; import flash.filesystem.File; import flash.net.Sha...
Use the best stage quality when publishing the atlases.
Use the best stage quality when publishing the atlases. Once Flash 11.2 is out, we should use "16X16" as described at http://blog.kaourantin.net/?p=152.
ActionScript
mit
mathieuanthoine/flump,funkypandagame/flump,funkypandagame/flump,tconkling/flump,tconkling/flump,mathieuanthoine/flump,mathieuanthoine/flump
a0946462dbc710c0c93759fd10da1c179d655c79
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 test for isOverlayEnabled
Add test for isOverlayEnabled
ActionScript
bsd-2-clause
Ventero/FRESteamWorks,Ventero/FRESteamWorks,Ventero/FRESteamWorks,Ventero/FRESteamWorks
dec934c97d67a5332d0e05beefbc16fc889f43ab
kdp3Lib/src/org/puremvc/as3/patterns/observer/Observer.as
kdp3Lib/src/org/puremvc/as3/patterns/observer/Observer.as
/* PureMVC - Copyright(c) 2006-08 Futurescale, Inc., Some rights reserved. Your reuse is governed by the Creative Commons Attribution 3.0 United States License */ package org.puremvc.as3.patterns.observer { import org.puremvc.as3.interfaces.*; /** * A base <code>IObserver</code> implementation. * ...
/* PureMVC - Copyright(c) 2006-08 Futurescale, Inc., Some rights reserved. Your reuse is governed by the Creative Commons Attribution 3.0 United States License */ package org.puremvc.as3.patterns.observer { import com.kaltura.kdpfl.view.controls.KTrace; import org.puremvc.as3.interfaces.*; /** * A ...
add informative trace when sendNotification fails
add informative trace when sendNotification fails
ActionScript
agpl-3.0
kaltura/kdp,shvyrev/kdp,shvyrev/kdp,kaltura/kdp,kaltura/kdp,shvyrev/kdp
2fd020edbf7b8f90520e7df374b6fe52f35603e7
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....
fix truncated debug2 logs
fix truncated debug2 logs
ActionScript
mpl-2.0
tedconf/flashls,JulianPena/flashls,hola/flashls,hola/flashls,Corey600/flashls,NicolasSiver/flashls,codex-corp/flashls,JulianPena/flashls,tedconf/flashls,clappr/flashls,thdtjsdn/flashls,vidible/vdb-flashls,mangui/flashls,neilrackett/flashls,jlacivita/flashls,dighan/flashls,Boxie5/flashls,jlacivita/flashls,loungelogic/fl...
8b52ec47560c6d4cfd3da996f5861a4f1696fe88
flash-src/com/gsolo/encryption/SHA1.as
flash-src/com/gsolo/encryption/SHA1.as
package com.gsolo.encryption { public class SHA1 { /* * A JavaScript implementation of the Secure Hash Algorithm, SHA-1, as defined * in FIPS PUB 180-1 * Version 2.1a Copyright Paul Johnston 2000 - 2002. * Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet * Distributed under the BSD...
package com.gsolo.encryption { public class SHA1 { /* * A JavaScript implementation of the Secure Hash Algorithm, SHA-1, as defined * in FIPS PUB 180-1 * Version 2.1a Copyright Paul Johnston 2000 - 2002. * Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet * Distributed under the BSD...
stop compile warnings.
com/gsolo/encryption/SHA1.as: stop compile warnings.
ActionScript
bsd-3-clause
nitzo/web-socket-js,keiosweb/web-socket-js,hanicker/web-socket-js,hehuabing/web-socket-js,keiosweb/web-socket-js,hanicker/web-socket-js,zhangxingits/web-socket-js,hehuabing/web-socket-js,nitzo/web-socket-js,gimite/web-socket-js,gimite/web-socket-js,gimite/web-socket-js,keiosweb/web-socket-js,nitzo/web-socket-js,zhangxi...
199ec5ba1d8ac4604b30acf1616bac30e6a1d8f2
fp9/src/eDpLib/events/EventDispatcherProxy.as
fp9/src/eDpLib/events/EventDispatcherProxy.as
/* as3isolib - An open-source ActionScript 3.0 Isometric Library developed to assist in creating isometrically projected content (such as games and graphics) targeted for the Flash player platform http://code.google.com/p/as3isolib/ Copyright (c) 2006 - 2008 J.W.Opitz, All Rights Reserved. Permission is hereby gr...
/* as3isolib - An open-source ActionScript 3.0 Isometric Library developed to assist in creating isometrically projected content (such as games and graphics) targeted for the Flash player platform http://code.google.com/p/as3isolib/ Copyright (c) 2006 - 2008 J.W.Opitz, All Rights Reserved. Permission is hereby gr...
fix for fp9 trunk
fix for fp9 trunk
ActionScript
mit
dreamsxin/as3isolib.v1,as3isolib/as3isolib.v1,liuju/as3isolib.v1,as3isolib/as3isolib.v1,dreamsxin/as3isolib.v1,liuju/as3isolib.v1
62fb546f2746037762554d0c010ed4e4ce4bb80d
src/as/com/threerings/util/Util.as
src/as/com/threerings/util/Util.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...
Check this out. This little buddy rocks. I sorta want to make a new FunctionUtil so that I can use it with impunity everwhere without having to include the other crap in here.
Check this out. This little buddy rocks. I sorta want to make a new FunctionUtil so that I can use it with impunity everwhere without having to include the other crap in here. git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@5730 542714f4-19e9-0310-aa3c-eee0fc999fb1
ActionScript
lgpl-2.1
threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya
20f2117fef86e51bbe074f80441de3b39795b2ba
com/segonquart/menuIdiomes.as
com/segonquart/menuIdiomes.as
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 ...
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
c3361d9768eda0a38479335a64cc3b9abc2ba3ff
source/ASConfigC.as
source/ASConfigC.as
/* Copyright 2016 Bowler Hat LLC 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 writing, software dis...
/* Copyright 2016 Bowler Hat LLC 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 writing, software dis...
clear js-output-type when compiling a SWF
clear js-output-type when compiling a SWF
ActionScript
apache-2.0
BowlerHatLLC/asconfigc
02c9a40838804f2e0cc2b935b00b944078d9d7cd
swfcat.as
swfcat.as
package { import flash.display.Sprite; import flash.display.StageAlign; import flash.display.StageScaleMode; import flash.text.TextField; import flash.text.TextFormat; import flash.events.Event; import flash.utils.setTimeout; import FacilitatorSocket; import events.FacilitatorSocket...
package { import flash.display.Sprite; import flash.display.StageAlign; import flash.display.StageScaleMode; import flash.text.TextField; import flash.text.TextFormat; import flash.events.Event; import flash.utils.setTimeout; import FacilitatorSocket; import events.FacilitatorSocket...
Remove unused and unnecessary proxy_pairs local.
Remove unused and unnecessary proxy_pairs local.
ActionScript
mit
glamrock/flashproxy,glamrock/flashproxy,infinity0/flashproxy,glamrock/flashproxy,arlolra/flashproxy,glamrock/flashproxy,infinity0/flashproxy,arlolra/flashproxy,glamrock/flashproxy,arlolra/flashproxy,arlolra/flashproxy,infinity0/flashproxy,arlolra/flashproxy,infinity0/flashproxy,glamrock/flashproxy,arlolra/flashproxy,ar...
d15e94f246e212b5dbe9c8c51534dc1cc20415fc
src/com/kemsky/impl/Flex.as
src/com/kemsky/impl/Flex.as
package com.kemsky.impl { import flash.utils.getDefinitionByName; public class Flex { private static const instance:Flex = new Flex(); protected var collection:Class; protected var arrayList:Class; protected var list:Class; public var available:Boolean; pu...
package com.kemsky.impl { import flash.utils.getDefinitionByName; public class Flex { private static const instance:Flex = new Flex(); protected var collection:Class; protected var list:Class; public var available:Boolean; public function Flex() { ...
remove flex dependencies
remove flex dependencies
ActionScript
mit
kemsky/stream
f5407e43a59b60abd5a3a29414a3ee2d71d24d20
src/flash/display/Loader.as
src/flash/display/Loader.as
/* * Copyright 2014 Mozilla Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
/* * Copyright 2014 Mozilla Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
Make Loader constructor native
Make Loader constructor native
ActionScript
apache-2.0
yurydelendik/shumway,mbebenita/shumway,tschneidereit/shumway,mozilla/shumway,mozilla/shumway,yurydelendik/shumway,mozilla/shumway,yurydelendik/shumway,yurydelendik/shumway,tschneidereit/shumway,yurydelendik/shumway,mozilla/shumway,mozilla/shumway,yurydelendik/shumway,mozilla/shumway,mozilla/shumway,mbebenita/shumway,yu...
fd4fc5e0b00b9c003e8c6f20b4c76493b47dc356
src/milkshape/media/flash/src/cc/milkshape/grid/GridModel.as
src/milkshape/media/flash/src/cc/milkshape/grid/GridModel.as
package cc.milkshape.grid { import cc.milkshape.framework.mvc.Model; import cc.milkshape.grid.events.GridEvent; import cc.milkshape.grid.events.GridFocusEvent; import cc.milkshape.grid.events.GridLineEvent; import cc.milkshape.grid.events.GridMoveEvent; import cc.milkshape.grid.events.GridZoomEvent; import cc.mi...
package cc.milkshape.grid { import cc.milkshape.framework.mvc.Model; import cc.milkshape.grid.events.GridEvent; import cc.milkshape.grid.events.GridFocusEvent; import cc.milkshape.grid.events.GridLineEvent; import cc.milkshape.grid.events.GridMoveEvent; import cc.milkshape.grid.events.GridZoomEvent; import cc.mi...
fix square process form
fix square process form
ActionScript
mit
thoas/i386,thoas/i386,thoas/i386,thoas/i386
5895cd34d3f86c3ab45f19084a54889f9b4a000e
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...
add DataBindings.hasProvider()
add DataBindings.hasProvider()
ActionScript
mit
aerys/minko-as3
f71c2f9e81adabd209ffac2f009a2d7a1dc4a7b1
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...
replace class Version by core.version
replace class Version by core.version
ActionScript
apache-2.0
nsdevaraj/gaforflash,minimedj/gaforflash,nsdevaraj/gaforflash,minimedj/gaforflash
23fb6fc6a4823ed21b74ed69afdf28c3cdac52ce
src/widgets/supportClasses/ResultAttributes.as
src/widgets/supportClasses/ResultAttributes.as
package widgets.supportClasses { import com.esri.ags.FeatureSet; import com.esri.ags.Graphic; import com.esri.ags.layers.FeatureLayer; import com.esri.ags.layers.supportClasses.CodedValue; import com.esri.ags.layers.supportClasses.CodedValueDomain; import com.esri.ags.layers.supportClasses.FeatureType; import com.esri...
package widgets.supportClasses { import com.esri.ags.FeatureSet; import com.esri.ags.Graphic; import com.esri.ags.layers.FeatureLayer; import com.esri.ags.layers.supportClasses.CodedValue; import com.esri.ags.layers.supportClasses.CodedValueDomain; import com.esri.ags.layers.supportClasses.FeatureType; import com.esri...
Improve ResultAttribute#toResultAttributes field value handling.
Improve ResultAttribute#toResultAttributes field value handling.
ActionScript
apache-2.0
CanterburyRegionalCouncil/arcgis-viewer-flex,CanterburyRegionalCouncil/arcgis-viewer-flex,Esri/arcgis-viewer-flex,Esri/arcgis-viewer-flex,CanterburyRegionalCouncil/arcgis-viewer-flex
072ac2a13e50ac7b0af4f6636fe4d2a338d5ff9f
generator/sources/as3/com/kaltura/delegates/WebDelegateBase.as
generator/sources/as3/com/kaltura/delegates/WebDelegateBase.as
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_...
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_...
increase connect timeout to 120 secs
fwr: increase connect timeout to 120 secs git-svn-id: 8a2ccb88241e16c78017770bc38d91d6d5396a5a@94136 6b8eccd3-e8c5-4e7d-8186-e12b5326b719
ActionScript
agpl-3.0
matsuu/server,gale320/server,DBezemer/server,ratliff/server,DBezemer/server,gale320/server,gale320/server,ivesbai/server,doubleshot/server,ivesbai/server,jorgevbo/server,ivesbai/server,DBezemer/server,jorgevbo/server,matsuu/server,ratliff/server,gale320/server,doubleshot/server,matsuu/server,matsuu/server,DBezemer/serv...
2e8818e3b5fb87394a756f70d1fb2d04d51d8323
src/as/com/threerings/cast/CharacterManager.as
src/as/com/threerings/cast/CharacterManager.as
// // Nenya library - tools for developing networked games // Copyright (C) 2002-2010 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/nenya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as publis...
// // Nenya library - tools for developing networked games // Copyright (C) 2002-2010 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/nenya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as publis...
Allow access to getComponent through the character manager rather than having to go through the repository.
Allow access to getComponent through the character manager rather than having to go through the repository. git-svn-id: b675b909355d5cf946977f44a8ec5a6ceb3782e4@994 ed5b42cb-e716-0410-a449-f6a68f950b19
ActionScript
lgpl-2.1
threerings/nenya,threerings/nenya
7cb9da4e20a6e8eac37f0c77115332db2a896e9c
generator/sources/as3/com/kaltura/delegates/WebDelegateBase.as
generator/sources/as3/com/kaltura/delegates/WebDelegateBase.as
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_...
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_...
change error code (no "KMC")
qnd: change error code (no "KMC") git-svn-id: 8a2ccb88241e16c78017770bc38d91d6d5396a5a@86268 6b8eccd3-e8c5-4e7d-8186-e12b5326b719
ActionScript
agpl-3.0
doubleshot/server,matsuu/server,ivesbai/server,gale320/server,ratliff/server,kaltura/server,gale320/server,kaltura/server,matsuu/server,ivesbai/server,gale320/server,ratliff/server,ratliff/server,DBezemer/server,jorgevbo/server,ratliff/server,gale320/server,ivesbai/server,doubleshot/server,ivesbai/server,matsuu/server,...
666e2bc4f8b67dfb63ed6887148fc62fdbe11e58
src/com/ryanberdeen/echonest/api/v3/ApiSupport.as
src/com/ryanberdeen/echonest/api/v3/ApiSupport.as
/* * Copyright 2009 Ryan Berdeen. All rights reserved. * Distributed under the terms of the MIT License. * See accompanying file LICENSE.txt */ package com.ryanberdeen.echonest.api.v3 { import flash.events.Event; import flash.events.HTTPStatusEvent; import flash.events.IOErrorEvent; import flash.events.Pro...
/* * Copyright 2009 Ryan Berdeen. All rights reserved. * Distributed under the terms of the MIT License. * See accompanying file LICENSE.txt */ package com.ryanberdeen.echonest.api.v3 { import flash.events.Event; import flash.events.HTTPStatusEvent; import flash.events.IOErrorEvent; import flash.events.Pro...
remove request header
remove request header
ActionScript
mit
also/echo-nest-flash-api
e9ec904342f2361df19f04e9d209fe1d8ed7ce2f
dolly-framework/src/test/resources/dolly/data/CompositeCloneableClass.as
dolly-framework/src/test/resources/dolly/data/CompositeCloneableClass.as
package dolly.data { import mx.collections.ArrayCollection; import mx.collections.ArrayList; [Cloneable] public class CompositeCloneableClass { public var cloneable:CloneableClass = new CloneableClass(); public var array:Array = [0, 1, 2, 3, 4]; public var arrayList:ArrayList = new ArrayList([0, 1, 2, 3, 4]); ...
package dolly.data { import mx.collections.ArrayCollection; import mx.collections.ArrayList; [Cloneable] public class CompositeCloneableClass { public var cloneable:CloneableClass; public var array:Array = [0, 1, 2, 3, 4]; public var arrayList:ArrayList = new ArrayList([0, 1, 2, 3, 4]); public var arrayCollect...
Remove default instantiation of CompositeCloneableClass.cloneable field.
Remove default instantiation of CompositeCloneableClass.cloneable field.
ActionScript
mit
Yarovoy/dolly
a87286b2215fc2b7b2cd0644459b5e53c842c93e
WEB-INF/lps/lfc/kernel/swf/LzMakeLoadSprite.as
WEB-INF/lps/lfc/kernel/swf/LzMakeLoadSprite.as
/** * LzMakeLoadSprite.as * * @copyright Copyright 2001-2008 Laszlo Systems, Inc. All Rights Reserved. * Use is subject to license terms. * * @topic Kernel * @subtopic AS2 */ /** * @access private */ function LzMakeLoadSprite( ){ } LzMakeLoadSprite.transformerID = 0; /** * Ma...
/** * LzMakeLoadSprite.as * * @copyright Copyright 2001-2008 Laszlo Systems, Inc. All Rights Reserved. * Use is subject to license terms. * * @topic Kernel * @subtopic AS2 */ /** * @access private */ var LzMakeLoadSprite = {}; /** * Makes the given view able to load a remote resource...
Change 20080902-bargull-2wD by bargull@dell--p4--2-53 on 2008-09-02 21:31:23 in /home/Admin/src/svn/openlaszlo/trunk for http://svn.openlaszlo.org/openlaszlo/trunk
Change 20080902-bargull-2wD by bargull@dell--p4--2-53 on 2008-09-02 21:31:23 in /home/Admin/src/svn/openlaszlo/trunk for http://svn.openlaszlo.org/openlaszlo/trunk Summary: LzMakeLoadSprite cleanup New Features: Bugs Fixed: LPP-5551 (part 1 - cleanup) Technical Reviewer: max QA Reviewer: (pending) Doc Revie...
ActionScript
epl-1.0
mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo
65f45f8e869ef075216754b30f1a27b6d0eca387
src/aerys/minko/type/Signal.as
src/aerys/minko/type/Signal.as
package aerys.minko.type { public final class Signal { private var _name : String; private var _enabled : Boolean; private var _disableWhenNoCallbacks : Boolean; private var _callbacks : Vector.<Function>; private var _numCallbacks : uint; private var _executed : Boolean; ...
package aerys.minko.type { public final class Signal { private var _name : String; private var _enabled : Boolean; private var _disableWhenNoCallbacks : Boolean; private var _callbacks : Vector.<Function>; private var _numCallbacks : uint; private var _executed : Boolean; ...
Update Signal.as
Update Signal.as
ActionScript
mit
aerys/minko-as3
9414b50c94a9f84328b9a9d6d6a2dad3a5039e6b
WeaveJS/src/weavejs/data/CSVParser.as
WeaveJS/src/weavejs/data/CSVParser.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...
/* Weave (Web-based Analysis and Visualization Environment) Copyright (C) 2008-2011 University of Massachusetts Lowell This file is a part of Weave. Weave is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License, Version 3, as published by the Free S...
copy old CSVParser from commit 7a0c543a1b4dcc0d3587d14f261b252f20c88af9
copy old CSVParser from commit 7a0c543a1b4dcc0d3587d14f261b252f20c88af9
ActionScript
mpl-2.0
WeaveTeam/WeaveJS,WeaveTeam/WeaveJS,WeaveTeam/WeaveJS,WeaveTeam/WeaveJS
17b2ad22f88645b0711eb51fa20cb7bf26ed6cd5
build-aux/children.as
build-aux/children.as
# -*- shell-script -*- ## ## children.as: This file is part of build-aux. ## Copyright (C) Gostai S.A.S., 2006-2008. ## ## This software is provided "as is" without warranty of any kind, ## either expressed or implied, including but not limited to the ## implied warranties of fitness for a particular purpose. ## ##...
# -*- shell-script -*- ## ## children.as: This file is part of build-aux. ## Copyright (C) Gostai S.A.S., 2006-2008. ## ## This software is provided "as is" without warranty of any kind, ## either expressed or implied, including but not limited to the ## implied warranties of fitness for a particular purpose. ## ##...
Fix quotation error.
Fix quotation error. * build-aux/children.as (children_alive): Fix m4 quotation.
ActionScript
bsd-3-clause
aldebaran/libport,aldebaran/libport,aldebaran/libport,aldebaran/libport,aldebaran/libport
6890890e26bf1c4e5959f9eb741f129fdac81c89
src/aerys/minko/render/material/phong/PhongMaterial.as
src/aerys/minko/render/material/phong/PhongMaterial.as
package aerys.minko.render.material.phong { import aerys.minko.render.Effect; import aerys.minko.render.material.basic.BasicMaterial; import aerys.minko.render.resource.texture.TextureResource; import aerys.minko.scene.node.Scene; import aerys.minko.type.binding.DataProvider; import aerys.minko.type.binding.IData...
package aerys.minko.render.material.phong { import aerys.minko.render.Effect; import aerys.minko.render.material.basic.BasicMaterial; import aerys.minko.render.resource.texture.TextureResource; import aerys.minko.scene.node.Scene; import aerys.minko.type.binding.DataProvider; import aerys.minko.type.binding.IData...
add public properties normalMapFiltering, normalMapMipMapping and normalMapFormat to PhongMaterial
add public properties normalMapFiltering, normalMapMipMapping and normalMapFormat to PhongMaterial
ActionScript
mit
aerys/minko-as3
fd9a50fd5584ab10cdf0a5b1c37223fbd663a65d
src/as/com/threerings/util/StringUtil.as
src/as/com/threerings/util/StringUtil.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 undefined array elements to print as "undefined" rather than "null".
Allow undefined array elements to print as "undefined" rather than "null". git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@4749 542714f4-19e9-0310-aa3c-eee0fc999fb1
ActionScript
lgpl-2.1
threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya