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 |
|---|---|---|---|---|---|---|---|---|---|
75f47c24089895b93c31e38169c7db550b9e9f3e | plugins/wvPlugin/src/com/widevine/WvNetConnection.as | plugins/wvPlugin/src/com/widevine/WvNetConnection.as | /**
WvNetConnection
version 1.1
03/08/2010
Widevine extension to the NetConnection class. Required to stream encrypted content.
**/
package com.widevine
{
import flash.events.*;
import flash.external.ExternalInterface;
import flash.net.NetConnection;
import flash.net.Responder;
public class WvNetConnectio... | /**
WvNetConnection
version 1.1
03/08/2010
Widevine extension to the NetConnection class. Required to stream encrypted content.
**/
package com.widevine
{
import flash.events.*;
import flash.external.ExternalInterface;
import flash.net.NetConnection;
import flash.net.Responder;
import flash.utils.setTimeout... | fix widevine issue on MAC | fix widevine issue on MAC | ActionScript | agpl-3.0 | kaltura/kdp,kaltura/kdp,shvyrev/kdp,shvyrev/kdp,shvyrev/kdp,kaltura/kdp |
0adc9abba02a497d4d345653508e6c44b1a50b17 | dolly-framework/src/main/actionscript/dolly/Cloner.as | dolly-framework/src/main/actionscript/dolly/Cloner.as | package dolly {
public class Cloner {
public function Cloner() {
}
}
}
| package dolly {
public class Cloner {
public static function clone(source:*):* {
return null;
}
}
} | Add empty "clone" method to Cloner class. | Add empty "clone" method to Cloner class.
| ActionScript | mit | Yarovoy/dolly |
7dc50f23d6bd0ae9ae2565184ce5cf96e96d0a42 | src/main/as/com/threerings/io/Streamer.as | src/main/as/com/threerings/io/Streamer.as | //
// $Id$
//
// Narya library - tools for developing networked games
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
// http://code.google.com/p/narya/
//
// This library is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License as p... | //
// $Id$
//
// Narya library - tools for developing networked games
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
// http://code.google.com/p/narya/
//
// This library is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License as p... | Make Streamer.registerStreamer public, and add a warning if an existing Streamer is replaced. | Make Streamer.registerStreamer public, and add a warning if an existing Streamer is replaced.
(In Who, we need to stream com.threerings.geom.Vector2, so we need a custom Streamer for it)
git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@6487 542714f4-19e9-0310-aa3c-eee0fc999fb1
| ActionScript | lgpl-2.1 | threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya |
f0381024f8a3f740b8b442149bae2946e7869ccb | HLSPlugin/src/com/kaltura/hls/m2ts/M2TSFileHandler.as | HLSPlugin/src/com/kaltura/hls/m2ts/M2TSFileHandler.as | package com.kaltura.hls.m2ts
{
import com.kaltura.hls.HLSStreamingResource;
import com.kaltura.hls.SubtitleTrait;
import com.kaltura.hls.manifest.HLSManifestEncryptionKey;
import com.kaltura.hls.muxing.AACParser;
import com.kaltura.hls.subtitles.SubTitleParser;
import com.kaltura.hls.subtitles.TextTrackCue;
impo... | package com.kaltura.hls.m2ts
{
import com.kaltura.hls.HLSStreamingResource;
import com.kaltura.hls.SubtitleTrait;
import com.kaltura.hls.manifest.HLSManifestEncryptionKey;
import com.kaltura.hls.muxing.AACParser;
import com.kaltura.hls.subtitles.SubTitleParser;
import com.kaltura.hls.subtitles.TextTrackCue;
impo... | Address issue where failing to flush could result in inaccurate best effort results. | Address issue where failing to flush could result in inaccurate best effort results.
| ActionScript | agpl-3.0 | kaltura/HLS-OSMF,kaltura/HLS-OSMF,kaltura/HLS-OSMF,kaltura/HLS-OSMF |
d0c32da40dc2f494618f6d7e98e3b0aecd998c7f | Arguments/src/Controller/TextController.as | Arguments/src/Controller/TextController.as | package Controller
{
import components.DynamicTextArea;
public class TextController
{
private static var instance:TextController;
public function TextController(singletonEnforcer:SingletonEnforcer)
{
//Event Listeners
}
public static function getInstance() :TextController{
if(instance == nu... | package Controller
{
import components.DynamicTextArea;
public class TextController
{
private static var instance:TextController;
public function TextController(singletonEnforcer:SingletonEnforcer)
{
//Event Listeners
}
public static function getInstance() :TextController{
if(instance == nu... | Add escapeText to TextController. This should handle client-side text escaping. | Add escapeText to TextController. This should handle client-side text escaping.
| ActionScript | agpl-3.0 | mbjornas3/AGORA,MichaelHoffmann/AGORA,mbjornas3/AGORA,MichaelHoffmann/AGORA,MichaelHoffmann/AGORA |
9cccceda7beccbae14957d1ffc4f702ce3f80136 | src/aerys/minko/render/shader/DynamicShader.as | src/aerys/minko/render/shader/DynamicShader.as | package aerys.minko.render.shader
{
import aerys.minko.ns.minko;
import aerys.minko.render.ressource.TextureRessource;
import aerys.minko.render.shader.compiler.DebugCompiler;
import aerys.minko.render.shader.compiler.allocator.ParameterAllocation;
import aerys.minko.render.shader.node.INode;
import aerys.minko.r... | package aerys.minko.render.shader
{
import aerys.minko.ns.minko;
import aerys.minko.render.renderer.state.RenderState;
import aerys.minko.render.ressource.TextureRessource;
import aerys.minko.render.shader.compiler.DebugCompiler;
import aerys.minko.render.shader.compiler.allocator.ParameterAllocation;
import aery... | Fix bug when using uints in style to represent RGBA color | Fix bug when using uints in style to represent RGBA color
| ActionScript | mit | aerys/minko-as3 |
9cef26ef6bd916d02c57b35859f08d585bce2716 | src/aerys/minko/scene/node/mesh/SkinnedMesh.as | src/aerys/minko/scene/node/mesh/SkinnedMesh.as | package aerys.minko.scene.node.mesh
{
import aerys.minko.ns.minko_stream;
import aerys.minko.scene.action.mesh.MeshAction;
import aerys.minko.scene.action.mesh.PopMeshSkinAction;
import aerys.minko.scene.action.mesh.PushMeshSkinAction;
import aerys.minko.scene.node.AbstractScene;
import aerys.minko.scene.node.gro... | package aerys.minko.scene.node.mesh
{
import aerys.minko.ns.minko_stream;
import aerys.minko.scene.action.mesh.MeshAction;
import aerys.minko.scene.action.mesh.PopMeshSkinAction;
import aerys.minko.scene.action.mesh.PushMeshSkinAction;
import aerys.minko.scene.node.AbstractScene;
import aerys.minko.scene.node.gro... | Change constructor of SkinnedMesh to allow skinning keyframedmesh | Change constructor of SkinnedMesh to allow skinning keyframedmesh
| ActionScript | mit | aerys/minko-as3 |
3a4a4f19ea351a078d8469ff2630ee47038fa7e6 | src/org/flintparticles/threeD/particles/Particle3D.as | src/org/flintparticles/threeD/particles/Particle3D.as | /*
* FLINT PARTICLE SYSTEM
* .....................
*
* Author: Richard Lord
* Copyright (c) Richard Lord 2008-2010
* http://flintparticles.org
*
*
* Licence Agreement
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (t... | /*
* FLINT PARTICLE SYSTEM
* .....................
*
* Author: Richard Lord
* Copyright (c) Richard Lord 2008-2010
* http://flintparticles.org
*
*
* Licence Agreement
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (t... | Optimise the initialise method of the particle class | Optimise the initialise method of the particle class
| ActionScript | mit | richardlord/Flint |
87e9247128065ceca41bd61812af5d288cf0730e | asx/src/asx/string/camelize.as | asx/src/asx/string/camelize.as | package asx.string
{
import asx.array.map;
import flash.display.JointStyle;
/**
* Converts a String with a word or phrase to a CamelCaseString.
*
* Words can be separated by spaces, underscores and hyphens.
*
* @param value String to camelize.
* @param lowerCaseFirstWord Indicates if the first word ... | package asx.string
{
import asx.array.map;
/**
* Converts a String with a word or phrase to a CamelCaseString.
*
* Words can be separated by spaces, underscores and hyphens.
*
* @param value String to camelize.
* @param lowerCaseFirstWord Indicates if the first word should be lowercase or camel cased. ... | remove unused import | remove unused import
| ActionScript | mit | drewbourne/asx,drewbourne/asx |
5570e265c210b44c539707aae7398f75630d5388 | com/rtmfpcat/rtmfpcat.as | com/rtmfpcat/rtmfpcat.as | package
{
import flash.display.Sprite;
import flash.text.TextField;
import flash.net.Socket;
import flash.events.Event;
import flash.events.EventDispatcher;
import flash.events.IOErrorEvent;
import flash.events.NetStatusEvent;
import flash.events.ProgressEvent;
import flash.events.Se... | package
{
import flash.display.Sprite;
import flash.text.TextField;
import flash.net.Socket;
import flash.events.Event;
import flash.events.EventDispatcher;
import flash.events.IOErrorEvent;
import flash.events.NetStatusEvent;
import flash.events.ProgressEvent;
import flash.events.Se... | Switch back to the public relay. | Switch back to the public relay.
| ActionScript | mit | arlolra/flashproxy,glamrock/flashproxy,glamrock/flashproxy,glamrock/flashproxy,infinity0/flashproxy,glamrock/flashproxy,arlolra/flashproxy,arlolra/flashproxy,arlolra/flashproxy,infinity0/flashproxy,infinity0/flashproxy,infinity0/flashproxy,arlolra/flashproxy,infinity0/flashproxy,arlolra/flashproxy,glamrock/flashproxy,i... |
87ce3ca95632a9107ff9a0ad25ae18bb4f4b9e12 | src/org/mangui/hls/HLS.as | src/org/mangui/hls/HLS.as | /* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mangui.hls {
import flash.display.Stage;
import flash.events.Event;
import flash.events.Ev... | /* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mangui.hls {
import flash.display.Stage;
import flash.events.Event;
import flash.events.Ev... | set currentLevel : don't flush and seek if seeking state is IDLE | set currentLevel : don't flush and seek if seeking state is IDLE
| ActionScript | mpl-2.0 | vidible/vdb-flashls,tedconf/flashls,hola/flashls,codex-corp/flashls,neilrackett/flashls,neilrackett/flashls,clappr/flashls,codex-corp/flashls,thdtjsdn/flashls,hola/flashls,jlacivita/flashls,NicolasSiver/flashls,vidible/vdb-flashls,jlacivita/flashls,mangui/flashls,loungelogic/flashls,thdtjsdn/flashls,Corey600/flashls,te... |
71eb5a0dd2242952c65a76ac64364249a835b05e | src/com/axis/rtspclient/RTSPClient.as | src/com/axis/rtspclient/RTSPClient.as | package com.axis.rtspclient {
import flash.events.EventDispatcher;
import flash.events.Event;
import flash.utils.ByteArray;
import flash.net.Socket;
import flash.net.NetConnection;
import flash.net.NetStream;
import flash.media.Video;
import mx.utils.StringUtil;
import com.axis.rtspclient.FLVMux;
... | package com.axis.rtspclient {
import flash.events.EventDispatcher;
import flash.events.Event;
import flash.utils.ByteArray;
import flash.net.Socket;
import flash.net.NetConnection;
import flash.net.NetStream;
import flash.media.Video;
import mx.utils.StringUtil;
import com.axis.rtspclient.FLVMux;
... | Set state vars as const | RTSPClient: Set state vars as const
| ActionScript | bsd-3-clause | AxisCommunications/locomote-video-player,gaetancollaud/locomote-video-player |
b78667d37a4a55c9812ad8b461ed69c0f64354fb | src/control/ExportDataCommand.as | src/control/ExportDataCommand.as | package control
{
import com.adobe.serialization.json.JSON;
import dragonBones.objects.DataParser;
import dragonBones.utils.ConstValues;
import flash.display.BitmapData;
import flash.display.MovieClip;
import flash.events.Event;
import flash.events.IOErrorEvent;
import flash.geom.Matrix;
import flash.geom.... | package control
{
import com.adobe.serialization.json.JSON;
import dragonBones.objects.DataParser;
import dragonBones.utils.ConstValues;
import flash.display.BitmapData;
import flash.display.MovieClip;
import flash.events.Event;
import flash.events.IOErrorEvent;
import flash.geom.Matrix;
import flash.geom.... | remove _xmlDataProxy.changePath | remove _xmlDataProxy.changePath
| ActionScript | mit | DragonBones/DesignPanel |
daaf88d330b574a906968f0d79e3b75837b95484 | exporter/src/main/as/flump/export/Atlas.as | exporter/src/main/as/flump/export/Atlas.as | //
// Flump - Copyright 2012 Three Rings Design
package flump.export {
import flash.display.Sprite;
import flash.filesystem.File;
import flash.geom.Rectangle;
import flump.SwfTexture;
import com.threerings.util.Map;
import com.threerings.util.Maps;
public class Atlas
{
public var name :String;
public var w... | //
// Flump - Copyright 2012 Three Rings Design
package flump.export {
import flash.display.Sprite;
import flash.filesystem.File;
import flash.geom.Rectangle;
import flump.SwfTexture;
import com.threerings.util.Map;
import com.threerings.util.Maps;
public class Atlas
{
public var name :String;
public var w... | Use double quotes around XML attributes for consistency. | Use double quotes around XML attributes for consistency.
| ActionScript | mit | tconkling/flump,mathieuanthoine/flump,funkypandagame/flump,mathieuanthoine/flump,tconkling/flump,funkypandagame/flump,mathieuanthoine/flump |
4c9a6087d17cce108e379e354ce715a2adca124b | actionscript/src/com/freshplanet/ane/AirBackgroundFetch/AirBackgroundFetch.as | actionscript/src/com/freshplanet/ane/AirBackgroundFetch/AirBackgroundFetch.as | //////////////////////////////////////////////////////////////////////////////////////
//
// Copyright 2012 Freshplanet (http://freshplanet.com | opensource@freshplanet.com)
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// ... | //////////////////////////////////////////////////////////////////////////////////////
//
// Copyright 2012 Freshplanet (http://freshplanet.com | opensource@freshplanet.com)
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// ... | Add flush user data | Add flush user data | ActionScript | apache-2.0 | freshplanet/ANE-BackgroundFetch,freshplanet/ANE-BackgroundFetch |
12ebf4673fb4af2447265b7939161d1a0b8b594e | activities/module-2/series-measuring/Probe.as | activities/module-2/series-measuring/Probe.as | package {
//test change//
import flash.display.MovieClip;
import flash.events.MouseEvent;
import flash.geom.Point;
import org.concord.sparks.JavaScript;
import org.concord.sparks.util.Display;
public class Probe extends MovieClip {
private var circuit:Circuit;
pri... | package {
import flash.display.MovieClip;
import flash.events.MouseEvent;
import flash.geom.Point;
import org.concord.sparks.JavaScript;
import org.concord.sparks.util.Display;
public class Probe extends MovieClip {
private var circuit:Circuit;
private var connection:... | test change 2 | test change 2 | ActionScript | apache-2.0 | concord-consortium/sparks,concord-consortium/sparks,concord-consortium/sparks,concord-consortium/sparks,concord-consortium/sparks |
9fbd02591142f5457ccaf260715ee7acc495c503 | 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.... | optimize NAL unit parsing use a state machine and byte read instead of word read and jump backwards in the array in case start code not found related to #162 | optimize NAL unit parsing
use a state machine and byte read instead of word read and jump backwards in the array in case start code not found
related to #162
| ActionScript | mpl-2.0 | Corey600/flashls,JulianPena/flashls,mangui/flashls,dighan/flashls,neilrackett/flashls,codex-corp/flashls,thdtjsdn/flashls,jlacivita/flashls,Boxie5/flashls,jlacivita/flashls,tedconf/flashls,fixedmachine/flashls,clappr/flashls,hola/flashls,thdtjsdn/flashls,NicolasSiver/flashls,loungelogic/flashls,codex-corp/flashls,clapp... |
c0483e8259485e379e8250b6325a8b2163336943 | test/acceptance/e4x/Types/e9_2_1_2.as | test/acceptance/e4x/Types/e9_2_1_2.as | /* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the Li... | /* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the Li... | revert e4x change that was not implemented | revert e4x change that was not implemented
| ActionScript | mpl-2.0 | pnkfelix/tamarin-redux,pfgenyun/tamarin-redux,pnkfelix/tamarin-redux,pfgenyun/tamarin-redux,pfgenyun/tamarin-redux,pfgenyun/tamarin-redux,pfgenyun/tamarin-redux,pfgenyun/tamarin-redux,pnkfelix/tamarin-redux,pfgenyun/tamarin-redux,pnkfelix/tamarin-redux,pnkfelix/tamarin-redux,pnkfelix/tamarin-redux,pnkfelix/tamarin-redu... |
a855fa8340becde00d4c48224b59df85cd5e58b7 | src/as/com/threerings/flash/MediaContainer.as | src/as/com/threerings/flash/MediaContainer.as | //
// $Id$
//
// Nenya library - tools for developing networked games
// Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved
// http://www.threerings.net/code/nenya/
//
// This library is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public Licens... | //
// $Id$
//
// Nenya library - tools for developing networked games
// Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved
// http://www.threerings.net/code/nenya/
//
// This library is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public Licens... | Comment fixup. | Comment fixup.
git-svn-id: b675b909355d5cf946977f44a8ec5a6ceb3782e4@220 ed5b42cb-e716-0410-a449-f6a68f950b19
| ActionScript | lgpl-2.1 | threerings/nenya,threerings/nenya |
31b23137d829ac47a6a72783045164107116a621 | src/justpinegames/Logi/Console.as | src/justpinegames/Logi/Console.as | package justpinegames.Logi
{
import com.gskinner.motion.GTweener;
import flash.events.Event;
import flash.desktop.Clipboard;
import flash.desktop.ClipboardFormats;
import flash.utils.getQualifiedClassName;
import feathers.display.Sprite;
import feathers.controls.Button;
import feathers.controls.List;
import fea... | package justpinegames.Logi
{
import flash.events.Event;
import flash.desktop.Clipboard;
import flash.desktop.ClipboardFormats;
import flash.utils.getQualifiedClassName;
import feathers.display.Sprite;
import feathers.controls.Button;
import feathers.controls.List;
import feathers.controls.Scroller;
import feat... | Update src/justpinegames/Logi/Console.as | Update src/justpinegames/Logi/Console.as
Removed GTween dependency bringing this library in line with Feathers | ActionScript | mit | justpinegames/Logi,justpinegames/Logi |
d4df4dbe6c9499a826846d275d6fa05902b0ffd6 | kdp3Lib/src/com/kaltura/kdpfl/ApplicationFacade.as | kdp3Lib/src/com/kaltura/kdpfl/ApplicationFacade.as | package com.kaltura.kdpfl
{
import com.kaltura.kdpfl.controller.InitMacroCommand;
import com.kaltura.kdpfl.controller.LayoutReadyCommand;
import com.kaltura.kdpfl.controller.PlaybackCompleteCommand;
import com.kaltura.kdpfl.controller.SequenceItemPlayEndCommand;
import com.kaltura.kdpfl.controller.SequenceSk... | package com.kaltura.kdpfl
{
import com.kaltura.kdpfl.controller.InitMacroCommand;
import com.kaltura.kdpfl.controller.LayoutReadyCommand;
import com.kaltura.kdpfl.controller.PlaybackCompleteCommand;
import com.kaltura.kdpfl.controller.SequenceItemPlayEndCommand;
import com.kaltura.kdpfl.controller.SequenceSk... | update version to v3.7 | update version to v3.7 | ActionScript | agpl-3.0 | kaltura/kdp,shvyrev/kdp,shvyrev/kdp,kaltura/kdp,kaltura/kdp,shvyrev/kdp |
3ebd32c3450efe0724456b2950441e865a66fa25 | src/com/google/analytics/core/Organic.as | src/com/google/analytics/core/Organic.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 https://code.google.com/p/gaforflash/issues/detail?id=104 | fix https://code.google.com/p/gaforflash/issues/detail?id=104
| ActionScript | apache-2.0 | diver-in-sky/gaforflash |
2817021c560a131631cf4409e1627e2372d26906 | src/as/com/threerings/flex/CommandComboBox.as | src/as/com/threerings/flex/CommandComboBox.as | //
// $Id$
//
// Nenya library - tools for developing networked games
// Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved
// http://www.threerings.net/code/nenya/
//
// This library is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public Licens... | //
// $Id$
//
// Nenya library - tools for developing networked games
// Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved
// http://www.threerings.net/code/nenya/
//
// This library is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public Licens... | Allow to be used without a command. Alternatively, I could create a DataComboBox that just does the cool 'data' stuff, and have CommandComboBox extend that. Comment cleanups. | Allow to be used without a command.
Alternatively, I could create a DataComboBox that just does the cool
'data' stuff, and have CommandComboBox extend that.
Comment cleanups.
git-svn-id: b675b909355d5cf946977f44a8ec5a6ceb3782e4@746 ed5b42cb-e716-0410-a449-f6a68f950b19
| ActionScript | lgpl-2.1 | threerings/nenya,threerings/nenya |
09190478063ccef00e6cf398e29e0ae13cb00db0 | src/battlecode/client/viewer/render/DrawHUD.as | src/battlecode/client/viewer/render/DrawHUD.as | package battlecode.client.viewer.render {
import battlecode.client.viewer.MatchController;
import battlecode.common.RobotType;
import battlecode.common.Team;
import battlecode.events.MatchEvent;
import battlecode.serial.Match;
import flash.filters.DropShadowFilter;
import mx.co... | package battlecode.client.viewer.render {
import battlecode.client.viewer.MatchController;
import battlecode.common.RobotType;
import battlecode.common.Team;
import battlecode.events.MatchEvent;
import battlecode.serial.Match;
import flash.filters.DropShadowFilter;
import mx.co... | format points as "GG" | format points as "GG"
| ActionScript | mit | trun/battlecode-webclient |
f7a828e0c4e6bc603c012e34bd880c3089eaadf1 | src/as/com/threerings/presents/data/ClientObject.as | src/as/com/threerings/presents/data/ClientObject.as | //
// $Id$
//
// Narya library - tools for developing networked games
// Copyright (C) 2002-2010 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-2010 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... | Move this convenience method up here to the ClientObject because it's... well... convenient. | Move this convenience method up here to the ClientObject because it's... well... convenient.
git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@6068 542714f4-19e9-0310-aa3c-eee0fc999fb1
| ActionScript | lgpl-2.1 | threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya |
eab36f4f890b68cb195c299f354f07e9b7f2c80d | WEB-INF/lps/lfc/kernel/swf/LzInputTextSprite.as | WEB-INF/lps/lfc/kernel/swf/LzInputTextSprite.as | /**
* LzInputTextSprite.as
*
* @copyright Copyright 2001-2009 Laszlo Systems, Inc. All Rights Reserved.
* Use is subject to license terms.
*
* @topic Kernel
* @subtopic AS2
*/
/**
* @shortdesc Used for input text.
*
*/
var LzInputTextSprite = function(newowner, args) {
this.__LZd... | /**
* LzInputTextSprite.as
*
* @copyright Copyright 2001-2009 Laszlo Systems, Inc. All Rights Reserved.
* Use is subject to license terms.
*
* @topic Kernel
* @subtopic AS2
*/
/**
* @shortdesc Used for input text.
*
*/
var LzInputTextSprite = function(newowner, args) {
this.__LZd... | Change 20090305-ptw-u by ptw@dueling-banjos.home on 2009-03-05 17:21:04 EST in /Users/ptw/OpenLaszlo/trunk-3 for http://svn.openlaszlo.org/openlaszlo/trunk | Change 20090305-ptw-u by ptw@dueling-banjos.home on 2009-03-05 17:21:04 EST
in /Users/ptw/OpenLaszlo/trunk-3
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: Fix regression in input text: should not interpret HTML markup
Bugs Fixed: LPP-7857 html tags not showing in inputtext
Technical Reviewer: hmi... | ActionScript | epl-1.0 | mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo |
ec2f68e15a55b57f8a7c8f04dc703c63eaca21dd | src/aerys/minko/render/material/phong/PhongShader.as | src/aerys/minko/render/material/phong/PhongShader.as | package aerys.minko.render.material.phong
{
import aerys.minko.render.RenderTarget;
import aerys.minko.render.material.basic.BasicShader;
import aerys.minko.render.resource.texture.ITextureResource;
import aerys.minko.render.shader.SFloat;
import aerys.minko.render.shader.part.phong.LightAwareDiffuseShaderPart;
i... | package aerys.minko.render.material.phong
{
import aerys.minko.render.RenderTarget;
import aerys.minko.render.material.basic.BasicShader;
import aerys.minko.render.shader.SFloat;
import aerys.minko.render.shader.part.phong.LightAwareDiffuseShaderPart;
import aerys.minko.render.shader.part.phong.PhongShaderPart;
... | remove useless imports | remove useless imports
| ActionScript | mit | aerys/minko-as3 |
ce3d3474f920b77550ecba6cd8e68243f7866f7f | src/as/com/threerings/util/Name.as | src/as/com/threerings/util/Name.as | package com.threerings.util {
import com.threerings.util.Equalable;
import com.threerings.io.ObjectInputStream;
import com.threerings.io.ObjectOutputStream;
import com.threerings.io.Streamable;
public class Name extends Object
implements Hashable, Streamable
{
public function Name (name :String = "")
{
... | package com.threerings.util {
import com.threerings.util.Equalable;
import com.threerings.io.ObjectInputStream;
import com.threerings.io.ObjectOutputStream;
import com.threerings.io.Streamable;
public class Name extends Object
implements Comparable, Hashable, Streamable
{
public function Name (name :String =... | implement Comparable. | implement Comparable.
git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@4270 542714f4-19e9-0310-aa3c-eee0fc999fb1
| ActionScript | lgpl-2.1 | threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya |
3eeb88abba05290e74085ddec5d0d98af13b10f8 | src/org/mangui/hls/constant/HLSLoaderTypes.as | src/org/mangui/hls/constant/HLSLoaderTypes.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.constant {
/** Identifiers for the different stream types. **/
public class HLSLoad... | /* 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.constant {
/** Identifiers for the different stream types. **/
public class HLSLoad... | introduce MANIFEST loader type | introduce MANIFEST loader type
| ActionScript | mpl-2.0 | suuhas/flashls,mangui/flashls,aevange/flashls,Peer5/flashls,Corey600/flashls,Corey600/flashls,neilrackett/flashls,Peer5/flashls,fixedmachine/flashls,clappr/flashls,suuhas/flashls,aevange/flashls,vidible/vdb-flashls,JulianPena/flashls,mangui/flashls,jlacivita/flashls,tedconf/flashls,dighan/flashls,thdtjsdn/flashls,Nicol... |
e09093e3f7c752c5b511907ba6a97fc71be38751 | dolly-framework/src/main/actionscript/dolly/utils/CopyUtil.as | dolly-framework/src/main/actionscript/dolly/utils/CopyUtil.as | package dolly.utils {
import mx.collections.ArrayCollection;
public class CopyUtil {
private static function copyArray(targetObj:*, propertyName:String, sourceProperty:*):void {
targetObj[propertyName] = (sourceProperty as Array).slice();
}
private static function copyArrayCollection(targetObj:*, propertyName:... | package dolly.utils {
import mx.collections.ArrayCollection;
import mx.collections.ArrayList;
public class CopyUtil {
private static function copyArray(targetObj:*, propertyName:String, sourceProperty:*):void {
targetObj[propertyName] = (sourceProperty as Array).slice();
}
private static function copyArrayList... | Add support for ArrayList type in CopyUtil. | Add support for ArrayList type in CopyUtil.
| ActionScript | mit | Yarovoy/dolly |
0b6d1c7cd5e702c97e7a54669389e659a174a7df | kdp3Lib/src/com/kaltura/kdpfl/view/controls/ToolTipManager.as | kdp3Lib/src/com/kaltura/kdpfl/view/controls/ToolTipManager.as | package com.kaltura.kdpfl.view.controls
{
import com.hybrid.ui.ToolTip;
import com.kaltura.kdpfl.style.TextFormatManager;
import flash.display.DisplayObject;
import flash.display.DisplayObjectContainer;
import flash.display.Sprite;
import flash.geom.Point;
import flash.text.TextField;
import flash.ut... | package com.kaltura.kdpfl.view.controls
{
import com.hybrid.ui.ToolTip;
import com.kaltura.kdpfl.style.TextFormatManager;
import flash.display.DisplayObject;
import flash.display.DisplayObjectContainer;
import flash.display.Sprite;
import flash.geom.Point;
import flash.text.TextField;
import flash.ut... | Update kdp3Lib/src/com/kaltura/kdpfl/view/controls/ToolTipManager.as | Update kdp3Lib/src/com/kaltura/kdpfl/view/controls/ToolTipManager.as
Fixed wrong logic when checking if there is a _hookAlignment | ActionScript | agpl-3.0 | shvyrev/kdp,kaltura/kdp,kaltura/kdp,kaltura/kdp,shvyrev/kdp,shvyrev/kdp |
ced4dda2484d4d8dda95342385f7fec6b3d467b4 | src/org/mangui/hls/stream/TagBuffer.as | src/org/mangui/hls/stream/TagBuffer.as | /* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mangui.hls.stream {
import flash.events.TimerEvent;
import flash.events.Event;
import flash... | /* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mangui.hls.stream {
import flash.events.TimerEvent;
import flash.events.Event;
import flash... | reduce log verbosity | reduce log verbosity
| ActionScript | mpl-2.0 | hola/flashls,aevange/flashls,suuhas/flashls,Corey600/flashls,fixedmachine/flashls,fixedmachine/flashls,jlacivita/flashls,vidible/vdb-flashls,Boxie5/flashls,Peer5/flashls,hola/flashls,aevange/flashls,dighan/flashls,aevange/flashls,neilrackett/flashls,vidible/vdb-flashls,Peer5/flashls,dighan/flashls,codex-corp/flashls,Sc... |
0deb74d201a5169aff6df3b8f4ba29070660bed9 | Bin/Data/Scripts/Editor/EditorSettings.as | Bin/Data/Scripts/Editor/EditorSettings.as | // Urho3D editor settings dialog
bool subscribedToEditorSettings = false;
Window@ settingsDialog;
void CreateEditorSettingsDialog()
{
if (settingsDialog !is null)
return;
settingsDialog = ui.LoadLayout(cache.GetResource("XMLFile", "UI/EditorSettingsDialog.xml"));
ui.root.AddChild(s... | // Urho3D editor settings dialog
bool subscribedToEditorSettings = false;
Window@ settingsDialog;
void CreateEditorSettingsDialog()
{
if (settingsDialog !is null)
return;
settingsDialog = ui.LoadLayout(cache.GetResource("XMLFile", "UI/EditorSettingsDialog.xml"));
ui.root.AddChild(s... | Change variable name to start with lowercase. | Change variable name to start with lowercase.
| ActionScript | mit | tommy3/Urho3D,urho3d/Urho3D,MonkeyFirst/Urho3D,codedash64/Urho3D,codedash64/Urho3D,MonkeyFirst/Urho3D,MeshGeometry/Urho3D,xiliu98/Urho3D,helingping/Urho3D,weitjong/Urho3D,henu/Urho3D,tommy3/Urho3D,xiliu98/Urho3D,carnalis/Urho3D,bacsmar/Urho3D,abdllhbyrktr/Urho3D,fire/Urho3D-1,MeshGeometry/Urho3D,c4augustus/Urho3D,tommy... |
bb65af3083b876480802dfac3d35c26fb59de232 | frameworks/projects/framework/src/mx/core/RuntimeDPIProvider.as | frameworks/projects/framework/src/mx/core/RuntimeDPIProvider.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 FLEX-33861 Flex Incorrectly Scaling Down Application mutella test pass: tests/mobile/* | FIX FLEX-33861 Flex Incorrectly Scaling Down Application
mutella test pass:
tests/mobile/*
| ActionScript | apache-2.0 | shyamalschandra/flex-sdk,SlavaRa/flex-sdk,apache/flex-sdk,apache/flex-sdk,SlavaRa/flex-sdk,danteinforno/flex-sdk,adufilie/flex-sdk,danteinforno/flex-sdk,shyamalschandra/flex-sdk,danteinforno/flex-sdk,shyamalschandra/flex-sdk,SlavaRa/flex-sdk,danteinforno/flex-sdk,shyamalschandra/flex-sdk,SlavaRa/flex-sdk,SlavaRa/flex-s... |
9f6272f818c78d31f628709f9b769fe00f2c03e9 | src/Player.as | src/Player.as | package {
import flash.display.Sprite;
import flash.display.Stage;
import flash.display.StageAlign;
import flash.display.StageScaleMode;
import flash.display.StageDisplayState;
import flash.events.Event;
import flash.events.ErrorEvent;
import flash.events.NetStatusEvent;
import flash.events.ActivityE... | package {
import flash.display.Sprite;
import flash.display.Stage;
import flash.display.StageAlign;
import flash.display.StageScaleMode;
import flash.display.StageDisplayState;
import flash.events.Event;
import flash.events.ErrorEvent;
import flash.events.NetStatusEvent;
import flash.events.ActivityE... | scale sensibly | Player: scale sensibly
If the stage is smaller than the video, scale down the video.
If the stage is large, let a config decide if upscale should occur.
If the stage fits the video precisly do no scaling.
Afterwards, center the movie on the stage.
| ActionScript | bsd-3-clause | AxisCommunications/locomote-video-player,gaetancollaud/locomote-video-player |
546c44c600a0974eb427276f0ea280db1ed3734e | src/as/com/threerings/presents/client/Communicator.as | src/as/com/threerings/presents/client/Communicator.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... | Stop trying to recover from this error (it doesn't work), but try logging the event target. | Stop trying to recover from this error (it doesn't work), but try logging
the event target.
git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@4644 542714f4-19e9-0310-aa3c-eee0fc999fb1
| ActionScript | lgpl-2.1 | threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya |
c32de2476fa33d6e59a98d9b770c0f08cf941f13 | frameworks/as/projects/FlexJSUI/src/FlexJSUIClasses.as | frameworks/as/projects/FlexJSUI/src/FlexJSUIClasses.as | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | Include Ellipse in FlexJSUIClasses.as | Include Ellipse in FlexJSUIClasses.as
| ActionScript | apache-2.0 | greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs |
b7594a11356db83a60bd5e04545cfa4b2c6f8d79 | src/main/actionscript/com/castlabs/dash/DashNetStream.as | src/main/actionscript/com/castlabs/dash/DashNetStream.as | /*
* Copyright (c) 2014 castLabs GmbH
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
package com.castlabs.dash {
import com.castlabs.dash.events.FragmentEve... | /*
* Copyright (c) 2014 castLabs GmbH
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
package com.castlabs.dash {
import com.castlabs.dash.events.FragmentEve... | Add togglePause function and temporary fix function seek on end range | Add togglePause function and temporary fix function seek on end range
| ActionScript | mpl-2.0 | XamanSoft/dashas,XamanSoft/dashas,XamanSoft/dashas |
66d16e892691ebb10395dcd233a96f1bf348898d | frameworks/projects/HTML/as/src/org/apache/flex/html/beads/ContainerView.as | frameworks/projects/HTML/as/src/org/apache/flex/html/beads/ContainerView.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 trace | remove trace
| ActionScript | apache-2.0 | greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs |
24faad97c80881965c913ca50c65d82e783be9c5 | frameworks/as/projects/FlexJSJX/src/org/apache/flex/effects/Wipe.as | frameworks/as/projects/FlexJSJX/src/org/apache/flex/effects/Wipe.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 wipe effect | fix wipe effect
| ActionScript | apache-2.0 | greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs |
d7aa53de193c30b4478fc8dfb963d0b9df062429 | 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.render.shader.part.phong.attenuation.MatrixShadowMapAttenuationShaderPart;
import aerys.minko.scene.controller.AbstractController;
import aerys.minko.scene.controller.IRebindableController;
import aerys.minko.scene.controller.Tr... | package aerys.minko.scene.node
{
import aerys.minko.ns.minko_scene;
import aerys.minko.render.shader.part.phong.attenuation.MatrixShadowMapAttenuationShaderPart;
import aerys.minko.scene.controller.AbstractController;
import aerys.minko.scene.controller.IRebindableController;
import aerys.minko.scene.controller.Tr... | fix AbstractSceneNode.updateRoot() to be called "after" using setTimeout in order to make sure the addedToScene/removedFromScene signals are not called inside the added/removed signals | fix AbstractSceneNode.updateRoot() to be called "after" using setTimeout in order to make sure the addedToScene/removedFromScene signals are not called inside the added/removed signals
| ActionScript | mit | aerys/minko-as3 |
0a545ce12abc40f565311643dcef955ef88200d5 | src/battlecode/common/RobotType.as | src/battlecode/common/RobotType.as | package battlecode.common {
public class RobotType {
public static const HQ:String = "HQ";
public static const TOWER:String = "TOWER";
public static const SUPPLYDEPOT:String = "SUPPLYDEPOT";
public static const TECHNOLOGYINSTITUTE:String = "TECHNOLOGYINSTITUTE";
pu... | package battlecode.common {
public class RobotType {
public static const HQ:String = "HQ";
public static const TOWER:String = "TOWER";
public static const SUPPLYDEPOT:String = "SUPPLYDEPOT";
public static const TECHNOLOGYINSTITUTE:String = "TECHNOLOGYINSTITUTE";
pu... | add HP for robot types | add HP for robot types
| ActionScript | mit | trun/battlecode-webclient |
19831db930af438f28bcf190fdeb6f69a85ad998 | src/as/com/threerings/presents/client/ClientDObjectMgr.as | src/as/com/threerings/presents/client/ClientDObjectMgr.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... | Stop waiting for ENTER_FRAME to process incoming messages. This was residual from the initial conversion from Java, but I don't think it's very necessary on the flash side, and Zell is working to decouple the presents layer from flash-player specific classes and events like ENTER_FRAME. So now we just process everythin... | Stop waiting for ENTER_FRAME to process incoming messages.
This was residual from the initial conversion from Java, but I don't think
it's very necessary on the flash side, and Zell is working to decouple
the presents layer from flash-player specific classes and events like
ENTER_FRAME.
So now we just process everythin... | ActionScript | lgpl-2.1 | threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya |
6b3aba02250223bde8b07375cfa024e1bda21dde | src/as/com/threerings/presents/dobj/ObjectRemovedEvent.as | src/as/com/threerings/presents/dobj/ObjectRemovedEvent.as | //
// $Id: ObjectRemovedEvent.java 3099 2004-08-27 02:21:06Z mdb $
//
// Narya library - tools for developing networked games
// Copyright (C) 2002-2004 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
//... | //
// $Id: ObjectRemovedEvent.java 3099 2004-08-27 02:21:06Z mdb $
//
// Narya library - tools for developing networked games
// Copyright (C) 2002-2004 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
//... | Allow zero-arg construction (for unserialization). | Allow zero-arg construction (for unserialization).
git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@4154 542714f4-19e9-0310-aa3c-eee0fc999fb1
| ActionScript | lgpl-2.1 | threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya |
1148dce19bb04407aac8dc1dcf6e97af4e64811a | actionscript-cafe/src/main/flex/org/servebox/cafe/core/util/DateUtils.as | actionscript-cafe/src/main/flex/org/servebox/cafe/core/util/DateUtils.as | /*
* actionscript-cafe ClassUtils 18 avr. 2011 adesmarais
*
* Created by Servebox
* Copyright 2010 Servebox (c) All rights reserved. You may not use, distribute
* or modify this code under its source or binary form
* without the express authorization of ServeBox. Contact : info@servebox.com
*/
package org.servebox.ca... | /*
* actionscript-cafe ClassUtils 18 avr. 2011 adesmarais
*
* Created by Servebox
* Copyright 2010 Servebox (c) All rights reserved. You may not use, distribute
* or modify this code under its source or binary form
* without the express authorization of ServeBox. Contact : info@servebox.com
*/
package org.servebox.ca... | Add method in date utils. | Add method in date utils. | ActionScript | mit | servebox/as-cafe |
fb6af8672a49f4404a422b10a632a33a91a228d5 | krew-framework/krewfw/builtin_actor/world/KrewWorldLayer.as | krew-framework/krewfw/builtin_actor/world/KrewWorldLayer.as | package krewfw.builtin_actor.world {
import flash.geom.Rectangle;
import starling.display.DisplayObject;
import starling.display.Image;
import starling.display.Sprite;
import krewfw.core.KrewActor;
//------------------------------------------------------------
public class KrewWorldLayer... | package krewfw.builtin_actor.world {
import flash.geom.Rectangle;
import starling.display.DisplayObject;
import starling.display.Image;
import starling.display.Sprite;
import krewfw.core.KrewActor;
//------------------------------------------------------------
public class KrewWorldLayer... | Add baseZoomeScale accessor to KrewWorldLayer | Add baseZoomeScale accessor to KrewWorldLayer
| ActionScript | mit | tatsuya-koyama/krewFramework,tatsuya-koyama/krewFramework,tatsuya-koyama/krewFramework |
9ebd17829bbad41d84deb6b57be66d6e14e04674 | src/goplayer/Player.as | src/goplayer/Player.as | package goplayer
{
public class Player
implements FlashNetConnectionListener, FlashNetStreamListener
{
private const DEFAULT_VOLUME : Number = .8
private const DETERMINE_BANDWIDTH : Boolean = true
private const START_BUFFER : Duration = Duration.seconds(.1)
private const SMALL_BUFFER : Duration... | package goplayer
{
public class Player
implements FlashNetConnectionListener, FlashNetStreamListener
{
private const DEFAULT_VOLUME : Number = .8
private const DETERMINE_BANDWIDTH : Boolean = true
private const START_BUFFER : Duration = Duration.seconds(1)
private const SMALL_BUFFER : Duration ... | Change buffer sizes from .1/10/60 to 1/5/60. | Change buffer sizes from .1/10/60 to 1/5/60.
| ActionScript | mit | dbrock/goplayer,dbrock/goplayer |
2a9d4e6b39c8f8d551215cab049d0fa373cf5dd6 | 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.resource.Program3DResource;
import aerys.minko.render.resource.texture.ITextureResource;
import aerys.minko.render.shader.Signature;
import aerys.minko.render.shader.compiler.graph.nodes.AbstractNode;
import aer... | package aerys.minko.render.shader.compiler.graph
{
import aerys.minko.Minko;
import aerys.minko.render.resource.Program3DResource;
import aerys.minko.render.resource.texture.ITextureResource;
import aerys.minko.render.shader.Signature;
import aerys.minko.render.shader.compiler.graph.nodes.AbstractNode;
import aer... | Comment shadergraph visitor | Comment shadergraph visitor
M Remove_useless visitor creates errors inside the shader graph
| ActionScript | mit | aerys/minko-as3 |
775908759ff9547892980080b2f126652452c573 | frameworks/projects/HTML/as/src/org/apache/flex/html/beads/ContainerView.as | frameworks/projects/HTML/as/src/org/apache/flex/html/beads/ContainerView.as | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | switch this back to && so we only go down this path when sized to content | switch this back to && so we only go down this path when sized to content
| ActionScript | apache-2.0 | greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs |
05844f5519db9bb49f1e7284d1a0134b678d0261 | src/stdio/Process.as | src/stdio/Process.as | package stdio {
import flash.display.Sprite
import flash.events.*
import flash.net.*
public class Process extends Sprite {
public static var instance: Process = null
private const stdin_buffer: StreamBuffer = new StreamBuffer
private const stdin_socket: SocketStream = new SocketStream
private ... | package stdio {
import flash.display.Sprite
import flash.events.*
import flash.net.*
public class Process extends Sprite {
public static var instance: Process = null
private const stdin_buffer: StreamBuffer = new StreamBuffer
private const stdin_socket: SocketStream = new SocketStream
private ... | Enable processes to run outside flashplayer-stdio envionment. | Enable processes to run outside flashplayer-stdio envionment.
| ActionScript | mit | dbrock/stdio.as,dbrock/stdio.as,dbrock/stdio.as |
322214f6386ff07a97a3f1eba65fa47d887984d1 | DragonBonesDesignPanelLib/src/core/utils/OptimizeDataUtils.as | DragonBonesDesignPanelLib/src/core/utils/OptimizeDataUtils.as | package core.utils
{
import dragonBones.utils.ConstValues;
public class OptimizeDataUtils
{
private static var animationPropertyArray:Array = [ConstValues.A_FADE_IN_TIME, ConstValues.A_SCALE, ConstValues.A_LOOP];
private static var animationValueArray:Array = [0,1,1];
private static var timelinePropertyArr... | package core.utils
{
import dragonBones.utils.ConstValues;
public class OptimizeDataUtils
{
private static var animationPropertyArray:Array = [ConstValues.A_FADE_IN_TIME, ConstValues.A_SCALE, ConstValues.A_LOOP];
private static var animationValueArray:Array = [0,1,1];
private static var timelinePropertyArr... | fix a DesignPanel colorTransform default value bug | fix a DesignPanel colorTransform default value bug
| ActionScript | mit | DragonBones/DesignPanel |
30ace2a68be726795d58bd727eb0ead42a0c3fdb | src/aerys/minko/type/loader/parser/ParserOptions.as | src/aerys/minko/type/loader/parser/ParserOptions.as | package aerys.minko.type.loader.parser
{
import aerys.minko.render.effect.Effect;
import aerys.minko.type.loader.ILoader;
import aerys.minko.type.loader.SceneLoader;
import aerys.minko.type.loader.TextureLoader;
import flash.net.URLRequest;
/**
* ParserOptions objects provide properties and function referen... | package aerys.minko.type.loader.parser
{
import aerys.minko.render.effect.Effect;
import aerys.minko.type.loader.ILoader;
import aerys.minko.type.loader.SceneLoader;
import aerys.minko.type.loader.TextureLoader;
import flash.net.URLRequest;
/**
* ParserOptions objects provide properties and function referen... | Add loadSkin option in ParserOptions | Add loadSkin option in ParserOptions
| ActionScript | mit | aerys/minko-as3 |
7cd7cc48cb2838ec1ce838b8ffc098706af2165a | src/as/com/threerings/util/MultiLoader.as | src/as/com/threerings/util/MultiLoader.as | //
// $Id$
package com.threerings.util {
import flash.display.Loader;
import flash.display.LoaderInfo;
import flash.events.AsyncErrorEvent;
import flash.events.ErrorEvent;
import flash.events.Event;
import flash.events.IEventDispatcher;
import flash.events.IOErrorEvent;
import flash.events.SecurityErrorEvent;
impor... | //
// $Id$
package com.threerings.util {
import flash.display.Loader;
import flash.display.LoaderInfo;
import flash.events.AsyncErrorEvent;
import flash.events.ErrorEvent;
import flash.events.Event;
import flash.events.IEventDispatcher;
import flash.events.IOErrorEvent;
import flash.events.SecurityErrorEvent;
impor... | Swap the order of the generatorFn and callbackFn args. Made the generatorFn optional, in case the source values are already ready-to-go, although 99% of the time it's going to be better to use the generator function to get things ready to go because MultiLoader will take care of figuring out the sources structure. | Swap the order of the generatorFn and callbackFn args.
Made the generatorFn optional, in case the source values are already ready-to-go,
although 99% of the time it's going to be better to use the generator function
to get things ready to go because MultiLoader will take care of figuring out
the sources structure.
gi... | ActionScript | lgpl-2.1 | threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya |
f6b84b3e4fae4e8816b145e138f1556ae7e14dca | 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 missing call to super.initializeSignalHandlers() | fix missing call to super.initializeSignalHandlers()
| ActionScript | mit | aerys/minko-as3 |
1fe7d00e4a737c12b1a7f2f80118a92d7708c2f6 | src/aerys/minko/type/loader/SceneLoader.as | src/aerys/minko/type/loader/SceneLoader.as | package aerys.minko.type.loader
{
import flash.events.Event;
import flash.events.ProgressEvent;
import flash.net.URLLoader;
import flash.net.URLLoaderDataFormat;
import flash.net.URLRequest;
import flash.utils.ByteArray;
import flash.utils.setTimeout;
import aerys.minko.scene.node.ISceneNode;
import aerys.mi... | package aerys.minko.type.loader
{
import flash.events.Event;
import flash.events.ProgressEvent;
import flash.net.URLLoader;
import flash.net.URLLoaderDataFormat;
import flash.net.URLRequest;
import flash.utils.ByteArray;
import flash.utils.setTimeout;
import aerys.minko.scene.node.ISceneNode;
import aerys.mi... | set SceneLoader._parser = null when loading fails/completes | set SceneLoader._parser = null when loading fails/completes
| ActionScript | mit | aerys/minko-as3 |
09936a9764430c02f0fc8438f8c957b81b37c8e9 | exporter/src/main/as/flump/export/DisplayCreator.as | exporter/src/main/as/flump/export/DisplayCreator.as | //
// Flump - Copyright 2012 Three Rings Design
package flump.export {
import flash.display.BitmapData;
import flash.utils.Dictionary;
import flump.SwfTexture;
import flump.display.Movie;
import flump.mold.KeyframeMold;
import flump.mold.LayerMold;
import flump.mold.MovieMold;
import flump.xfl.XflLibrary;
import flu... | //
// Flump - Copyright 2012 Three Rings Design
package flump.export {
import flash.utils.Dictionary;
import flump.SwfTexture;
import flump.display.Movie;
import flump.mold.KeyframeMold;
import flump.mold.LayerMold;
import flump.mold.MovieMold;
import flump.xfl.XflLibrary;
import flump.xfl.XflTexture;
import starli... | Speed up getMaxDrawn by caching keyframe computations | Speed up getMaxDrawn by caching keyframe computations
A deeply nested movie in one of Jon's flas
was causing a single keyframe calculation to run
literally millions of times, which made Flash just hang
forever. | ActionScript | mit | mathieuanthoine/flump,funkypandagame/flump,mathieuanthoine/flump,tconkling/flump,tconkling/flump,mathieuanthoine/flump,funkypandagame/flump |
2eb10b30c86cb24d9b26f30f7a5570f9c7dd71d7 | examples/FlexJSStore/src/ProductJSONItemConverter.as | examples/FlexJSStore/src/ProductJSONItemConverter.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 setProperty (for now at least) | use setProperty (for now at least)
| ActionScript | apache-2.0 | greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs |
f031924f4df4caa8eaade76ef3a9693821f399dd | 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.Field;
import org.as3commons.reflect.IMetadataContainer;
import org.as3commons.reflect.Type;
import org.as3commons.reflect.Variable;
use namespace dolly_inte... | package dolly {
import dolly.core.dolly_internal;
import dolly.core.metadata.MetadataName;
import org.as3commons.reflect.Accessor;
import org.as3commons.reflect.Field;
import org.as3commons.reflect.IMetadataContainer;
import org.as3commons.reflect.Type;
import org.as3commons.reflect.Variable;
use namespace dolly_inte... | Rename local variable in method Copier.copy: isClassCloneable -> isTypeCloneable | Rename local variable in method Copier.copy:
isClassCloneable -> isTypeCloneable
| ActionScript | mit | Yarovoy/dolly |
499abfcadef5ecb390811e4f475bbec7e96763d7 | src/com/google/analytics/campaign/CampaignTracker.as | src/com/google/analytics/campaign/CampaignTracker.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... | update comment for asdoc | update comment for asdoc | ActionScript | apache-2.0 | mrthuanvn/gaforflash,dli-iclinic/gaforflash,Vigmar/gaforflash,soumavachakraborty/gaforflash,drflash/gaforflash,jisobkim/gaforflash,Vigmar/gaforflash,Miyaru/gaforflash,jeremy-wischusen/gaforflash,Miyaru/gaforflash,jeremy-wischusen/gaforflash,drflash/gaforflash,mrthuanvn/gaforflash,dli-iclinic/gaforflash,DimaBaliakin/gaf... |
a030a137ba3e7fea31750924d737b4f208f1f482 | src/com/merlinds/miracle_tool/models/ProjectModel.as | src/com/merlinds/miracle_tool/models/ProjectModel.as | /**
* User: MerlinDS
* Date: 13.07.2014
* Time: 1:51
*/
package com.merlinds.miracle_tool.models {
import com.merlinds.miracle_tool.events.EditorEvent;
import com.merlinds.miracle_tool.models.vo.AnimationVO;
import com.merlinds.miracle_tool.models.vo.ElementVO;
import com.merlinds.miracle_tool.models.vo.SourceV... | /**
* User: MerlinDS
* Date: 13.07.2014
* Time: 1:51
*/
package com.merlinds.miracle_tool.models {
import com.merlinds.miracle_tool.events.EditorEvent;
import com.merlinds.miracle_tool.models.vo.AnimationVO;
import com.merlinds.miracle_tool.models.vo.ElementVO;
import com.merlinds.miracle_tool.models.vo.SourceV... | Remove fixed TODO | Remove fixed TODO
| ActionScript | mit | MerlinDS/miracle_tool |
aef7ea826a607c2d5ec3875cf54a0ee63888bbfa | src/com/esri/builder/controllers/LocaleController.as | src/com/esri/builder/controllers/LocaleController.as | ////////////////////////////////////////////////////////////////////////////////
// Copyright (c) 2008-2013 Esri. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
/... | ////////////////////////////////////////////////////////////////////////////////
// Copyright (c) 2008-2013 Esri. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
/... | Add fallback font name for locale-specific font families. | Add fallback font name for locale-specific font families.
| ActionScript | apache-2.0 | Esri/arcgis-viewer-builder-flex |
9536687276ccbb6037d6fdbf756aa0853493cecd | dolly-framework/src/test/actionscript/dolly/ClonerTest.as | dolly-framework/src/test/actionscript/dolly/ClonerTest.as | package dolly {
import dolly.core.dolly_internal;
import org.as3commons.reflect.Field;
import org.as3commons.reflect.Type;
import org.flexunit.asserts.assertEquals;
import org.flexunit.asserts.assertNotNull;
import org.flexunit.asserts.assertNull;
use namespace dolly_internal;
public class ClonerTest {
private var... | package dolly {
import dolly.core.dolly_internal;
import org.as3commons.reflect.Field;
import org.as3commons.reflect.Type;
import org.flexunit.asserts.assertEquals;
import org.flexunit.asserts.assertNotNull;
import org.flexunit.asserts.assertNull;
use namespace dolly_internal;
public class ClonerTest {
private var... | Rename local variables. | Rename local variables.
| ActionScript | mit | Yarovoy/dolly |
dee36289d2c6e3b114a56c43c7969e898ed6d5e6 | src/aerys/minko/scene/node/Mesh.as | src/aerys/minko/scene/node/Mesh.as | package aerys.minko.scene.node
{
import aerys.minko.ns.minko_scene;
import aerys.minko.render.geometry.Geometry;
import aerys.minko.render.material.Material;
import aerys.minko.render.material.basic.BasicMaterial;
import aerys.minko.scene.controller.mesh.MeshController;
import aerys.minko.scene.controller.mesh.Me... | package aerys.minko.scene.node
{
import aerys.minko.ns.minko_scene;
import aerys.minko.render.geometry.Geometry;
import aerys.minko.render.material.Material;
import aerys.minko.render.material.basic.BasicMaterial;
import aerys.minko.scene.controller.mesh.MeshController;
import aerys.minko.scene.controller.mesh.Me... | fix Mesh.computedVisibility to take material and material.effect availability into account: mesh without material/effect are now considered as hidden | fix Mesh.computedVisibility to take material and material.effect availability into account: mesh without material/effect are now considered as hidden
| ActionScript | mit | aerys/minko-as3 |
d7b6ce6ced88163578a5fa0661bc7769fcedf396 | dolly-framework/src/test/actionscript/dolly/utils/PropertyUtilTests.as | dolly-framework/src/test/actionscript/dolly/utils/PropertyUtilTests.as | package dolly.utils {
import dolly.core.dolly_internal;
import mx.collections.ArrayCollection;
import mx.collections.ArrayList;
import org.flexunit.assertThat;
import org.flexunit.asserts.assertTrue;
import org.hamcrest.collection.array;
import org.hamcrest.collection.arrayWithSize;
import org.hamcrest.collection.eve... | package dolly.utils {
import dolly.core.dolly_internal;
import mx.collections.ArrayCollection;
import mx.collections.ArrayList;
import org.flexunit.assertThat;
import org.flexunit.asserts.assertEquals;
import org.flexunit.asserts.assertFalse;
import org.flexunit.asserts.assertNotNull;
import org.flexunit.asserts.asse... | Test for PropertyUtil.copyArrayList() method. | Test for PropertyUtil.copyArrayList() method.
| ActionScript | mit | Yarovoy/dolly |
32551f3abbf2e78bece6c3d08c63e81b6f21f2c4 | src/org/hola/FlashFetchBin.as | src/org/hola/FlashFetchBin.as | package org.hola {
import flash.events.*;
import flash.net.URLStream;
import flash.net.URLRequest;
import flash.utils.setTimeout;
import flash.utils.clearTimeout;
import flash.external.ExternalInterface;
import org.hola.ZExternalInterface;
public class FlashFetchBin {
public sta... | package org.hola {
import flash.events.*;
import flash.net.URLStream;
import flash.net.URLRequest;
import flash.utils.setTimeout;
import flash.utils.clearTimeout;
import flash.external.ExternalInterface;
import org.hola.ZExternalInterface;
public class FlashFetchBin {
private st... | make private members private | make private members private
| ActionScript | mpl-2.0 | hola/flashls,hola/flashls |
7c6597e0d73ca2df643787003fc7fc4d5820b3c3 | VectorCommon/src/org/jbei/components/sequenceClasses/FeatureRenderer.as | VectorCommon/src/org/jbei/components/sequenceClasses/FeatureRenderer.as | package org.jbei.components.sequenceClasses
{
import flash.display.Graphics;
import flash.geom.Rectangle;
import org.jbei.bio.sequence.common.StrandType;
import org.jbei.bio.sequence.dna.Feature;
import org.jbei.components.common.AnnotationRenderer;
import org.jbei.components.common.IContentHolder;
/**
... | package org.jbei.components.sequenceClasses
{
import flash.display.Graphics;
import flash.geom.Rectangle;
import org.jbei.bio.sequence.common.StrandType;
import org.jbei.bio.sequence.dna.Feature;
import org.jbei.components.common.AnnotationRenderer;
import org.jbei.components.common.IContentHolder;
/**
... | fix feature rendering bug | [VectorCommon] fix feature rendering bug
git-svn-id: adbdea8fc1759bd16b0eaf24a244a7e5f870a654@280 fe3f0490-d73e-11de-a956-c71e7d3a9d2f
| ActionScript | bsd-3-clause | CIDARLAB/mage-editor,CIDARLAB/mage-editor,CIDARLAB/mage-editor |
00eddfe78da3d7e08d17598bea58e6515d053060 | frameworks/as/projects/FlexJSUI/src/org/apache/flex/core/SimpleCSSStyles.as | frameworks/as/projects/FlexJSUI/src/org/apache/flex/core/SimpleCSSStyles.as | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | add a few more styles | add a few more styles
| ActionScript | apache-2.0 | greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs |
33da92c794779c3a707c106a66313e34e8a14578 | test/org/igniterealtime/xiff/util/DateTimeParserTest.as | test/org/igniterealtime/xiff/util/DateTimeParserTest.as | /*
* Copyright (C) 2003-2011 Igniterealtime Community Contributors
*
* Daniel Henninger
* Derrick Grigg <dgrigg@rogers.com>
* Juga Paazmaya <olavic@gmail.com>
* Nick Velloff <nick.velloff@gmail.com>
* Sean Treadway <seant@oncotype.dk>
* Sean Voisen <sean@voisen.org>
* Mark Walters <mark@y... | /*
* Copyright (C) 2003-2011 Igniterealtime Community Contributors
*
* Daniel Henninger
* Derrick Grigg <dgrigg@rogers.com>
* Juga Paazmaya <olavic@gmail.com>
* Nick Velloff <nick.velloff@gmail.com>
* Sean Treadway <seant@oncotype.dk>
* Sean Voisen <sean@voisen.org>
* Mark Walters <mark@y... | Revert of commit test. | Revert of commit test.
git-svn-id: c197267f952b24206666de142881703007ca05d5@12597 b35dd754-fafc-0310-a699-88a17e54d16e
| ActionScript | apache-2.0 | nazoking/xiff |
bf9871bb05464e06971798717a2434984b651487 | src/aerys/minko/scene/node/mesh/Mesh.as | src/aerys/minko/scene/node/mesh/Mesh.as | package aerys.minko.scene.node.mesh
{
import aerys.minko.ns.minko;
import aerys.minko.ns.minko_stream;
import aerys.minko.scene.action.mesh.MeshAction;
import aerys.minko.scene.node.AbstractScene;
import aerys.minko.type.stream.IVertexStream;
import aerys.minko.type.stream.IndexStream;
import aerys.minko.type.st... | package aerys.minko.scene.node.mesh
{
import aerys.minko.ns.minko;
import aerys.minko.ns.minko_stream;
import aerys.minko.scene.action.mesh.MeshAction;
import aerys.minko.scene.node.AbstractScene;
import aerys.minko.type.stream.IVertexStream;
import aerys.minko.type.stream.IndexStream;
import aerys.minko.type.st... | Optimize mesh cloning and merging. | Optimize mesh cloning and merging.
| ActionScript | mit | aerys/minko-as3 |
b8f7e15d0444058acbc7e4df065653c4314f71e1 | 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... | remove unused commented out variable Player::debugLogger | remove unused commented out variable Player::debugLogger | ActionScript | bsd-3-clause | AxisCommunications/locomote-video-player,gaetancollaud/locomote-video-player |
56d67ccf3e4436437875cf3562ce508142804e36 | frameworks/projects/framework/src/mx/binding/Binding.as | frameworks/projects/framework/src/mx/binding/Binding.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 compiler warning | Remove compiler warning
| ActionScript | apache-2.0 | shyamalschandra/flex-sdk,SlavaRa/flex-sdk,adufilie/flex-sdk,adufilie/flex-sdk,shyamalschandra/flex-sdk,danteinforno/flex-sdk,SlavaRa/flex-sdk,danteinforno/flex-sdk,danteinforno/flex-sdk,SlavaRa/flex-sdk,shyamalschandra/flex-sdk,apache/flex-sdk,adufilie/flex-sdk,apache/flex-sdk,SlavaRa/flex-sdk,shyamalschandra/flex-sdk,... |
b2851541f9286a485576237f0377983854ff2aa9 | src/aerys/minko/type/interpolation/BezierCubicSegment.as | src/aerys/minko/type/interpolation/BezierCubicSegment.as | package aerys.minko.type.interpolation
{
import aerys.minko.type.math.Vector4;
import mx.validators.ValidationResult;
public class BezierCubicSegment extends AbstractBezierSegment
{
protected var _control1 : Vector4;
protected var _control2 : Vector4;
private var _diff10 : Vector4 = null;
private var... | package aerys.minko.type.interpolation
{
import aerys.minko.type.math.Vector4;
public class BezierCubicSegment extends AbstractBezierSegment
{
protected var _control1 : Vector4;
protected var _control2 : Vector4;
private var _diff10 : Vector4 = null;
private var _diff21 : Vector4 = null;
private var _... | Remove invalid import. | Remove invalid import.
| ActionScript | mit | aerys/minko-as3 |
e1e69eb65c145d6dc14e43d98da5d73ec0585206 | WeaveASJS/src/weavejs/data/source/WebSocketDataSource.as | WeaveASJS/src/weavejs/data/source/WebSocketDataSource.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 Rights... | /* ***** 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 Rights... | Reconnect on abnormal connection abort. | WebSocketDataSource: Reconnect on abnormal connection abort.
| ActionScript | mpl-2.0 | WeaveTeam/WeaveJS,WeaveTeam/WeaveJS,WeaveTeam/WeaveJS,WeaveTeam/WeaveJS |
3739fe7c795f0a8ebaa4118ac10f5ab655513cfe | exporter/src/main/as/flump/export/Atlas.as | exporter/src/main/as/flump/export/Atlas.as | //
// Flump - Copyright 2012 Three Rings Design
package flump.export {
import flash.display.Sprite;
import flash.filesystem.File;
import flash.geom.Rectangle;
import flump.SwfTexture;
public class Atlas
{
public var name :String;
public var w :int, h :int, id :int;
public function Atlas(name :String, w... | //
// Flump - Copyright 2012 Three Rings Design
package flump.export {
import flash.display.Sprite;
import flash.filesystem.File;
import flash.geom.Rectangle;
import flump.SwfTexture;
public class Atlas
{
public var name :String;
public var w :int, h :int, id :int;
public function Atlas(name :String, w... | Put tiny gaps around textures to prevent atlas artifacts. | Put tiny gaps around textures to prevent atlas artifacts.
| ActionScript | mit | tconkling/flump,mathieuanthoine/flump,tconkling/flump,mathieuanthoine/flump,funkypandagame/flump,mathieuanthoine/flump,funkypandagame/flump |
f98330d7e21d652fea9e28971622f3ec766df953 | as3porject/src/Main.as | as3porject/src/Main.as | package
{
import org.flixel.*;
[SWF(width="320", height="240", backgroundColor="#000000")]
[Frame(factoryClass="Preloader")]
public class Main extends FlxGame
{
public function Main()
{
super(320, 240, PlayState, 1, 20, 20);
}
}
}
| package
{
import org.flixel.*;
[SWF(width="320", height="240", backgroundColor="#000000")]
[Frame(factoryClass="Preloader")]
public class Main extends FlxGame
{
public function Main()
{
//test
super(320, 240, PlayState, 1, 20, 20);
}
}
}
| test office commit | test office commit
| ActionScript | mit | kaleidosgu/letter-fighter |
e18d1eb84a3095a066e428cbef4d0ee9518603f6 | src/aerys/minko/scene/visitor/data/CameraData.as | src/aerys/minko/scene/visitor/data/CameraData.as | package aerys.minko.scene.visitor.data
{
import aerys.minko.type.math.Frustum;
import aerys.minko.type.math.Matrix4x4;
import aerys.minko.type.math.Vector4;
import flash.geom.Matrix;
public class CameraData implements IWorldData
{
public static const POSITION : String = 'position';
public static const LO... | package aerys.minko.scene.visitor.data
{
import aerys.minko.type.math.Frustum;
import aerys.minko.type.math.Matrix4x4;
import aerys.minko.type.math.Vector4;
public class CameraData implements IWorldData
{
public static const POSITION : String = 'position';
public static const LOOK_AT : String = 'lookAt';
... | Fix minor bug in CameraData (reset method is not called on the reference to localData anymore) | Fix minor bug in CameraData (reset method is not called on the reference to localData anymore)
| ActionScript | mit | aerys/minko-as3 |
886668ab13f4cfd2e956b18d96323efad1878764 | bin/Data/Scripts/Editor/EditorViewDebugIcons.as | bin/Data/Scripts/Editor/EditorViewDebugIcons.as | // Editor debug icons
BillboardSet@ debugIconsSetDirectionalLights;
BillboardSet@ debugIconsSetSpotLights;
BillboardSet@ debugIconsSetPointLights;
BillboardSet@ debugIconsSetCameras;
BillboardSet@ debugIconsSetSoundSources;
BillboardSet@ debugIconsSetSoundSources3D;
BillboardSet@ debugIconsSetSoundListeners;
Billboard... | // Editor debug icons
BillboardSet@ debugIconsSetDirectionalLights;
BillboardSet@ debugIconsSetSpotLights;
BillboardSet@ debugIconsSetPointLights;
BillboardSet@ debugIconsSetCameras;
BillboardSet@ debugIconsSetSoundSources;
BillboardSet@ debugIconsSetSoundSources3D;
BillboardSet@ debugIconsSetSoundListeners;
Billboard... | add debug temp container(node) and clear scene's scope | add debug temp container(node) and clear scene's scope
| ActionScript | mit | bacsmar/Urho3D,luveti/Urho3D,SirNate0/Urho3D,cosmy1/Urho3D,carnalis/Urho3D,luveti/Urho3D,299299/Urho3D,codedash64/Urho3D,eugeneko/Urho3D,299299/Urho3D,bacsmar/Urho3D,helingping/Urho3D,SuperWangKai/Urho3D,codedash64/Urho3D,c4augustus/Urho3D,orefkov/Urho3D,codemon66/Urho3D,xiliu98/Urho3D,urho3d/Urho3D,kostik1337/Urho3D,x... |
db799c930ede0248b2c65eb2588166ac92434dc1 | flex_src/src/com/nathancolgate/S3Signature.as | flex_src/src/com/nathancolgate/S3Signature.as | package com.nathancolgate {
import com.elctech.S3UploadOptions;
import com.adobe.net.MimeTypeMap;
import flash.events.EventDispatcher;
import flash.events.ProgressEvent;
import flash.events.Event;
import flash.events.IOErrorEvent;
import flash.events.SecurityErrorEvent;
import flash.events.HTTPStatusEvent;
im... | package com.nathancolgate {
import com.elctech.S3UploadOptions;
import com.adobe.net.MimeTypeMap;
import flash.events.EventDispatcher;
import flash.events.ProgressEvent;
import flash.events.Event;
import flash.events.IOErrorEvent;
import flash.events.SecurityErrorEvent;
import flash.events.HTTPStatusEvent;
im... | use POST when interactive with signature endpoint | use POST when interactive with signature endpoint
| ActionScript | mit | icebreaker/s3-swf-upload-plugin,icebreaker/s3-swf-upload-plugin |
53529bf88f62f5a734ca5d89027601fb820f37dc | src/main/actionscript/com/castlabs/dash/utils/SmoothMonitor.as | src/main/actionscript/com/castlabs/dash/utils/SmoothMonitor.as | /*
* Copyright (c) 2014 castLabs GmbH
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
package com.castlabs.dash.utils {
import com.castlabs.dash.DashContext;... | /*
* Copyright (c) 2014 castLabs GmbH
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
package com.castlabs.dash.utils {
import com.castlabs.dash.DashContext;... | Change OSMF NetStreamCodes to utils package | Change OSMF NetStreamCodes to utils package
| ActionScript | mpl-2.0 | XamanSoft/dashas,XamanSoft/dashas,XamanSoft/dashas |
072ea8e5dc3716f678e3a20276ddaf40272523ee | src/aerys/minko/render/shader/SFloat.as | src/aerys/minko/render/shader/SFloat.as | package aerys.minko.render.shader
{
import aerys.minko.ns.minko_shader;
import aerys.minko.render.shader.compiler.graph.nodes.AbstractNode;
import aerys.minko.render.shader.compiler.graph.nodes.leaf.Constant;
import aerys.minko.render.shader.compiler.graph.nodes.vertex.Extract;
import aerys.minko.render.shader.com... | package aerys.minko.render.shader
{
import aerys.minko.ns.minko_shader;
import aerys.minko.render.shader.compiler.graph.nodes.AbstractNode;
import aerys.minko.render.shader.compiler.graph.nodes.leaf.Constant;
import aerys.minko.render.shader.compiler.graph.nodes.vertex.Extract;
import aerys.minko.render.shader.com... | fix SFloat.setProperty() | fix SFloat.setProperty()
| ActionScript | mit | aerys/minko-as3 |
35dd9e9635e4cf51e9650c3899baf4c2b7b01bca | 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 FileUpdate stuff (only description so far) | Add test for FileUpdate stuff (only description so far)
| ActionScript | bsd-2-clause | Ventero/FRESteamWorks,Ventero/FRESteamWorks,Ventero/FRESteamWorks,Ventero/FRESteamWorks |
5cfe8db99d68d80ccef7d193c8e3c0f26c192ae6 | frameworks/projects/Core/as/src/org/apache/flex/utils/Language.as | frameworks/projects/Core/as/src/org/apache/flex/utils/Language.as | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | fix return type | fix return type
| ActionScript | apache-2.0 | greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs |
14b518dbe75992abb9cc1f8172e8510a0fa20cde | WEB-INF/lps/lfc/lzpreloader.as | WEB-INF/lps/lfc/lzpreloader.as | /**
*
* @copyright Copyright 2001-2008 Laszlo Systems, Inc. All Rights Reserved.
* Use is subject to license terms.
*
* @affects lzpreloader
* @access private
* @topic LZX
* @subtopic Services
*/
//
// Code for lzpreloader frame 0 when there's a <splash> tag
// This is compiled into lzpre... | /**
*
* @copyright Copyright 2001-2008 Laszlo Systems, Inc. All Rights Reserved.
* Use is subject to license terms.
*
* @affects lzpreloader
* @access private
* @topic LZX
* @subtopic Services
*/
//
// Code for lzpreloader frame 0 when there's a <splash> tag
// This is compiled into lzpre... | Change 20081212-maxcarlson-l by maxcarlson@Bank.lan on 2008-12-12 22:46:35 PST in /Users/maxcarlson/openlaszlo/trunk-clean for http://svn.openlaszlo.org/openlaszlo/trunk | Change 20081212-maxcarlson-l by maxcarlson@Bank.lan on 2008-12-12 22:46:35 PST
in /Users/maxcarlson/openlaszlo/trunk-clean
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: Prevent warnings for splash in swf8
Bugs Fixed: LPP-7458 - runtime errors when spash view included in nightly build 12036 swf8
Tec... | ActionScript | epl-1.0 | mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo |
0c3c0107c991b1e0b90bb30825e50bb19ea3b991 | src/org/mangui/hls/demux/AACDemuxer.as | src/org/mangui/hls/demux/AACDemuxer.as | package org.mangui.hls.demux {
import org.mangui.hls.HLSAudioTrack;
import org.mangui.hls.flv.FLVTag;
import flash.utils.ByteArray;
CONFIG::LOGGING {
import org.mangui.hls.utils.Log;
}
/** Constants and utilities for the AAC audio format. **/
public class AACDemuxer implements Demuxe... | package org.mangui.hls.demux {
import org.mangui.hls.HLSAudioTrack;
import org.mangui.hls.flv.FLVTag;
import flash.utils.ByteArray;
CONFIG::LOGGING {
import org.mangui.hls.utils.Log;
}
/** Constants and utilities for the AAC audio format. **/
public class AACDemuxer implements Demuxe... | Fix for adif being found randomly in the stream | Fix for adif being found randomly in the stream
When searching from position=0 and reading 2 bytes at the time, FFF1 is
not found directly after the id3 when the id3 has an odd number of
bytes. Search should starry after id3 tag in order to be aligned
correctly.
| ActionScript | mpl-2.0 | dighan/flashls,fixedmachine/flashls,aevange/flashls,stevemayhew/flashls,Boxie5/flashls,NicolasSiver/flashls,jlacivita/flashls,thdtjsdn/flashls,jlacivita/flashls,stevemayhew/flashls,School-Improvement-Network/flashls,suuhas/flashls,loungelogic/flashls,Boxie5/flashls,vidible/vdb-flashls,viktorot/flashls,ryanhefner/flashl... |
0bdaf12a8f9a38696d7d9147b7c86e20946fd4ec | src/com/esri/builder/supportClasses/FileUtil.as | src/com/esri/builder/supportClasses/FileUtil.as | ////////////////////////////////////////////////////////////////////////////////
// Copyright (c) 2008-2013 Esri. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
/... | ////////////////////////////////////////////////////////////////////////////////
// Copyright (c) 2008-2013 Esri. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
/... | Add utility method to ensure OS line endings. | Add utility method to ensure OS line endings.
| ActionScript | apache-2.0 | Esri/arcgis-viewer-builder-flex |
eedf82cea0012c7566d1887bb7dd82560a5e32e9 | src/org/mangui/chromeless/ChromelessPlayer.as | src/org/mangui/chromeless/ChromelessPlayer.as | package org.mangui.chromeless {
import flash.net.URLStream;
import org.mangui.HLS.parsing.Level;
import org.mangui.HLS.*;
import org.mangui.HLS.utils.*;
import flash.display.*;
import flash.events.*;
import flash.external.ExternalInterface;
import flash.geom.Rectangle;
import flash... | package org.mangui.chromeless {
import flash.net.URLStream;
import org.mangui.HLS.parsing.Level;
import org.mangui.HLS.*;
import org.mangui.HLS.utils.*;
import flash.display.*;
import flash.events.*;
import flash.external.ExternalInterface;
import flash.geom.Rectangle;
import flash... | create playerSmoothSetLevel on ChromelessPlayer to change level without seeking | create playerSmoothSetLevel on ChromelessPlayer to change level without seeking
| ActionScript | mpl-2.0 | desaintmartin/hlsprovider,desaintmartin/hlsprovider,desaintmartin/hlsprovider |
113f40d08604eb206e2e87e0cd6771072acae228 | src/aerys/minko/render/material/realistic/RealisticMaterial.as | src/aerys/minko/render/material/realistic/RealisticMaterial.as | package aerys.minko.render.material.realistic
{
import aerys.minko.render.Effect;
import aerys.minko.render.material.environment.EnvironmentMappingProperties;
import aerys.minko.render.material.phong.PhongEffect;
import aerys.minko.render.material.phong.PhongMaterial;
import aerys.minko.render.resource.texture.ITe... | package aerys.minko.render.material.realistic
{
import aerys.minko.render.Effect;
import aerys.minko.render.material.environment.EnvironmentMappingProperties;
import aerys.minko.render.material.phong.PhongEffect;
import aerys.minko.render.material.phong.PhongMaterial;
import aerys.minko.render.resource.texture.ITe... | define a static const default effect for the RealisticMaterial and use it properly in the constructor | define a static const default effect for the RealisticMaterial and use it properly in the constructor
| ActionScript | mit | aerys/minko-as3 |
a8f2b8e1467fe52d9afffa176a66a0106adbb895 | runtime/src/main/as/flump/display/Layer.as | runtime/src/main/as/flump/display/Layer.as | //
// Flump - Copyright 2013 Flump Authors
package flump.display {
import flump.mold.KeyframeMold;
import flump.mold.LayerMold;
import starling.animation.IAnimatable;
import starling.display.DisplayObject;
import starling.display.Sprite;
/**
* A logical wrapper around the DisplayObject(s) residing on the timeline ... | //
// Flump - Copyright 2013 Flump Authors
package flump.display {
import flump.mold.KeyframeMold;
import flump.mold.LayerMold;
import starling.animation.IAnimatable;
import starling.display.DisplayObject;
import starling.display.Sprite;
/**
* A logical wrapper around the DisplayObject(s) residing on the timeline ... | remove frameOverShootDisplay sprite | remove frameOverShootDisplay sprite
| ActionScript | mit | mathieuanthoine/flump,tconkling/flump,funkypandagame/flump,tconkling/flump,mathieuanthoine/flump,mathieuanthoine/flump,funkypandagame/flump |
59c6998c30630453371516f40bfa19f6fd24cf36 | src/as/com/threerings/flash/FrameSprite.as | src/as/com/threerings/flash/FrameSprite.as | //
// $Id$
package com.threerings.flash {
import flash.display.Sprite;
import flash.events.Event;
/**
* Convenience superclass to use for sprites that need to update every frame.
* (One must be very careful to remove all ENTER_FRAME listeners when not needed, as they
* will prevent an object from being garbage c... | //
// $Id$
package com.threerings.flash {
import flash.display.Sprite;
import flash.events.Event;
/**
* Convenience superclass to use for sprites that need to update every frame.
* (One must be very careful to remove all ENTER_FRAME listeners when not needed, as they
* will prevent an object from being garbage c... | Allow subclasses to choose not to call handleFrame() when ADDED_TO_STAGE is received. | Allow subclasses to choose not to call handleFrame() when
ADDED_TO_STAGE is received.
git-svn-id: b675b909355d5cf946977f44a8ec5a6ceb3782e4@253 ed5b42cb-e716-0410-a449-f6a68f950b19
| ActionScript | lgpl-2.1 | threerings/nenya,threerings/nenya |
417d3cc657d1c2febdfba4420339a96ad9b1566d | skin-src/goplayer/StandardSkin.as | skin-src/goplayer/StandardSkin.as | package goplayer
{
import flash.display.DisplayObject
import flash.display.InteractiveObject
import flash.display.Sprite
import flash.text.TextField
public class StandardSkin extends AbstractStandardSkin
{
private var _seekBarWidth : Number
override public function update() : void
{
super... | package goplayer
{
import flash.display.DisplayObject
import flash.display.InteractiveObject
import flash.display.Sprite
import flash.text.TextField
public class StandardSkin extends AbstractStandardSkin
{
private var _seekBarWidth : Number
override public function update() : void
{
super... | Fix bug: Seek bar tooltip visibility was being reverted all the time. | Fix bug: Seek bar tooltip visibility was being reverted all the time.
| ActionScript | mit | dbrock/goplayer,dbrock/goplayer |
074ee8976d0c8c96773a51f3a81f0bede4f50177 | src/main/flex/org/servebox/cafe/core/application/Application.as | src/main/flex/org/servebox/cafe/core/application/Application.as | package org.servebox.cafe.core.application
{
import org.servebox.cafe.core.spring.ApplicationContext;
import spark.components.Application;
public class Application extends spark.components.Application implements CafeApplication
{
private var _context : ApplicationContext;
public function Application()
... | package org.servebox.cafe.core.application
{
import org.servebox.cafe.core.spring.ApplicationContext;
import spark.components.Application;
public class Application extends spark.components.Application implements CafeApplication
{
private var _context : ApplicationContext;
public function Application()
... | Fix bug on getContext() null | Fix bug on getContext() null
| ActionScript | mit | servebox/as-cafe |
2ab945f9e067b208b47533debf801ee75fa666d5 | sdk-remote/src/tests/bin/liburbi-check.as | sdk-remote/src/tests/bin/liburbi-check.as | m4_pattern_allow([^URBI_(PATH|SERVER)$]) -*- shell-script -*-
URBI_INIT
# Avoid zombies and preserve debugging information.
cleanup ()
{
exit_status=$?
# We can be killed even before children are spawned.
test -n "$children" ||
exit $exit_status
# In case we were caught by set -e, kill the childr... | m4_pattern_allow([^URBI_(PATH|SERVER)$]) -*- shell-script -*-
URBI_INIT
# Avoid zombies and preserve debugging information.
cleanup ()
{
exit_status=$?
# We can be killed even before children are spawned.
test -n "$children" ||
exit $exit_status
# In case we were caught by set -e, kill the childr... | Update a dir witness. | Update a dir witness.
* src/tests/bin/liburbi-check.as: liburbi-check is now in bin/.
This remained unnoticed because the previous liburbi-check was
still there.
| ActionScript | bsd-3-clause | aldebaran/urbi,aldebaran/urbi,urbiforge/urbi,aldebaran/urbi,urbiforge/urbi,urbiforge/urbi,aldebaran/urbi,aldebaran/urbi,urbiforge/urbi,urbiforge/urbi,urbiforge/urbi,aldebaran/urbi,aldebaran/urbi,aldebaran/urbi,urbiforge/urbi,urbiforge/urbi,urbiforge/urbi |
caf8a75b765ef008abe1b3d849264cc5da7828e7 | krew-framework/krewfw/core/KrewActorDelegate.as | krew-framework/krewfw/core/KrewActorDelegate.as | package krewfw.core {
import flash.media.Sound;
import starling.display.Image;
import starling.display.Sprite;
import starling.textures.Texture;
/**
* Scene 上にのっていない Actor が Actor めいた仕事をしたいときの委譲先。
* バックエンドに存在する各 Scene のシステム Actor に処理を代行してもらう。
* 以下のように使う。
*
* <pre>
* ... | package krewfw.core {
import flash.media.Sound;
import starling.display.Image;
import starling.display.Sprite;
import starling.textures.Texture;
import krewfw.core_internal.KrewSharedObjects;
/**
* Scene 上にのっていない Actor が Actor めいた仕事をしたいときの委譲先。
* バックエンドに存在する各 Scene のシステム Actor に処理を代... | Modify krewActorDelegate | Modify krewActorDelegate
| ActionScript | mit | tatsuya-koyama/krewFramework,tatsuya-koyama/krewFramework,tatsuya-koyama/krewFramework |
3d9a9bcd3f9ade3dfa719310ce2661066293ceab | kdp3Lib/src/com/kaltura/kdpfl/ApplicationFacade.as | kdp3Lib/src/com/kaltura/kdpfl/ApplicationFacade.as | package com.kaltura.kdpfl
{
import com.kaltura.kdpfl.controller.InitMacroCommand;
import com.kaltura.kdpfl.controller.LayoutReadyCommand;
import com.kaltura.kdpfl.controller.PlaybackCompleteCommand;
import com.kaltura.kdpfl.controller.SequenceItemPlayEndCommand;
import com.kaltura.kdpfl.controller.SequenceSkipNext... | package com.kaltura.kdpfl
{
import com.kaltura.kdpfl.controller.InitMacroCommand;
import com.kaltura.kdpfl.controller.LayoutReadyCommand;
import com.kaltura.kdpfl.controller.PlaybackCompleteCommand;
import com.kaltura.kdpfl.controller.SequenceItemPlayEndCommand;
import com.kaltura.kdpfl.controller.SequenceSkipNext... | bump version to 3.9.6 | bump version to 3.9.6
| ActionScript | agpl-3.0 | shvyrev/kdp,shvyrev/kdp,kaltura/kdp,kaltura/kdp,kaltura/kdp,shvyrev/kdp |
69b7d70515d02ed4848a5aeff33ee786c9ed3e39 | Game/Resources/elevatorScene/Scripts/LightsOutScript.as | Game/Resources/elevatorScene/Scripts/LightsOutScript.as | class LightsOutScript {
Hub @hub;
Entity @self;
LightsOutScript(Entity @entity){
@hub = Managers();
@self = @entity;
}
// Index goes first row 0 -> 4, second row 5 -> 9 etc.
void ButtonPress(int index) {
// Check if button is not pressed, in which case we invert its neighbors (chec... | class LightsOutScript {
Hub @hub;
Entity @self;
LightsOutScript(Entity @entity){
@hub = Managers();
@self = @entity;
}
// Index goes first row 0 -> 4, second row 5 -> 9 etc.
void ButtonPress(int index) {
// Check if button is not pressed, in which case we invert its nei... | Change tabs to spaces in script. | Change tabs to spaces in script.
| ActionScript | mit | Chainsawkitten/LargeGameProjectEngine,Chainsawkitten/LargeGameProjectEngine |
ed7737b113d66237200ad7d82affd9be1e917a69 | src/aerys/minko/scene/node/camera/AbstractCamera.as | src/aerys/minko/scene/node/camera/AbstractCamera.as | package aerys.minko.scene.node.camera
{
import aerys.minko.scene.controller.camera.CameraController;
import aerys.minko.scene.data.CameraDataProvider;
import aerys.minko.scene.node.AbstractSceneNode;
import aerys.minko.scene.node.Scene;
import aerys.minko.type.Signal;
import aerys.minko.type.binding.DataBindings;... | package aerys.minko.scene.node.camera
{
import aerys.minko.scene.controller.camera.CameraController;
import aerys.minko.scene.data.CameraDataProvider;
import aerys.minko.scene.node.AbstractSceneNode;
import aerys.minko.scene.node.Scene;
import aerys.minko.type.Signal;
import aerys.minko.type.binding.DataBindings;... | set AbtractCamera.getWorldToViewTransform() and AbstractCamera.getViewToWorldTransform() forceUpdate argument to be false by default | set AbtractCamera.getWorldToViewTransform() and AbstractCamera.getViewToWorldTransform() forceUpdate argument to be false by default
| ActionScript | mit | aerys/minko-as3 |
4baafbb15250b9284055575dc4e4e423becae221 | src/aerys/minko/type/loader/parser/ParserOptions.as | src/aerys/minko/type/loader/parser/ParserOptions.as | package aerys.minko.type.loader.parser
{
import aerys.minko.render.effect.Effect;
import aerys.minko.type.loader.ILoader;
import aerys.minko.type.loader.SceneLoader;
import aerys.minko.type.loader.TextureLoader;
import flash.net.URLRequest;
import spark.layouts.BasicLayout;
/**
* ParserOptions objects pro... | package aerys.minko.type.loader.parser
{
import aerys.minko.render.effect.Effect;
import aerys.minko.type.loader.ILoader;
import aerys.minko.type.loader.SceneLoader;
import aerys.minko.type.loader.TextureLoader;
import flash.net.URLRequest;
/**
* ParserOptions objects provide properties and function referen... | remove never use import | remove never use import
| ActionScript | mit | aerys/minko-as3 |
4a0658830bd5713332adfd3f8987edf6381327ca | WEB-INF/lps/lfc/kernel/swf9/LzInputTextSprite.as | WEB-INF/lps/lfc/kernel/swf9/LzInputTextSprite.as | /**
* LzInputTextSprite.as
*
* @copyright Copyright 2001-2008 Laszlo Systems, Inc. All Rights Reserved.
* Use is subject to license terms.
*
* @topic Kernel
* @subtopic AS2
*/
/**
* @shortdesc Used for input text.
*
*/
class LzInputTextSprite extends LzTextSprite {
#passthrough ... | /**
* LzInputTextSprite.as
*
* @copyright Copyright 2001-2008 Laszlo Systems, Inc. All Rights Reserved.
* Use is subject to license terms.
*
* @topic Kernel
* @subtopic AS2
*/
/**
* @shortdesc Used for input text.
*
*/
class LzInputTextSprite extends LzTextSprite {
#passthrough ... | Change 20081025-hqm-q by hqm@badtzmaru.home on 2008-10-25 23:48:41 EDT in /Users/hqm/openlaszlo/trunk4/WEB-INF/lps/lfc for http://svn.openlaszlo.org/openlaszlo/trunk/WEB-INF/lps/lfc | Change 20081025-hqm-q by hqm@badtzmaru.home on 2008-10-25 23:48:41 EDT
in /Users/hqm/openlaszlo/trunk4/WEB-INF/lps/lfc
for http://svn.openlaszlo.org/openlaszlo/trunk/WEB-INF/lps/lfc
Summary: make swf9 treatment of newlines in inputtext match swf8
New Features:
Bugs Fixed: LPP-7221, LPP-5331
Technical Revie... | ActionScript | epl-1.0 | mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo |
3209bd1c2e20e5c538b7e431ced30238343a9deb | src/flash/htmlelements/VideoElement.as | src/flash/htmlelements/VideoElement.as | package htmlelements
{
import flash.display.Sprite;
import flash.events.*;
import flash.net.NetConnection;
import flash.net.NetStream;
import flash.media.Video;
import flash.media.SoundTransform;
import flash.utils.Timer;
import FlashMediaElement;
import HtmlMediaEvent;
public class VideoElement extends Sp... | package htmlelements
{
import flash.display.Sprite;
import flash.events.*;
import flash.net.NetConnection;
import flash.net.NetStream;
import flash.media.Video;
import flash.media.SoundTransform;
import flash.utils.Timer;
import FlashMediaElement;
import HtmlMediaEvent;
public class VideoElement extends Sp... | Normalize line endings | Normalize line endings
| ActionScript | agpl-3.0 | libeo/Vibeo,libeo/Vibeo,libeo/Vibeo,libeo/Vibeo |
a4d0d351fa1a4b3d4850bffb69737bd1ceedf2c3 | WEB-INF/lps/lfc/kernel/swf/LzInputTextSprite.as | WEB-INF/lps/lfc/kernel/swf/LzInputTextSprite.as | /**
* LzInputTextSprite.as
*
* @copyright Copyright 2001-2008 Laszlo Systems, Inc. All Rights Reserved.
* Use is subject to license terms.
*
* @topic Kernel
* @subtopic AS2
*/
/**
* @shortdesc Used for input text.
*
*/
var LzInputTextSprite = function(newowner, args) {
this.__LZd... | /**
* LzInputTextSprite.as
*
* @copyright Copyright 2001-2008 Laszlo Systems, Inc. All Rights Reserved.
* Use is subject to license terms.
*
* @topic Kernel
* @subtopic AS2
*/
/**
* @shortdesc Used for input text.
*
*/
var LzInputTextSprite = function(newowner, args) {
this.__LZd... | Change 20080314-maxcarlson-L by maxcarlson@Roboto on 2008-03-14 12:54:25 PDT in /Users/maxcarlson/openlaszlo/trunk for http://svn.openlaszlo.org/openlaszlo/trunk | Change 20080314-maxcarlson-L by maxcarlson@Roboto on 2008-03-14 12:54:25 PDT
in /Users/maxcarlson/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: Reset both horizontal and vertical scrolling after setFocus()
New Features:
Bugs Fixed: LPP-5450 - Cursor position moves when clicking on ... | ActionScript | epl-1.0 | mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.