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 |
|---|---|---|---|---|---|---|---|---|---|
91346fa2b8848f4fb9609bcfe9dbd8fe45b0f12e | src/goplayer/StreamioAPI.as | src/goplayer/StreamioAPI.as | package goplayer
{
public class StreamioAPI implements MovieEventReporter
{
private static const VERSION : String = "/v1"
private var baseURL : String
private var http : HTTP
private var trackerID : String
public function StreamioAPI
(baseURL : String, http : HTTP, trackerID : String)
... | package goplayer
{
public class StreamioAPI implements MovieEventReporter
{
private static const VERSION : String = "/v1"
private var baseURL : String
private var http : HTTP
private var trackerID : String
public function StreamioAPI
(baseURL : String, http : HTTP, trackerID : String)
... | Disable tracking when `streamio:tracker' is empty. | Disable tracking when `streamio:tracker' is empty.
| ActionScript | mit | dbrock/goplayer,dbrock/goplayer |
be6296c51b0bc18c805c8029993b3dcfea3ee636 | externs/GCL/src/goog/events/EventTarget.as | externs/GCL/src/goog/events/EventTarget.as | package goog.events {
import goog.Disposable;
/**
* An implementation of {@code goog.events.Listenable} with full W3C
* EventTarget-like support (capture/bubble mechanism, stopping event
* propagation, preventing default actions).
*
* You may subclass this class to turn your class into a Listenable.
*
* Unle... | package goog.events {
import goog.Disposable;
/**
* An implementation of {@code goog.events.Listenable} with full W3C
* EventTarget-like support (capture/bubble mechanism, stopping event
* propagation, preventing default actions).
*
* You may subclass this class to turn your class into a Listenable.
*
* Unle... | switch back to Function instead of Class | switch back to Function instead of Class
| ActionScript | apache-2.0 | greg-dove/flex-falcon,adufilie/flex-falcon,adufilie/flex-falcon,greg-dove/flex-falcon,adufilie/flex-falcon,greg-dove/flex-falcon,greg-dove/flex-falcon,adufilie/flex-falcon |
be52e9a23c3b6e1d7b67bdd42b4b49563da0e976 | test/basic.as | test/basic.as | package test {
class Literal {
function test() {
call(1, 1, 200, 200, -1, -50, 32767, 32768, -32760, -500000);
}
}
class Arithmetics {
function b() {
var a:int = 0;
var b:int;
b = (a += 1);
return (b -= (a += 1));
}
function a() {
var a:int = 0;
var ... | package test {
class Literal {
function test() {
call(1, 1, 200, 200, -1, -50, 32767, 32768, -32760, -500000);
}
}
class Arithmetics {
function b() {
var a:int = 0;
var b:int;
b = (a += 1);
return (b -= (a += 1));
}
function a() {
var a:int = 0;
var ... | Adjust testcases. | Adjust testcases.
| ActionScript | mit | chris1201/furnace-avm2,whitequark/furnace-avm2 |
06e690e17adb2df18066681518cf83547fd72955 | src/com/axis/rtspclient/RTSPoverHTTPHandle.as | src/com/axis/rtspclient/RTSPoverHTTPHandle.as | package com.axis.rtspclient {
import com.axis.ClientEvent;
import com.axis.ErrorManager;
import com.axis.http.auth;
import com.axis.http.request;
import com.axis.http.url;
import com.axis.Logger;
import com.axis.rtspclient.GUID;
import flash.events.ErrorEvent;
import flash.events.Event;
import flas... | package com.axis.rtspclient {
import com.axis.ClientEvent;
import com.axis.ErrorManager;
import com.axis.http.auth;
import com.axis.http.request;
import com.axis.http.url;
import com.axis.Logger;
import com.axis.rtspclient.GUID;
import flash.events.ErrorEvent;
import flash.events.Event;
import flas... | Fix correct content length header in RTSP over HTTP | Fix correct content length header in RTSP over HTTP
| ActionScript | bsd-3-clause | gaetancollaud/locomote-video-player,AxisCommunications/locomote-video-player |
da5088a5258bab2c5744db4221b17cb2ba8cbe5b | frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/accessories/NumericOnlyTextInputBead.as | frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/accessories/NumericOnlyTextInputBead.as | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | add maxChars | add maxChars
| ActionScript | apache-2.0 | greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs |
d5b2dab84ae07c9794ab9454a23a9e42f0960be6 | tests/examplefiles/as3_test.as | tests/examplefiles/as3_test.as | import flash.events.MouseEvent;
import com.example.programmingas3.playlist.PlayList;
import com.example.programmingas3.playlist.Song;
import com.example.programmingas3.playlist.SortProperty;
// constants for the different "states" of the song form
private static const ADD_SONG:uint = 1;
private st... | import flash.events.MouseEvent;
import com.example.programmingas3.playlist.PlayList;
import com.example.programmingas3.playlist.Song;
import com.example.programmingas3.playlist.SortProperty;
// constants for the different "states" of the song form
private static const ADD_SONG:uint = 1;
private st... | Add type generics to AS3 test file. | Add type generics to AS3 test file.
| ActionScript | bsd-2-clause | pygments/pygments,dscorbett/pygments,dscorbett/pygments,dscorbett/pygments,pygments/pygments,pygments/pygments,pygments/pygments,dscorbett/pygments,dscorbett/pygments,pygments/pygments,pygments/pygments,dscorbett/pygments,pygments/pygments,dscorbett/pygments,dscorbett/pygments,pygments/pygments,pygments/pygments,dscorb... |
04474d03e6c5a549eb2a8e8e52690cc5519e5948 | src/aerys/minko/render/shader/compiler/CRC32.as | src/aerys/minko/render/shader/compiler/CRC32.as | package aerys.minko.render.shader.compiler
{
import flash.utils.ByteArray;
/**
* The CRC32 class provides a set of static methods to create CRC32 values.
* @author promethe
*
*/
public class CRC32
{
private static const POLYNOMIAL : uint = 0x04c11db7;
private static const CRC_TABLE : Vector.<ui... | package aerys.minko.render.shader.compiler
{
import flash.utils.ByteArray;
/**
* The CRC32 class provides a set of static methods to create CRC32 values.
* @author promethe
*
*/
public class CRC32
{
private static const POLYNOMIAL : uint = 0x04c11db7;
private static const CRC_TABLE : Vector.<ui... | Add CRC32 for uint vector | Add CRC32 for uint vector
| ActionScript | mit | aerys/minko-as3 |
b0cb1a7dfadb834e735de3c007c9c2c3dbe940cf | src/com/merlinds/miracle_tool/services/FileSystemService.as | src/com/merlinds/miracle_tool/services/FileSystemService.as | /**
* User: MerlinDS
* Date: 13.07.2014
* Time: 17:11
*/
package com.merlinds.miracle_tool.services {
import com.merlinds.debug.log;
import com.merlinds.miracle.utils.serializers.MTFSerializer;
import com.merlinds.miracle_tool.events.EditorEvent;
import com.merlinds.miracle_tool.models.AppModel;
import com.mer... | /**
* User: MerlinDS
* Date: 13.07.2014
* Time: 17:11
*/
package com.merlinds.miracle_tool.services {
import com.merlinds.debug.log;
import com.merlinds.miracle.utils.serializers.MTFSerializer;
import com.merlinds.miracle_tool.events.EditorEvent;
import com.merlinds.miracle_tool.models.AppModel;
import com.mer... | Remove old code | Remove old code
| ActionScript | mit | MerlinDS/miracle_tool |
e96a05f808b8423de589b66363062332191aea87 | src/main/actionscript/com/castlabs/dash/descriptors/index/SegmentTimeline.as | src/main/actionscript/com/castlabs/dash/descriptors/index/SegmentTimeline.as | /*
* Copyright (c) 2014 castLabs GmbH
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
package com.castlabs.dash.descriptors.index {
import com.castlabs.dash.... | /*
* Copyright (c) 2014 castLabs GmbH
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
package com.castlabs.dash.descriptors.index {
import com.castlabs.dash.... | Allow to use $Number$ with SegmentTimeline | Allow to use $Number$ with SegmentTimeline
| ActionScript | mpl-2.0 | castlabs/dashas,castlabs/dashas,castlabs/dashas |
1e2295dd09d67a4556aad1f44714de818a95ccdb | src/as/com/threerings/presents/net/AuthRequest.as | src/as/com/threerings/presents/net/AuthRequest.as | //
// $Id$
package com.threerings.presents.net {
import com.threerings.io.ObjectInputStream;
import com.threerings.io.ObjectOutputStream;
import com.threerings.io.TypedArray;
import com.threerings.util.StringUtil;
public class AuthRequest extends UpstreamMessage
{
public function AuthRequest (creds :Credentials... | //
// $Id$
package com.threerings.presents.net {
import com.threerings.io.ObjectInputStream;
import com.threerings.io.ObjectOutputStream;
import com.threerings.io.TypedArray;
import com.threerings.util.StringUtil;
public class AuthRequest extends UpstreamMessage
{
public function AuthRequest (creds :Credentials... | Use cleaner TypedArray factory method. | Use cleaner TypedArray factory method.
git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@4566 542714f4-19e9-0310-aa3c-eee0fc999fb1
| ActionScript | lgpl-2.1 | threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya |
b964f68fa8a8ffd577dab7c167d0b666d17877a9 | src/com/ryanberdeen/echonest/api/v4/ApiSupport.as | src/com/ryanberdeen/echonest/api/v4/ApiSupport.as | /*
* Copyright 2011 Ryan Berdeen. All rights reserved.
* Distributed under the terms of the MIT License.
* See accompanying file LICENSE.txt
*/
package com.ryanberdeen.echonest.api.v4 {
import flash.events.Event;
import flash.events.EventDispatcher;
import flash.events.HTTPStatusEvent;
import flash.events.... | /*
* Copyright 2011 Ryan Berdeen. All rights reserved.
* Distributed under the terms of the MIT License.
* See accompanying file LICENSE.txt
*/
package com.ryanberdeen.echonest.api.v4 {
import flash.events.Event;
import flash.events.EventDispatcher;
import flash.events.HTTPStatusEvent;
import flash.events.... | remove outdated version constant | remove outdated version constant
| ActionScript | mit | also/echo-nest-flash-api |
3710af06aa89758e1f9032d0ccf3c31a659aeeb0 | src/com/google/analytics/components/FlashTracker.as | src/com/google/analytics/components/FlashTracker.as | package com.google.analytics.components
{
import com.google.analytics.API;
import com.google.analytics.AnalyticsTracker;
import com.google.analytics.core.Buffer;
import com.google.analytics.core.EventTracker;
import com.google.analytics.core.GIFRequest;
import com.google.analytics.core.ServerOp... | package com.google.analytics.components
{
import com.google.analytics.API;
import com.google.analytics.AnalyticsTracker;
import com.google.analytics.core.Buffer;
import com.google.analytics.core.EventTracker;
import com.google.analytics.core.GIFRequest;
import com.google.analytics.core.ServerOp... | update to the flash tracker | update to the flash tracker | ActionScript | apache-2.0 | minimedj/gaforflash,jeremy-wischusen/gaforflash,Vigmar/gaforflash,soumavachakraborty/gaforflash,dli-iclinic/gaforflash,Vigmar/gaforflash,drflash/gaforflash,jisobkim/gaforflash,Miyaru/gaforflash,mrthuanvn/gaforflash,soumavachakraborty/gaforflash,nsdevaraj/gaforflash,jisobkim/gaforflash,nsdevaraj/gaforflash,mrthuanvn/gaf... |
d0676c816112f595295573a1ceaf9f254aef8aa8 | plugins/moderationPlugin/src/ModerationPlugin.as | plugins/moderationPlugin/src/ModerationPlugin.as | package {
import com.kaltura.kdpfl.model.type.NotificationType;
import com.kaltura.kdpfl.plugin.IPlugin;
import com.kaltura.kdpfl.plugin.IPluginFactory;
import com.kaltura.kdpfl.plugin.component.AssetsRefferencer;
import com.kaltura.kdpfl.plugin.component.ModerationMediator;
import com.kaltura.kdpfl.plugin.... | package {
import com.kaltura.kdpfl.model.type.NotificationType;
import com.kaltura.kdpfl.plugin.IPlugin;
import com.kaltura.kdpfl.plugin.IPluginFactory;
import com.kaltura.kdpfl.plugin.component.AssetsRefferencer;
import com.kaltura.kdpfl.plugin.component.ModerationMediator;
import com.kaltura.kdpfl.plugin.... | fix shortcut and moderation collision-- | fix shortcut and moderation collision--
| ActionScript | agpl-3.0 | kaltura/kdp,kaltura/kdp,shvyrev/kdp,shvyrev/kdp,kaltura/kdp,shvyrev/kdp |
5e97a04402e9e854dd68c6aceb088ed46f0faa6f | src/as/com/threerings/crowd/data/ManagerCaller.as | src/as/com/threerings/crowd/data/ManagerCaller.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... | Change this instance back. Varargs are still a nightmare and should generally be avoided, but nobody's going to override this method and we're always calling a regular method on the server, not a varargs method. | Change this instance back. Varargs are still a nightmare and should
generally be avoided, but nobody's going to override this method and
we're always calling a regular method on the server, not a varargs method.
git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@4622 542714f4-19e9-0310-aa3c-eee0fc999fb1
| ActionScript | lgpl-2.1 | threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya |
402283a9e85f1db6c93c69422c45c33eaf50e220 | WEB-INF/lps/lfc/kernel/swf/LzInputTextSprite.as | WEB-INF/lps/lfc/kernel/swf/LzInputTextSprite.as | /**
* LzInputTextSprite.as
*
* @copyright Copyright 2001-2007 Laszlo Systems, Inc. All Rights Reserved.
* Use is subject to license terms.
*
* @topic Kernel
* @subtopic AS2
*/
/**
* @shortdesc Used for input text.
*
*/
var LzInputTextSprite = function(newowner, args) {
this.__LZd... | /**
* LzInputTextSprite.as
*
* @copyright Copyright 2001-2007 Laszlo Systems, Inc. All Rights Reserved.
* Use is subject to license terms.
*
* @topic Kernel
* @subtopic AS2
*/
/**
* @shortdesc Used for input text.
*
*/
var LzInputTextSprite = function(newowner, args) {
this.__LZd... | Change 20071031-Philip-8 by Philip@Philip-DC on 2007-10-31 16:26:16 EDT in /cygdrive/f/laszlo/svn/src/svn/openlaszlo/trunk for http://svn.openlaszlo.org/openlaszlo/trunk Summary: Remove unnecessary references from LzInputTextSprite.as New Features: Bugs Fixed: LPP-4951 Technical Reviewer: max QA Reviewer: (pending) Doc... | Change 20071031-Philip-8 by Philip@Philip-DC on 2007-10-31 16:26:16 EDT
in /cygdrive/f/laszlo/svn/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: Remove unnecessary references from LzInputTextSprite.as
New Features:
Bugs Fixed: LPP-4951
Technical Reviewer: max
QA Reviewe... | ActionScript | epl-1.0 | mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo |
5512ff416907e8069f4cac0053cb9dfc72bab158 | src/aerys/minko/render/DrawCall.as | src/aerys/minko/render/DrawCall.as | package aerys.minko.render
{
import aerys.minko.ns.minko_render;
import aerys.minko.render.geometry.Geometry;
import aerys.minko.render.geometry.stream.IVertexStream;
import aerys.minko.render.geometry.stream.StreamUsage;
import aerys.minko.render.geometry.stream.VertexStream;
import aerys.minko.render.geometry.s... | package aerys.minko.render
{
import aerys.minko.ns.minko_render;
import aerys.minko.render.geometry.Geometry;
import aerys.minko.render.geometry.stream.IVertexStream;
import aerys.minko.render.geometry.stream.StreamUsage;
import aerys.minko.render.geometry.stream.VertexStream;
import aerys.minko.render.geometry.s... | fix DrawCall.setGeometry() accessing unavailable vertex shader input buffer mapping and causing null pointer exception | fix DrawCall.setGeometry() accessing unavailable vertex shader input buffer mapping and causing null pointer exception
| ActionScript | mit | aerys/minko-as3 |
e0d75088c657be274b12ef0587041ac0d17a1d9d | src/asfac/src/com/thedevstop/asfac/AsFactory.as | src/asfac/src/com/thedevstop/asfac/AsFactory.as | package com.thedevstop.asfac
{
import avmplus.getQualifiedClassName;
import flash.errors.IllegalOperationError;
import flash.utils.describeType;
import flash.utils.Dictionary;
import flash.utils.getDefinitionByName;
/**
* The default AsFactory allows for registering instances, types, or callbacks.
*/
publi... | package com.thedevstop.asfac
{
import avmplus.getQualifiedClassName;
import flash.errors.IllegalOperationError;
import flash.utils.describeType;
import flash.utils.Dictionary;
import flash.utils.getDefinitionByName;
/**
* The default AsFactory allows for registering instances, types, or callbacks.
*/
publi... | Remove .constructor from scope name logic | Remove .constructor from scope name logic
| ActionScript | mit | thedevstop/asfac |
8d21c7c2e7b4622ca5b15a65dd6be11e9eaf1821 | src/aerys/minko/scene/controller/mesh/MeshController.as | src/aerys/minko/scene/controller/mesh/MeshController.as | package aerys.minko.scene.controller.mesh
{
import aerys.minko.scene.controller.AbstractController;
import aerys.minko.scene.node.Group;
import aerys.minko.scene.node.Mesh;
import aerys.minko.scene.node.Scene;
import aerys.minko.type.binding.DataProvider;
import aerys.minko.type.enum.DataProviderUsage;
import ae... | package aerys.minko.scene.controller.mesh
{
import aerys.minko.scene.controller.AbstractController;
import aerys.minko.scene.node.Group;
import aerys.minko.scene.node.Mesh;
import aerys.minko.scene.node.Scene;
import aerys.minko.type.binding.DataProvider;
import aerys.minko.type.enum.DataProviderUsage;
import ae... | fix big memory leak/performances leak because of trailing callbacks by calling DataProvider.dispose() in MeshController.removedHandler() | fix big memory leak/performances leak because of trailing callbacks by calling DataProvider.dispose() in MeshController.removedHandler()
| ActionScript | mit | aerys/minko-as3 |
e81b57f4845bfb2b12f8a9ae7c56b4e71c27ccab | src/aerys/minko/scene/controller/animation/AnimationController.as | src/aerys/minko/scene/controller/animation/AnimationController.as | package aerys.minko.scene.controller.animation
{
import aerys.minko.scene.controller.*;
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.Signal;
import aerys.minko.type.animation.timeline... | package aerys.minko.scene.controller.animation
{
import flash.display.BitmapData;
import flash.utils.getTimer;
import aerys.minko.render.Viewport;
import aerys.minko.scene.controller.AbstractController;
import aerys.minko.scene.controller.EnterFrameController;
import aerys.minko.scene.node.Group;
import aerys.minko.sc... | Add function to rename or change a timelabel | Add function to rename or change a timelabel
| ActionScript | mit | aerys/minko-as3 |
2eb5dd0003117497575d2c7e50a567edc8ca4d64 | src/aerys/minko/scene/controller/mesh/MeshVisibilityController.as | src/aerys/minko/scene/controller/mesh/MeshVisibilityController.as | package aerys.minko.scene.controller.mesh
{
import aerys.minko.ns.minko_math;
import aerys.minko.render.geometry.Geometry;
import aerys.minko.scene.controller.AbstractController;
import aerys.minko.scene.node.Group;
import aerys.minko.scene.node.ISceneNode;
import aerys.minko.scene.node.Mesh;
import aerys.minko.... | package aerys.minko.scene.controller.mesh
{
import aerys.minko.ns.minko_math;
import aerys.minko.render.geometry.Geometry;
import aerys.minko.scene.controller.AbstractController;
import aerys.minko.scene.node.Group;
import aerys.minko.scene.node.ISceneNode;
import aerys.minko.scene.node.Mesh;
import aerys.minko.... | use _frustumCulling private property directly instead of protected frustumCulling protected getter for better performances | use _frustumCulling private property directly instead of protected frustumCulling protected getter for better performances
| ActionScript | mit | aerys/minko-as3 |
4b4a996d8544a121e5d6d9ba67c6abda2f5922ce | 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.events.ProgressEvent;
import flash.utils.ByteArray;
import flump.executor.Executor;
import flump.executor.Future;
import flump.mold.LibraryMold;
import react.Signal;
/**
* Loads zip files created by the flump exporter and parses them ... | //
// Flump - Copyright 2013 Flump Authors
package flump.display {
import flash.events.ProgressEvent;
import flash.utils.ByteArray;
import flump.executor.Executor;
import flump.executor.Future;
import flump.mold.LibraryMold;
import react.Signal;
/**
* Loads zip files created by the flump exporter and parses them ... | Fix doc comments. | Fix doc comments.
| ActionScript | mit | tconkling/flump,mathieuanthoine/flump,mathieuanthoine/flump,funkypandagame/flump,funkypandagame/flump,mathieuanthoine/flump,tconkling/flump |
814950e456dff49edb7e890bc6f57fcf7508cfbc | src/jp/promotal/ssplayer/starling/SSSPlayer.as | src/jp/promotal/ssplayer/starling/SSSPlayer.as | package jp.promotal.ssplayer.starling {
import flash.geom.Point;
import jp.promotal.ssplayer.data.SSModel;
import jp.promotal.ssplayer.data.SSPartAnime;
import jp.promotal.ssplayer.data.SSProject;
import jp.promotal.ssplayer.data.SSAnime;
import jp.promotal.ssplayer.data.SSPart;
import starling.display.Displa... | package jp.promotal.ssplayer.starling {
import flash.geom.Point;
import jp.promotal.ssplayer.data.SSModel;
import jp.promotal.ssplayer.data.SSPartAnime;
import jp.promotal.ssplayer.data.SSProject;
import jp.promotal.ssplayer.data.SSAnime;
import jp.promotal.ssplayer.data.SSPart;
import starling.display.Displa... | bump version | bump version
| ActionScript | bsd-2-clause | promotal/SS5Player,promotal/SS5Player |
8dbd0390745e03134ff084d1514a9818e1557ca6 | 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... | fix GeometrySanitizer.splitBuffers() to work on Vector.<uint> instead of a ByteArray of shorts to allow indices > 65535 | fix GeometrySanitizer.splitBuffers() to work on Vector.<uint> instead of a ByteArray of shorts to allow indices > 65535
| ActionScript | mit | aerys/minko-as3 |
241466168c924bb156437760d9a431fa4001b5e8 | src/org/mangui/hls/controller/LevelController.as | src/org/mangui/hls/controller/LevelController.as | /* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mangui.hls.controller {
import org.mangui.hls.constant.HLSLoaderTypes;
import org.mangui.hls.co... | /* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mangui.hls.controller {
import org.mangui.hls.constant.HLSLoaderTypes;
import org.mangui.hls.co... | use startLevel getter directly | LevelController: use startLevel getter directly
| ActionScript | mpl-2.0 | loungelogic/flashls,tedconf/flashls,clappr/flashls,jlacivita/flashls,tedconf/flashls,hola/flashls,vidible/vdb-flashls,codex-corp/flashls,NicolasSiver/flashls,Corey600/flashls,thdtjsdn/flashls,jlacivita/flashls,Corey600/flashls,hola/flashls,codex-corp/flashls,vidible/vdb-flashls,thdtjsdn/flashls,loungelogic/flashls,mang... |
e87132126bc0ab41815ef3f7018d1da95e51d1b4 | src/com/as3mxml/asconfigc/utils/findOutputDirectory.as | src/com/as3mxml/asconfigc/utils/findOutputDirectory.as | /*
Copyright 2016-2021 Bowler Hat LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, softwar... | /*
Copyright 2016-2021 Bowler Hat LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, softwar... | fix result for Royale when js-output is defined | findOutputDirectory: fix result for Royale when js-output is defined
| ActionScript | apache-2.0 | BowlerHatLLC/asconfigc |
486d913476e9e3ab604683a2224c0c07ea9d1ffc | src/com/merlinds/miracle_tool/views/AppMenuMediator.as | src/com/merlinds/miracle_tool/views/AppMenuMediator.as | /**
* User: MerlinDS
* Date: 12.07.2014
* Time: 21:35
*/
package com.merlinds.miracle_tool.views {
import com.merlinds.miracle_tool.utils.dispatchAction;
import com.merlinds.miracle_tool.views.components.controls.ActionButton;
import flash.events.MouseEvent;
import org.robotlegs.mvcs.Mediator;
public class ... | /**
* User: MerlinDS
* Date: 12.07.2014
* Time: 21:35
*/
package com.merlinds.miracle_tool.views {
import com.merlinds.miracle_tool.events.ActionEvent;
import com.merlinds.miracle_tool.services.ActionService;
import com.merlinds.miracle_tool.utils.dispatchAction;
import com.merlinds.miracle_tool.views.component... | Add few shortcuts | Add few shortcuts
| ActionScript | mit | MerlinDS/miracle_tool |
02d97ddec1b96cf7cdafb46ba96ca4c4da33c10f | src/as/com/threerings/util/NetUtil.as | src/as/com/threerings/util/NetUtil.as | //
// $Id$
//
// Narya library - tools for developing networked games
// Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved
// http://www.threerings.net/code/narya/
//
// This library is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public Licens... | //
// $Id$
//
// Narya library - tools for developing networked games
// Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved
// http://www.threerings.net/code/narya/
//
// This library is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public Licens... | Allow a preconfigured URLRequest to be passed in. | Allow a preconfigured URLRequest to be passed in.
git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@5646 542714f4-19e9-0310-aa3c-eee0fc999fb1
| ActionScript | lgpl-2.1 | threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya |
8210f98a8da070412d23599c2b782a2678acf21b | src/aerys/minko/scene/controller/TransformController.as | src/aerys/minko/scene/controller/TransformController.as | package aerys.minko.scene.controller
{
import aerys.minko.ns.minko_math;
import aerys.minko.render.Viewport;
import aerys.minko.scene.node.Group;
import aerys.minko.scene.node.ISceneNode;
import aerys.minko.scene.node.Scene;
import aerys.minko.type.math.Matrix4x4;
import flash.display.BitmapData;
import flash... | package aerys.minko.scene.controller
{
import aerys.minko.ns.minko_math;
import aerys.minko.render.Viewport;
import aerys.minko.scene.node.Group;
import aerys.minko.scene.node.ISceneNode;
import aerys.minko.scene.node.Scene;
import aerys.minko.type.math.Matrix4x4;
import flash.display.B... | fix world to local computation/update when the local to world is uptodate and the world to local has already been instanciated | fix world to local computation/update when the local to world is uptodate and the world to local has already been instanciated
| ActionScript | mit | aerys/minko-as3 |
03467a12ae6ac8d4a5f49b579cc5de8dc948807c | 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 stop updating as soon as the node with id == targetNodeId is updated (if provided) | optimize TransformController.updateLocalToWorld() to stop updating as soon as the node with id == targetNodeId is updated (if provided)
| ActionScript | mit | aerys/minko-as3 |
afa7915a17b5ba20b62107ef0202e5e0699c000f | src/net/manaca/loaderqueue/inspector/LoaderInspector.as | src/net/manaca/loaderqueue/inspector/LoaderInspector.as | package net.manaca.loaderqueue.inspector
{
import com.bit101.components.CheckBox;
import com.bit101.components.ScrollPane;
import com.bit101.components.Style;
import flash.display.DisplayObjectContainer;
import flash.display.Sprite;
import flash.events.Event;
import flash.events.KeyboardEvent;
import flash.system.Capa... | package net.manaca.loaderqueue.inspector
{
import com.bit101.components.CheckBox;
import com.bit101.components.ScrollPane;
import com.bit101.components.Style;
import flash.display.DisplayObjectContainer;
import flash.display.Sprite;
import flash.events.Event;
import flash.events.KeyboardEvent;
import flash.system.Capa... | Update LoaderInspector.dispose for best GC. | Update LoaderInspector.dispose for best GC. | ActionScript | mit | wersling/LoaderQueue |
6e08f80ad5c7806e3c00fbe93f244bafa7bed69c | src/battlecode/client/viewer/render/ImageAssets.as | src/battlecode/client/viewer/render/ImageAssets.as | package battlecode.client.viewer.render {
public class ImageAssets {
// control bar background
[Embed('/img/client/background.png')] public static const GRADIENT_BACKGROUND:Class;
[Embed('/img/client/hud_unit_underlay.png')] public static const HUD_ARCHON_BACKGROUND:Class;
// button icons
[... | package battlecode.client.viewer.render {
public class ImageAssets {
// control bar background
[Embed('/img/client/background.png')] public static const GRADIENT_BACKGROUND:Class;
[Embed('/img/client/hud_unit_underlay.png')] public static const HUD_ARCHON_BACKGROUND:Class;
// button icons
[... | add missing unit image bindings | add missing unit image bindings
| ActionScript | mit | trun/battlecode-webclient |
b24d9a48cf63dbbb5d3c071c92766960e52d8f0b | WeaveData/src/weave/data/DataSources/RDataSource.as | WeaveData/src/weave/data/DataSources/RDataSource.as | /* ***** BEGIN LICENSE BLOCK *****
*
* This file is part of Weave.
*
* The Initial Developer of Weave is the Institute for Visualization
* and Perception Research at the University of Massachusetts Lowell.
* Portions created by the Initial Developer are Copyright (C) 2008-2015
* the Initial Developer. All Rights Reserv... | /* ***** BEGIN LICENSE BLOCK *****
*
* This file is part of Weave.
*
* The Initial Developer of Weave is the Institute for Visualization
* and Perception Research at the University of Massachusetts Lowell.
* Portions created by the Initial Developer are Copyright (C) 2008-2015
* the Initial Developer. All Rights... | revert RDataSource to previous revision | revert RDataSource to previous revision | ActionScript | mpl-2.0 | WeaveTeam/WeaveJS,WeaveTeam/WeaveJS,WeaveTeam/WeaveJS,WeaveTeam/WeaveJS |
5ad98797821215e084e57e5f78bab4a01c11365e | krew-framework/krewfw/core_internal/NotificationService.as | krew-framework/krewfw/core_internal/NotificationService.as | package krewfw.core_internal {
import flash.utils.Dictionary;
import krewfw.utils.krew;
import krewfw.core.KrewGameObject;
//------------------------------------------------------------
public class NotificationService {
private var _publishers:Dictionary = new Dictionary();
priv... | package krewfw.core_internal {
import flash.utils.Dictionary;
import krewfw.utils.krew;
import krewfw.core.KrewGameObject;
//------------------------------------------------------------
public class NotificationService {
public static var MAX_LOOP_COUNT:int = 8;
private var _pub... | Modify NotificationService | Modify NotificationService
| ActionScript | mit | tatsuya-koyama/krewFramework,tatsuya-koyama/krewFramework,tatsuya-koyama/krewFramework |
eed6b4179cb6fc23d0ba562327d1579af634096a | src/com/benoitfreslon/layoutmanager/LayoutLoader.as | src/com/benoitfreslon/layoutmanager/LayoutLoader.as | package com.benoitfreslon.layoutmanager {
import flash.display.MovieClip;
import flash.events.Event;
import flash.system.Capabilities;
import flash.utils.getDefinitionByName;
import starling.display.Button;
import starling.display.DisplayObject;
import starling.display.DisplayObjectContainer;
import starling... | package com.benoitfreslon.layoutmanager {
import flash.display.MovieClip;
import flash.events.Event;
import flash.system.Capabilities;
import flash.utils.getDefinitionByName;
import starling.display.Button;
import starling.display.ButtonExtended;
import starling.display.DisplayObject;
import starling.displ... | Debug message | Debug message
| ActionScript | mit | BenoitFreslon/benoitfreslon-layoutmanager |
4ad0f6ea7e4e59c016584c8276895735f2406fcb | frameworks/projects/Core/as/src/org/apache/flex/core/HTMLElementWrapper.as | frameworks/projects/Core/as/src/org/apache/flex/core/HTMLElementWrapper.as | package org.apache.flex.core
{
COMPILE::JS
{
import org.apache.flex.events.BrowserEvent;
import org.apache.flex.events.EventDispatcher;
import goog.events;
}
[ExcludeClass]
COMPILE::AS3
public class HTMLElementWrapper {}
COMPILE::JS
public class HTMLElementWrapper extends E... | package org.apache.flex.core
{
COMPILE::JS
{
import org.apache.flex.events.BrowserEvent;
import org.apache.flex.events.EventDispatcher;
import goog.events;
import goog.events.EventTarget;
}
COMPILE::JS
public class HTMLElementWrapper extends EventDispatcher implements IStr... | tweak HTMLElementWrapper to use a goog.events class | tweak HTMLElementWrapper to use a goog.events class
| ActionScript | apache-2.0 | greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs |
987d40ad3be7f15286746da058f5800c3c48375d | WeaveJS/src/weavejs/data/source/GeoJSONDataSource.as | WeaveJS/src/weavejs/data/source/GeoJSONDataSource.as | /* ***** BEGIN LICENSE BLOCK *****
*
* This file is part of Weave.
*
* The Initial Developer of Weave is the Institute for Visualization
* and Perception Research at the University of Massachusetts Lowell.
* Portions created by the Initial Developer are Copyright (C) 2008-2015
* the Initial Developer. All... | /* ***** BEGIN LICENSE BLOCK *****
*
* This file is part of Weave.
*
* The Initial Developer of Weave is the Institute for Visualization
* and Perception Research at the University of Massachusetts Lowell.
* Portions created by the Initial Developer are Copyright (C) 2008-2015
* the Initial Developer. All... | Add getPropertyNames to GeoJSONDataSource | Add getPropertyNames to GeoJSONDataSource
| ActionScript | mpl-2.0 | WeaveTeam/WeaveJS,WeaveTeam/WeaveJS,WeaveTeam/WeaveJS,WeaveTeam/WeaveJS |
cd44b366835732e8433c6159395d3756cb1d562e | dolly-framework/src/test/actionscript/dolly/ClonerTest.as | dolly-framework/src/test/actionscript/dolly/ClonerTest.as | package dolly {
import dolly.core.dolly_internal;
import dolly.data.ClassLevelCloneable;
import dolly.data.ClassLevelCopyableCloneable;
import dolly.data.PropertyLevelCloneable;
import dolly.data.PropertyLevelCopyableCloneable;
import org.as3commons.reflect.Field;
import org.as3commons.reflect.Type;
import org.flexuni... | package dolly {
import dolly.core.dolly_internal;
import dolly.data.ClassLevelCloneable;
import dolly.data.ClassLevelCopyableCloneable;
import dolly.data.PropertyLevelCloneable;
import dolly.data.PropertyLevelCopyableCloneable;
import org.as3commons.reflect.Field;
import org.as3commons.reflect.Type;
import org.flexuni... | Split method "testWithClassLevelCloneable" to a few. | Split method "testWithClassLevelCloneable" to a few.
| ActionScript | mit | Yarovoy/dolly |
a462e54e46481de3f65b1daaea3f57214c8d73bd | src/as/com/threerings/miso/client/MisoScenePanel.as | src/as/com/threerings/miso/client/MisoScenePanel.as | //
// Nenya library - tools for developing networked games
// Copyright (C) 2002-2010 Three Rings Design, Inc., All Rights Reserved
// http://www.threerings.net/code/nenya/
//
// This library is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License as publis... | //
// Nenya library - tools for developing networked games
// Copyright (C) 2002-2010 Three Rings Design, Inc., All Rights Reserved
// http://www.threerings.net/code/nenya/
//
// This library is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License as publis... | Fix a bug where we were finishing resolution of the entire scene multiple times if some blocks were basically already resolved. | Fix a bug where we were finishing resolution of the entire scene multiple times if some blocks were basically already resolved.
git-svn-id: b675b909355d5cf946977f44a8ec5a6ceb3782e4@957 ed5b42cb-e716-0410-a449-f6a68f950b19
| ActionScript | lgpl-2.1 | threerings/nenya,threerings/nenya |
b88ed87233021d175cc0779c232c564fe11e4ff6 | mustella/as3/src/mustella/SendResultsToRunner.as | mustella/as3/src/mustella/SendResultsToRunner.as | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | Revert last attempt | Revert last attempt
git-svn-id: 7d913817b0a978d84de757191e4bce372605a781@1395325 13f79535-47bb-0310-9956-ffa450edef68
| ActionScript | apache-2.0 | shyamalschandra/flex-sdk,danteinforno/flex-sdk,SlavaRa/flex-sdk,SlavaRa/flex-sdk,apache/flex-sdk,adufilie/flex-sdk,apache/flex-sdk,shyamalschandra/flex-sdk,danteinforno/flex-sdk,apache/flex-sdk,shyamalschandra/flex-sdk,apache/flex-sdk,danteinforno/flex-sdk,adufilie/flex-sdk,adufilie/flex-sdk,SlavaRa/flex-sdk,shyamalsch... |
22db576c50a98bb9aa176220d5fca4e31136b67b | src/aerys/minko/scene/node/texture/BitmapTexture.as | src/aerys/minko/scene/node/texture/BitmapTexture.as | package aerys.minko.scene.node.texture
{
import flash.display.BitmapData;
import flash.display.DisplayObject;
import flash.geom.Matrix;
/**
* The BitmapTexture class enables the use of BitmapData objects as
* textures.
*
* @author Jean-Marc Le Roux
*
*/
public class BitmapTexture extends Texture
{
... | package aerys.minko.scene.node.texture
{
import aerys.minko.ns.minko;
import flash.display.BitmapData;
import flash.display.DisplayObject;
import flash.geom.Matrix;
/**
* The BitmapTexture class enables the use of BitmapData objects as
* textures.
*
* @author Jean-Marc Le Roux
*
*/
use namespace ... | Add namespace minko around parameter data | Add namespace minko around parameter data
M To have access to the bitmapData value (use for BitmapTextureEditorNode)
| ActionScript | mit | aerys/minko-as3 |
1238d321d132704679391805a1118e92ac0fa6c2 | src/aerys/minko/render/shader/compiler/Serializer.as | src/aerys/minko/render/shader/compiler/Serializer.as | package aerys.minko.render.shader.compiler
{
import aerys.minko.ns.minko_math;
import aerys.minko.type.math.Matrix4x4;
import aerys.minko.type.math.Vector4;
import flash.geom.Point;
import flash.geom.Vector3D;
import flash.utils.getQualifiedClassName;
/**
* The Serializer class provides a set of static meth... | package aerys.minko.render.shader.compiler
{
import aerys.minko.ns.minko_math;
import aerys.minko.type.math.Matrix4x4;
import aerys.minko.type.math.Vector4;
import flash.geom.Point;
import flash.geom.Vector3D;
import flash.utils.getQualifiedClassName;
/**
* The Serializer class provides a set of static meth... | fix missing ) | fix missing )
| ActionScript | mit | aerys/minko-as3 |
de746b07f80aaa23572e45d2c240fec7afa0eef5 | src/aerys/minko/render/material/phong/PhongEffect.as | src/aerys/minko/render/material/phong/PhongEffect.as | package aerys.minko.render.material.phong
{
import aerys.minko.render.DataBindingsProxy;
import aerys.minko.render.Effect;
import aerys.minko.render.RenderTarget;
import aerys.minko.render.resource.texture.CubeTextureResource;
import aerys.minko.render.resource.texture.ITextureResource;
import aerys.minko.render.... | package aerys.minko.render.material.phong
{
import aerys.minko.render.DataBindingsProxy;
import aerys.minko.render.Effect;
import aerys.minko.render.RenderTarget;
import aerys.minko.render.resource.texture.CubeTextureResource;
import aerys.minko.render.resource.texture.ITextureResource;
import aerys.minko.render.... | fix PhongEffect to properly push the _baseShader and _singlePassShader passes | fix PhongEffect to properly push the _baseShader and _singlePassShader passes
| ActionScript | mit | aerys/minko-as3 |
8f4cdb13a23d698c19b6a4f007ca546a9d8a2023 | org/appsroid/RegistryModify.as | org/appsroid/RegistryModify.as | package org.appsroid {
import flash.events.EventDispatcher;
import flash.desktop.NativeProcess;
import flash.desktop.NativeProcessStartupInfo;
import flash.events.ProgressEvent;
import flash.events.NativeProcessExitEvent;
import flash.filesystem.File;
import flash.events.Event;
public class Reg... | package org.appsroid {
import flash.events.EventDispatcher;
import flash.desktop.NativeProcess;
import flash.desktop.NativeProcessStartupInfo;
import flash.events.ProgressEvent;
import flash.events.NativeProcessExitEvent;
import flash.filesystem.File;
import flash.events.Event;
public class Reg... | Update RegistryModify.as | Update RegistryModify.as | ActionScript | mit | yaa110/Adobe-Air-Registry-Modifier |
fcfba8058665c24f4879caacc1f807eeb312dc5d | 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.ClassUtil;
import dolly.utils.PropertyUtil;
import flash.utils.ByteArray;
import flash.utils.Dictionary;
import org.as3commons.reflect.Accessor;
import org.as3commons.... | package dolly {
import dolly.core.dolly_internal;
import dolly.core.errors.CloningError;
import dolly.core.metadata.MetadataName;
import dolly.utils.ClassUtil;
import flash.utils.ByteArray;
import flash.utils.Dictionary;
import org.as3commons.reflect.Accessor;
import org.as3commons.reflect.AccessorAccess;
import org... | Remove params "deep" and "clonedObjectsMap" from method Cloner.doCLone(). | Remove params "deep" and "clonedObjectsMap" from method Cloner.doCLone().
| ActionScript | mit | Yarovoy/dolly |
38189c49dbb766651e8e0af949cfab1865c83398 | test/trace/trace_properties.as | test/trace/trace_properties.as | #if __SWF_VERSION__ == 5
// create a _global object, since it doesn't have one, these are ver 6 values
_global = new_empty_object ();
_global.ASSetNative = ASSetNative;
_global.ASSetNativeAccessor = ASSetNativeAccessor;
_global.ASSetPropFlags = ASSetPropFlags;
_global.ASconstructor = ASconstructor;
_global.ASnative = A... | #if __SWF_VERSION__ == 5
// create a _global object, since it doesn't have one, these are ver 6 values
_global = new_empty_object ();
_global.ASSetNative = ASSetNative;
_global.ASSetNativeAccessor = ASSetNativeAccessor;
_global.ASSetPropFlags = ASSetPropFlags;
_global.ASconstructor = ASconstructor;
_global.ASnative = A... | use hasOwnProperty instead of != undefined to figure out if the object has the property | use hasOwnProperty instead of != undefined to figure out if the object has the property
| ActionScript | lgpl-2.1 | freedesktop-unofficial-mirror/swfdec__swfdec,mltframework/swfdec,freedesktop-unofficial-mirror/swfdec__swfdec,freedesktop-unofficial-mirror/swfdec__swfdec,mltframework/swfdec |
5e50685006af69b6cff3fa45a7c5d4318138cc18 | src/com/jonas/net/Multipart.as | src/com/jonas/net/Multipart.as | package com.jonas.net
{
import flash.net.URLRequest;
import flash.net.URLRequestMethod;
import flash.net.URLRequestHeader;
import flash.utils.ByteArray;
/**
*
* Based on RFC 1867 + real case observation
*
* RFC 1867
* https://tools.ietf.org/html/rfc1867
*
*/
public class Multipart
{
private var... | /*
* Copyright 2017 Jonas Monnier
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law... | Add licensing header | Add licensing header | ActionScript | apache-2.0 | jimojon/Multipart.as |
751be587ad49079857289643abfd0f0af00653ec | WEB-INF/lps/lfc/data/LzMediaLoader.as | WEB-INF/lps/lfc/data/LzMediaLoader.as | /******************************************************************************
* LzMediaLoader.as
*****************************************************************************/
//* A_LZ_COPYRIGHT_BEGIN ******************************************************
//* Copyright 2001-2006 Laszlo Systems, Inc. All Rights R... | /******************************************************************************
* LzMediaLoader.as
*****************************************************************************/
//* A_LZ_COPYRIGHT_BEGIN ******************************************************
//* Copyright 2001-2006 Laszlo Systems, Inc. All Rights R... | Change change.BGFgJ2908.txt by hqm@IBM-AA473F7AA76 /home/hqm/src/svn/openlaszlo/trunk/WEB-INF/lps/lfc/ on 2006-09-25 13:04:28 EDT | Change change.BGFgJ2908.txt by hqm@IBM-AA473F7AA76 /home/hqm/src/svn/openlaszlo/trunk/WEB-INF/lps/lfc/ on 2006-09-25 13:04:28 EDT
Summary: fix bug 2732, load checker in media loader leaves idle tasks running
New Features:
Bugs Fixed: LPP-2732 load tester delegate doesn't get removed
Technical Reviewer: adam (pendin... | ActionScript | epl-1.0 | mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo |
53e205e71ec083a5257bd9a87a14fb8db99e3649 | src/aerys/minko/render/resource/VertexBuffer3DResource.as | src/aerys/minko/render/resource/VertexBuffer3DResource.as | package aerys.minko.render.resource
{
import aerys.minko.ns.minko_stream;
import aerys.minko.type.Signal;
import aerys.minko.render.geometry.stream.IVertexStream;
import aerys.minko.render.geometry.stream.StreamUsage;
import aerys.minko.render.geometry.stream.VertexStream;
import flash.display3D.Context3D;
imp... | package aerys.minko.render.resource
{
import aerys.minko.ns.minko_stream;
import aerys.minko.render.geometry.stream.IVertexStream;
import aerys.minko.render.geometry.stream.StreamUsage;
import aerys.minko.render.geometry.stream.VertexStream;
import aerys.minko.type.Signal;
import flash.display3D.Context3D;
imp... | reorganize imports in VertexBuffer3DResource | reorganize imports in VertexBuffer3DResource
| ActionScript | mit | aerys/minko-as3 |
03b13cd85fabace6c14128d5b80eb8644497cf89 | dolly-framework/src/main/actionscript/dolly/Cloner.as | dolly-framework/src/main/actionscript/dolly/Cloner.as | package dolly {
import dolly.core.dolly_internal;
import dolly.core.errors.CloningError;
import dolly.core.metadata.MetadataName;
import org.as3commons.reflect.Accessor;
import org.as3commons.reflect.AccessorAccess;
import org.as3commons.reflect.Field;
import org.as3commons.reflect.Type;
use namespace dolly_internal... | package dolly {
import dolly.core.dolly_internal;
import dolly.core.errors.CloningError;
import dolly.core.metadata.MetadataName;
import org.as3commons.reflect.Accessor;
import org.as3commons.reflect.AccessorAccess;
import org.as3commons.reflect.Field;
import org.as3commons.reflect.Type;
use namespace dolly_internal... | Optimize performance for finding of writable fields of Type. | Optimize performance for finding of writable fields of Type.
| ActionScript | mit | Yarovoy/dolly |
468762a35ecf937508e0fd4876059f921f7d41e6 | src/com/google/analytics/campaign/CampaignManager.as | src/com/google/analytics/campaign/CampaignManager.as | /*
* Copyright 2008 Adobe Systems Inc., 2008 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | /*
* Copyright 2008 Adobe Systems Inc., 2008 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | replace URL class by core.uri | replace URL class by core.uri | ActionScript | apache-2.0 | dli-iclinic/gaforflash,mrthuanvn/gaforflash,mrthuanvn/gaforflash,Miyaru/gaforflash,jisobkim/gaforflash,Miyaru/gaforflash,dli-iclinic/gaforflash,drflash/gaforflash,soumavachakraborty/gaforflash,soumavachakraborty/gaforflash,Vigmar/gaforflash,jeremy-wischusen/gaforflash,DimaBaliakin/gaforflash,DimaBaliakin/gaforflash,drf... |
5b756eedbbdb904b8734a717d2f871615e5ca7fd | src/tire/ui/WheelDataScreen.as | src/tire/ui/WheelDataScreen.as | /**
* User: booster
* Date: 05/03/15
* Time: 16:38
*/
package tire.ui {
import feathers.controls.Button;
import feathers.controls.Header;
import feathers.controls.List;
import feathers.controls.PanelScreen;
import feathers.controls.Slider;
import feathers.controls.ToggleSwitch;
import feathers.controls.renderers.De... | /**
* User: booster
* Date: 05/03/15
* Time: 16:38
*/
package tire.ui {
import feathers.controls.Button;
import feathers.controls.Header;
import feathers.controls.List;
import feathers.controls.PanelScreen;
import feathers.controls.Slider;
import feathers.controls.ToggleSwitch;
import feathers.controls.renderers.De... | Initialize slider with current inertia instead of constant | Initialize slider with current inertia instead of constant
| ActionScript | mit | b005t3r/TirePhysicsDemo,b005t3r/TirePhysicsDemo |
02ba8882cc937cfa23812a84787cf6816ce20e7e | flexEditor/src/org/arisgames/editor/util/AppConstants.as | flexEditor/src/org/arisgames/editor/util/AppConstants.as | package org.arisgames.editor.util
{
public class AppConstants
{
//public static const APPLICATION_ENVIRONMENT_UPLOAD_SERVER_URL:String = "http://davembp.local/server/services/aris/uploadhandler.php"; //davembp
// public static const APPLICATION_ENVIRONMENT_UPLOAD_SERVER_URL:String = "http://atsosxdev.doit.wisc.edu/... | package org.arisgames.editor.util
{
public class AppConstants
{
//public static const APPLICATION_ENVIRONMENT_UPLOAD_SERVER_URL:String = "http://davembp.local/server/services/aris/uploadhandler.php"; //davembp
// public static const APPLICATION_ENVIRONMENT_UPLOAD_SERVER_URL:String = "http://atsosxdev.doit.wisc.edu/... | rename requirement to plaque/script | rename requirement to plaque/script
| ActionScript | mit | fielddaylab/sifter-ios,fielddaylab/sifter-ios |
225f361f8f2841b381cdbd172b526ff2e6133412 | src/aerys/minko/render/resource/texture/TextureResource.as | src/aerys/minko/render/resource/texture/TextureResource.as | package aerys.minko.render.resource.texture
{
import aerys.minko.render.resource.Context3DResource;
import aerys.minko.type.enum.SamplerFormat;
import flash.display.BitmapData;
import flash.display3D.Context3DTextureFormat;
import flash.display3D.textures.Texture;
import flash.display3D.textures.TextureBase;
i... | package aerys.minko.render.resource.texture
{
import aerys.minko.render.resource.Context3DResource;
import aerys.minko.type.enum.SamplerFormat;
import flash.display.BitmapData;
import flash.display3D.Context3DTextureFormat;
import flash.display3D.textures.Texture;
import flash.display3D.textures.TextureBase;
i... | Update src/aerys/minko/render/resource/texture/TextureResource.as | Update src/aerys/minko/render/resource/texture/TextureResource.as
fix bug Error #3679: Texture size does not match.
by analogy with setContentFromBitmapData | ActionScript | mit | aerys/minko-as3 |
d907b5474acccb9363899fb772694e123e9f9916 | Game/Resources/elevatorScene/Scripts/LightsOutScript.as | Game/Resources/elevatorScene/Scripts/LightsOutScript.as | class LightsOutScript {
Hub @hub;
Entity @self;
LightsOutScript(Entity @entity){
@hub = Managers();
@self = @entity;
// Remove this if updates are not desired.
RegisterUpdate();
}
// Called by the engine for each frame.
void Update(float deltaTime) {
}
}
| class LightsOutScript {
Hub @hub;
Entity @self;
LightsOutScript(Entity @entity){
@hub = Managers();
@self = @entity;
// Remove this if updates are not desired.
RegisterUpdate();
}
// Called by the engine for each frame.
void Update(float deltaTime) {
}
/... | Add methods on the lights out script that the button triggers will call. They all call a generic one that handles the game logic. I would prefer to just pass a parameter via the trigger but I don't know if we support that. | Add methods on the lights out script that the button triggers will call. They all call a generic one that handles the game logic. I would prefer to just pass a parameter via the trigger but I don't know if we support that.
| ActionScript | mit | Chainsawkitten/LargeGameProjectEngine,Chainsawkitten/LargeGameProjectEngine |
df5f5ace27f6ae08a6db32efe4f17dd75aa2291c | src/as/com/threerings/presents/client/Communicator.as | src/as/com/threerings/presents/client/Communicator.as | //
// $Id$
//
// Narya library - tools for developing networked games
// Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved
// http://www.threerings.net/code/narya/
//
// This library is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public Licens... | //
// $Id$
//
// Narya library - tools for developing networked games
// Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved
// http://www.threerings.net/code/narya/
//
// This library is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public Licens... | Cut client latency by attempting to send upstream messages immediately. | Cut client latency by attempting to send upstream messages
immediately.
git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@5592 542714f4-19e9-0310-aa3c-eee0fc999fb1
| ActionScript | lgpl-2.1 | threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya |
e2d49ec3dfa440aaf7d0a6ab4c5019317083c6c7 | src/net/manaca/application/config/ConfigFileHelper.as | src/net/manaca/application/config/ConfigFileHelper.as | package net.manaca.application.config
{
import flash.events.Event;
import flash.events.EventDispatcher;
import flash.events.IOErrorEvent;
import flash.net.URLLoader;
import flash.net.URLRequest;
import mx.core.ByteArrayAsset;
import net.manaca.errors.IllegalArgumentError;
public class ConfigFileHelper exte... | package net.manaca.application.config
{
import flash.events.Event;
import flash.events.EventDispatcher;
import flash.events.IOErrorEvent;
import flash.net.URLLoader;
import flash.net.URLRequest;
import mx.core.ByteArrayAsset;
import net.manaca.errors.IllegalArgumentError;
/**
*
* @author sean
*
*... | update ConfigFileHelper docs | update ConfigFileHelper docs | ActionScript | mit | wersling/manaca,wersling/manaca |
31263962657413bdaa6a5c8f6f3ee818f824fac4 | lib/src_linux/com/amanitadesign/steam/FRESteamWorks.as | lib/src_linux/com/amanitadesign/steam/FRESteamWorks.as | /*
* FRESteamWorks.as
* This file is part of FRESteamWorks.
*
* Created by Ventero <http://github.com/Ventero>
* Copyright (c) 2012-2013 Level Up Labs, LLC. All rights reserved.
*/
package com.amanitadesign.steam {
import flash.desktop.NativeProcess;
import flash.desktop.NativeProcessStartupInfo;
import f... | /*
* FRESteamWorks.as
* This file is part of FRESteamWorks.
*
* Created by Ventero <http://github.com/Ventero>
* Copyright (c) 2012-2013 Level Up Labs, LLC. All rights reserved.
*/
package com.amanitadesign.steam {
import flash.desktop.NativeProcess;
import flash.desktop.NativeProcessStartupInfo;
import f... | Fix off-by-one | [swc] Fix off-by-one
| ActionScript | bsd-2-clause | Ventero/FRESteamWorks,Ventero/FRESteamWorks,Ventero/FRESteamWorks,Ventero/FRESteamWorks |
6795646f9a38db0ff873364b0d99c6dce2033190 | src/com/pivotshare/hls/loader/FragmentDemuxedStream.as | src/com/pivotshare/hls/loader/FragmentDemuxedStream.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 com.pivotshare.hls.loader {
import flash.display.DisplayObject;
import flash.events.*;
import ... | /* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package com.pivotshare.hls.loader {
import flash.display.DisplayObject;
import flash.events.*;
import ... | Add complete state variable | [FragmentDemuxedStream] Add complete state variable
| ActionScript | mpl-2.0 | codex-corp/flashls,codex-corp/flashls |
c1dafec9ba841f49859d4661a5dceb35d41d9fe4 | src/flash/htmlelements/YouTubeElement.as | src/flash/htmlelements/YouTubeElement.as | package htmlelements
{
import flash.display.Sprite;
import flash.events.*;
import flash.net.NetConnection;
import flash.net.NetStream;
import flash.media.Video;
import flash.media.SoundTransform;
import flash.utils.Timer;
import flash.net.URLLoader;
import flash.net.URLRequest;
import flash.net.URLVariables;... | package htmlelements
{
import flash.display.Sprite;
import flash.events.*;
import flash.net.NetConnection;
import flash.net.NetStream;
import flash.media.Video;
import flash.media.SoundTransform;
import flash.utils.Timer;
import flash.net.URLLoader;
import flash.net.URLRequest;
import flash.net.URLVariables;... | fix for seeking | fix for seeking
| ActionScript | agpl-3.0 | libeo/Vibeo,libeo/Vibeo,libeo/Vibeo,libeo/Vibeo |
1de3f13490b102b94a3d44fc2f26c75bf5f84fad | WeaveData/src/weave/data/Transforms/PartitionDataTransform.as | WeaveData/src/weave/data/Transforms/PartitionDataTransform.as | package weave.data.Transforms
{
import weave.api.core.ILinkableHashMap;
import weave.api.data.ColumnMetadata;
import weave.api.data.IAttributeColumn;
import weave.api.data.IColumnReference;
import weave.api.data.IDataSource;
import weave.api.data.IWeaveTreeNode;
import weave.api.newLinkableC... | package weave.data.Transforms
{
import weave.api.core.ILinkableHashMap;
import weave.api.data.ColumnMetadata;
import weave.api.data.IAttributeColumn;
import weave.api.data.IColumnReference;
import weave.api.data.IDataSource;
import weave.api.data.IWeaveTreeNode;
import weave.api.newLinkableC... | fix null pointer error | fix null pointer error
Change-Id: I0e44faee096bf245825f75d76dc3b127ed8dfc64
| ActionScript | mpl-2.0 | WeaveTeam/WeaveJS,WeaveTeam/WeaveJS,WeaveTeam/WeaveJS,WeaveTeam/WeaveJS |
b70a372cf0cb9e54e38c5ec0d059e9a1aeed9710 | Exporter/src/harayoki/app/bitmapfont/export/FntExporter.as | Exporter/src/harayoki/app/bitmapfont/export/FntExporter.as | package harayoki.app.bitmapfont.export
{
import flash.display.BitmapData;
import flash.display.PNGEncoderOptions;
import flash.events.Event;
import flash.filesystem.File;
import flash.filesystem.FileMode;
import flash.filesystem.FileStream;
import flash.utils.ByteArray;
import flash.utils.setTimeout;
import ... | package harayoki.app.bitmapfont.export
{
import flash.display.BitmapData;
import flash.display.PNGEncoderOptions;
import flash.events.Event;
import flash.filesystem.File;
import flash.filesystem.FileMode;
import flash.filesystem.FileStream;
import flash.net.SharedObject;
import flash.utils.ByteArray;
import fl... | save file path | save file path
| ActionScript | apache-2.0 | harayoki/BitmapFontExporter,harayoki/BitmapFontExporter |
d298cd01edcbd159050bd1b8faabcc475992826e | src/aerys/minko/type/binding/ShaderDataBindingsProxy.as | src/aerys/minko/type/binding/ShaderDataBindingsProxy.as | package aerys.minko.type.binding
{
import aerys.minko.render.resource.texture.TextureResource;
import aerys.minko.render.shader.SFloat;
import aerys.minko.render.shader.compiler.Serializer;
import aerys.minko.render.shader.compiler.graph.nodes.leaf.BindableConstant;
import aerys.minko.render.shader.compiler.graph.... | package aerys.minko.type.binding
{
import aerys.minko.render.resource.texture.TextureResource;
import aerys.minko.render.shader.SFloat;
import aerys.minko.render.shader.compiler.Serializer;
import aerys.minko.render.shader.compiler.graph.nodes.leaf.BindableConstant;
import aerys.minko.render.shader.compiler.graph.... | use a local variable for Serializer to avoid useless memory consumption | use a local variable for Serializer to avoid useless memory consumption
| ActionScript | mit | aerys/minko-as3 |
a8108fdaa02eb4d7229150f1f294bdabfcc646f9 | src/as/com/threerings/ezgame/client/EZGamePanel.as | src/as/com/threerings/ezgame/client/EZGamePanel.as | package com.threerings.ezgame.client {
import flash.display.DisplayObject;
import flash.display.DisplayObjectContainer;
import flash.display.Loader;
import flash.events.Event;
import flash.utils.Dictionary;
import mx.containers.Canvas;
import mx.containers.VBox;
import mx.core.Container;
import mx.core.IChildList;... | package com.threerings.ezgame.client {
import flash.display.DisplayObject;
import flash.display.DisplayObjectContainer;
import flash.display.Loader;
import flash.events.Event;
import flash.utils.Dictionary;
import mx.containers.Canvas;
import mx.core.Container;
import mx.core.IChildList;
import mx.utils.DisplayUt... | Extend from Canvas so that the chat overlay scrollbar works. | Extend from Canvas so that the chat overlay scrollbar works.
git-svn-id: a3e1eb16dde062992de22c830ed8045c8013209a@160 c613c5cb-e716-0410-b11b-feb51c14d237
| ActionScript | lgpl-2.1 | threerings/vilya,threerings/vilya |
1310ff035e82b5ea890da54bdca5da4c771b6378 | vendors/VASTNew/org/osmf/vast/loader/VASTDocumentProcessor.as | vendors/VASTNew/org/osmf/vast/loader/VASTDocumentProcessor.as | /*****************************************************
*
* Copyright 2009 Adobe Systems Incorporated. All Rights Reserved.
*
*****************************************************
* The contents of this file are subject to the Mozilla Public License
* Version 1.1 (the "License"); you may not use this file ... | /*****************************************************
*
* Copyright 2009 Adobe Systems Incorporated. All Rights Reserved.
*
*****************************************************
* The contents of this file are subject to the Mozilla Public License
* Version 1.1 (the "License"); you may not use this file ... | Support VAST 2.0.1 | Support VAST 2.0.1
| ActionScript | agpl-3.0 | kaltura/kdp,shvyrev/kdp,shvyrev/kdp,shvyrev/kdp,kaltura/kdp,kaltura/kdp |
50d9ab969a4bd2b2bdcea163074e51c73a5d5166 | src/swf2png.as | src/swf2png.as | package
{
import com.adobe.images.PNGEncoder;
import flash.desktop.NativeApplication;
import flash.display.BitmapData;
import flash.display.Loader;
import flash.display.MovieClip;
import flash.display.Sprite;
import flash.events.Event;
import flash.events.InvokeEvent;
import flash.events.TimerEvent;
import ... | package
{
import com.adobe.images.PNGEncoder;
import flash.desktop.NativeApplication;
import flash.display.BitmapData;
import flash.display.Loader;
import flash.display.MovieClip;
import flash.display.Sprite;
import flash.events.Event;
import flash.events.InvokeEvent;
import flash.events.TimerEvent;
import ... | Enable scaling of output assets. | Enable scaling of output assets.
| ActionScript | mit | mdahlstrand/swf2png |
9cbb25b5e4b0d846a37d50408d22a3c1009bb466 | src/flash/events/ShaderEvent.as | src/flash/events/ShaderEvent.as | package flash.events {
import flash.display.BitmapData;
import flash.utils.ByteArray;
public class ShaderEvent extends Event {
public static const COMPLETE:String = "complete";
private var _bitmap:BitmapData;
private var _array:ByteArray;
private var _vector:Vector;
public function ShaderEvent(type:String, b... | /*
* Copyright 2014 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | Add license header to flash/events/ShaderEvent.as | Add license header to flash/events/ShaderEvent.as
| ActionScript | apache-2.0 | mbebenita/shumway,mbebenita/shumway,tschneidereit/shumway,yurydelendik/shumway,mbebenita/shumway,tschneidereit/shumway,yurydelendik/shumway,mbebenita/shumway,yurydelendik/shumway,mbebenita/shumway,tschneidereit/shumway,yurydelendik/shumway,tschneidereit/shumway,mozilla/shumway,yurydelendik/shumway,tschneidereit/shumway... |
31c582e480557a4370eea1ad441814262d045204 | flexclient/dag/Components/DAGConstants.as | flexclient/dag/Components/DAGConstants.as | package Components
{
public class DAGConstants
{
public static var VIEW_ONLY_NODE:String ="ViewOnlyNode";
public static var CONSTRAINT_VIEW_NODE:String="ConstraintViewNode";
public static var CONSTRAINT_ONLY_NODE:String="ConstraintOnlyNode";
public static var EDIT:String="Edit";
public static v... | package Components
{
public class DAGConstants
{
public static var VIEW_ONLY_NODE:String ="ViewOnlyNode";
public static var CONSTRAINT_VIEW_NODE:String="ConstraintViewNode";
public static var CONSTRAINT_ONLY_NODE:String="ConstraintOnlyNode";
public static var EDIT:String="Edit";
public static v... | Change in constants value | Change in constants value
SVN-Revision: 8838
| ActionScript | bsd-3-clause | asamgir/openspecimen,krishagni/openspecimen,krishagni/openspecimen,asamgir/openspecimen,asamgir/openspecimen,krishagni/openspecimen |
644d8f32f54d4c14e0d48e5c29c9e43778461178 | src/org/flintparticles/threeD/zones/BitmapDataZone.as | src/org/flintparticles/threeD/zones/BitmapDataZone.as | /*
* FLINT PARTICLE SYSTEM
* .....................
*
* Author: Richard Lord
* Copyright (c) Richard Lord 2008-2011
* http://flintparticles.org
*
*
* Licence Agreement
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (t... | /*
* FLINT PARTICLE SYSTEM
* .....................
*
* Author: Richard Lord
* Copyright (c) Richard Lord 2008-2011
* http://flintparticles.org
*
*
* Licence Agreement
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (t... | Fix error in 3D BitmapDataZone | Fix error in 3D BitmapDataZone
| ActionScript | mit | richardlord/Flint |
fae4515f3a0952d108f129187b8dbcd8d8d06bcd | src/org/mangui/hls/model/FragmentData.as | src/org/mangui/hls/model/FragmentData.as | /* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mangui.hls.model {
import org.mangui.hls.demux.ID3Tag;
import org.mangui.hls.flv.FLVTag;
im... | /* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mangui.hls.model {
import org.mangui.hls.demux.ID3Tag;
import org.mangui.hls.flv.FLVTag;
im... | Fix starts_with_idr setting | [FragmentData] Fix starts_with_idr setting
Poor implementation did not retain the fact that Fragment did not start
with IDR after successive headers were found.
| ActionScript | mpl-2.0 | codex-corp/flashls,codex-corp/flashls |
166a2d65dc1bacbea37a5644da140c2a8126bc3e | flash/org/windmill/WMExplorer.as | flash/org/windmill/WMExplorer.as | /*
Copyright 2009, Matthew Eernisse (mde@fleegix.org) and Slide, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applica... | /*
Copyright 2009, Matthew Eernisse (mde@fleegix.org) and Slide, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applica... | Call removeEventListener with useCapture of true, since events were added with it. | Call removeEventListener with useCapture of true, since events were added with it.
| ActionScript | apache-2.0 | windmill/windmill,windmill/windmill,windmill/windmill,windmill/windmill,windmill/windmill,windmill/windmill |
f4248581385f4dcdf657d2eaedc89ad266a80d29 | src/org/puremvc/as3/demos/flex/weborb/login/view/LoginPanelMediator.as | src/org/puremvc/as3/demos/flex/weborb/login/view/LoginPanelMediator.as | /*
PureMVC Flex/WebORB Demo – Login
Copyright (c) 2007 Jens Krause <jens.krause@puremvc.org> <www.websector.de>
Your reuse is governed by the Creative Commons Attribution 3.0 License
*/
package org.puremvc.as3.demos.flex.weborb.login.view
{
import flash.events.Event;
import org.puremvc.as3.demos.fle... | /*
PureMVC Flex/WebORB Demo – Login
Copyright (c) 2007 Jens Krause <jens.krause@puremvc.org> <www.websector.de>
Your reuse is governed by the Creative Commons Attribution 3.0 License
*/
package org.puremvc.as3.demos.flex.weborb.login.view
{
import flash.events.Event;
import org.puremvc.as3.demos.fle... | comment changed | comment changed
| ActionScript | bsd-3-clause | PureMVC/puremvc-as3-demo-flex-weborb-login |
42f0d078495ecda679c22bdd483fed43218b17a0 | src/org/flintparticles/twoD/activities/FollowDisplayObject.as | src/org/flintparticles/twoD/activities/FollowDisplayObject.as | /*
* FLINT PARTICLE SYSTEM
* .....................
*
* Author: Richard Lord
* Copyright (c) Richard Lord 2008-2010
* http://flintparticles.org
*
*
* Licence Agreement
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (t... | /*
* FLINT PARTICLE SYSTEM
* .....................
*
* Author: Richard Lord
* Copyright (c) Richard Lord 2008-2010
* http://flintparticles.org
*
*
* Licence Agreement
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (t... | Add rotation to the FollowDisplayObject activity | Add rotation to the FollowDisplayObject activity
| ActionScript | mit | richardlord/Flint |
3faf6fb001265002247a6c1f8b0d86861914d77f | src/aerys/minko/scene/controller/mesh/MeshVisibilityController.as | src/aerys/minko/scene/controller/mesh/MeshVisibilityController.as | package aerys.minko.scene.controller.mesh
{
import aerys.minko.ns.minko_math;
import aerys.minko.render.geometry.Geometry;
import aerys.minko.scene.controller.AbstractController;
import aerys.minko.scene.node.Group;
import aerys.minko.scene.node.ISceneNode;
import aerys.minko.scene.node.Mesh;
import aerys.minko.... | package aerys.minko.scene.controller.mesh
{
import aerys.minko.ns.minko_math;
import aerys.minko.render.geometry.Geometry;
import aerys.minko.scene.controller.AbstractController;
import aerys.minko.scene.node.Group;
import aerys.minko.scene.node.ISceneNode;
import aerys.minko.scene.node.Mesh;
import aerys.minko.... | remove useless brackets | remove useless brackets
| ActionScript | mit | aerys/minko-as3 |
b9151e11051c229a5f4a0c0f981baa47dcf6d196 | src/com/esri/builder/views/supportClasses/PopUpInfoUtil.as | src/com/esri/builder/views/supportClasses/PopUpInfoUtil.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 PopUpInfoUtil#popUpFieldInfosToXML() to include pop-up field format. | Update PopUpInfoUtil#popUpFieldInfosToXML() to include pop-up field format.
| ActionScript | apache-2.0 | Esri/arcgis-viewer-builder-flex |
023bdb3934bc1d14bb199591ce321155f1c695dd | skinnable-popup-fx/src/main/actionscript/net/riastar/components/Toaster.as | skinnable-popup-fx/src/main/actionscript/net/riastar/components/Toaster.as | /*
* Copyright (c) 2013 Maxime Cowez a.k.a. RIAstar.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
* rights to use, copy, modify, ... | /*
* Copyright (c) 2013 Maxime Cowez a.k.a. RIAstar.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
* rights to use, copy, modify, ... | clean up event listeners | clean up event listeners
| ActionScript | apache-2.0 | RIAstar/SkinnablePopUpFx,RIAstar/SkinnablePopUpFx |
f9dad07b8f1113582b4aabedd3fb8148ccdd2f2e | actionscript/com/hipchat/Linkify.as | actionscript/com/hipchat/Linkify.as | package com.hipchat {
public class Linkify {
public static const RE_EMAIL_PATTERN:String = '(?<=\\s|\\A)[\\w.-]+\\+*[\\w.-]+@(?:(?:[\\w-]+\\.)+[A-Za-z]{2,6}|(?:\\d{1,3}\\.){3}\\d{1,3})';
public static const RE_TLD:String = '(?:aero|arpa|biz|com|coop|edu|gov|info|int|mil|museum|name|net|org|travel|ac|ad|ae|af|ag|a... | package com.hipchat {
public class Linkify {
public static const RE_EMAIL_PATTERN:String = '(?<=\\s|\\A)[\\w.-]+\\+*[\\w.-]+@(?:(?:[\\w-]+\\.)+[A-Za-z]{2,6}|(?:\\d{1,3}\\.){3}\\d{1,3})';
public static const RE_TLD:String = '(?:aero|arpa|biz|com|coop|edu|gov|info|int|mil|museum|name|net|org|travel|ac|ad|ae|af|ag|a... | Fix trailing slash linkification | Fix trailing slash linkification
| ActionScript | mit | hipchat/linkify |
27429eed7f01ac5a9c7186b34740a008fc1ced75 | src/aerys/minko/type/clone/CloneOptions.as | src/aerys/minko/type/clone/CloneOptions.as | package aerys.minko.type.clone
{
import aerys.minko.scene.controller.AbstractController;
import aerys.minko.scene.controller.AnimationController;
import aerys.minko.scene.controller.TransformController;
import aerys.minko.scene.controller.camera.CameraController;
import aerys.minko.scene.controller.mesh.MeshContro... | package aerys.minko.type.clone
{
import aerys.minko.scene.controller.AbstractController;
import aerys.minko.scene.controller.AnimationController;
import aerys.minko.scene.controller.TransformController;
import aerys.minko.scene.controller.camera.CameraController;
import aerys.minko.scene.controller.light.Direction... | update CloneOptions.cloneAllOptions and CloneOptions.defaultOptions to ignore the light related controller | update CloneOptions.cloneAllOptions and CloneOptions.defaultOptions to ignore the light related controller
| ActionScript | mit | aerys/minko-as3 |
3f0290c220de97335b386d77619b7b7f806941bf | swfobject/src/expressInstall.as | swfobject/src/expressInstall.as | /* SWFObject v2.2 <http://code.google.com/p/swfobject/> is released under the MIT License <http://www.opensource.org/licenses/mit-license.php>
Express Install Copyright (c) 2007-2008 Adobe Systems Incorporated and its licensors. All Rights Reserved.
*/
System.security.allowDomain("fpdownload2.macromedia.com");
... | /* SWFObject v2.2 <http://code.google.com/p/swfobject/> is released under the MIT License <http://www.opensource.org/licenses/mit-license.php>
Express Install Copyright (c) 2007-2008 Adobe Systems Incorporated and its licensors. All Rights Reserved.
*/
System.security.allowDomain("fpdownload.macromedia.com");
... | Rollback to previous version, Adobe change request was cancelled | Rollback to previous version, Adobe change request was cancelled
git-svn-id: c79b92e96100ef39c59e158da2f25328426f47b5@372 5cf17b04-402e-0410-8052-5f67ef7ba858
| ActionScript | mit | swfobject/swfobject,swfobject/swfobject |
929a5cda33421c68da234f43e1c4fea052f4964d | frameworks/projects/spark/src/spark/utils/MouseEventUtil.as | frameworks/projects/spark/src/spark/utils/MouseEventUtil.as | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | add missing import. Falcon cares about this stuff | add missing import. Falcon cares about this stuff
| ActionScript | apache-2.0 | shyamalschandra/flex-sdk,danteinforno/flex-sdk,shyamalschandra/flex-sdk,adufilie/flex-sdk,apache/flex-sdk,adufilie/flex-sdk,shyamalschandra/flex-sdk,adufilie/flex-sdk,apache/flex-sdk,danteinforno/flex-sdk,adufilie/flex-sdk,danteinforno/flex-sdk,apache/flex-sdk,apache/flex-sdk,apache/flex-sdk,danteinforno/flex-sdk,shyam... |
01d0ab6664cbb11edbb3ab45c25ffc7ce6cbe585 | src/com/esri/builder/views/supportClasses/KeyValueEditor.as | src/com/esri/builder/views/supportClasses/KeyValueEditor.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
//
/... | Handle uninitialized KeyValueEditor field map. | Handle uninitialized KeyValueEditor field map.
| ActionScript | apache-2.0 | Esri/arcgis-viewer-builder-flex |
a20a23c505450e4fc3720a151b32f98b9eb21395 | src/org/mangui/hls/utils/Hex.as | src/org/mangui/hls/utils/Hex.as | /**
* Hex
*
* Utility class to convert Hex strings to ByteArray or String types.
* Copyright (c) 2007 Henri Torgemane
*
* See LICENSE.txt for full license information.
*/
package org.mangui.hls.utils {
import flash.utils.ByteArray;
public class Hex {
/**
* Generates byte-array from give... | /**
* Hex
*
* Utility class to convert Hex strings to ByteArray or String types.
* Copyright (c) 2007 Henri Torgemane
*
* See LICENSE.txt for full license information.
*/
package org.mangui.hls.utils {
import flash.utils.ByteArray;
public class Hex {
/**
* Generates byte-array from give... | optimize loop | optimize loop | ActionScript | mpl-2.0 | aevange/flashls,fixedmachine/flashls,thdtjsdn/flashls,School-Improvement-Network/flashls,mangui/flashls,Peer5/flashls,neilrackett/flashls,Boxie5/flashls,Corey600/flashls,suuhas/flashls,viktorot/flashls,suuhas/flashls,dighan/flashls,jlacivita/flashls,aevange/flashls,School-Improvement-Network/flashls,thdtjsdn/flashls,cl... |
d05a3fb91de1d1ceb2e660eb0f5868e9e6865bff | src/com/merlinds/miracle_tool/controllers/PublishCommand.as | src/com/merlinds/miracle_tool/controllers/PublishCommand.as | /**
* User: MerlinDS
* Date: 18.07.2014
* Time: 15:14
*/
package com.merlinds.miracle_tool.controllers {
import com.merlinds.debug.log;
import com.merlinds.miracle.meshes.MeshMatrix;
import com.merlinds.miracle.utils.UMath;
import com.merlinds.miracle_tool.events.ActionEvent;
import com.merlinds.miracle_tool.e... | /**
* User: MerlinDS
* Date: 18.07.2014
* Time: 15:14
*/
package com.merlinds.miracle_tool.controllers {
import com.merlinds.debug.log;
import com.merlinds.miracle.meshes.MeshMatrix;
import com.merlinds.miracle_tool.events.ActionEvent;
import com.merlinds.miracle_tool.events.DialogEvent;
import com.merlinds.mi... | refactor scene | refactor scene
| ActionScript | mit | MerlinDS/miracle_tool |
be9552b123406d2a7944276e487f7b2da2da2bd3 | com/ozg/adcore/vpaid/vpaidLinearFullPage.as | com/ozg/adcore/vpaid/vpaidLinearFullPage.as | package com.ozg.adcore.vpaid
{
import flash.display.Sprite;
import flash.utils.Timer;
import flash.external.ExternalInterface;
import com.ozg.events.vpaidEvent;
import flash.events.TimerEvent;
import com.ozg.events.helperEvents;
import flash.system.Security;
import flash.net.navigateTo... | package com.ozg.adcore.vpaid
{
import flash.display.Sprite;
import flash.utils.Timer;
import flash.external.ExternalInterface;
import com.ozg.events.vpaidEvent;
import flash.events.TimerEvent;
import com.ozg.events.helperEvents;
import flash.system.Security;
import flash.net.navigateTo... | Update vpaidLinearFullPage.as | Update vpaidLinearFullPage.as | ActionScript | mit | ozgurersil/VPAID |
c07d823bdd37bcc42bdf180e0b0a96992b610ae7 | com/ozg/utils/loadingAnimation.as | com/ozg/utils/loadingAnimation.as | package com.ozg.utils
{
import flash.display.Sprite;
import flash.utils.Timer;
import flash.events.TimerEvent;
import com.ozg.events.helperEvents;
public class loadingAnimation extends Sprite
{
public function loadingAnimation(param1:Number = 16777215)
{
su... | package com.ozg.utils
{
import flash.display.Sprite;
public class loadingAnimation extends Sprite
{
public function loadingAnimation(param1:Number = 16777215)
{
super();
}
}
}
| comment outs | comment outs | ActionScript | mit | ozgurersil/VPAID |
95698ee114141d46057c480eff2c38439febea5f | src/aerys/minko/scene/controller/mesh/MeshVisibilityController.as | src/aerys/minko/scene/controller/mesh/MeshVisibilityController.as | package aerys.minko.scene.controller.mesh
{
import aerys.minko.ns.minko_math;
import aerys.minko.render.geometry.Geometry;
import aerys.minko.scene.controller.AbstractController;
import aerys.minko.scene.node.Group;
import aerys.minko.scene.node.ISceneNode;
import aerys.minko.scene.node.Mesh;
import aerys.minko.... | package aerys.minko.scene.controller.mesh
{
import aerys.minko.ns.minko_math;
import aerys.minko.render.geometry.Geometry;
import aerys.minko.scene.controller.AbstractController;
import aerys.minko.scene.node.Group;
import aerys.minko.scene.node.ISceneNode;
import aerys.minko.scene.node.Mesh;
import aerys.minko.... | Update src/aerys/minko/scene/controller/mesh/MeshVisibilityController.as | Update src/aerys/minko/scene/controller/mesh/MeshVisibilityController.as
fix bug with set frustumCulling = FrustumCulling.DISABLED
example:
```
var m:Mesh = new Mesh(CubeGeometry.cubeGeometry, new BasicMaterial({ diffuseColor : 0xff00ff00 } ));
m.frustumCulling = FrustumCulling.DISABLED;
scene.addChild(m);
```
... | ActionScript | mit | aerys/minko-as3 |
b15a2d2471a246503062077d11cefd750abcee0d | src/main/as/com/threerings/presents/client/ClientDObjectMgr.as | src/main/as/com/threerings/presents/client/ClientDObjectMgr.as | //
// $Id$
//
// Narya library - tools for developing networked games
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
// http://code.google.com/p/narya/
//
// This library is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License as p... | //
// $Id$
//
// Narya library - tools for developing networked games
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
// http://code.google.com/p/narya/
//
// This library is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License as p... | Clear out the manager on the DObject when it's no longer active | Clear out the manager on the DObject when it's no longer active
git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@6725 542714f4-19e9-0310-aa3c-eee0fc999fb1
| ActionScript | lgpl-2.1 | threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya |
34bae8282a85530d9a5b5481aadb7db237b339e1 | frameworks/projects/apache/tests/promises/cases/PromisesJIRATests.as | frameworks/projects/apache/tests/promises/cases/PromisesJIRATests.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 li... | ////////////////////////////////////////////////////////////////////////////////
//
// 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 li... | Fix test for FLEX-34753 | Fix test for FLEX-34753
Signed-off-by: Erik de Bruin <c195b508e6f0c57aeafdb5e96947e2b79e6a4b40@ixsoftware.nl>
| ActionScript | apache-2.0 | danteinforno/flex-sdk,SlavaRa/flex-sdk,danteinforno/flex-sdk,apache/flex-sdk,apache/flex-sdk,SlavaRa/flex-sdk,apache/flex-sdk,apache/flex-sdk,SlavaRa/flex-sdk,adufilie/flex-sdk,danteinforno/flex-sdk,danteinforno/flex-sdk,danteinforno/flex-sdk,adufilie/flex-sdk,apache/flex-sdk,adufilie/flex-sdk,SlavaRa/flex-sdk,SlavaRa/... |
131cb5d83a69849f6eefc05e71046734cc2c7abe | 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 | inesaloulou21/arisgames,inesaloulou21/arisgames,inesaloulou21/arisgames,augustozuniga/arisgames,augustozuniga/arisgames,augustozuniga/arisgames,inesaloulou21/arisgames,inesaloulou21/arisgames,inesaloulou21/arisgames,augustozuniga/arisgames,augustozuniga/arisgames,inesaloulou21/arisgames,augustozuniga/arisgames,inesalou... |
ddccab58e87fb632a86324859564f5495cadccdd | test/src/FRESteamWorksTest.as | test/src/FRESteamWorksTest.as | /*
* FRESteamWorks.h
* This file is part of FRESteamWorks.
*
* Created by David ´Oldes´ Oliva on 3/29/12.
* Contributors: Ventero <http://github.com/Ventero>
* Copyright (c) 2012 Amanita Design. All rights reserved.
* Copyright (c) 2012-2013 Level Up Labs, LLC. All rights reserved.
*/
package
{
import c... | /*
* FRESteamWorks.h
* This file is part of FRESteamWorks.
*
* Created by David ´Oldes´ Oliva on 3/29/12.
* Contributors: Ventero <http://github.com/Ventero>
* Copyright (c) 2012 Amanita Design. All rights reserved.
* Copyright (c) 2012-2013 Level Up Labs, LLC. All rights reserved.
*/
package
{
import c... | Add test for PublishedFileDetails | Add test for PublishedFileDetails
| ActionScript | bsd-2-clause | Ventero/FRESteamWorks,Ventero/FRESteamWorks,Ventero/FRESteamWorks,Ventero/FRESteamWorks |
57d016ac759eab031e9a62285be53ec256422791 | src/com/esri/builder/controllers/supportClasses/WidgetTypeLoader.as | src/com/esri/builder/controllers/supportClasses/WidgetTypeLoader.as | ////////////////////////////////////////////////////////////////////////////////
// Copyright (c) 2008-2016 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-2016 Esri. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
/... | Add logging to WidgetTypeLoader. | Add logging to WidgetTypeLoader.
| ActionScript | apache-2.0 | Esri/arcgis-viewer-builder-flex |
f475b23fb4845ee1bd34bf8d88581f16c96470eb | src/as/com/threerings/flex/LabeledSlider.as | src/as/com/threerings/flex/LabeledSlider.as | package com.threerings.flex {
import mx.containers.HBox;
import mx.controls.Label;
import mx.controls.sliderClasses.Slider;
import mx.events.SliderEvent;
/**
* A simple component that displays a label to the left of a slider.
*/
public class LabeledSlider extends HBox
{
/** The slider, all public and accessa... | package com.threerings.flex {
import mx.containers.HBox;
import mx.controls.Label;
import mx.controls.sliderClasses.Slider;
import mx.events.SliderEvent;
/**
* A simple component that displays a label to the left of a slider.
*/
public class LabeledSlider extends HBox
{
/** The actual slider. */
public v... | Clean up my comment, this is in a public API (and my comment wasn't helpful). | Clean up my comment, this is in a public API (and my comment wasn't helpful).
git-svn-id: b675b909355d5cf946977f44a8ec5a6ceb3782e4@166 ed5b42cb-e716-0410-a449-f6a68f950b19
| ActionScript | lgpl-2.1 | threerings/nenya,threerings/nenya |
e56bfdde8545fe79bd55df48a7875f8a73b34867 | src/aerys/minko/render/shader/compiler/graph/ShaderGraph.as | src/aerys/minko/render/shader/compiler/graph/ShaderGraph.as | package aerys.minko.render.shader.compiler.graph
{
import aerys.minko.Minko;
import aerys.minko.render.resource.Program3DResource;
import aerys.minko.render.resource.texture.ITextureResource;
import aerys.minko.render.shader.Signature;
import aerys.minko.render.shader.compiler.graph.nodes.AbstractNode;
import aer... | package aerys.minko.render.shader.compiler.graph
{
import aerys.minko.Minko;
import aerys.minko.render.resource.Program3DResource;
import aerys.minko.render.resource.texture.ITextureResource;
import aerys.minko.render.shader.Signature;
import aerys.minko.render.shader.compiler.graph.nodes.AbstractNode;
import aer... | Add shader name to generateAGAL() debug output | Add shader name to generateAGAL() debug output
| ActionScript | mit | aerys/minko-as3 |
17505db6becdcc32e21e61cb123e29db02d9579b | frameworks/as/projects/FlexJSJX/src/org/apache/flex/core/ContainerDataBinding.as | frameworks/as/projects/FlexJSJX/src/org/apache/flex/core/ContainerDataBinding.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 generic constant binding | handle generic constant binding
| ActionScript | apache-2.0 | greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs |
bfe012bd7e492e95062c6086bd23e1b5093a4233 | src/avm1lib/AS2Globals.as | src/avm1lib/AS2Globals.as | /* -*- Mode: js; js-indent-level: 2; indent-tabs-mode: nil; tab-width: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
/*
* Copyright 2013 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the Li... | /* -*- Mode: js; js-indent-level: 2; indent-tabs-mode: nil; tab-width: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
/*
* Copyright 2013 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the Li... | Fix self references to variable definitions in AS3 code. | Fix self references to variable definitions in AS3 code.
| ActionScript | apache-2.0 | tschneidereit/shumway,yurydelendik/shumway,tschneidereit/shumway,mbebenita/shumway,mbebenita/shumway,mbebenita/shumway,mozilla/shumway,mbebenita/shumway,yurydelendik/shumway,mozilla/shumway,mbebenita/shumway,mozilla/shumway,mbebenita/shumway,tschneidereit/shumway,yurydelendik/shumway,mozilla/shumway,mozilla/shumway,moz... |
1bff70d6e71b898504e9d76cc28a296b87a2afc2 | src/org/mangui/hls/HLS.as | src/org/mangui/hls/HLS.as | /* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mangui.hls {
import flash.display.Stage;
import flash.events.Event;
import flash.events.Ev... | /* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mangui.hls {
import flash.display.Stage;
import flash.events.Event;
import flash.events.Ev... | reorder code for sake of clarity | reorder code for sake of clarity
| ActionScript | mpl-2.0 | neilrackett/flashls,Peer5/flashls,Peer5/flashls,Corey600/flashls,tedconf/flashls,hola/flashls,suuhas/flashls,suuhas/flashls,dighan/flashls,Boxie5/flashls,loungelogic/flashls,fixedmachine/flashls,neilrackett/flashls,suuhas/flashls,Peer5/flashls,Peer5/flashls,thdtjsdn/flashls,dighan/flashls,suuhas/flashls,aevange/flashls... |
f65a3569b8ff348e4a31bd82b9df53a8c43bbae1 | src/aerys/minko/render/shader/compiler/allocation/ContiguousAllocation.as | src/aerys/minko/render/shader/compiler/allocation/ContiguousAllocation.as | package aerys.minko.render.shader.compiler.allocation
{
import aerys.minko.render.shader.compiler.register.Components;
/**
* @private
* @author Romain Gilliotte
*
*/
public class ContiguousAllocation implements IAllocation
{
private var _subAllocations : Vector.<SimpleAllocation>;
private var _offsets... | package aerys.minko.render.shader.compiler.allocation
{
import aerys.minko.render.shader.compiler.register.Components;
/**
* @private
* @author Romain Gilliotte
*
*/
public class ContiguousAllocation implements IAllocation
{
private var _subAllocations : Vector.<SimpleAllocation>;
private var _offsets... | Remove dead code | Remove dead code
| ActionScript | mit | aerys/minko-as3 |
e3b1f20e756a784063e83aa512033a5a046abd97 | frameworks/projects/mobiletheme/src/spark/skins/ios7/VScrollBarSkin.as | frameworks/projects/mobiletheme/src/spark/skins/ios7/VScrollBarSkin.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... | Tweak VScrollBarkSkin to make sure it looks good in all DPIs | Tweak VScrollBarkSkin to make sure it looks good in all DPIs
| ActionScript | apache-2.0 | apache/flex-sdk,adufilie/flex-sdk,danteinforno/flex-sdk,danteinforno/flex-sdk,apache/flex-sdk,shyamalschandra/flex-sdk,SlavaRa/flex-sdk,apache/flex-sdk,adufilie/flex-sdk,danteinforno/flex-sdk,danteinforno/flex-sdk,SlavaRa/flex-sdk,shyamalschandra/flex-sdk,SlavaRa/flex-sdk,SlavaRa/flex-sdk,shyamalschandra/flex-sdk,Slava... |
73452ea968fe5052e44dacdbd00c31c1e4c56cd5 | frameworks/as/projects/FlexJSUI/src/org/apache/flex/core/IStyleableObject.as | frameworks/as/projects/FlexJSUI/src/org/apache/flex/core/IStyleableObject.as | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | allow writing of className via the interface | allow writing of className via the interface
| ActionScript | apache-2.0 | greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs |
2f3fd2ee67bfa754ea84af3cc87172a15925fbb0 | test/AllTests.as | test/AllTests.as | package
{
/**
* This file has been automatically created using
* #!/usr/bin/ruby script/generate suite
* If you modify it and run this script, your
* modifications will be lost!
*/
import as3spec.*;
import com.gigya.WildfireTest;
import ras3r.controls.TextTest;
import ras3r.reaction_view.helpers.ImageHe... | package
{
/**
* This file has been automatically created using
* #!/usr/bin/ruby script/generate suite
* If you modify it and run this script, your
* modifications will be lost!
*/
import as3spec.*;
import com.gigya.WildfireTest;
import ras3r.HashTest;
import ras3r.reaction_view.helpers.BoxHelperTest;
... | reset test suite | reset test suite
| ActionScript | mit | f1337/metafas3,f1337/metafas3 |
09607ce618998f098daf204f4dfb54f3a79408c3 | HLSPlugin/src/org/denivip/osmf/utils/Utils.as | HLSPlugin/src/org/denivip/osmf/utils/Utils.as | package org.denivip.osmf.utils
{
import org.osmf.utils.URL;
public class Utils
{
public static function createFullUrl(rootUrl:String, url:String):String{
if(url.search(/(ftp|file|https?):\/\/\/?/) == 0)
return url;
// other manipulations :)
if(url.charAt(0) == '/'){
return URL.getRootUrl... | package org.denivip.osmf.utils
{
import org.osmf.utils.URL;
public class Utils
{
public static function createFullUrl(rootUrl:String, url:String):String {
if(url.search(/(ftp|file|https?):\/\/\/?/) == 0)
return url;
// other manipulations :)
if(url.charAt(0) == '/'){
return URL.getRootUrl(ro... | Fix issue where check for final slash was comparing zero-based index with length | Fix issue where check for final slash was comparing zero-based index with length
| ActionScript | isc | mruse/osmf-hls-plugin,denivip/osmf-hls-plugin,mruse/osmf-hls-plugin,denivip/osmf-hls-plugin |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.