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 |
|---|---|---|---|---|---|---|---|---|---|
056c498973c1f63c73f43710dc327664a0811b6d | src/org/mangui/hls/loader/LevelLoader.as | src/org/mangui/hls/loader/LevelLoader.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.loader {
import flash.events.ErrorEvent;
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.loader {
import flash.events.ErrorEvent;
import flash.events.Event;
import flash... | fix wrong merge commit https://github.com/mangui/flashls/commit/533d1336dd0be7f586a0b709d67f9fcebddc46e3#diff-ea71d040ba29d01d23b9f8d40a0174b0R136 | fix wrong merge commit https://github.com/mangui/flashls/commit/533d1336dd0be7f586a0b709d67f9fcebddc46e3#diff-ea71d040ba29d01d23b9f8d40a0174b0R136
| ActionScript | mpl-2.0 | NicolasSiver/flashls,loungelogic/flashls,vidible/vdb-flashls,clappr/flashls,hola/flashls,codex-corp/flashls,tedconf/flashls,hola/flashls,jlacivita/flashls,jlacivita/flashls,NicolasSiver/flashls,clappr/flashls,loungelogic/flashls,mangui/flashls,neilrackett/flashls,codex-corp/flashls,neilrackett/flashls,fixedmachine/flas... |
9c539f20e6151e501dd33f98433b86ba154a62f9 | src/flash/utils/SetIntervalTimer.as | src/flash/utils/SetIntervalTimer.as | /*
* Copyright 2014 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*totalMemory
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable... | /*
* Copyright 2014 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*totalMemory
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable... | Fix SetIntervalTimer to not switch behavior of setTimout and setInterval | Fix SetIntervalTimer to not switch behavior of setTimout and setInterval
| ActionScript | apache-2.0 | mbebenita/shumway,mozilla/shumway,tschneidereit/shumway,mbebenita/shumway,mozilla/shumway,mozilla/shumway,mozilla/shumway,yurydelendik/shumway,tschneidereit/shumway,mbebenita/shumway,tschneidereit/shumway,yurydelendik/shumway,yurydelendik/shumway,tschneidereit/shumway,mbebenita/shumway,tschneidereit/shumway,mbebenita/s... |
c67bf70e249f2eb53ecde9408c466b3c6a030b11 | src/goplayer/ConfigurationParser.as | src/goplayer/ConfigurationParser.as | package goplayer
{
public class ConfigurationParser
{
public static const DEFAULT_API_URL : String
= "http://staging.streamio.se/api"
public static const DEFAULT_SKIN_URL : String = "goplayer-skin.swf"
public static const DEFAULT_TRACKER_ID : String = "global"
public static const VALID_PARAME... | package goplayer
{
public class ConfigurationParser
{
public static const DEFAULT_API_URL : String
= "http://staging.streamio.se/api"
public static const DEFAULT_SKIN_URL : String = "goplayer-skin.swf"
public static const DEFAULT_TRACKER_ID : String = "global"
public static const VALID_PARAME... | Change `enable-autoplay' and `enable-looping' to `autoplay' and `loop'. | Change `enable-autoplay' and `enable-looping' to `autoplay' and `loop'.
| ActionScript | mit | dbrock/goplayer,dbrock/goplayer |
6ad7e7bf7aebed1d4aa97296189931d28e3d6ce8 | src/main/as/flump/export/Preview.as | src/main/as/flump/export/Preview.as | //
// Flump - Copyright 2012 Three Rings Design
package flump.export {
import flash.display.BitmapData;
import flash.filesystem.File;
import executor.Executor;
import executor.load.ImageLoader;
import executor.load.LoadedImage;
import flump.display.Movie;
import flump.xfl.XflLibrary;
import flump.xfl.XflMovie;
impo... | //
// Flump - Copyright 2012 Three Rings Design
package flump.export {
import flash.display.BitmapData;
import flash.filesystem.File;
import flump.display.Movie;
import flump.xfl.XflLibrary;
import flump.xfl.XflMovie;
import flump.xfl.XflTexture;
import starling.display.DisplayObject;
import starling.display.Image;... | Use XflLibrary's symbol lookup in Preview | Use XflLibrary's symbol lookup in Preview
The texture loading from disk is gone for now
| ActionScript | mit | mathieuanthoine/flump,tconkling/flump,mathieuanthoine/flump,funkypandagame/flump,mathieuanthoine/flump,tconkling/flump,funkypandagame/flump |
a32a900e000d91766190b58cec3b0afb2f7804b6 | as3FlexClient/src/com/kaltura/delegates/WebDelegateBase.as | as3FlexClient/src/com/kaltura/delegates/WebDelegateBase.as | // ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... | // ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... | fix client code to send partnerId from client config by default | fix client code to send partnerId from client config by default
| ActionScript | agpl-3.0 | kaltura/kdp,shvyrev/kdp,kaltura/kdp,shvyrev/kdp,shvyrev/kdp,kaltura/kdp |
b3707c6df3b826ed6c59eba9c3bbadc7920d9527 | swfcat.as | swfcat.as | package
{
import flash.display.Sprite;
import flash.text.TextField;
import flash.net.Socket;
import flash.events.Event;
import flash.events.IOErrorEvent;
import flash.events.ProgressEvent;
import flash.events.SecurityErrorEvent;
import flash.utils.ByteArray;
public class swfcat exte... | package
{
import flash.display.Sprite;
import flash.text.TextField;
import flash.net.Socket;
import flash.events.Event;
import flash.events.IOErrorEvent;
import flash.events.ProgressEvent;
import flash.events.SecurityErrorEvent;
import flash.utils.ByteArray;
public class swfcat exte... | Fix the last commit; we must actually instantiate the ByteArrays. | Fix the last commit; we must actually instantiate the ByteArrays.
| ActionScript | mit | arlolra/flashproxy,arlolra/flashproxy,infinity0/flashproxy,glamrock/flashproxy,infinity0/flashproxy,infinity0/flashproxy,glamrock/flashproxy,infinity0/flashproxy,arlolra/flashproxy,arlolra/flashproxy,arlolra/flashproxy,arlolra/flashproxy,arlolra/flashproxy,glamrock/flashproxy,glamrock/flashproxy,infinity0/flashproxy,in... |
9168559861b54f0b0af96553b09544927ab99e9d | swfcat.as | swfcat.as | package
{
import flash.display.Sprite;
import flash.text.TextField;
import flash.net.Socket;
import flash.events.Event;
import flash.events.IOErrorEvent;
import flash.events.ProgressEvent;
import flash.events.SecurityErrorEvent;
import flash.utils.ByteArray;
public class swfcat exte... | package
{
import flash.display.Sprite;
import flash.text.TextField;
import flash.net.Socket;
import flash.events.Event;
import flash.events.IOErrorEvent;
import flash.events.ProgressEvent;
import flash.events.SecurityErrorEvent;
import flash.utils.ByteArray;
public class swfcat exte... | Change socket variable names and point them at a real Tor relay and a hardcoded client. | Change socket variable names and point them at a real Tor relay and a
hardcoded client.
| ActionScript | mit | infinity0/flashproxy,arlolra/flashproxy,glamrock/flashproxy,glamrock/flashproxy,arlolra/flashproxy,arlolra/flashproxy,infinity0/flashproxy,infinity0/flashproxy,glamrock/flashproxy,arlolra/flashproxy,infinity0/flashproxy,glamrock/flashproxy,infinity0/flashproxy,glamrock/flashproxy,infinity0/flashproxy,arlolra/flashproxy... |
16e86dc4cdca97e7879eb816db8ccaecf1b6d813 | src/aerys/minko/render/geometry/primitive/TorusGeometry.as | src/aerys/minko/render/geometry/primitive/TorusGeometry.as | package aerys.minko.render.geometry.primitive
{
import aerys.minko.render.geometry.Geometry;
import aerys.minko.render.geometry.stream.IVertexStream;
import aerys.minko.render.geometry.stream.IndexStream;
import aerys.minko.render.geometry.stream.StreamUsage;
import aerys.minko.render.geometry.stream.VertexStream... | package aerys.minko.render.geometry.primitive
{
import aerys.minko.render.geometry.Geometry;
import aerys.minko.render.geometry.stream.IVertexStream;
import aerys.minko.render.geometry.stream.IndexStream;
import aerys.minko.render.geometry.stream.StreamUsage;
import aerys.minko.render.geometry.stream.VertexStream... | fix TorusGeometry to be unit sized by default | fix TorusGeometry to be unit sized by default
| ActionScript | mit | aerys/minko-as3 |
f0b83ce52c2d9133f0a105a5e1c72a46a02d11df | HLSPlugin/src/org/denivip/osmf/net/httpstreaming/hls/HTTPStreamingMP2TSFileHandler.as | HLSPlugin/src/org/denivip/osmf/net/httpstreaming/hls/HTTPStreamingMP2TSFileHandler.as | /* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distr... | /* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distr... | Fix bug where syncFound was flagged as false incorrectly | Fix bug where syncFound was flagged as false incorrectly
This was causing byte-level sync issues with throttled (and potentially
other) streams
| ActionScript | isc | denivip/osmf-hls-plugin,mruse/osmf-hls-plugin,mruse/osmf-hls-plugin,denivip/osmf-hls-plugin |
d19c96fe24555677b9b6c4d7c2661515bfe1a93a | 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.... | move scratchEscapePositions var inside unescapeStream method | move scratchEscapePositions var inside unescapeStream method
| ActionScript | mpl-2.0 | hola/flashls,hola/flashls,clappr/flashls,mangui/flashls,vidible/vdb-flashls,neilrackett/flashls,fixedmachine/flashls,clappr/flashls,jlacivita/flashls,vidible/vdb-flashls,neilrackett/flashls,fixedmachine/flashls,jlacivita/flashls,tedconf/flashls,mangui/flashls,tedconf/flashls |
abdf07b3a902ffe6403103e886ce8b7f568618b5 | WeaveUI/src/weave/visualization/plotters/PieChartPlotter.as | WeaveUI/src/weave/visualization/plotters/PieChartPlotter.as | /*
Weave (Web-based Analysis and Visualization Environment)
Copyright (C) 2008-2011 University of Massachusetts Lowell
This file is a part of Weave.
Weave is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License, Version 3,
as publish... | /*
Weave (Web-based Analysis and Visualization Environment)
Copyright (C) 2008-2011 University of Massachusetts Lowell
This file is a part of Weave.
Weave is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License, Version 3,
as publish... | Modify coordinate for pie chart label | Modify coordinate for pie chart label | ActionScript | mpl-2.0 | WeaveTeam/WeaveJS,WeaveTeam/WeaveJS,WeaveTeam/WeaveJS,WeaveTeam/WeaveJS |
dfb705934b8244bd6d48e3d428361bd5b72ec0fb | src/goplayer/ConfigurationParser.as | src/goplayer/ConfigurationParser.as | package goplayer
{
public class ConfigurationParser
{
public static const DEFAULT_STREAMIO_API_URL : String
= "http://staging.streamio.com/api"
public static const DEFAULT_SKIN_URL : String = "goplayer-skin.swf"
public static const DEFAULT_TRACKER_ID : String = "global"
public static const VA... | package goplayer
{
public class ConfigurationParser
{
public static const DEFAULT_STREAMIO_API_URL : String
= "http://staging.streamio.com/api"
public static const DEFAULT_SKIN_URL : String = "goplayer-skin.swf"
public static const DEFAULT_STREAMIO_TRACKER_ID : String = "global"
public static... | Rename `tracker' parameter to `streamio:tracker'. | Rename `tracker' parameter to `streamio:tracker'.
| ActionScript | mit | dbrock/goplayer,dbrock/goplayer |
491657c4a4cf21adb84c64c5d4db5964c01d1d1e | 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 org.mangui.hls.model.AudioTrack;
import flash.display.Stage;
import fl... | /* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mangui.hls {
import org.mangui.hls.model.AudioTrack;
import flash.display.Stage;
import fl... | fix calling FlashFetchBin.init | fix calling FlashFetchBin.init
| ActionScript | mpl-2.0 | hola/flashls,hola/flashls |
052417dfb804495d28d1d802c875c337e37d8ddf | dolly-framework/src/main/actionscript/dolly/Cloner.as | dolly-framework/src/main/actionscript/dolly/Cloner.as | package dolly {
import dolly.core.dolly_internal;
import dolly.core.errors.CloningError;
import dolly.core.metadata.MetadataName;
import dolly.utils.PropertyUtil;
import org.as3commons.reflect.Accessor;
import org.as3commons.reflect.AccessorAccess;
import org.as3commons.reflect.Field;
import org.as3commons.reflect.Ty... | package dolly {
import dolly.core.dolly_internal;
import dolly.core.errors.CloningError;
import dolly.core.metadata.MetadataName;
import dolly.utils.PropertyUtil;
import flash.utils.Dictionary;
import org.as3commons.reflect.Accessor;
import org.as3commons.reflect.AccessorAccess;
import org.as3commons.reflect.Field;
... | Add parameter "clonedObjects" in Cloner.doClone() method. | Add parameter "clonedObjects" in Cloner.doClone() method.
| ActionScript | mit | Yarovoy/dolly |
bea9ed4b95ccde037256e8a940ac2495a9deb6cc | 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_int... | package dolly {
import dolly.core.dolly_internal;
import dolly.core.metadata.MetadataName;
import org.as3commons.reflect.Accessor;
import org.as3commons.reflect.AccessorAccess;
import org.as3commons.reflect.Field;
import org.as3commons.reflect.IMetadataContainer;
import org.as3commons.reflect.Type;
import org.as3comm... | Remove private static method Copier.isAccessorCopyable(). | Remove private static method Copier.isAccessorCopyable().
| ActionScript | mit | Yarovoy/dolly |
1dee769a29648581b6f278230dd00ed653f89a9a | src/aerys/minko/scene/node/Scene.as | src/aerys/minko/scene/node/Scene.as | package aerys.minko.scene.node
{
import aerys.minko.ns.minko_scene;
import aerys.minko.render.Effect;
import aerys.minko.render.Viewport;
import aerys.minko.scene.controller.scene.RenderingController;
import aerys.minko.scene.node.camera.AbstractCamera;
import aerys.minko.type.Signal;
import aerys.minko.type.bin... | package aerys.minko.scene.node
{
import aerys.minko.ns.minko_scene;
import aerys.minko.render.Effect;
import aerys.minko.render.Viewport;
import aerys.minko.scene.controller.scene.RenderingController;
import aerys.minko.scene.node.camera.AbstractCamera;
import aerys.minko.type.Signal;
import aerys.minko.type.bin... | fix coding style | fix coding style
| ActionScript | mit | aerys/minko-as3 |
d2ae9782beeea874be4ce92ee7edbd126b79f198 | src/aerys/minko/render/shader/part/phong/attenuation/MatrixShadowMapAttenuationShaderPart.as | src/aerys/minko/render/shader/part/phong/attenuation/MatrixShadowMapAttenuationShaderPart.as | package aerys.minko.render.shader.part.phong.attenuation
{
import aerys.minko.render.material.phong.PhongProperties;
import aerys.minko.render.shader.SFloat;
import aerys.minko.render.shader.Shader;
import aerys.minko.render.shader.part.phong.LightAwareShaderPart;
import aerys.minko.type.enum.SamplerFiltering;
im... | package aerys.minko.render.shader.part.phong.attenuation
{
import aerys.minko.render.material.phong.PhongProperties;
import aerys.minko.render.shader.SFloat;
import aerys.minko.render.shader.Shader;
import aerys.minko.render.shader.part.phong.LightAwareShaderPart;
import aerys.minko.type.enum.SamplerFiltering;
im... | use SamplerFiltering.NEAREST for shadow map sampling | use SamplerFiltering.NEAREST for shadow map sampling
| ActionScript | mit | aerys/minko-as3 |
daeabbe99cf3dacfa29a823254cb609010ab5996 | src/com/esri/builder/model/PortalModel.as | src/com/esri/builder/model/PortalModel.as | ////////////////////////////////////////////////////////////////////////////////
// Copyright (c) 2008-2013 Esri. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
/... | ////////////////////////////////////////////////////////////////////////////////
// Copyright (c) 2008-2013 Esri. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
/... | Update default Portal URL with trailing forward slash. | Update default Portal URL with trailing forward slash.
| ActionScript | apache-2.0 | Esri/arcgis-viewer-builder-flex |
7499c3ace4a48e0a2400061ff4d92d257a81135f | actionscript/src/com/freshplanet/ane/AirInAppPurchase/InAppPurchase.as | actionscript/src/com/freshplanet/ane/AirInAppPurchase/InAppPurchase.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.
// ... | Update InAppPurchase.as | Update InAppPurchase.as
Restore from appstore not from memory | ActionScript | apache-2.0 | Fluocode/ANE-In-App-Purchase,Fluocode/ANE-In-App-Purchase |
9b48440b7c66d1f45e7c73806470288bc6a22c6b | src/aerys/minko/scene/node/camera/Camera.as | src/aerys/minko/scene/node/camera/Camera.as | package aerys.minko.scene.node.camera
{
import aerys.minko.ns.minko_scene;
import aerys.minko.scene.controller.camera.CameraController;
import aerys.minko.scene.data.CameraDataProvider;
import aerys.minko.scene.node.AbstractSceneNode;
import aerys.minko.scene.node.Scene;
import aerys.minko.type.Signal;
import ae... | package aerys.minko.scene.node.camera
{
import aerys.minko.ns.minko_scene;
import aerys.minko.scene.controller.camera.CameraController;
import aerys.minko.scene.data.CameraDataProvider;
import aerys.minko.scene.node.AbstractSceneNode;
import aerys.minko.scene.node.Scene;
import aerys.minko.type.Signal;
import ae... | use 0 as default value when viewportWidth/viewportHeight is not defined in the scene bindings | use 0 as default value when viewportWidth/viewportHeight is not defined in the scene bindings
| ActionScript | mit | aerys/minko-as3 |
4cebaac301f89a38b4685dbca9897a81d5c6567a | WeaveData/src/weave/data/BinningDefinitions/CategoryBinningDefinition.as | WeaveData/src/weave/data/BinningDefinitions/CategoryBinningDefinition.as | /*
Weave (Web-based Analysis and Visualization Environment)
Copyright (C) 2008-2011 University of Massachusetts Lowell
This file is a part of Weave.
Weave is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License, Version 3,
as publish... | /*
Weave (Web-based Analysis and Visualization Environment)
Copyright (C) 2008-2011 University of Massachusetts Lowell
This file is a part of Weave.
Weave is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License, Version 3,
as publish... | hide unused variable | hide unused variable
Change-Id: I8f5219585e79a177734200d196167153c566b751
| ActionScript | mpl-2.0 | WeaveTeam/WeaveJS,WeaveTeam/WeaveJS,WeaveTeam/WeaveJS,WeaveTeam/WeaveJS |
1dc22ceba5acfb615ba2327c6baac155b8a48038 | src/main/actionscript/com/dotfold/dotvimstat/model/UserInfoEntity.as | src/main/actionscript/com/dotfold/dotvimstat/model/UserInfoEntity.as | package com.dotfold.dotvimstat.model
{
/**
*
* @author jamesmcnamee
*
*/
public class UserInfoEntity extends BaseEntity
{
public function UserInfoEntity()
{
super();
}
public var displayName:String;
public var created_on:String;
public var is_staff:Boolean;
public var is_plus:Boolean;
... | package com.dotfold.dotvimstat.model
{
import com.dotfold.dotvimstat.model.image.EntityImage;
import com.dotfold.dotvimstat.model.image.EntityImageCollection;
/**
*
* @author jamesmcnamee
*
*/
public class UserInfoEntity extends BaseEntity
{
public function UserInfoEntity()
{
super();
}
... | add UserInfoEntity | [feat] add UserInfoEntity
| ActionScript | mit | dotfold/dotvimstat |
65e0f8015e467ae8e6dab24c2d40ac4324673329 | src/as/com/threerings/flex/CommandMenu.as | src/as/com/threerings/flex/CommandMenu.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 the creator to specify their own bounds if they don't want submenus to be constrained by the stage. | Allow the creator to specify their own bounds if they don't want submenus to be constrained by the
stage.
git-svn-id: b675b909355d5cf946977f44a8ec5a6ceb3782e4@519 ed5b42cb-e716-0410-a449-f6a68f950b19
| ActionScript | lgpl-2.1 | threerings/nenya,threerings/nenya |
f33cbb1c41529a35bc545a9260e9cb95eee37846 | src/aerys/minko/render/shader/compiler/graph/nodes/vertex/Instruction.as | src/aerys/minko/render/shader/compiler/graph/nodes/vertex/Instruction.as | package aerys.minko.render.shader.compiler.graph.nodes.vertex
{
import aerys.minko.render.shader.compiler.CRC32;
import aerys.minko.render.shader.compiler.InstructionFlag;
import aerys.minko.render.shader.compiler.graph.nodes.AbstractNode;
import aerys.minko.render.shader.compiler.register.Components;
import fla... | package aerys.minko.render.shader.compiler.graph.nodes.vertex
{
import aerys.minko.render.shader.compiler.CRC32;
import aerys.minko.render.shader.compiler.InstructionFlag;
import aerys.minko.render.shader.compiler.graph.nodes.AbstractNode;
import aerys.minko.render.shader.compiler.register.Components;
import fla... | fix Instruction.computeHash() to prefix the string hash with the instruction id and avoid instructions with the same arguments being mixed up | fix Instruction.computeHash() to prefix the string hash with the instruction id and avoid instructions with the same arguments being mixed up
| ActionScript | mit | aerys/minko-as3 |
67a10a51840e612a962b0520755375fd6558865c | plugins/wvPlugin/src/wvPluginCode.as | plugins/wvPlugin/src/wvPluginCode.as | package
{
import com.kaltura.kdpfl.model.ConfigProxy;
import com.kaltura.kdpfl.model.LayoutProxy;
import com.kaltura.kdpfl.model.MediaProxy;
import com.kaltura.kdpfl.plugin.IPlugin;
import com.kaltura.kdpfl.plugin.KPluginEvent;
import com.kaltura.kdpfl.plugin.WVPluginInfo;
import flash.display.Sprite;
impor... | package
{
import com.kaltura.kdpfl.model.ConfigProxy;
import com.kaltura.kdpfl.model.LayoutProxy;
import com.kaltura.kdpfl.model.MediaProxy;
import com.kaltura.kdpfl.plugin.IPlugin;
import com.kaltura.kdpfl.plugin.KPluginEvent;
import com.kaltura.kdpfl.plugin.WVPluginInfo;
import flash.display.Sprite;... | make widevine plugin a dynamic class: this way we can access properties dynamically via kdp.evaluate | make widevine plugin a dynamic class: this way we can access properties
dynamically via kdp.evaluate | ActionScript | agpl-3.0 | kaltura/kdp,kaltura/kdp,kaltura/kdp,shvyrev/kdp,shvyrev/kdp,shvyrev/kdp |
913c4da7fe237f88033fd53066f0e57e0046d16f | src/main/as/flump/export/Exporter.as | src/main/as/flump/export/Exporter.as | //
// Flump - Copyright 2012 Three Rings Design
package flump.export {
import flash.desktop.NativeApplication;
import flash.events.Event;
import flash.events.MouseEvent;
import flash.filesystem.File;
import flash.net.SharedObject;
import com.adobe.crypto.MD5;
import deng.fzip.FZip;
import deng.fzip.FZipFile;
impor... | //
// Flump - Copyright 2012 Three Rings Design
package flump.export {
import flash.desktop.NativeApplication;
import flash.events.Event;
import flash.events.MouseEvent;
import flash.filesystem.File;
import flash.net.SharedObject;
import com.adobe.crypto.MD5;
import deng.fzip.FZip;
import deng.fzip.FZipFile;
impor... | Stop dumping the textures individually | Stop dumping the textures individually
| ActionScript | mit | mathieuanthoine/flump,funkypandagame/flump,mathieuanthoine/flump,funkypandagame/flump,tconkling/flump,mathieuanthoine/flump,tconkling/flump |
9f6bef9addb2325a24ccbb0a69d5bb02c201e72a | src/aerys/minko/type/xpath/XPathEvaluator.as | src/aerys/minko/type/xpath/XPathEvaluator.as | package aerys.minko.type.xpath
{
import aerys.minko.scene.node.Group;
import aerys.minko.scene.node.ISceneNode;
import aerys.minko.type.binding.DataBindings;
import flash.utils.getQualifiedClassName;
public final class XPathEvaluator
{
private var _path : String;
private var _selection : Vector.<ISceneN... | package aerys.minko.type.xpath
{
import aerys.minko.scene.node.Group;
import aerys.minko.scene.node.ISceneNode;
import aerys.minko.type.binding.DataBindings;
import flash.utils.getQualifiedClassName;
public final class XPathEvaluator
{
private var _path : String;
private var _selection : Vector.<ISceneN... | Fix xpath for hasProperty command | Fix xpath for hasProperty command
| ActionScript | mit | aerys/minko-as3 |
55092ca3356334544b95c70a144abac5413540fb | src/com/axis/httpclient/HTTPClient.as | src/com/axis/httpclient/HTTPClient.as | package com.axis.httpclient {
import com.axis.ClientEvent;
import com.axis.NetStreamClient;
import com.axis.ErrorManager;
import com.axis.IClient;
import com.axis.Logger;
import flash.utils.*;
import flash.events.Event;
import flash.events.EventDispatcher;
import flash.events.NetStatusEvent;
import... | package com.axis.httpclient {
import com.axis.ClientEvent;
import com.axis.NetStreamClient;
import com.axis.ErrorManager;
import com.axis.IClient;
import com.axis.Logger;
import flash.utils.*;
import flash.events.Event;
import flash.events.EventDispatcher;
import flash.events.NetStatusEvent;
import... | Increase virtual HTTP stream FPS to 30 | Increase virtual HTTP stream FPS to 30
Affects granularity of frame by frame feature.
| ActionScript | bsd-3-clause | gaetancollaud/locomote-video-player,AxisCommunications/locomote-video-player |
1ca91fd9bac0c7842f09a648cb288f33e09a4588 | src/com/esri/builder/controllers/supportClasses/LocalConnectionDelegate.as | src/com/esri/builder/controllers/supportClasses/LocalConnectionDelegate.as | ////////////////////////////////////////////////////////////////////////////////
// Copyright (c) 2008-2013 Esri. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
/... | ////////////////////////////////////////////////////////////////////////////////
// Copyright (c) 2008-2013 Esri. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
/... | Clean up. | Clean up.
| ActionScript | apache-2.0 | Esri/arcgis-viewer-builder-flex |
a5b7fd63a483b79adb51b7e4c1c7cbf9c6e2c817 | src/aerys/minko/type/animation/Animation.as | src/aerys/minko/type/animation/Animation.as | package aerys.minko.type.animation
{
import aerys.minko.scene.node.IScene;
import aerys.minko.scene.node.ITransformable;
import aerys.minko.scene.node.group.Group;
import aerys.minko.type.animation.timeline.ITimeline;
import flash.utils.getTimer;
import org.osmf.elements.DurationElement;
public class Animat... | package aerys.minko.type.animation
{
import aerys.minko.scene.node.IScene;
import aerys.minko.scene.node.ITransformable;
import aerys.minko.scene.node.group.Group;
import aerys.minko.type.animation.timeline.ITimeline;
import flash.utils.getTimer;
import org.osmf.elements.DurationElement;
public class Animat... | Enable user to customise deltaTime when calling Animation::step and Animation::stepReverse | Enable user to customise deltaTime when calling Animation::step and Animation::stepReverse
| ActionScript | mit | aerys/minko-as3 |
dcc59600647e91f05615ee4ddcb4c3c454de32dc | src/aerys/minko/scene/SceneIterator.as | src/aerys/minko/scene/SceneIterator.as | package aerys.minko.scene
{
import aerys.minko.scene.node.Group;
import aerys.minko.scene.node.ISceneNode;
import aerys.minko.type.binding.DataBindings;
import avmplus.getQualifiedClassName;
import flash.utils.Dictionary;
import flash.utils.Proxy;
import flash.utils.describeType;
import flash.utils.flash_pr... | package aerys.minko.scene
{
import aerys.minko.scene.node.Group;
import aerys.minko.scene.node.ISceneNode;
import aerys.minko.type.binding.DataBindings;
import avmplus.getQualifiedClassName;
import flash.utils.Dictionary;
import flash.utils.Proxy;
import flash.utils.describeType;
import flash.utils.flash_pr... | add XPath special function 'hasController()' instead of weird ?= operator | add XPath special function 'hasController()' instead of weird ?= operator
| ActionScript | mit | aerys/minko-as3 |
f14bc0fb01a151f9261726bf12b2f228958b3667 | sdk-remote/src/tests/liburbi-check.as | sdk-remote/src/tests/liburbi-check.as | m4_pattern_allow([^URBI_(PATH|SERVER)$]) -*- shell-script -*-
AS_INIT()dnl
URBI_PREPARE()
set -e
case $VERBOSE in
x) set -x;;
esac
# Avoid zombies and preserve debugging information.
cleanup ()
{
exit_status=$?
# In case we were caught by set -e, kill the children.
children_kill
children_harvest
... | m4_pattern_allow([^URBI_(PATH|SERVER)$]) -*- shell-script -*-
AS_INIT()dnl
URBI_PREPARE()
set -e
case $VERBOSE in
x) set -x;;
esac
# Avoid zombies and preserve debugging information.
cleanup ()
{
exit_status=$?
# In case we were caught by set -e, kill the children.
children_kill
children_harvest
... | Improve a log message. | Improve a log message.
| ActionScript | bsd-3-clause | urbiforge/urbi,aldebaran/urbi,urbiforge/urbi,urbiforge/urbi,aldebaran/urbi,urbiforge/urbi,urbiforge/urbi,aldebaran/urbi,aldebaran/urbi,urbiforge/urbi,aldebaran/urbi,aldebaran/urbi,urbiforge/urbi,aldebaran/urbi,urbiforge/urbi,aldebaran/urbi,urbiforge/urbi |
d8f843b4cbff01f809afe56a27c7ead10278672d | test/stutter/StutterRunTimeTest.as | test/stutter/StutterRunTimeTest.as | package stutter
{
import org.flexunit.assertThat;
import org.hamcrest.collection.array;
import org.hamcrest.object.equalTo;
import org.hamcrest.object.isFalse;
import org.hamcrest.object.isTrue;
public class StutterRunTimeTest
{
public var l:StutterRunTime;
[Before]
public function setup():void
{
... | package stutter
{
import org.flexunit.assertThat;
import org.hamcrest.collection.array;
import org.hamcrest.object.equalTo;
import org.hamcrest.object.isFalse;
import org.hamcrest.object.isTrue;
public class StutterRunTimeTest
{
public var l:StutterRunTime;
[Before]
public function setup():void
{
... | correct syntax in examples | correct syntax in examples
| ActionScript | mit | drewbourne/stutter |
f73f636907752b8d9c0b640812d26a94537862df | src/main/actionscript/com/dotfold/dotvimstat/view/summary/VideosSummary.as | src/main/actionscript/com/dotfold/dotvimstat/view/summary/VideosSummary.as | package com.dotfold.dotvimstat.view.summary
{
import asx.string.empty;
import com.dotfold.dotvimstat.net.service.VimeoBasicService;
import com.dotfold.dotvimstat.view.IView;
import com.greensock.TweenLite;
import modena.core.Element;
import modena.core.ElementContent;
import modena.ui.Label;
/**
* Video... | package com.dotfold.dotvimstat.view.summary
{
import com.dotfold.dotvimstat.view.IView;
import com.dotfold.dotvimstat.view.animation.ElementAnimationSequencer;
import modena.core.ElementContent;
import modena.ui.HBox;
import modena.ui.Label;
/**
* VideosSummary view shows the count of videos retrieved from ... | update video summary view | [feat] update video summary view
- use animation queue
- cleanup text handling
| ActionScript | mit | dotfold/dotvimstat |
a058098aa03d2a47cc8afa9edd314cfa69480988 | src/aerys/minko/render/shader/part/phong/contribution/AbstractContributionShaderPart.as | src/aerys/minko/render/shader/part/phong/contribution/AbstractContributionShaderPart.as | package aerys.minko.render.shader.part.phong.contribution
{
import aerys.minko.render.material.basic.BasicProperties;
import aerys.minko.render.material.phong.PhongProperties;
import aerys.minko.render.shader.SFloat;
import aerys.minko.render.shader.Shader;
import aerys.minko.render.shader.part.phong.LightAwareSha... | package aerys.minko.render.shader.part.phong.contribution
{
import aerys.minko.render.material.basic.BasicProperties;
import aerys.minko.render.material.phong.PhongProperties;
import aerys.minko.render.shader.SFloat;
import aerys.minko.render.shader.Shader;
import aerys.minko.render.shader.part.phong.LightAwareSha... | Remove specular color instruction when a specular map is available | Remove specular color instruction when a specular map is available
| ActionScript | mit | aerys/minko-as3 |
5d466ac3f9d5ffba72d8884cce76fc9caa8b247a | frameworks/as/projects/FlexJSUI/src/org/apache/flex/core/SimpleStatesImpl.as | frameworks/as/projects/FlexJSUI/src/org/apache/flex/core/SimpleStatesImpl.as | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | handle state vars on the top tag | handle state vars on the top tag
| ActionScript | apache-2.0 | greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs |
1b4fa9af28fdaa6a7b32dfab32ba14706d351630 | src/ageofai/map/model/MapModel.as | src/ageofai/map/model/MapModel.as | /**
* Created by vizoli on 4/8/16.
*/
package ageofai.map.model
{
import ageofai.home.vo.HomeVO;
import ageofai.map.astar.AStar;
import ageofai.map.constant.CMap;
import ageofai.map.constant.CMapNodeType;
import ageofai.map.event.MapCreatedEvent;
import ageofai.map.geom.IntPoint;
import ageofai.map.vo.MapDataV... | /**
* Created by vizoli on 4/8/16.
*/
package ageofai.map.model
{
import ageofai.home.vo.HomeVO;
import ageofai.map.astar.AStar;
import ageofai.map.constant.CMap;
import ageofai.map.constant.CMapNodeType;
import ageofai.map.event.MapCreatedEvent;
import ageofai.map.geom.IntPoint;
import ageofai.map.vo.MapDataV... | fix homes | fix homes
| ActionScript | apache-2.0 | goc-flashplusplus/ageofai |
de1e6cba8e2262312a0e4bce2bb889cdd8906d0f | HLSPlugin/src/org/denivip/osmf/net/httpstreaming/hls/HTTPStreamingMP2PESVideo.as | HLSPlugin/src/org/denivip/osmf/net/httpstreaming/hls/HTTPStreamingMP2PESVideo.as | /* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distr... | /* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distr... | Update HTTPStreamingMP2PESVideo.as | Update HTTPStreamingMP2PESVideo.as | ActionScript | isc | denivip/osmf-hls-plugin,mruse/osmf-hls-plugin,denivip/osmf-hls-plugin,mruse/osmf-hls-plugin |
07ee6c4a7659d26f770fe4627bf11b1bfc334485 | flash/org/windmill/Windmill.as | flash/org/windmill/Windmill.as | /*
Copyright 2009, Matthew Eernisse (mde@fleegix.org) and Slide, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required ... | /*
Copyright 2009, Matthew Eernisse (mde@fleegix.org) and Slide, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required ... | Make Windmill base lib a subclass of Sprite so it can be dynamically loaded. | Make Windmill base lib a subclass of Sprite so it can be dynamically loaded.
| ActionScript | apache-2.0 | windmill/windmill,windmill/windmill,windmill/windmill,windmill/windmill,windmill/windmill,windmill/windmill |
9a9d12974e14ae89c481908e0620b1ae2b3810cd | dolly-framework/src/test/actionscript/dolly/CopyingOfCompositeCopyableClassTest.as | dolly-framework/src/test/actionscript/dolly/CopyingOfCompositeCopyableClassTest.as | package dolly {
import dolly.core.dolly_internal;
import dolly.data.CompositeCopyableClass;
import mx.collections.ArrayCollection;
import mx.collections.ArrayList;
import org.as3commons.reflect.Field;
import org.as3commons.reflect.Type;
import org.flexunit.asserts.assertEquals;
import org.flexunit.asserts.assertNotN... | package dolly {
import dolly.core.dolly_internal;
import dolly.data.CompositeCopyableClass;
import mx.collections.ArrayCollection;
import mx.collections.ArrayList;
import org.as3commons.reflect.Field;
import org.as3commons.reflect.Type;
import org.flexunit.asserts.assertEquals;
import org.flexunit.asserts.assertFals... | Test for copying Array in CompositeCloneableClass. | Test for copying Array in CompositeCloneableClass.
| ActionScript | mit | Yarovoy/dolly |
4c547bbd560bc867ec76fdba7c3b689b13cf8536 | test/src/FRESteamWorksTest.as | test/src/FRESteamWorksTest.as | package
{
import com.amanitadesign.steam.FRESteamWorks;
import com.amanitadesign.steam.SteamConstants;
import com.amanitadesign.steam.SteamEvent;
import flash.desktop.NativeApplication;
import flash.display.SimpleButton;
import flash.display.Sprite;
import flash.events.Event;
import flash.events.MouseEvent;
i... | package
{
import com.amanitadesign.steam.FRESteamWorks;
import com.amanitadesign.steam.SteamConstants;
import com.amanitadesign.steam.SteamEvent;
import flash.desktop.NativeApplication;
import flash.display.SimpleButton;
import flash.display.Sprite;
import flash.events.Event;
import flash.events.MouseEvent;
i... | Print stack trace when error occurs in test program | Print stack trace when error occurs in test program
| ActionScript | bsd-2-clause | Ventero/FRESteamWorks,Ventero/FRESteamWorks,Ventero/FRESteamWorks,Ventero/FRESteamWorks |
f99d82230c53445d94e5f313f549d8a21111aac1 | actionscript/src/com/freshplanet/ane/AirAACPlayer/AirAACPlayer.as | actionscript/src/com/freshplanet/ane/AirAACPlayer/AirAACPlayer.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.
// ... | Remove instance property | Remove instance property | ActionScript | apache-2.0 | freshplanet/ANE-AACPlayer,freshplanet/ANE-AACPlayer,freshplanet/ANE-AACPlayer |
585774517c5ee419e69667a568173e20ada93c29 | src/aerys/minko/render/shader/Shader.as | src/aerys/minko/render/shader/Shader.as | package aerys.minko.render.shader
{
import aerys.minko.ns.minko_render;
import aerys.minko.ns.minko_shader;
import aerys.minko.render.RenderTarget;
import aerys.minko.render.resource.Context3DResource;
import aerys.minko.render.resource.Program3DResource;
import aerys.minko.render.shader.compiler.graph.ShaderGrap... | package aerys.minko.render.shader
{
import aerys.minko.ns.minko_render;
import aerys.minko.ns.minko_shader;
import aerys.minko.render.RenderTarget;
import aerys.minko.render.ShaderDataBindingsProxy;
import aerys.minko.render.resource.Context3DResource;
import aerys.minko.render.resource.Program3DResource;
import... | refactor imports | refactor imports
| ActionScript | mit | aerys/minko-as3 |
00db69165a9d9019bb65fbf24b19f631e2aed3fa | src/aerys/minko/render/shader/Shader.as | src/aerys/minko/render/shader/Shader.as | package aerys.minko.render.shader
{
import aerys.minko.ns.minko_render;
import aerys.minko.ns.minko_shader;
import aerys.minko.render.RenderTarget;
import aerys.minko.render.resource.Context3DResource;
import aerys.minko.render.resource.Program3DResource;
import aerys.minko.render.shader.compiler.graph.ShaderGrap... | package aerys.minko.render.shader
{
import aerys.minko.ns.minko_render;
import aerys.minko.ns.minko_shader;
import aerys.minko.render.RenderTarget;
import aerys.minko.render.resource.Context3DResource;
import aerys.minko.render.resource.Program3DResource;
import aerys.minko.render.shader.compiler.graph.ShaderGrap... | fix coding style | fix coding style
| ActionScript | mit | aerys/minko-as3 |
d9b51b0939da67445f0c1d69ed6c12635e09de2c | src/aerys/minko/render/geometry/stream/iterator/TriangleIterator.as | src/aerys/minko/render/geometry/stream/iterator/TriangleIterator.as | package aerys.minko.render.geometry.stream.iterator
{
import aerys.minko.ns.minko_stream;
import aerys.minko.render.geometry.stream.IVertexStream;
import aerys.minko.render.geometry.stream.IndexStream;
import flash.utils.Proxy;
import flash.utils.flash_proxy;
/**
* TriangleIterator allow per-triangle access ... | package aerys.minko.render.geometry.stream.iterator
{
import aerys.minko.ns.minko_stream;
import aerys.minko.render.geometry.stream.IVertexStream;
import aerys.minko.render.geometry.stream.IndexStream;
import flash.utils.Proxy;
import flash.utils.flash_proxy;
/**
* TriangleIterator allow per-triangle access ... | fix triangle iterator | fix triangle iterator
| ActionScript | mit | aerys/minko-as3 |
bd8ee0fd4d38bc9ef525dca7c70e484e2d60cafc | src/as/com/threerings/util/Hashtable.as | src/as/com/threerings/util/Hashtable.as | package com.threerings.util {
import flash.errors.IllegalOperationError;
import flash.utils.Dictionary;
/**
* An implementation of a Hashtable in actionscript. Any object (and null) may
* be used as a key. Simple keys (Number, int, uint, Boolean, String) utilize
* a Dictionary internally for storage; keys that im... | package com.threerings.util {
import flash.errors.IllegalOperationError;
import flash.utils.Dictionary;
/**
* An implementation of a Hashtable in actionscript. Any object (and null) may
* be used as a key. Simple keys (Number, int, uint, Boolean, String) utilize
* a Dictionary internally for storage; keys that im... | return undefined, not null, to indicate absence in the map. | Bugfix: return undefined, not null, to indicate absence in the map.
git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@4386 542714f4-19e9-0310-aa3c-eee0fc999fb1
| ActionScript | lgpl-2.1 | threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya |
4bb40b43fa0101409ca5a49b80dc3b6e37e5d16c | src/battlecode/client/viewer/render/DrawMap.as | src/battlecode/client/viewer/render/DrawMap.as | package battlecode.client.viewer.render {
import battlecode.client.viewer.MatchController;
import battlecode.common.MapLocation;
import battlecode.common.Team;
import battlecode.common.TerrainTile;
import battlecode.events.MatchEvent;
import battlecode.world.GameMap;
import flash.events.Ev... | package battlecode.client.viewer.render {
import battlecode.client.viewer.MatchController;
import battlecode.common.MapLocation;
import battlecode.common.Team;
import battlecode.common.TerrainTile;
import battlecode.events.MatchEvent;
import battlecode.world.GameMap;
import flash.events.Ev... | make rubble easier to see | make rubble easier to see
| ActionScript | mit | trun/battlecode-webclient |
be0eaf6a2214eb1330e3f2eb1b303ff38c3d4af7 | src/as/com/threerings/util/Assert.as | src/as/com/threerings/util/Assert.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... | Make it explicit in the function signature that we're just doing an "Object == null" comparison. Otherwise the user might pass in an undefined, and expect a strict equality test. | Make it explicit in the function signature that we're just doing an
"Object == null" comparison. Otherwise the user might pass in an
undefined, and expect a strict equality test.
git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@4886 542714f4-19e9-0310-aa3c-eee0fc999fb1
| ActionScript | lgpl-2.1 | threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya |
871a0211160477e25b9555716bb35c50e692bf44 | as3/com/netease/protobuf/WritingBuffer.as | as3/com/netease/protobuf/WritingBuffer.as | // vim: tabstop=4 shiftwidth=4
// Copyright (c) 2010 , NetEase.com,Inc. All rights reserved.
//
// Author: Yang Bo (pop.atry@gmail.com)
//
// Use, modification and distribution are subject to the "New BSD License"
// as listed at <url: http://www.opensource.org/licenses/bsd-license.php >.
package com.netease.protobuf... | // vim: tabstop=4 shiftwidth=4
// Copyright (c) 2010 , NetEase.com,Inc. All rights reserved.
//
// Author: Yang Bo (pop.atry@gmail.com)
//
// Use, modification and distribution are subject to the "New BSD License"
// as listed at <url: http://www.opensource.org/licenses/bsd-license.php >.
package com.netease.protobuf... | 把 WritingBuffer 标记为 @private | 把 WritingBuffer 标记为 @private
| ActionScript | bsd-2-clause | tconkling/protoc-gen-as3 |
61f7ca778b4edf7c0a02d3c47b37bcc67676d8bb | tests/visual/text/src/text/TextState.as | tests/visual/text/src/text/TextState.as | package text
{
import flash.system.Capabilities;
import org.flixel.*;
public class TextState extends FlxState
{
override public function create():void
{
var os:String = Capabilities.version.substr(0, 3);
var isMobile:Boolean = false;
if (os == "AND") {
isMobile = true;
} else {
var m... | package text
{
import org.flixel.*;
public class TextState extends FlxState
{
override public function create():void
{
var helloWorld:FlxText = new FlxText(10, 10, 620, "Hello World!")
helloWorld.setFormat("system", 16, FlxG.WHITE, "center", FlxG.PINK)
add(helloWorld)
var leftAlignedText:FlxTex... | Reset text test changes | Reset text test changes
| ActionScript | mit | devolonter/flixel-monkey,devolonter/flixel-monkey,devolonter/flixel-monkey,devolonter/flixel-monkey |
a4dbc498709041017f64f28b505dbd987f6ff7fd | swfcat.as | swfcat.as | package
{
import flash.display.Sprite;
import flash.text.TextField;
import flash.net.Socket;
import flash.events.Event;
import flash.events.IOErrorEvent;
import flash.events.ProgressEvent;
import flash.events.SecurityErrorEvent;
import flash.utils.ByteArray;
import flash.utils.setTim... | package
{
import flash.display.Sprite;
import flash.text.TextField;
import flash.net.Socket;
import flash.events.Event;
import flash.events.IOErrorEvent;
import flash.events.ProgressEvent;
import flash.events.SecurityErrorEvent;
import flash.utils.ByteArray;
import flash.utils.setTim... | Increase size of movie to 640×480 from 400×300. | Increase size of movie to 640×480 from 400×300.
| ActionScript | mit | arlolra/flashproxy,arlolra/flashproxy,infinity0/flashproxy,arlolra/flashproxy,arlolra/flashproxy,arlolra/flashproxy,infinity0/flashproxy,glamrock/flashproxy,glamrock/flashproxy,glamrock/flashproxy,arlolra/flashproxy,glamrock/flashproxy,infinity0/flashproxy,infinity0/flashproxy,glamrock/flashproxy,infinity0/flashproxy,a... |
ab7eff3c217d9b9dc398c79db84d9d4678b1d606 | mustella/as3/src/mustella/WaitForLayoutManager.as | mustella/as3/src/mustella/WaitForLayoutManager.as | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | Make WaitForLayoutManager smarter. It checks to see if it needs to wait or not. | Make WaitForLayoutManager smarter. It checks to see if it needs to wait or not.
git-svn-id: 7d913817b0a978d84de757191e4bce372605a781@1381412 13f79535-47bb-0310-9956-ffa450edef68
| ActionScript | apache-2.0 | adufilie/flex-sdk,shyamalschandra/flex-sdk,apache/flex-sdk,shyamalschandra/flex-sdk,danteinforno/flex-sdk,shyamalschandra/flex-sdk,SlavaRa/flex-sdk,danteinforno/flex-sdk,apache/flex-sdk,SlavaRa/flex-sdk,danteinforno/flex-sdk,danteinforno/flex-sdk,SlavaRa/flex-sdk,danteinforno/flex-sdk,SlavaRa/flex-sdk,apache/flex-sdk,S... |
0b1662715e4a6f62f8522dd35c07ea3da64ef965 | src/aerys/minko/type/data/DataBindings.as | src/aerys/minko/type/data/DataBindings.as | package aerys.minko.type.data
{
import aerys.minko.type.Signal;
import aerys.minko.type.enum.DataProviderUsage;
import flash.utils.Dictionary;
public class DataBindings
{
private var _numProviders : uint = 0;
private var _providers : Vector.<IDataProvider> = new <IDataProvider>[];
private ... | package aerys.minko.type.data
{
import aerys.minko.type.Signal;
import aerys.minko.type.enum.DataProviderUsage;
import flash.utils.Dictionary;
public class DataBindings
{
private var _numProviders : uint = 0;
private var _providers : Vector.<IDataProvider> = new <IDataProvider>[];
private ... | Fix minor bug | Fix minor bug
| ActionScript | mit | aerys/minko-as3 |
89fef8992be209658318682c18a0b9544ee7937f | src/as/com/threerings/flex/CommandMenu.as | src/as/com/threerings/flex/CommandMenu.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... | Bring back the scrollable menu. However, we leave the default as not scrolling, and only do scrolling of any kind of the verticalScrollPolicy is set to ScrollPolicy.AUTO or ScrollPolicy.ON, and the maxHeight has been set. | Bring back the scrollable menu. However, we leave the default as not scrolling, and only do
scrolling of any kind of the verticalScrollPolicy is set to ScrollPolicy.AUTO or ScrollPolicy.ON,
and the maxHeight has been set.
git-svn-id: b675b909355d5cf946977f44a8ec5a6ceb3782e4@525 ed5b42cb-e716-0410-a449-f6a68f950b19
| ActionScript | lgpl-2.1 | threerings/nenya,threerings/nenya |
58cc712d4d8f648d91e9d177fd64bf7cebe60386 | flexEditor/src/org/arisgames/editor/components/ItemEditorMediaPickerView.as | flexEditor/src/org/arisgames/editor/components/ItemEditorMediaPickerView.as | package org.arisgames.editor.components
{
import com.ninem.controls.TreeBrowser;
import com.ninem.events.TreeBrowserEvent;
import flash.events.MouseEvent;
import mx.containers.Panel;
import mx.controls.Alert;
import mx.controls.Button;
import mx.controls.DataGrid;
import mx.core.ClassFactory;
import mx.events.Dynamic... | package org.arisgames.editor.components
{
import com.ninem.controls.TreeBrowser;
import com.ninem.events.TreeBrowserEvent;
import flash.events.MouseEvent;
import mx.containers.Panel;
import mx.controls.Alert;
import mx.controls.Button;
import mx.controls.DataGrid;
import mx.core.ClassFactory;
import mx.events.Dynamic... | Put Upload New button at top of media picker list | Put Upload New button at top of media picker list
| ActionScript | mit | fielddaylab/sifter-ios,fielddaylab/sifter-ios |
91eded78ae40c750e20c021f4f5a4b7f595d54fe | as3/com/netease/protobuf/VarintWriter.as | as3/com/netease/protobuf/VarintWriter.as | // vim: tabstop=4 shiftwidth=4
// Copyright (c) 2010 , 杨博 (Yang Bo) All rights reserved.
//
// pop.atry@gmail.com
//
// Use, modification and distribution are subject to the "New BSD License"
// as listed at <url: http://www.opensource.org/licenses/bsd-license.php >.
package com.netease.protobuf {
import fla... | // vim: tabstop=4 shiftwidth=4
// Copyright (c) 2010 , 杨博 (Yang Bo) All rights reserved.
//
// pop.atry@gmail.com
//
// Use, modification and distribution are subject to the "New BSD License"
// as listed at <url: http://www.opensource.org/licenses/bsd-license.php >.
package com.netease.protobuf {
import fla... | 修复 Varint 大于 127 时组包错误的问题 | 修复 Varint 大于 127 时组包错误的问题
| ActionScript | bsd-2-clause | tconkling/protoc-gen-as3 |
3fa970810690c6a28fd4d6a0b0bc76fb1173c8f4 | HLSPlugin/src/com/kaltura/hls/m2ts/M2TSNetLoader.as | HLSPlugin/src/com/kaltura/hls/m2ts/M2TSNetLoader.as | package com.kaltura.hls.m2ts
{
import com.kaltura.hls.HLSDVRTimeTrait;
import com.kaltura.hls.HLSDVRTrait;
import com.kaltura.hls.HLSMetadataNamespaces;
import flash.net.NetConnection;
import flash.net.NetStream;
import flash.events.NetStatusEvent;
import org.osmf.events.DVRStreamInfoEvent;
import org.osmf.... | package com.kaltura.hls.m2ts
{
import com.kaltura.hls.HLSDVRTimeTrait;
import com.kaltura.hls.HLSDVRTrait;
import com.kaltura.hls.HLSMetadataNamespaces;
import flash.net.NetConnection;
import flash.net.NetStream;
import flash.events.NetStatusEvent;
import org.osmf.events.DVRStreamInfoEvent;
import org.osmf.... | Adjust weighting to react to latest segment speed exclusively. | Adjust weighting to react to latest segment speed exclusively.
| ActionScript | agpl-3.0 | kaltura/HLS-OSMF,kaltura/HLS-OSMF,kaltura/HLS-OSMF,kaltura/HLS-OSMF |
0a0567dbcaa9c9d35aa057cccb307db8f91684f2 | ImpetusSound.as | ImpetusSound.as | package io.github.jwhile.impetus
{
import flash.media.Sound;
import flash.media.SoundChannel;
import flash.net.URLRequest;
public class ImpetusSound
{
private var sound:Sound;
private var channels:Vector.<SoundChannel>;
public function ImpetusSound(url:String):void
... | package io.github.jwhile.impetus
{
import flash.media.Sound;
import flash.net.URLRequest;
public class ImpetusSound
{
private var sound:Sound;
private var channels:Vector.<ImpetusChannel>;
public function ImpetusSound(url:String):void
{
this.sound = new Sou... | Use ImpetusChannel instead SoundChannel | Use ImpetusChannel instead SoundChannel
| ActionScript | mit | Julow/Impetus |
fff3e47ef0cf51360c9aef73e3b445174caa77b4 | src/aerys/minko/scene/node/camera/AbstractCamera.as | src/aerys/minko/scene/node/camera/AbstractCamera.as | package aerys.minko.scene.node.camera
{
import flash.geom.Point;
import aerys.minko.ns.minko_camera;
import aerys.minko.scene.controller.camera.CameraController;
import aerys.minko.scene.data.CameraDataProvider;
import aerys.minko.scene.node.AbstractSceneNode;
import aerys.minko.type.Signal;
import aerys.minko... | package aerys.minko.scene.node.camera
{
import flash.geom.Point;
import aerys.minko.ns.minko_camera;
import aerys.minko.scene.controller.camera.CameraController;
import aerys.minko.scene.data.CameraDataProvider;
import aerys.minko.scene.node.AbstractSceneNode;
import aerys.minko.type.Signal;
import aerys.minko... | Fix missing default argument. | Fix missing default argument.
| ActionScript | mit | aerys/minko-as3 |
5e0eb1d97016e3169ea2cc8ac6722bbb02bbcfff | src/as/com/threerings/util/StreamableHashMap.as | src/as/com/threerings/util/StreamableHashMap.as | //
// $Id$
//
// Narya library - tools for developing networked games
// Copyright (C) 2002-2009 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-2009 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... | Fix the asdocs here. But wait, why is this even showing up in the SDK docs? | Fix the asdocs here. But wait, why is this even showing up in the SDK docs?
git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@5930 542714f4-19e9-0310-aa3c-eee0fc999fb1
| ActionScript | lgpl-2.1 | threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya |
b9d05ab7c28d46cd78ed67539719266e6a2be545 | collect-client/src/generated/flex/org/openforis/collect/metamodel/proxy/UITabSetProxy.as | collect-client/src/generated/flex/org/openforis/collect/metamodel/proxy/UITabSetProxy.as | /**
* Generated by Gas3 v2.3.0 (Granite Data Services).
*
* NOTE: this file is only generated if it does not exist. You may safely put
* your custom code here.
*/
package org.openforis.collect.metamodel.proxy {
import mx.collections.IList;
import org.openforis.collect.util.CollectionUtil;
[Bi... | /**
* Generated by Gas3 v2.3.0 (Granite Data Services).
*
* NOTE: this file is only generated if it does not exist. You may safely put
* your custom code here.
*/
package org.openforis.collect.metamodel.proxy {
import mx.collections.IList;
import org.openforis.collect.util.CollectionUtil;
[Bi... | Fix unexpected behavior with nested tabs | Fix unexpected behavior with nested tabs | ActionScript | mit | openforis/collect,openforis/collect,openforis/collect,openforis/collect |
d208a2aefc5ef9c027e3372d24158aece16255f1 | source/com/thebannerboss/utils/BossClick.as | source/com/thebannerboss/utils/BossClick.as | /**
* BossClick.as
* @author Christopher Long at The Banner Boss - @clong
* @description Creates and adds an invisible hitArea over the entirety
* of the banner. It also filters a basic clickTAG request
* sent from a web browser into the banner swf file.
* Finally, there is a method to add a border
* ... | /**
* BossClick.as
* @author Christopher Long at The Banner Boss - @clong
* @description Creates and adds an invisible hitArea over the entirety
* of the banner. It also filters a basic clickTAG request
* sent from a web browser into the banner swf file.
* Finally, there is a method to add a border
* ... | Update BossClick.as | Update BossClick.as
I updated how BossClick attempts to avoid pop-up blockers. Instead of looking for various browsers by name, BossClick now looks for the Flash "player type" to see if it is ActiveX or Mac. If the "player type" is ActiveX, BossClick opens the clickThrough link in a window by making a Javascript cal... | ActionScript | mit | TheBannerBoss/BossClick |
7a3b86807e64a3379fc84635ba4b4bcb525520c7 | src/aerys/minko/render/effect/basic/BasicEffect.as | src/aerys/minko/render/effect/basic/BasicEffect.as | package aerys.minko.render.effect.basic
{
import aerys.minko.render.RenderTarget;
import aerys.minko.render.effect.IEffect;
import aerys.minko.render.effect.IEffectPass;
import aerys.minko.render.effect.fog.FogStyle;
import aerys.minko.render.renderer.state.Blending;
import aerys.minko.render.renderer.state.Compa... | package aerys.minko.render.effect.basic
{
import aerys.minko.render.RenderTarget;
import aerys.minko.render.effect.IEffect;
import aerys.minko.render.effect.IEffectPass;
import aerys.minko.render.effect.fog.FogStyle;
import aerys.minko.render.renderer.state.Blending;
import aerys.minko.render.renderer.state.Compa... | Add the possibility to set the diffuse color from BasicStyle.DIFFUSE_COLOR before searching for them into vertex attributes | Add the possibility to set the diffuse color from BasicStyle.DIFFUSE_COLOR before searching for them into vertex attributes
| ActionScript | mit | aerys/minko-as3 |
f1fd2fcee0680d0079f19d6a2eeb21016e56b3b2 | frameworks/as/projects/FlexJSUI/src/mx/states/State.as | frameworks/as/projects/FlexJSUI/src/mx/states/State.as | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | handle stateGroups | handle stateGroups
| ActionScript | apache-2.0 | greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs |
ae5b5552177ec44ee7d4e552ded6dbd9f97c4a94 | WEB-INF/lps/lfc/kernel/swf9/LzMouseKernel.as | WEB-INF/lps/lfc/kernel/swf9/LzMouseKernel.as | /**
* LzMouseKernel.as
*
* @copyright Copyright 2001-2009 Laszlo Systems, Inc. All Rights Reserved.
* Use is subject to license terms.
*
* @topic Kernel
* @subtopic swf9
*/
// Receives mouse events from the runtime
class LzMouseKernel {
#passthrough (toplevel:true) {
import flash.d... | /**
* LzMouseKernel.as
*
* @copyright Copyright 2001-2009 Laszlo Systems, Inc. All Rights Reserved.
* Use is subject to license terms.
*
* @topic Kernel
* @subtopic swf9
*/
// Receives mouse events from the runtime
class LzMouseKernel {
#passthrough (toplevel:true) {
import flash.d... | Change 20090314-bargull-GHI by bargull@dell--p4--2-53 on 2009-03-14 19:31:57 in /home/Admin/src/svn/openlaszlo/trunk for http://svn.openlaszlo.org/openlaszlo/trunk | Change 20090314-bargull-GHI by bargull@dell--p4--2-53 on 2009-03-14 19:31:57
in /home/Admin/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: add support for 'native' swf9 cursors
New Features: LPP-7912 (SWF9: support for default cursors)
Bugs Fixed:
Technical Reviewer: hminsk... | ActionScript | epl-1.0 | mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo |
4038353ab7b0d052db9f34c89d12cd46d8cfbefb | runtime/src/main/as/flump/display/LibraryLoader.as | runtime/src/main/as/flump/display/LibraryLoader.as | //
// Flump - Copyright 2013 Flump Authors
package flump.display {
import flash.utils.ByteArray;
import flump.executor.Executor;
import flump.executor.Future;
/**
* Loads zip files created by the flump exporter and parses them into Library instances.
*/
public class LibraryLoader
{
/**
* Loads a Library ... | //
// Flump - Copyright 2013 Flump Authors
package flump.display {
import flash.utils.ByteArray;
import flump.executor.Executor;
import flump.executor.Future;
/**
* Loads zip files created by the flump exporter and parses them into Library instances.
*/
public class LibraryLoader
{
/**
* Loads a Library ... | Move LibraryLoader to a builder pattern. | Move LibraryLoader to a builder pattern.
I made the old static methods deprecated and removed the new generateMipMaps parameter from them.
Presumably if anybody other than me is already using it, they're paying enough attention to adapt
to this change too.
| ActionScript | mit | funkypandagame/flump,mathieuanthoine/flump,tconkling/flump,tconkling/flump,mathieuanthoine/flump,mathieuanthoine/flump,funkypandagame/flump |
51a40c5f4fccb78917fd00a30d3b6d7295d15fae | src/as/com/threerings/crowd/client/PlaceViewUtil.as | src/as/com/threerings/crowd/client/PlaceViewUtil.as | //
// $Id: PlaceViewUtil.java 3098 2004-08-27 02:12:55Z 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
// unde... | //
// $Id: PlaceViewUtil.java 3098 2004-08-27 02:12:55Z 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
// unde... | Use mx.utils.DisplayUtil. | Use mx.utils.DisplayUtil.
git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@4320 542714f4-19e9-0310-aa3c-eee0fc999fb1
| ActionScript | lgpl-2.1 | threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya |
71e0ced8a1fdc84e5d504c91db06f2769e1fa12b | WeaveJS/src/weavejs/core/EventCallbackCollection.as | WeaveJS/src/weavejs/core/EventCallbackCollection.as | /* ***** BEGIN LICENSE BLOCK *****
*
* This file is part of Weave.
*
* The Initial Developer of Weave is the Institute for Visualization
* and Perception Research at the University of Massachusetts Lowell.
* Portions created by the Initial Developer are Copyright (C) 2008-2015
* the Initial Developer. All... | /* ***** BEGIN LICENSE BLOCK *****
*
* This file is part of Weave.
*
* The Initial Developer of Weave is the Institute for Visualization
* and Perception Research at the University of Massachusetts Lowell.
* Portions created by the Initial Developer are Copyright (C) 2008-2015
* the Initial Developer. All... | Revert "added stopPropagation function to EventCallbackCollection" | Revert "added stopPropagation function to EventCallbackCollection"
This reverts commit eec7fe6aa043f6ab507a870b98a1936a1b5a60bc.
| ActionScript | mpl-2.0 | WeaveTeam/WeaveJS,WeaveTeam/WeaveJS,WeaveTeam/WeaveJS,WeaveTeam/WeaveJS |
e5c29c15df6e289f41d4d0a5b080c3856c1282f3 | tests/GAv4/com/google/analytics/utils/FakeEnvironment.as | tests/GAv4/com/google/analytics/utils/FakeEnvironment.as |
package com.google.analytics.utils
{
public class FakeEnvironment extends Environment
{
private var _appName:String;
private var _appVersion:Version;
private var _url:String;
private var _referrer:String;
private var _documentTitle:String;
private var _doma... |
package com.google.analytics.utils
{
public class FakeEnvironment extends Environment
{
private var _appName:String;
private var _appVersion:Version;
private var _url:String;
private var _referrer:String;
private var _documentTitle:String;
private var _doma... | update Fake class signature to last change to Environment class | update Fake class signature to last change to Environment class | ActionScript | apache-2.0 | nsdevaraj/gaforflash,nsdevaraj/gaforflash,minimedj/gaforflash,minimedj/gaforflash |
9cd6b0b75c2bde7670390ea40245c5eed9889b66 | src/aerys/minko/type/parser/ParserOptions.as | src/aerys/minko/type/parser/ParserOptions.as | package aerys.minko.type.parser
{
public final class ParserOptions
{
private var _loadTextures : Boolean = true;
private var _textureFilenameFunction : Function = null;
private var _textureFunction : Function = null;
// private var _sceneFunction : Function = null;
private var _loadMeshes : Boo... | package aerys.minko.type.parser
{
public final class ParserOptions
{
private var _loadTextures : Boolean = true;
private var _textureFilenameFunction : Function = null;
private var _textureFunction : Function = null;
private var _meshFunction : Function = null;
private var _loadMeshes : Boolea... | Add meshFunction that enable mesh modifications while loading it. | Add meshFunction that enable mesh modifications while loading it.
| ActionScript | mit | aerys/minko-as3 |
4796e0dbb67dca95c6c942c92e4b90a83dba6a18 | src/aerys/minko/type/binding/DataBindings.as | src/aerys/minko/type/binding/DataBindings.as | package aerys.minko.type.binding
{
import aerys.minko.scene.node.ISceneNode;
import aerys.minko.type.Signal;
import aerys.minko.type.enum.DataProviderUsage;
import flash.utils.Dictionary;
public final class DataBindings
{
private var _owner : ISceneNode;
private var _providers : Vector.<IDataPr... | package aerys.minko.type.binding
{
import aerys.minko.scene.node.ISceneNode;
import aerys.minko.type.Signal;
import aerys.minko.type.enum.DataProviderUsage;
import flash.utils.Dictionary;
public final class DataBindings
{
private var _owner : ISceneNode;
private var _providers : Vector.<IDataPr... | fix missing calls to IDataBindingsConsumer.setProperty() when a binding is added/removed | fix missing calls to IDataBindingsConsumer.setProperty() when a binding is added/removed
| ActionScript | mit | aerys/minko-as3 |
9b71d8b219183a6d010ef35bcbfde1195cd2f1f9 | src/aerys/minko/render/geometry/GeometrySanitizer.as | src/aerys/minko/render/geometry/GeometrySanitizer.as | package aerys.minko.render.geometry
{
import aerys.minko.render.shader.compiler.CRC32;
import flash.utils.ByteArray;
import flash.utils.Dictionary;
import flash.utils.Endian;
/**
* The GeometrySanitizer static class provides methods to clean up
* 3D geometry loaded from 3D asset files and make sure it is co... | package aerys.minko.render.geometry
{
import aerys.minko.render.shader.compiler.CRC32;
import flash.utils.ByteArray;
import flash.utils.Dictionary;
import flash.utils.Endian;
/**
* The GeometrySanitizer static class provides methods to clean up
* 3D geometry loaded from 3D asset files and make sure it is co... | update GeometrySanitizer methods to use ByteArray.readUnsignerShort() to read indices | update GeometrySanitizer methods to use ByteArray.readUnsignerShort() to read indices
| ActionScript | mit | aerys/minko-as3 |
b2238af499573cd571abedd8af0b4d8e2c7f3d55 | WeaveUI/src/weave/ui/CustomTree.as | WeaveUI/src/weave/ui/CustomTree.as | /*
Weave (Web-based Analysis and Visualization Environment)
Copyright (C) 2008-2011 University of Massachusetts Lowell
This file is a part of Weave.
Weave is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License, Version 3,
as published by the Free S... | /*
Weave (Web-based Analysis and Visualization Environment)
Copyright (C) 2008-2011 University of Massachusetts Lowell
This file is a part of Weave.
Weave is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License, Version 3,
as published by the Free S... | fix null pointer error | fix null pointer error | ActionScript | mpl-2.0 | WeaveTeam/WeaveJS,WeaveTeam/WeaveJS,WeaveTeam/WeaveJS,WeaveTeam/WeaveJS |
19fd00b9d549693684e0c2751f4895be3dfaca87 | Arguments/src/classes/Language.as | Arguments/src/classes/Language.as | package classes
{
/**
AGORA - an interactive and web-based argument mapping tool that stimulates reasoning,
reflection, critique, deliberation, and creativity in individual argument construction
and in collaborative or adversarial settings.
Copyright (C) 2011 Georgia Institute of Technology
This progra... | package classes
{
/**
AGORA - an interactive and web-based argument mapping tool that stimulates reasoning,
reflection, critique, deliberation, and creativity in individual argument construction
and in collaborative or adversarial settings.
Copyright (C) 2011 Georgia Institute of Technology
This progra... | Change default language to ENGLISH | Change default language to ENGLISH
| ActionScript | agpl-3.0 | MichaelHoffmann/AGORA,mbjornas3/AGORA,MichaelHoffmann/AGORA,MichaelHoffmann/AGORA,mbjornas3/AGORA |
5df05bb648414779246e1936bab97ab21dafe3dc | exporter/src/main/as/flump/xfl/XflKeyframe.as | exporter/src/main/as/flump/xfl/XflKeyframe.as | //
// Flump - Copyright 2012 Three Rings Design
package flump.xfl {
import flash.geom.Matrix;
import flash.geom.Point;
import flump.MatrixUtil;
import flump.mold.KeyframeMold;
import com.threerings.util.XmlUtil;
public class XflKeyframe
{
use namespace xflns;
public static function parse (lib :XflLibrary,... | //
// Flump - Copyright 2012 Three Rings Design
package flump.xfl {
import flash.geom.Matrix;
import flash.geom.Point;
import flump.MatrixUtil;
import flump.mold.KeyframeMold;
import com.threerings.util.XmlUtil;
public class XflKeyframe
{
use namespace xflns;
public static function parse (lib :XflLibrary,... | Change the way custom easing is detected. | Change the way custom easing is detected.
| ActionScript | mit | tconkling/flump,mathieuanthoine/flump,funkypandagame/flump,funkypandagame/flump,mathieuanthoine/flump,mathieuanthoine/flump,tconkling/flump |
e81640c1f0a7b20651b50ed436fb92447d7e38fa | src/aerys/minko/render/shader/Shader.as | src/aerys/minko/render/shader/Shader.as | package aerys.minko.render.shader
{
import aerys.minko.ns.minko_render;
import aerys.minko.ns.minko_shader;
import aerys.minko.render.RenderTarget;
import aerys.minko.render.resource.Context3DResource;
import aerys.minko.render.resource.Program3DResource;
import aerys.minko.render.shader.compiler.graph.ShaderGrap... | package aerys.minko.render.shader
{
import aerys.minko.ns.minko_render;
import aerys.minko.ns.minko_shader;
import aerys.minko.render.RenderTarget;
import aerys.minko.render.ShaderDataBindingsProxy;
import aerys.minko.render.resource.Context3DResource;
import aerys.minko.render.resource.Program3DResource;
import... | refactor imports | refactor imports
| ActionScript | mit | aerys/minko-as3 |
48762f4df8cf990dcbf5f0c6007ed118e46c073f | src/aerys/minko/type/math/Quaternion.as | src/aerys/minko/type/math/Quaternion.as | package aerys.minko.type.math
{
import mx.charts.chartClasses.NumericAxis;
import mx.effects.easing.Quartic;
public class Quaternion
{
private static const TMP_QUATERNION : Quaternion = new Quaternion();
public function get r() : Number { return _r; }
public function get i() : Number { return _i; }
publ... | package aerys.minko.type.math
{
public class Quaternion
{
private static const TMP_QUATERNION : Quaternion = new Quaternion();
public function get r() : Number { return _r; }
public function get i() : Number { return _i; }
public function get j() : Number { return _j; }
public function get k() : Number {... | Remove unused imports | Remove unused imports
| ActionScript | mit | aerys/minko-as3 |
4b6e5f366cf88589de155a007b6e6f750e94d05e | src/org/mangui/hls/demux/DemuxHelper.as | src/org/mangui/hls/demux/DemuxHelper.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;
import org.mangui.hls.model.Level;
CONFI... | /* 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;
import org.mangui.hls.model.Level;
CONFI... | Make probe Level parameter optional | [Mangui.DemuxHelper] Make probe Level parameter optional
Selection logic ensures proper Demuxer is used anyway
| ActionScript | mpl-2.0 | codex-corp/flashls,codex-corp/flashls |
b34e47baa39e7dc2d250a947fa1f640cff2d665b | WeaveJS/src/weavejs/data/column/StringColumn.as | WeaveJS/src/weavejs/data/column/StringColumn.as | /* ***** BEGIN LICENSE BLOCK *****
*
* This file is part of Weave.
*
* The Initial Developer of Weave is the Institute for Visualization
* and Perception Research at the University of Massachusetts Lowell.
* Portions created by the Initial Developer are Copyright (C) 2008-2015
* the Initial Developer. All... | /* ***** BEGIN LICENSE BLOCK *****
*
* This file is part of Weave.
*
* The Initial Developer of Weave is the Institute for Visualization
* and Perception Research at the University of Massachusetts Lowell.
* Portions created by the Initial Developer are Copyright (C) 2008-2015
* the Initial Developer. All... | Change StringColumn to use Map instead of Object | Change StringColumn to use Map instead of Object
| ActionScript | mpl-2.0 | WeaveTeam/WeaveJS,WeaveTeam/WeaveJS,WeaveTeam/WeaveJS,WeaveTeam/WeaveJS |
ff22389a15abfe58ad0b5172ad875ed6571a1565 | exporter/src/main/as/flump/export/BetwixtPublisher.as | exporter/src/main/as/flump/export/BetwixtPublisher.as | //
// Flump - Copyright 2012 Three Rings Design
package flump.export {
import flash.filesystem.File;
import flash.filesystem.FileMode;
import flash.filesystem.FileStream;
import flash.utils.ByteArray;
import flump.bytesToXML;
import flump.xfl.XflLibrary;
import flump.xfl.XflMovie;
import com.threerings.util.Log;
p... | //
// Flump - Copyright 2012 Three Rings Design
package flump.export {
import flash.filesystem.File;
import flash.filesystem.FileMode;
import flash.filesystem.FileStream;
import flash.utils.ByteArray;
import flump.bytesToXML;
import flump.xfl.XflLibrary;
import flump.xfl.XflMovie;
import com.threerings.util.Log;
p... | Use slashes for prefixes, and prefix symbol references too. | Use slashes for prefixes, and prefix symbol references too.
| ActionScript | mit | funkypandagame/flump,mathieuanthoine/flump,tconkling/flump,mathieuanthoine/flump,mathieuanthoine/flump,tconkling/flump,funkypandagame/flump |
17ba90dbadd06728693a2a79118ac00bbc4e88e6 | src/net/manaca/loaderqueue/LoaderProgress.as | src/net/manaca/loaderqueue/LoaderProgress.as | package net.manaca.loaderqueue
{
import flash.events.Event;
import flash.events.EventDispatcher;
import flash.utils.clearInterval;
import flash.utils.setInterval;
/**
* 任务队列总进度更新时派发
* @eventType flash.events.Event.CHANGE
*/
[Event(name="change", type="flash.events.Event")]
/**
* 任务队列完成时派发
* @eventType flash.event... | package net.manaca.loaderqueue
{
import flash.events.Event;
import flash.events.EventDispatcher;
import flash.utils.clearInterval;
import flash.utils.setInterval;
/**
* 任务队列总进度更新时派发
* @eventType flash.events.Event.CHANGE
*/
[Event(name="change", type="flash.events.Event")]
/**
* 任务队列完成时派发
* @eventType flash.event... | Rename isStart to isStarted | Rename isStart to isStarted | ActionScript | mit | wersling/LoaderQueue |
c85996ae5d6282efdb07c025837ba0ccf82786da | 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 Comparable, 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 =... | Check that the other name is the same subclass of Name, not just a Name. (And found a faster way to compare the classes of two objects.) | Check that the other name is the same subclass of Name, not just a Name.
(And found a faster way to compare the classes of two objects.)
git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@4321 542714f4-19e9-0310-aa3c-eee0fc999fb1
| ActionScript | lgpl-2.1 | threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya |
36665dfe40b184c7e4302972364494b8dbb54ed3 | src/com/rails2u/debug/Benchmark.as | src/com/rails2u/debug/Benchmark.as | package com.rails2u.debug {
import flash.utils.Dictionary;
import flash.events.Event;
import flash.utils.getTimer;
/**
* Simple Benchmark class
*
* example:
* <listing version="3.0">
* Benchmark.start('check');
* // code
* Benchmark.end('check');
* </listing>
*
* <listing vers... | package com.rails2u.debug {
import flash.utils.Dictionary;
import flash.events.Event;
import flash.utils.getTimer;
/**
* Simple Benchmark class
*
* example:
* <listing version="3.0">
* Benchmark.start('check');
* // code
* Benchmark.end('check');
* </listing>
*
* <listing vers... | remove loop method | remove loop method
git-svn-id: 864080e30cc358c5edb906449bbf014f90258007@43 96db6a20-122f-0410-8d9f-89437bbe4005
| ActionScript | mit | hotchpotch/as3rails2u,hotchpotch/as3rails2u |
c77aa926c01e2cb6d544fe00ba9dc7a564c031d0 | flash/src/org/flashsocket/utils/SHA1.as | flash/src/org/flashsocket/utils/SHA1.as | package org.flashsocket.utils {
import flash.utils.ByteArray;
public class SHA1 {
public static function hash(input:String):String {
var inputLength:int = input.length;
// Number of 8-bit bytes to represent the 512-bit blocks
var numberOfBytes:int = (inputLength + 9) + ((55 - inputLength) & 0x3f);... | package org.flashsocket.utils {
import flash.utils.ByteArray;
public class SHA1 {
public static function hash(input:String):String {
var inputLength:int = input.length;
// Number of 8-bit bytes to represent the 512-bit blocks
var numberOfBytes:int = (inputLength + 9) + ((55 - inputLength) & 0x3f);... | hide debugging code | hide debugging code
| ActionScript | mit | arahaya/FlashSocket,arahaya/FlashSocket |
c7a48ec6b90c93d0155bac99eecc5d4e1ed3b5a1 | src/org/flintparticles/common/easing/TwoWay.as | src/org/flintparticles/common/easing/TwoWay.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 (the ... | /*
* 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 (the ... | Fix error in TwoWay easing functions | Fix error in TwoWay easing functions
| ActionScript | mit | richardlord/Flint |
60198173604c46e69321d400cd2dbc9110a24beb | src/aerys/minko/scene/controller/TransformController.as | src/aerys/minko/scene/controller/TransformController.as | package aerys.minko.scene.controller
{
import aerys.minko.ns.minko_math;
import aerys.minko.render.Viewport;
import aerys.minko.scene.node.Group;
import aerys.minko.scene.node.ISceneNode;
import aerys.minko.scene.node.Scene;
import aerys.minko.type.math.Matrix4x4;
import flash.display.B... | package aerys.minko.scene.controller
{
import aerys.minko.ns.minko_math;
import aerys.minko.render.Viewport;
import aerys.minko.scene.node.Group;
import aerys.minko.scene.node.ISceneNode;
import aerys.minko.scene.node.Scene;
import aerys.minko.type.math.Matrix4x4;
import flash.display.B... | optimize TransformController.updateLocalToWorld() to update only the nodes of the subtree when subtreeOnly = true | optimize TransformController.updateLocalToWorld() to update only the nodes of the subtree when subtreeOnly = true
| ActionScript | mit | aerys/minko-as3 |
355c328abe7ef0438ebbcd41f23818d8a2adfae4 | src/aerys/minko/scene/controller/TransformController.as | src/aerys/minko/scene/controller/TransformController.as | package aerys.minko.scene.controller
{
import aerys.minko.ns.minko_math;
import aerys.minko.render.Viewport;
import aerys.minko.scene.node.Group;
import aerys.minko.scene.node.ISceneNode;
import aerys.minko.scene.node.Scene;
import aerys.minko.type.math.Matrix4x4;
import flash.display.B... | package aerys.minko.scene.controller
{
import aerys.minko.ns.minko_math;
import aerys.minko.render.Viewport;
import aerys.minko.scene.node.Group;
import aerys.minko.scene.node.ISceneNode;
import aerys.minko.scene.node.Scene;
import aerys.minko.type.math.Matrix4x4;
import flash.display.B... | add TransformController.getSharedWorldToLocalTransformReference() and TransformController.getSharedLocalToWorldTransformReference() methods | add TransformController.getSharedWorldToLocalTransformReference() and TransformController.getSharedLocalToWorldTransformReference() methods
| ActionScript | mit | aerys/minko-as3 |
8d310d2daf1734700914cd5b6f10dca4e925f05a | generator/sources/as3/com/kaltura/delegates/WebDelegateBase.as | generator/sources/as3/com/kaltura/delegates/WebDelegateBase.as | // ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_... | // ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_... | add error code (event.type) to ioerror / securityerror events | fwr: add error code (event.type) to ioerror / securityerror events
git-svn-id: 8a2ccb88241e16c78017770bc38d91d6d5396a5a@96549 6b8eccd3-e8c5-4e7d-8186-e12b5326b719
| ActionScript | agpl-3.0 | ivesbai/server,ivesbai/server,ivesbai/server,doubleshot/server,doubleshot/server,ratliff/server,ratliff/server,doubleshot/server,kaltura/server,ratliff/server,kaltura/server,ivesbai/server,DBezemer/server,matsuu/server,jorgevbo/server,jorgevbo/server,jorgevbo/server,gale320/server,kaltura/server,jorgevbo/server,doubles... |
024e47f75fa52f3fa65659e05f0e8e6358b59285 | swfcat.as | swfcat.as | package
{
import flash.display.Sprite;
import flash.display.StageAlign;
import flash.display.StageScaleMode;
import flash.text.TextField;
import flash.text.TextFormat;
import flash.events.Event;
import flash.utils.setTimeout;
import FacilitatorSocket;
import events.FacilitatorSocket... | package
{
import flash.display.Sprite;
import flash.display.StageAlign;
import flash.display.StageScaleMode;
import flash.text.TextField;
import flash.text.TextFormat;
import flash.events.Event;
import flash.utils.setTimeout;
import FacilitatorSocket;
import events.FacilitatorSocket... | Refactor InternetFreedomBadge (now Badge). | Refactor InternetFreedomBadge (now Badge).
Make it its own Sprite, don't cause it to change the UI of the main
display. Use proxy_begin and proxy_end methods instead of modifying
current/total counts directly.
| ActionScript | mit | arlolra/flashproxy,infinity0/flashproxy,glamrock/flashproxy,infinity0/flashproxy,infinity0/flashproxy,glamrock/flashproxy,arlolra/flashproxy,glamrock/flashproxy,arlolra/flashproxy,glamrock/flashproxy,arlolra/flashproxy,arlolra/flashproxy,glamrock/flashproxy,infinity0/flashproxy,glamrock/flashproxy,arlolra/flashproxy,in... |
5aa7bcfa81851ef5f8fef33402c659a0cfcfb95c | exporter/src/main/as/flump/export/Exporter.as | exporter/src/main/as/flump/export/Exporter.as | //
// Flump - Copyright 2012 Three Rings Design
package flump.export {
import flash.desktop.NativeApplication;
import flash.display.NativeMenu;
import flash.display.NativeMenuItem;
import flash.display.NativeWindow;
import flash.display.Stage;
import flash.display.StageQuality;
import flash.events.Event;
import flash... | //
// Flump - Copyright 2012 Three Rings Design
package flump.export {
import flash.desktop.NativeApplication;
import flash.display.NativeMenu;
import flash.display.NativeMenuItem;
import flash.display.NativeWindow;
import flash.display.Stage;
import flash.display.StageQuality;
import flash.events.Event;
import flash... | Fix for export directory not updating. | Fix for export directory not updating.
| ActionScript | mit | mathieuanthoine/flump,tconkling/flump,mathieuanthoine/flump,funkypandagame/flump,mathieuanthoine/flump,funkypandagame/flump,tconkling/flump |
87cd3d40e4fb5a292773b65859c0cc805754fd60 | src/aerys/minko/scene/node/AbstractSceneNode.as | src/aerys/minko/scene/node/AbstractSceneNode.as | package aerys.minko.scene.node
{
import aerys.minko.ns.minko_scene;
import aerys.minko.scene.controller.AbstractController;
import aerys.minko.scene.controller.IRebindableController;
import aerys.minko.scene.controller.TransformController;
import aerys.minko.scene.data.TransformDataProvider;
import aerys.minko.ty... | package aerys.minko.scene.node
{
import aerys.minko.ns.minko_scene;
import aerys.minko.scene.controller.AbstractController;
import aerys.minko.scene.controller.IRebindableController;
import aerys.minko.scene.controller.TransformController;
import aerys.minko.scene.data.TransformDataProvider;
import aerys.minko.ty... | Update src/aerys/minko/scene/node/AbstractSceneNode.as | Update src/aerys/minko/scene/node/AbstractSceneNode.as
BUG:scaleY | ActionScript | mit | aerys/minko-as3 |
6a1efa70477256e66a542ed0822aae606841c063 | WEB-INF/lps/lfc/kernel/swf9/LzXMLTranslator.as | WEB-INF/lps/lfc/kernel/swf9/LzXMLTranslator.as | /**
* LzXMLTranslator.as
*
* @copyright Copyright 2001-2009 Laszlo Systems, Inc. All Rights Reserved.
* Use is subject to license terms.
*
* @topic Kernel
* @subtopic swf9
*/
/**
* @shortdesc: Utility for converting native XML DOM object into LzDataNode tree
*/
public class LzXMLTransla... | /**
* LzXMLTranslator.as
*
* @copyright Copyright 2001-2009 Laszlo Systems, Inc. All Rights Reserved.
* Use is subject to license terms.
*
* @topic Kernel
* @subtopic swf9
*/
/**
* @shortdesc: Utility for converting native XML DOM object into LzDataNode tree
*/
public class LzXMLTransla... | Change 20090516-bargull-NOm by bargull@dell--p4--2-53 on 2009-05-16 00:21:34 in /home/Admin/src/svn/openlaszlo/trunk for http://svn.openlaszlo.org/openlaszlo/trunk | Change 20090516-bargull-NOm by bargull@dell--p4--2-53 on 2009-05-16 00:21:34
in /home/Admin/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: copy native xml-tree iteratively (SWF9)
New Features:
Bugs Fixed: LPP-8067 (Improve data performance) (SWF9)
Technical Reviewer: henry... | ActionScript | epl-1.0 | mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo |
9c0ab25999330d05a24854c8ef0d448fe0494490 | 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 begin and end of splinepath coloring | add begin and end of splinepath coloring
| ActionScript | mit | bacsmar/Urho3D,xiliu98/Urho3D,weitjong/Urho3D,cosmy1/Urho3D,fire/Urho3D-1,fire/Urho3D-1,victorholt/Urho3D,SirNate0/Urho3D,c4augustus/Urho3D,cosmy1/Urho3D,carnalis/Urho3D,orefkov/Urho3D,xiliu98/Urho3D,SuperWangKai/Urho3D,weitjong/Urho3D,PredatorMF/Urho3D,fire/Urho3D-1,kostik1337/Urho3D,helingping/Urho3D,kostik1337/Urho3... |
0032c0811908b4afe2cee5283c49b13f986db37f | src/org/robotlegs/v2/view/impl/StageWatcher.as | src/org/robotlegs/v2/view/impl/StageWatcher.as | //------------------------------------------------------------------------------
// Copyright (c) 2011 the original author or authors. All Rights Reserved.
//
// NOTICE: You are permitted you to use, modify, and distribute this file
// in accordance with the terms of the license agreement accompanying it.
//----... | //------------------------------------------------------------------------------
// Copyright (c) 2011 the original author or authors. All Rights Reserved.
//
// NOTICE: You are permitted you to use, modify, and distribute this file
// in accordance with the terms of the license agreement accompanying it.
//----... | put the logger back | put the logger back
| ActionScript | mit | robotlegs/robotlegs-framework,eric-stanley/robotlegs-framework,robotlegs/robotlegs-framework,eric-stanley/robotlegs-framework |
e8654f2a465c16ce51450a6cc4706409b80860e9 | src/aerys/minko/scene/node/AbstractSceneNode.as | src/aerys/minko/scene/node/AbstractSceneNode.as | package aerys.minko.scene.node
{
import aerys.minko.ns.minko_scene;
import aerys.minko.scene.controller.AbstractController;
import aerys.minko.scene.data.TransformDataProvider;
import aerys.minko.type.Signal;
import aerys.minko.type.math.Matrix4x4;
import flash.utils.getQualifiedClassName;
/**
* The base cl... | package aerys.minko.scene.node
{
import aerys.minko.ns.minko_scene;
import aerys.minko.scene.controller.AbstractController;
import aerys.minko.scene.data.TransformDataProvider;
import aerys.minko.type.Signal;
import aerys.minko.type.math.Matrix4x4;
import flash.utils.getQualifiedClassName;
/**
* The base cl... | Fix typo. | Fix typo.
| ActionScript | mit | aerys/minko-as3 |
cc479db56f58adb471bef3e238aaa162e260db6c | src/org/mangui/hls/controller/BufferThresholdController.as | src/org/mangui/hls/controller/BufferThresholdController.as | /* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mangui.hls.controller {
import org.mangui.hls.constant.HLSLoaderTypes;
import org.mangui.hls.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.controller {
import org.mangui.hls.constant.HLSLoaderTypes;
import org.mangui.hls.ev... | remove conservative factor as the algorithm is already really conservative... minBufferLength is the time to process a complete segment (of duration EXT-X-TARGETDURATION), using current processing rate | BufferThresholdController: remove conservative factor as the algorithm is already really conservative...
minBufferLength is the time to process a complete segment (of duration EXT-X-TARGETDURATION), using current processing rate
| ActionScript | mpl-2.0 | fixedmachine/flashls,hola/flashls,mangui/flashls,vidible/vdb-flashls,tedconf/flashls,NicolasSiver/flashls,jlacivita/flashls,mangui/flashls,neilrackett/flashls,jlacivita/flashls,codex-corp/flashls,hola/flashls,NicolasSiver/flashls,clappr/flashls,tedconf/flashls,clappr/flashls,fixedmachine/flashls,vidible/vdb-flashls,nei... |
fc6fa636d6e037ae910b1f8e4762a52861496ea2 | src/aerys/minko/type/Signal.as | src/aerys/minko/type/Signal.as | package aerys.minko.type
{
public final class Signal
{
private var _name : String;
private var _enabled : Boolean;
private var _disableWhenNoCallbacks : Boolean;
private var _callbacks : Vector.<Function>;
private var _numCallbacks : uint;
private var _executed : Boolean;
... | package aerys.minko.type
{
public final class Signal
{
private var _name : String;
private var _enabled : Boolean;
private var _disableWhenNoCallbacks : Boolean;
private var _callbacks : Vector.<Function>;
private var _numCallbacks : uint;
private var _executed : Boolean;
... | change Signal.execute to avoid calling Function.apply but drop support for callbacks with more than 10 arguments | change Signal.execute to avoid calling Function.apply but drop support for callbacks with more than 10 arguments
| ActionScript | mit | aerys/minko-as3 |
a83bdd29477ba3f53ef744933a7578cd67b9e068 | src/org/mangui/hls/loader/LevelLoader.as | src/org/mangui/hls/loader/LevelLoader.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.loader {
import org.mangui.hls.playlist.DataUri;
import org.mangui.hls.playlist.AltA... | /* 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.loader {
import org.mangui.hls.playlist.DataUri;
import org.mangui.hls.playlist.AltA... | trim white space | trim white space
| ActionScript | mpl-2.0 | aevange/flashls,Corey600/flashls,Boxie5/flashls,thdtjsdn/flashls,dighan/flashls,NicolasSiver/flashls,jlacivita/flashls,fixedmachine/flashls,loungelogic/flashls,mangui/flashls,suuhas/flashls,dighan/flashls,suuhas/flashls,Boxie5/flashls,suuhas/flashls,suuhas/flashls,NicolasSiver/flashls,Corey600/flashls,Peer5/flashls,ted... |
785e98c042f9ea1289bd50b8171b72ab1e1ecf3e | WEB-INF/lps/lfc/kernel/swf9/LzInputTextSprite.as | WEB-INF/lps/lfc/kernel/swf9/LzInputTextSprite.as | /**
* LzInputTextSprite.as
*
* @copyright Copyright 2001-2009 Laszlo Systems, Inc. All Rights Reserved.
* Use is subject to license terms.
*
* @topic Kernel
* @subtopic swf9
*/
/**
* @shortdesc Used for input text.
*
*/
public class LzInputTextSprite extends LzTextSprite {
#pass... | /**
* LzInputTextSprite.as
*
* @copyright Copyright 2001-2009 Laszlo Systems, Inc. All Rights Reserved.
* Use is subject to license terms.
*
* @topic Kernel
* @subtopic swf9
*/
/**
* @shortdesc Used for input text.
*
*/
public class LzInputTextSprite extends LzTextSprite {
#pass... | Change 20091028-hqm-2 by hqm@badtzmaru.home on 2009-10-28 15:53:59 EDT in /Users/hqm/openlaszlo/trunk-clean for http://svn.openlaszlo.org/openlaszlo/trunk | Change 20091028-hqm-2 by hqm@badtzmaru.home on 2009-10-28 15:53:59 EDT
in /Users/hqm/openlaszlo/trunk-clean
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: fix bug with disable/enable input text in swf10
New Features:
Bugs Fixed: LPP-8574
Technical Reviewer: andre
QA Reviewer: max
Doc Reviewer: (pe... | ActionScript | epl-1.0 | mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo |
ee53a0253c3012d5673767ec32fd7fabf73c324d | src/laml/display/Skin.as | src/laml/display/Skin.as | package laml.display {
import flash.display.DisplayObject;
import flash.display.Sprite;
public class Skin extends Sprite implements ISkin {
public function getBitmapByName(alias:String):DisplayObject {
if(hasOwnProperty(alias)) {
return new this[alias]() as DisplayObject;
}
return null;
}
}
... | package laml.display {
import flash.display.DisplayObject;
import flash.display.Sprite;
import mx.core.BitmapAsset;
import mx.core.FontAsset;
import mx.core.IFlexAsset;
import mx.core.IFlexDisplayObject;
import mx.core.SpriteAsset;
public class Skin extends Sprite implements ISkin {
private var bitmapAss... | Put MX dependencies in skin | Put MX dependencies in skin
git-svn-id: 02605e11d3a461bc7e12f3f3880edf4b0c8dcfd0@4281 3e7533ad-8678-4d30-8e38-00a379d3f0d0
| ActionScript | mit | lukebayes/laml |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.