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 |
|---|---|---|---|---|---|---|---|---|---|
38cbf6a1fc42f95b9606bf8b5f016ef6bdaac86c | collect-client/src/main/flex/org/openforis/collect/ui/component/detail/RelevanceDisplayManager.as | collect-client/src/main/flex/org/openforis/collect/ui/component/detail/RelevanceDisplayManager.as | package org.openforis.collect.ui.component.detail
{
import mx.collections.IList;
import mx.core.UIComponent;
import org.openforis.collect.metamodel.proxy.AttributeDefinitionProxy;
import org.openforis.collect.metamodel.proxy.EntityDefinitionProxy;
import org.openforis.collect.metamodel.proxy.NodeDefinitio... | package org.openforis.collect.ui.component.detail
{
import mx.collections.IList;
import mx.core.UIComponent;
import org.openforis.collect.metamodel.proxy.AttributeDefinitionProxy;
import org.openforis.collect.metamodel.proxy.BooleanAttributeDefinitionProxy
import org.openforis.collect.metamodel.proxy.EntityDefin... | Hide non-relevant affirmative only boolean attributes when not empty but selected value is "false" | Hide non-relevant affirmative only boolean attributes when not empty but
selected value is "false" | ActionScript | mit | openforis/collect,openforis/collect,openforis/collect,openforis/collect |
e4548eddfc0afe78be2256d6bf49f29e79ab1ecc | src/com/esri/viewer/utils/PortalBasemapAppender.as | src/com/esri/viewer/utils/PortalBasemapAppender.as | ///////////////////////////////////////////////////////////////////////////
// Copyright (c) 2010-2011 Esri. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// ... | ///////////////////////////////////////////////////////////////////////////
// Copyright (c) 2010-2011 Esri. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// ... | Clean up. | Clean up.
| ActionScript | apache-2.0 | CanterburyRegionalCouncil/arcgis-viewer-flex,CanterburyRegionalCouncil/arcgis-viewer-flex,Esri/arcgis-viewer-flex,Esri/arcgis-viewer-flex,CanterburyRegionalCouncil/arcgis-viewer-flex |
0582deee9113e24fef45d1be5db97860bad67c01 | src/org/mangui/osmf/plugins/traits/HLSPlayTrait.as | src/org/mangui/osmf/plugins/traits/HLSPlayTrait.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.osmf.plugins.traits {
import org.mangui.hls.HLS;
import org.mangui.hls.constant.HLSPlaySta... | /* 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.osmf.plugins.traits {
import org.mangui.hls.HLS;
import org.mangui.hls.constant.HLSPlay... | fix indents and spaces | fix indents and spaces
| ActionScript | mpl-2.0 | codex-corp/flashls,clappr/flashls,loungelogic/flashls,mangui/flashls,neilrackett/flashls,tedconf/flashls,tedconf/flashls,jlacivita/flashls,fixedmachine/flashls,hola/flashls,hola/flashls,mangui/flashls,NicolasSiver/flashls,NicolasSiver/flashls,vidible/vdb-flashls,loungelogic/flashls,neilrackett/flashls,codex-corp/flashl... |
9066bc86d2a95c957f2016b62a28b4d52cb7156f | src/aerys/minko/scene/node/Camera.as | src/aerys/minko/scene/node/Camera.as | package aerys.minko.scene.node
{
import aerys.minko.render.Viewport;
import aerys.minko.scene.controller.camera.CameraController;
import aerys.minko.type.Signal;
import aerys.minko.type.data.IDataProvider;
import aerys.minko.type.math.Frustum;
import aerys.minko.type.math.Matrix4x4;
import aerys.minko.type.math.... | package aerys.minko.scene.node
{
import aerys.minko.render.Viewport;
import aerys.minko.scene.controller.camera.CameraController;
import aerys.minko.type.Signal;
import aerys.minko.type.data.IDataProvider;
import aerys.minko.type.math.Frustum;
import aerys.minko.type.math.Matrix4x4;
import aerys.minko.type.math.... | Remove final from Camera. | Remove final from Camera.
| ActionScript | mit | aerys/minko-as3 |
19b3ec3533ba4bed538afd50ec0d10ac83f6e146 | src/main/org/shypl/common/util/SimplePath.as | src/main/org/shypl/common/util/SimplePath.as | package org.shypl.common.util {
import org.shypl.common.lang.IllegalStateException;
public class SimplePath implements Path {
private var _value:String;
public function SimplePath(value:String = null) {
if (value === "") {
value = null;
}
else if (value !== null) {
while (StringUtils.endsWith(v... | package org.shypl.common.util {
import org.shypl.common.lang.IllegalStateException;
public class SimplePath implements Path {
private var _value:String;
public function SimplePath(value:String = null) {
if (value === "") {
value = null;
}
else if (value !== null) {
while (StringUtils.endsWith(v... | Refactor Path | Refactor Path
| ActionScript | apache-2.0 | shypl/common-flash |
bef3536ea2222c4b37c3f8d3c39ca73291e40fd1 | src/battlecode/client/viewer/render/DrawState.as | src/battlecode/client/viewer/render/DrawState.as | package battlecode.client.viewer.render {
import battlecode.common.MapLocation;
import battlecode.common.ResearchType;
import battlecode.common.RobotType;
import battlecode.common.Team;
import battlecode.serial.RoundDelta;
import battlecode.serial.RoundStats;
import battlecode.world.... | package battlecode.client.viewer.render {
import battlecode.common.MapLocation;
import battlecode.common.ResearchType;
import battlecode.common.RobotType;
import battlecode.common.Team;
import battlecode.serial.RoundDelta;
import battlecode.serial.RoundStats;
import battlecode.world.... | remove trace statement | remove trace statement
| ActionScript | mit | trun/battlecode-webclient |
c3d5ccd3008ff63f3e9b130d764a16b1a3c49da4 | source/com/kemsky/support/ValueIterator.as | source/com/kemsky/support/ValueIterator.as | /*
* Copyright: (c) 2015. Turtsevich Alexander
*
* Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.html
*/
package com.kemsky.support
{
import com.kemsky.Iterator;
import com.kemsky.Stream;
import flash.utils.Proxy;
import flash.utils.flash_proxy;
use namespac... | /*
* Copyright: (c) 2015. Turtsevich Alexander
*
* Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.html
*/
package com.kemsky.support
{
import com.kemsky.Iterator;
import com.kemsky.Stream;
import flash.utils.Proxy;
import flash.utils.flash_proxy;
use namespac... | clean up | clean up
| ActionScript | mit | kemsky/stream |
237e0f42f93f3fefd5dbe2dd9491871a42a2a2c4 | lib/src/com/amanitadesign/steam/SteamConstants.as | lib/src/com/amanitadesign/steam/SteamConstants.as | /*
* SteamConstants.as
* This file is part of FRESteamWorks.
*
* Created by David ´Oldes´ Oliva on 3/29/12.
* Contributors: Ventero <http://github.com/Ventero>
* Copyright (c) 2012 Amanita Design. All rights reserved.
* Copyright (c) 2012-2013 Level Up Labs, LLC. All rights reserved.
*/
package com.amani... | /*
* SteamConstants.as
* This file is part of FRESteamWorks.
*
* Created by David ´Oldes´ Oliva on 3/29/12.
* Contributors: Ventero <http://github.com/Ventero>
* Copyright (c) 2012 Amanita Design. All rights reserved.
* Copyright (c) 2012-2013 Level Up Labs, LLC. All rights reserved.
*/
package com.amani... | Remove obsolete values | Remove obsolete values
| ActionScript | bsd-2-clause | Ventero/FRESteamWorks,Ventero/FRESteamWorks,Ventero/FRESteamWorks,Ventero/FRESteamWorks |
844f2e29678139e8486a4e92fd78883463d051d1 | WEB-INF/lps/lfc/debugger/platform/swf9/LzDebug.as | WEB-INF/lps/lfc/debugger/platform/swf9/LzDebug.as | /* -*- mode: JavaScript; c-basic-offset: 2; -*- */
/*
* Platform-specific DebugService
*
* @copyright Copyright 2001-2008 Laszlo Systems, Inc. All Rights Reserved.
* Use is subject to license terms.
*/
// The last three debugger eval values
var _;
var __;
var ___;
class LzAS3DebugService extends... | /* -*- mode: JavaScript; c-basic-offset: 2; -*- */
/*
* Platform-specific DebugService
*
* @copyright Copyright 2001-2008 Laszlo Systems, Inc. All Rights Reserved.
* Use is subject to license terms.
*/
// The last three debugger eval values
var _;
var __;
var ___;
class LzAS3DebugService extends... | Change 20080918-hqm-z by hqm@badtzmaru.home on 2008-09-18 16:07:26 EDT in /Users/hqm/openlaszlo/trunk for http://svn.openlaszlo.org/openlaszlo/trunk | Change 20080918-hqm-z by hqm@badtzmaru.home on 2008-09-18 16:07:26 EDT
in /Users/hqm/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: use swf9 introspection in debugger inspector
New Features:
Bugs Fixed:
Technical Reviewer: ptr (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending... | ActionScript | epl-1.0 | mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo |
e7cbdfab19d615b146da95f6fbabc3520795fb4f | test/flash_test.as | test/flash_test.as | package {
import stdio.Sprite
[SWF(width=0, height=0)]
public class flash_test extends Sprite {
public function main(): void {
test_body()
}
}
}
| package {
import stdio.Sprite
[SWF(width=100, height=100)]
public class flash_test extends Sprite {
public function flash_test(): void {
graphics.beginFill(0xff0000)
graphics.drawRect(10, 10, 80, 80)
graphics.endFill()
}
public function main(): void {
graphics.beginFill(0x000... | Add colors to Flash test to ease debugging. | Add colors to Flash test to ease debugging.
| ActionScript | mit | dbrock/stdio.as,dbrock/stdio.as,dbrock/stdio.as |
18cb429eb33af643b37afceaba5879f3e158370e | exporter/src/main/as/flump/export/Publisher.as | exporter/src/main/as/flump/export/Publisher.as | //
// Flump - Copyright 2013 Flump Authors
package flump.export {
import aspire.util.Log;
import flash.filesystem.File;
import flump.xfl.XflLibrary;
public class Publisher
{
public function Publisher (exportDir :File, project :ProjectConf, projectName :String) {
_exportDir = exportDir;
_project... | //
// Flump - Copyright 2013 Flump Authors
package flump.export {
import flash.filesystem.File;
import flump.xfl.XflLibrary;
public class Publisher
{
public function Publisher (exportDir :File, project :ProjectConf, projectName :String) {
_exportDir = exportDir;
_projectName = projectName;
... | Remove unused log; fix IntelliJ warnings | Remove unused log; fix IntelliJ warnings
("export" is a reserved keyword)
| ActionScript | mit | tconkling/flump,tconkling/flump,mathieuanthoine/flump,mathieuanthoine/flump,mathieuanthoine/flump |
efaf8fb21dac89b04211c4fd64f11055461ebe47 | src/RTMP.as | src/RTMP.as | package {
import flash.display.Sprite;
import flash.external.ExternalInterface;
import flash.system.Security;
import flash.net.NetStream;
import flash.events.*;
import org.osmf.containers.MediaContainer;
import org.osmf.elements.VideoElement;
import org.osmf.net.NetStreamLoadTrait;
import org.osmf.m... | package {
import flash.display.Sprite;
import flash.external.ExternalInterface;
import flash.system.Security;
import flash.net.NetStream;
import flash.events.*;
import org.osmf.containers.MediaContainer;
import org.osmf.elements.VideoElement;
import org.osmf.net.NetStreamLoadTrait;
import org.osmf.m... | fix volume level value (close #4) | RTMP.as: fix volume level value (close #4)
| ActionScript | apache-2.0 | flavioribeiro/clappr-rtmp-plugin,hxl-dy/clappr-rtmp-plugin,flavioribeiro/clappr-rtmp-plugin,video-dev/clappr-rtmp-plugin,eventials/clappr-rtmp-plugin,hxl-dy/clappr-rtmp-plugin,flavioribeiro/clappr-rtmp-plugin,eventials/clappr-rtmp-plugin,clappr/clappr-rtmp-plugin,hxl-dy/clappr-rtmp-plugin,clappr/clappr-rtmp-plugin,even... |
37be868b6ce5856d557209a28fab5db6df20f0d0 | src/com/ryanberdeen/echonest/api/v4/track/TrackApi.as | src/com/ryanberdeen/echonest/api/v4/track/TrackApi.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.track {
import com.adobe.serialization.json.JSON;
import com.ryanberdeen.echonest.api.v4.ApiSupport;
import com.ryanberdeen.e... | /*
* 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.track {
import com.adobe.serialization.json.JSON;
import com.ryanberdeen.echonest.api.v4.ApiSupport;
import com.ryanberdeen.e... | fix asdoc html | fix asdoc html
| ActionScript | mit | also/echo-nest-flash-api |
fafb3368c3bd1bbbcea0a022b4484de4e6d27056 | MultitouchAndGestures/src/MultitouchAndGestures.as | MultitouchAndGestures/src/MultitouchAndGestures.as | package
{
import flash.display.Sprite;
import flash.display.StageAlign;
import flash.display.StageScaleMode;
import flash.events.TouchEvent;
import flash.text.TextField;
import flash.text.TextFieldAutoSize;
import flash.ui.Multitouch;
import flash.ui.MultitouchInputMode;
import org.osmf.layout.Hor... | package
{
import flash.display.Sprite;
import flash.display.Stage;
import flash.display.StageAlign;
import flash.display.StageScaleMode;
import flash.events.GesturePhase;
import flash.events.TimerEvent;
import flash.events.TouchEvent;
import flash.events.TransformGestureEvent;
import flash.text.TextF... | add Gestures # modified: MultitouchAndGestures/src/MultitouchAndGestures.as | add Gestures
# modified: MultitouchAndGestures/src/MultitouchAndGestures.as
| ActionScript | mit | victoryckl/flex-demos,victoryckl/flex-demos,victoryckl/flex-demos |
bddc891f49ec0b7adeccb3a4cbc8d19025e6820b | build-aux/instrument.as | build-aux/instrument.as | ## -*- shell-script -*-
## instrument.as: This file is part of build-aux.
## Copyright (C) Gostai S.A.S., 2006-2008.
##
## This software is provided "as is" without warranty of any kind,
## either expressed or implied, including but not limited to the
## implied wa... | ## -*- shell-script -*-
## instrument.as: This file is part of build-aux.
## Copyright (C) Gostai S.A.S., 2006-2008.
##
## This software is provided "as is" without warranty of any kind,
## either expressed or implied, including but not limited to the
## implied wa... | Handle recent valgrinds without --log-file-exactly option. | Handle recent valgrinds without --log-file-exactly option.
* build-aux/instrument.as(instrument): Check output of valgrind
--help to find the name of the loging option.
Signed-off-by: Matthieu Nottale <73d816bf5a7c98ca49eb19b3fa4036e0ae653e5f@gostai.com>
| ActionScript | bsd-3-clause | aldebaran/libport,aldebaran/libport,aldebaran/libport,aldebaran/libport,aldebaran/libport |
456b93e08ff4dfad844eb890719c450a1fa3f287 | src/as/com/threerings/ezgame/client/EZGamePanel.as | src/as/com/threerings/ezgame/client/EZGamePanel.as | //
// $Id$
//
// Vilya library - tools for developing networked games
// Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved
// http://www.threerings.net/code/vilya/
//
// This library is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public Licens... | //
// $Id$
//
// Vilya library - tools for developing networked games
// Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved
// http://www.threerings.net/code/vilya/
//
// This library is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public Licens... | Allow our derived class to override our width/height configuration. | Allow our derived class to override our width/height configuration.
git-svn-id: a3e1eb16dde062992de22c830ed8045c8013209a@460 c613c5cb-e716-0410-b11b-feb51c14d237
| ActionScript | lgpl-2.1 | threerings/vilya,threerings/vilya |
76155102fd6151b96029033e1013e6adecf16410 | WEB-INF/lps/lfc/kernel/swf9/LzInputTextSprite.as | WEB-INF/lps/lfc/kernel/swf9/LzInputTextSprite.as | /**
* LzInputTextSprite.as
*
* @copyright Copyright 2001-2008 Laszlo Systems, Inc. All Rights Reserved.
* Use is subject to license terms.
*
* @topic Kernel
* @subtopic AS2
*/
/**
* @shortdesc Used for input text.
*
*/
class LzInputTextSprite extends LzTextSprite {
#passthrough ... | /**
* LzInputTextSprite.as
*
* @copyright Copyright 2001-2008 Laszlo Systems, Inc. All Rights Reserved.
* Use is subject to license terms.
*
* @topic Kernel
* @subtopic AS2
*/
/**
* @shortdesc Used for input text.
*
*/
class LzInputTextSprite extends LzTextSprite {
#passthrough ... | Change 20080601-bargull-EDo by bargull@dell--p4--2-53 on 2008-06-01 02:15:32 in /home/Admin/src/svn/openlaszlo/trunk for http://svn.openlaszlo.org/openlaszlo/trunk | Change 20080601-bargull-EDo by bargull@dell--p4--2-53 on 2008-06-01 02:15:32
in /home/Admin/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: return current text for inputtext-sprite
New Features:
Bugs Fixed: LPP-6079
Technical Reviewer: hminsky
QA Reviewer: (pending)
Doc Revi... | ActionScript | epl-1.0 | mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo |
b2db2e48b2d2946d8a560c37cfa241a13cc5c72f | src/com/axis/http/auth.as | src/com/axis/http/auth.as | package com.axis.http {
import com.adobe.crypto.MD5;
import com.axis.Logger;
import com.axis.rtspclient.GUID;
import flash.net.Socket;
import mx.utils.Base64Encoder;
public class auth {
public static function basic(user:String, pass:String):String {
var b64:Base64Encoder = new Base64Encoder()... | package com.axis.http {
import com.adobe.crypto.MD5;
import com.axis.Logger;
import com.axis.rtspclient.GUID;
import flash.net.Socket;
import mx.utils.Base64Encoder;
public class auth {
public static function basic(user:String, pass:String):String {
var b64:Base64Encoder = new Base64Encoder()... | Check that property exist, not value (might be empty string) | Check that property exist, not value (might be empty string)
| ActionScript | bsd-3-clause | gaetancollaud/locomote-video-player,AxisCommunications/locomote-video-player |
ac70152b618adadf69a92aa99fc3176b5e3c6ecf | 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 org.as3commons.reflect.Field;
import org.as3commons.reflect.Type;
import org.flexunit.asserts.assertEquals;
import org.flexunit.assert... | 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... | Test classes ClassLevelCopyableCloneable and PropertyLevelCopyableCloneable in ClonerTest. | Test classes ClassLevelCopyableCloneable and PropertyLevelCopyableCloneable in ClonerTest.
| ActionScript | mit | Yarovoy/dolly |
42c38ea8fb3ee3571a6afd9e43a9099d0c84ed66 | src/aerys/minko/render/geometry/primitive/CubeGeometry.as | src/aerys/minko/render/geometry/primitive/CubeGeometry.as | package aerys.minko.render.geometry.primitive
{
import aerys.minko.render.geometry.Geometry;
import aerys.minko.render.geometry.stream.IVertexStream;
import aerys.minko.render.geometry.stream.IndexStream;
import aerys.minko.render.geometry.stream.StreamUsage;
import aerys.minko.render.geometry.stream.VertexStream;... | package aerys.minko.render.geometry.primitive
{
import aerys.minko.render.geometry.Geometry;
import aerys.minko.render.geometry.stream.IVertexStream;
import aerys.minko.render.geometry.stream.IndexStream;
import aerys.minko.render.geometry.stream.StreamUsage;
import aerys.minko.render.geometry.stream.VertexStream;... | add CubeGeometry.fromBoundingBox() | add CubeGeometry.fromBoundingBox()
| ActionScript | mit | aerys/minko-as3 |
ba0c86d5bcdd950776a210b628718c57c69c58a1 | src/aerys/minko/render/shader/ShaderDataBindings.as | src/aerys/minko/render/shader/ShaderDataBindings.as | package aerys.minko.render.shader
{
import aerys.minko.render.shader.compiler.graph.nodes.leaf.BindableConstant;
import aerys.minko.render.shader.compiler.graph.nodes.leaf.BindableSampler;
import aerys.minko.type.binding.DataBindings;
/**
* The wrapper used to expose scene/mesh data bindings in ActionScript shad... | package aerys.minko.render.shader
{
import aerys.minko.render.resource.texture.TextureResource;
import aerys.minko.render.shader.compiler.Serializer;
import aerys.minko.render.shader.compiler.graph.nodes.leaf.BindableConstant;
import aerys.minko.render.shader.compiler.graph.nodes.leaf.BindableSampler;
import aerys... | Add default values to shader parameters (#380) | Add default values to shader parameters (#380)
| ActionScript | mit | aerys/minko-as3 |
ac55c8b5274f736bc2b5bf0104dd13c42757c3fd | frameworks/projects/framework/src/mx/styles/CSSDimension.as | frameworks/projects/framework/src/mx/styles/CSSDimension.as | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | fix asdoc html | fix asdoc html
| ActionScript | apache-2.0 | shyamalschandra/flex-sdk,apache/flex-sdk,apache/flex-sdk,SlavaRa/flex-sdk,danteinforno/flex-sdk,SlavaRa/flex-sdk,apache/flex-sdk,apache/flex-sdk,shyamalschandra/flex-sdk,apache/flex-sdk,shyamalschandra/flex-sdk,danteinforno/flex-sdk,danteinforno/flex-sdk,danteinforno/flex-sdk,adufilie/flex-sdk,SlavaRa/flex-sdk,adufilie... |
0bb53f4a222996f77e58a13868390ba1774438e0 | src/flash/htmlelements/VideoElement.as | src/flash/htmlelements/VideoElement.as | package htmlelements
{
import flash.display.Sprite;
import flash.events.*;
import flash.net.NetConnection;
import flash.net.NetStream;
import flash.media.Video;
import flash.media.SoundTransform;
import flash.utils.Timer;
import FlashMediaElement;
import HtmlMediaEvent;
public class VideoElement extends Sp... | package htmlelements
{
import flash.display.Sprite;
import flash.events.*;
import flash.net.NetConnection;
import flash.net.NetStream;
import flash.media.Video;
import flash.media.SoundTransform;
import flash.utils.Timer;
import FlashMediaElement;
import HtmlMediaEvent;
public class VideoElement extends Sp... | fix for issue #49 - "ended" event firing before actual stream end | fix for issue #49 - "ended" event firing before actual stream end
| ActionScript | agpl-3.0 | libeo/Vibeo,libeo/Vibeo,libeo/Vibeo,libeo/Vibeo |
f314c4f756b1c2f1172f8714245fca14ca8a2682 | frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ImageAndTextButtonView.as | frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ImageAndTextButtonView.as | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | fix ImageAndTextButton on AS | fix ImageAndTextButton on AS
| ActionScript | apache-2.0 | greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs |
59536d47ad1ce93e7f4be04f9319a6084cb4b6ba | src/as/com/threerings/flash/video/FlvVideoPlayer.as | src/as/com/threerings/flash/video/FlvVideoPlayer.as | //
// $Id$
package com.threerings.flash.video {
import flash.display.DisplayObject;
import flash.events.AsyncErrorEvent;
import flash.events.IOErrorEvent;
import flash.events.ErrorEvent;
import flash.events.Event;
import flash.events.EventDispatcher;
import flash.events.NetStatusEvent;
import flash.events.SecurityEr... | //
// $Id$
package com.threerings.flash.video {
import flash.display.DisplayObject;
import flash.events.AsyncErrorEvent;
import flash.events.IOErrorEvent;
import flash.events.ErrorEvent;
import flash.events.Event;
import flash.events.EventDispatcher;
import flash.events.NetStatusEvent;
import flash.events.SecurityEr... | stop the positionTimer when we unload. | Bugfix: stop the positionTimer when we unload.
git-svn-id: b675b909355d5cf946977f44a8ec5a6ceb3782e4@698 ed5b42cb-e716-0410-a449-f6a68f950b19
| ActionScript | lgpl-2.1 | threerings/nenya,threerings/nenya |
51947dc8a2d710513289f6f86c6715a85c8577ba | frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/layouts/NonVirtualBasicLayout.as | frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/layouts/NonVirtualBasicLayout.as | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | fix sizing logic | fix sizing logic
| ActionScript | apache-2.0 | greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs |
26586ac1b1c161add61d13dfc0ec9e76999d6ce5 | collect-flex/collect-flex-client/src/main/flex/org/openforis/collect/presenter/MasterPresenter.as | collect-flex/collect-flex-client/src/main/flex/org/openforis/collect/presenter/MasterPresenter.as | package org.openforis.collect.presenter {
/**
*
* @author Mino Togna
* */
import mx.rpc.AsyncResponder;
import mx.rpc.events.ResultEvent;
import org.openforis.collect.Application;
import org.openforis.collect.client.ClientFactory;
import org.openforis.collect.client.DataClient;
import org.ope... | package org.openforis.collect.presenter {
/**
*
* @author Mino Togna
* */
import mx.rpc.AsyncResponder;
import mx.rpc.events.ResultEvent;
import org.openforis.collect.Application;
import org.openforis.collect.client.ClientFactory;
import org.openforis.collect.client.DataClient;
import org.ope... | Mark all nodes as visited when opening a saved record so that validation errors will be shown | Mark all nodes as visited when opening a saved record so that validation
errors will be shown | ActionScript | mit | openforis/collect,openforis/collect,openforis/collect,openforis/collect |
f1fc39278a4e983ee6f7a0ca1f395bdfe9e60273 | src/aerys/minko/render/material/basic/BasicShader.as | src/aerys/minko/render/material/basic/BasicShader.as | package aerys.minko.render.material.basic
{
import aerys.minko.render.DrawCall;
import aerys.minko.render.RenderTarget;
import aerys.minko.render.shader.SFloat;
import aerys.minko.render.shader.Shader;
import aerys.minko.render.shader.ShaderInstance;
import aerys.minko.render.shader.ShaderSettings;
import aerys.... | package aerys.minko.render.material.basic
{
import aerys.minko.render.RenderTarget;
import aerys.minko.render.shader.SFloat;
import aerys.minko.render.shader.Shader;
import aerys.minko.render.shader.ShaderSettings;
import aerys.minko.render.shader.part.DiffuseShaderPart;
import aerys.minko.render.shader.part.anim... | remove useless imports | remove useless imports
| ActionScript | mit | aerys/minko-as3 |
cd48a4a5fc330dee3c02ad0046229b49c6c353c9 | 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 subscribed file test | Add subscribed file test
| ActionScript | bsd-2-clause | Ventero/FRESteamWorks,Ventero/FRESteamWorks,Ventero/FRESteamWorks,Ventero/FRESteamWorks |
bd3e1d9febd1e230d1544a7579085d75bcc49649 | HLSPlugin/src/org/denivip/osmf/elements/M3U8Loader.as | HLSPlugin/src/org/denivip/osmf/elements/M3U8Loader.as | package org.denivip.osmf.elements
{
import flash.events.ErrorEvent;
import flash.events.Event;
import flash.events.HTTPStatusEvent;
import flash.events.IOErrorEvent;
import flash.events.SecurityErrorEvent;
import flash.net.URLLoader;
import flash.net.URLRequest;
import flash.utils.getTimer;
import org.denivi... | package org.denivip.osmf.elements
{
import flash.events.ErrorEvent;
import flash.events.Event;
import flash.events.HTTPStatusEvent;
import flash.events.IOErrorEvent;
import flash.events.SecurityErrorEvent;
import flash.net.URLLoader;
import flash.net.URLRequest;
import flash.utils.getTimer;
import org.denivi... | Fix two race conditions: event handlers were being added _after_ the loader was supplied a URL, and the error event handlers should not be removing the error handlers. If an event handler is removed and there's an outstanding event, that results in an unhandled exception | Fix two race conditions: event handlers were being added _after_ the loader was supplied a URL, and the error event handlers should not be removing the error handlers. If an event handler is removed and there's an outstanding event, that results in an unhandled exception
| ActionScript | isc | mruse/osmf-hls-plugin,mruse/osmf-hls-plugin,denivip/osmf-hls-plugin,denivip/osmf-hls-plugin |
9b63e75d4716e87f9c42d8091f9ba07c937f4821 | 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 flash.utils.ByteArray;
import flash.utils.Dictionary;
import org.as3commons.reflect.Accessor;
import org.as3commons.reflect.AccessorAccess;
import org... | 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... | Move code preparing cloneable fields of type for cloning to method Cloner.prepareTypeForCloning(). | Move code preparing cloneable fields of type for cloning to method Cloner.prepareTypeForCloning().
| ActionScript | mit | Yarovoy/dolly |
1e392cb30e75f544f0a0e141c7184139187f3816 | src/aerys/minko/render/shader/sprite/SpriteShader.as | src/aerys/minko/render/shader/sprite/SpriteShader.as | package aerys.minko.render.shader.sprite
{
import aerys.minko.render.material.basic.BasicProperties;
import aerys.minko.render.shader.SFloat;
import aerys.minko.render.shader.Shader;
import aerys.minko.render.shader.ShaderSettings;
import aerys.minko.render.shader.part.DiffuseShaderPart;
import aerys.minko.type.e... | package aerys.minko.render.shader.sprite
{
import aerys.minko.render.material.basic.BasicProperties;
import aerys.minko.render.shader.SFloat;
import aerys.minko.render.shader.Shader;
import aerys.minko.render.shader.ShaderSettings;
import aerys.minko.render.shader.part.DiffuseShaderPart;
import aerys.minko.type.e... | Fix sprite shader | Fix sprite shader
| ActionScript | mit | aerys/minko-as3 |
5044133f169dbb0785891f4e00da0da336144bdc | generator/sources/as3/com/kaltura/utils/ObjectUtil.as | generator/sources/as3/com/kaltura/utils/ObjectUtil.as | package com.kaltura.utils
{
import flash.utils.describeType;
/**
* ObjectUtil class holds different utilities for use with objects
*/
public class ObjectUtil
{
/**
* retreives a list of all keys on the given object
* @param obj the object to operate on
* @return an array with all keys... | package com.kaltura.utils
{
import flash.utils.describeType;
/**
* ObjectUtil class holds different utilities for use with objects
*/
public class ObjectUtil
{
/**
* retreives a list of all keys on the given object
* @param obj the object to operate on
* @return an array with all keys... | add copyObject function | add copyObject function
git-svn-id: 8a2ccb88241e16c78017770bc38d91d6d5396a5a@65593 6b8eccd3-e8c5-4e7d-8186-e12b5326b719
| ActionScript | agpl-3.0 | DBezemer/server,gale320/server,doubleshot/server,ivesbai/server,DBezemer/server,DBezemer/server,matsuu/server,DBezemer/server,doubleshot/server,ratliff/server,doubleshot/server,ivesbai/server,DBezemer/server,doubleshot/server,jorgevbo/server,gale320/server,ivesbai/server,doubleshot/server,matsuu/server,jorgevbo/server,... |
4b06b615c84d7e7347fd207f358ef0d65224fd99 | src/org/jivesoftware/xiff/core/XMPPBOSHConnection.as | src/org/jivesoftware/xiff/core/XMPPBOSHConnection.as | package org.jivesoftware.xiff.core
{
import flash.events.ErrorEvent;
import flash.events.TimerEvent;
import flash.utils.Timer;
import flash.xml.XMLDocument;
import flash.xml.XMLNode;
import mx.messaging.messages.HTTPRequestMessage;
import mx.rpc.events.FaultEvent;
import mx.rpc.events.ResultEvent;
import mx.... | package org.jivesoftware.xiff.core
{
import flash.events.TimerEvent;
import flash.utils.Timer;
import flash.xml.XMLDocument;
import flash.xml.XMLNode;
import mx.rpc.events.FaultEvent;
import mx.rpc.events.ResultEvent;
import mx.rpc.http.HTTPService;
import org.jivesoftware.xiff.auth.Anonymous;
import org.j... | Add an accessor for whether or not we are using https. r=Armando | Add an accessor for whether or not we are using https. r=Armando
git-svn-id: c197267f952b24206666de142881703007ca05d5@10681 b35dd754-fafc-0310-a699-88a17e54d16e
| ActionScript | apache-2.0 | nazoking/xiff |
58382dc5e32e8f67f57636400a5f34bce9a51d05 | src/org/flintparticles/twoD/actions/GravityWell.as | src/org/flintparticles/twoD/actions/GravityWell.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... | Tidy up GravityWell class | Tidy up GravityWell class
| ActionScript | mit | richardlord/Flint |
8b48ab9107efca1c566f06b6af2a7cc2845fcbd8 | 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... | Include the offending message when reporting a short frame | Include the offending message when reporting a short frame
git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@5328 542714f4-19e9-0310-aa3c-eee0fc999fb1
| ActionScript | lgpl-2.1 | threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya |
dd0962a3756b506a297989ad60fdbca200ac10bb | src/aerys/minko/render/material/sprite/SpriteShader.as | src/aerys/minko/render/material/sprite/SpriteShader.as | package aerys.minko.render.material.sprite
{
import aerys.minko.render.shader.SFloat;
import aerys.minko.render.shader.Shader;
import aerys.minko.render.shader.ShaderSettings;
import aerys.minko.render.shader.part.DiffuseShaderPart;
import aerys.minko.type.enum.Blending;
import aerys.minko.type.enum.DepthTest;
i... | package aerys.minko.render.material.sprite
{
import aerys.minko.render.shader.SFloat;
import aerys.minko.render.shader.Shader;
import aerys.minko.render.shader.ShaderSettings;
import aerys.minko.render.shader.part.DiffuseShaderPart;
import aerys.minko.type.enum.Blending;
import aerys.minko.type.enum.DepthTest;
i... | update SpriteShader to use DiffuseShaderPart.getDiffuseColor() with the new 'uv' optional argument | update SpriteShader to use DiffuseShaderPart.getDiffuseColor() with the new 'uv' optional argument
| ActionScript | mit | aerys/minko-as3 |
2406327d42e54d1e1f410f1b74e841062d912b5c | 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 ... | Make all logging debug2 | [FragmentDemuxedStream] Make all logging debug2
| ActionScript | mpl-2.0 | codex-corp/flashls,codex-corp/flashls |
f9034f7851b8c485c444d3a7e7fce28cb9d39195 | src/com/merlinds/miracle_tool/viewer/ViewerView.as | src/com/merlinds/miracle_tool/viewer/ViewerView.as | /**
* User: MerlinDS
* Date: 18.07.2014
* Time: 17:42
*/
package com.merlinds.miracle_tool.viewer {
import com.bit101.components.List;
import com.bit101.components.Window;
import com.merlinds.debug.log;
import com.merlinds.miracle.Miracle;
import com.merlinds.miracle.animations.AnimationHelper;
import com.mer... | /**
* User: MerlinDS
* Date: 18.07.2014
* Time: 17:42
*/
package com.merlinds.miracle_tool.viewer {
import com.bit101.components.List;
import com.bit101.components.Window;
import com.merlinds.debug.log;
import com.merlinds.miracle.Miracle;
import com.merlinds.miracle.animations.AnimationHelper;
import com.mer... | change initialization | change initialization
| ActionScript | mit | MerlinDS/miracle_tool |
ee3fc7f1d063431f07718cbda10af7cb12a18b2d | src/battlecode/client/viewer/render/DrawRobot.as | src/battlecode/client/viewer/render/DrawRobot.as | package battlecode.client.viewer.render {
import battlecode.common.ActionType;
import battlecode.common.Direction;
import battlecode.common.MapLocation;
import battlecode.common.RobotType;
import battlecode.common.Team;
import battlecode.events.RobotEvent;
import mx.containers.Canv... | package battlecode.client.viewer.render {
import battlecode.common.ActionType;
import battlecode.common.Direction;
import battlecode.common.MapLocation;
import battlecode.common.RobotType;
import battlecode.common.Team;
import battlecode.events.RobotEvent;
import mx.containers.Canv... | make hq's and encampments more visible (larger) | make hq's and encampments more visible (larger)
| ActionScript | mit | trun/battlecode-webclient |
3a736c00adb4f18051ce7a552872003ba2157429 | src/org/mangui/basic/Player.as | src/org/mangui/basic/Player.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.basic {
import org.mangui.hls.HLS;
import org.mangui.hls.event.HLSEvent;
import fl... | /* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mangui.basic {
import org.mangui.hls.HLS;
import org.mangui.hls.event.HLSEvent;
import fla... | set stage | basic/Player.as: set stage
| ActionScript | mpl-2.0 | dighan/flashls,tedconf/flashls,loungelogic/flashls,aevange/flashls,codex-corp/flashls,Peer5/flashls,Peer5/flashls,aevange/flashls,loungelogic/flashls,viktorot/flashls,dighan/flashls,Corey600/flashls,aevange/flashls,viktorot/flashls,NicolasSiver/flashls,NicolasSiver/flashls,Corey600/flashls,jlacivita/flashls,suuhas/flas... |
015475b48bc32bc4b5bb270d23243951be8dd93a | src/aerys/minko/scene/controller/TransformController.as | src/aerys/minko/scene/controller/TransformController.as | package aerys.minko.scene.controller
{
import aerys.minko.scene.data.TransformDataProvider;
import aerys.minko.scene.node.Group;
import aerys.minko.scene.node.ISceneNode;
import aerys.minko.scene.node.Mesh;
import aerys.minko.scene.node.Scene;
import aerys.minko.type.math.Matrix4x4;
public final class Transform... | package aerys.minko.scene.controller
{
import aerys.minko.scene.data.TransformDataProvider;
import aerys.minko.scene.node.Group;
import aerys.minko.scene.node.ISceneNode;
import aerys.minko.scene.node.Mesh;
import aerys.minko.scene.node.Scene;
import aerys.minko.type.math.Matrix4x4;
public final class Transform... | fix TransformController.removedHandler() and TransformController.addedHandler() to fit to the corresponding signals new propagation rules | fix TransformController.removedHandler() and TransformController.addedHandler() to fit to the corresponding signals new propagation rules
| ActionScript | mit | aerys/minko-as3 |
5c1b053947e75f433cc9eb0bf8ae5bfbaacb6f0e | src/org/igniterealtime/xiff/core/XMPPBOSHConnection.as | src/org/igniterealtime/xiff/core/XMPPBOSHConnection.as | /*
* License
*/
package org.igniterealtime.xiff.core
{
import flash.events.TimerEvent;
import flash.utils.ByteArray;
import flash.utils.Timer;
import flash.xml.XMLDocument;
import flash.xml.XMLNode;
import mx.logging.ILogger;
import mx.rpc.events.FaultEvent;
import mx.rpc.events.ResultEvent;
import mx.rpc.h... | /*
* License
*/
package org.igniterealtime.xiff.core
{
import flash.events.*;
import flash.net.*;
import flash.utils.ByteArray;
import flash.utils.Timer;
import flash.xml.XMLDocument;
import flash.xml.XMLNode;
import mx.logging.ILogger;
import mx.rpc.events.FaultEvent;
import mx.rpc.events.ResultEvent;
imp... | Rewrite work in progress... | Rewrite work in progress...
git-svn-id: c197267f952b24206666de142881703007ca05d5@11143 b35dd754-fafc-0310-a699-88a17e54d16e
| ActionScript | apache-2.0 | nazoking/xiff |
204de3504e1b3cae22aa8c330def9dbc869e6ad2 | src/aerys/minko/scene/controller/ScriptController.as | src/aerys/minko/scene/controller/ScriptController.as | package aerys.minko.scene.controller
{
import aerys.minko.render.Viewport;
import aerys.minko.scene.node.ISceneNode;
import aerys.minko.scene.node.Scene;
import aerys.minko.type.KeyboardManager;
import aerys.minko.type.MouseManager;
import flash.display.BitmapData;
import flash.utils.Dictionary;
public class... | package aerys.minko.scene.controller
{
import aerys.minko.render.Viewport;
import aerys.minko.scene.node.ISceneNode;
import aerys.minko.scene.node.Scene;
import aerys.minko.type.KeyboardManager;
import aerys.minko.type.MouseManager;
import flash.display.BitmapData;
import flash.utils.Dictionary;
public class... | fix missing init of ScriptController._started | fix missing init of ScriptController._started
| ActionScript | mit | aerys/minko-as3 |
c1d6883557271455d2d6f042c429c6f6f91661da | src/org/mangui/hls/demux/ID3.as | src/org/mangui/hls/demux/ID3.as | /* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mangui.hls.demux {
import flash.utils.ByteArray;
CONFIG::LOGGING {
import org.mangui.hls.... | /* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mangui.hls.demux {
import flash.utils.ByteArray;
CONFIG::LOGGING {
import org.mangui.hls.... | fix multiple FRAGMENT_PLAYING event sent with audio only playlists round timestamp so that METADATA tag PTS is similar to first AAC tag PTS | fix multiple FRAGMENT_PLAYING event sent with audio only playlists
round timestamp so that METADATA tag PTS is similar to first AAC tag PTS
| ActionScript | mpl-2.0 | Peer5/flashls,Peer5/flashls,dighan/flashls,Corey600/flashls,Corey600/flashls,codex-corp/flashls,fixedmachine/flashls,hola/flashls,thdtjsdn/flashls,JulianPena/flashls,neilrackett/flashls,vidible/vdb-flashls,neilrackett/flashls,tedconf/flashls,mangui/flashls,vidible/vdb-flashls,fixedmachine/flashls,tedconf/flashls,clappr... |
3f0bddf871c9434c21a9385e2164180de4eacc94 | 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.Mesh;
import aerys.minko.scene.node.Scene;
import aerys.minko.type.binding.DataProvider;
import aerys.minko.type.math.Matrix4x4;
public final class MeshController extends AbstractCon... | package aerys.minko.scene.controller.mesh
{
import aerys.minko.scene.controller.AbstractController;
import aerys.minko.scene.node.Mesh;
import aerys.minko.scene.node.Scene;
import aerys.minko.type.binding.DataProvider;
import aerys.minko.type.math.Matrix4x4;
public final class MeshController extends AbstractCon... | fix missing init. of MeshController | fix missing init. of MeshController
| ActionScript | mit | aerys/minko-as3 |
361d5aeb6178f5a57af9a2dbfa6eae8db7139191 | src/as/com/threerings/flash/video/SimpleVideoDisplay.as | src/as/com/threerings/flash/video/SimpleVideoDisplay.as | //
// $Id#
package com.threerings.flash.video {
import flash.display.DisplayObject;
import flash.display.Graphics;
import flash.display.Shape;
import flash.display.Sprite;
import flash.events.Event;
import flash.events.MouseEvent;
import flash.geom.Point;
import flash.geom.Rectangle;
import com.threerings.util.Log... | //
// $Id#
package com.threerings.flash.video {
import flash.display.DisplayObject;
import flash.display.Graphics;
import flash.display.Shape;
import flash.display.Sprite;
import flash.events.Event;
import flash.events.MouseEvent;
import flash.geom.Point;
import flash.geom.Rectangle;
import com.threerings.util.Log... | Comment out the advanced controls, they're not ready for prime-time. | Comment out the advanced controls, they're not ready for prime-time.
git-svn-id: b675b909355d5cf946977f44a8ec5a6ceb3782e4@687 ed5b42cb-e716-0410-a449-f6a68f950b19
| ActionScript | lgpl-2.1 | threerings/nenya,threerings/nenya |
6e98a7929526c374adc82bb9fa2d95dec1bd3fbd | flash/src/com/adobe/serialization/json/JSONTokenizer.as | flash/src/com/adobe/serialization/json/JSONTokenizer.as | /*
Copyright (c) 2008, Adobe Systems Incorporated
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright notice,
this l... | /*
Copyright (c) 2008, Adobe Systems Incorporated
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright notice,
this l... | Add Qfalse and Qtrue support to tokenizer. | Add Qfalse and Qtrue support to tokenizer.
| ActionScript | mit | jonathanbranam/redsun,jonathanbranam/redsun,jonathanbranam/redsun,jonathanbranam/redsun |
3b1b48b74289870d6999ba2f863e7fa806802fd7 | src/aerys/minko/render/material/phong/PhongProperties.as | src/aerys/minko/render/material/phong/PhongProperties.as | package aerys.minko.render.material.phong
{
public final class PhongProperties
{
public static const RECEPTION_MASK : String = 'lightReceptionMask';
public static const LIGHT_MAP : String = 'lightMap';
public static const SPECULAR_MAP : String = 'specularMap';
public static const HEIGHT_MAP :... | package aerys.minko.render.material.phong
{
public final class PhongProperties
{
public static const RECEPTION_MASK : String = 'lightReceptionMask';
public static const LIGHT_MAP : String = 'lightMap';
public static const SPECULAR_MAP : String = 'specularMap';
public static const HEIGHT_MAP :... | fix typo | fix typo
| ActionScript | mit | aerys/minko-as3 |
7f727252e5475cd06187cf0d7d1d2c9bf80dfcf7 | dolly-framework/src/main/actionscript/dolly/Copier.as | dolly-framework/src/main/actionscript/dolly/Copier.as | package dolly {
import dolly.core.dolly_internal;
import dolly.core.metadata.MetadataName;
import org.as3commons.reflect.Accessor;
import org.as3commons.reflect.Field;
import org.as3commons.reflect.IMetadataContainer;
import org.as3commons.reflect.Type;
import org.as3commons.reflect.Variable;
use namespace dolly_inte... | package dolly {
import dolly.core.dolly_internal;
import dolly.core.metadata.MetadataName;
import org.as3commons.reflect.Accessor;
import org.as3commons.reflect.Field;
import org.as3commons.reflect.IMetadataContainer;
import org.as3commons.reflect.Type;
import org.as3commons.reflect.Variable;
use namespace dolly_int... | Remove private static method Copier.isVariableCopyable(). | Remove private static method Copier.isVariableCopyable().
| ActionScript | mit | Yarovoy/dolly |
0f9cafac8f3cb7e5a4ad51c02b9936474e7529ff | src/org/swiftsuspenders/typedescriptions/MethodInjectionPoint.as | src/org/swiftsuspenders/typedescriptions/MethodInjectionPoint.as | /*
* Copyright (c) 2012 the original author or authors
*
* Permission is hereby granted to use, modify, and distribute this file
* in accordance with the terms of the license agreement accompanying it.
*/
package org.swiftsuspenders.typedescriptions
{
import avmplus.getQualifiedClassName;
import flash.utils.D... | /*
* Copyright (c) 2012 the original author or authors
*
* Permission is hereby granted to use, modify, and distribute this file
* in accordance with the terms of the license agreement accompanying it.
*/
package org.swiftsuspenders.typedescriptions
{
import avmplus.getQualifiedClassName;
import flash.utils.D... | Fix for a bug in MethodInjectionPoint | Fix for a bug in MethodInjectionPoint
The global Array _parameterValues was incorrectly shared between
reentrant calls to MethodInjectionPoint.applyInjection, thus losing
some dependencies for injection.
| ActionScript | mit | LordXaoca/SwiftSuspenders,rshiue/swiftsuspenders,robotlegs/swiftsuspenders,robotlegs/swiftsuspenders,rshiue/swiftsuspenders,tschneidereit/SwiftSuspenders,tschneidereit/SwiftSuspenders,LordXaoca/SwiftSuspenders |
1c8859f2835abea5deb42bb5b5218ee561b95ab4 | FlexUnit4/src/flex/lang/reflect/builders/MethodBuilder.as | FlexUnit4/src/flex/lang/reflect/builders/MethodBuilder.as | /**
* Copyright (c) 2010 Digital Primates
*
* 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, merg... | /**
* Copyright (c) 2010 Digital Primates
*
* 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, merg... | Fix for release mode swfs | Fix for release mode swfs
| ActionScript | apache-2.0 | apache/flex-flexunit,SlavaRa/flex-flexunit,apache/flex-flexunit,SlavaRa/flex-flexunit,apache/flex-flexunit,apache/flex-flexunit,SlavaRa/flex-flexunit,SlavaRa/flex-flexunit |
086e18d77510440f453a098504a8c67c639f5245 | src/avm2/tests/regress/correctness/pass/default.as | src/avm2/tests/regress/correctness/pass/default.as | function foo(a = 1, b = 2, c = 3) {
return a + b + c;
}
trace(foo(1));
| function car(a = 1, b = 2) {
return a + b;
}
trace(car(1));
function foo(a = 1, b = 2, c = 3) {
return a + b + c;
}
trace(foo(1));
function bar(a = 1, b = 2, c = 3, d = 4) {
return a + b + c + d;
}
trace(bar(1));
| Update test case. | Update test case.
| ActionScript | apache-2.0 | yurydelendik/shumway,mbebenita/shumway,mozilla/shumway,mozilla/shumway,mozilla/shumway,tschneidereit/shumway,tschneidereit/shumway,yurydelendik/shumway,yurydelendik/shumway,mbebenita/shumway,mbebenita/shumway,mozilla/shumway,mozilla/shumway,yurydelendik/shumway,yurydelendik/shumway,mbebenita/shumway,mbebenita/shumway,t... |
8ac8a8c6ea5eb828252c89e332e7440109ac9817 | src/as/com/threerings/parlor/game/client/FlexGameConfigurator.as | src/as/com/threerings/parlor/game/client/FlexGameConfigurator.as | //
// $Id$
//
// Vilya library - tools for developing networked games
// Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved
// http://www.threerings.net/code/vilya/
//
// This library is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public Licens... | //
// $Id$
//
// Vilya library - tools for developing networked games
// Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved
// http://www.threerings.net/code/vilya/
//
// This library is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public Licens... | Use GridUtil. | Use GridUtil.
git-svn-id: a3e1eb16dde062992de22c830ed8045c8013209a@496 c613c5cb-e716-0410-b11b-feb51c14d237
| ActionScript | lgpl-2.1 | threerings/vilya,threerings/vilya |
755ed103ec7efe5110e353642502f1734666d04f | frameworks/projects/Binding/as/src/org/apache/flex/binding/ConstantBinding.as | frameworks/projects/Binding/as/src/org/apache/flex/binding/ConstantBinding.as | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | use 'in' since a missing property won't always throw | use 'in' since a missing property won't always throw
| ActionScript | apache-2.0 | greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs |
250ef712d3bba79191d5ae7f4612d391c78f52f8 | as3/smartform/src/com/rpath/raf/views/CompoundInputItem.as | as3/smartform/src/com/rpath/raf/views/CompoundInputItem.as | /*
#
# Copyright (c) 2009 rPath, Inc.
#
# This program is distributed under the terms of the MIT License as found
# in a file called LICENSE. If it is not present, the license
# is always available at http://www.opensource.org/licenses/mit-license.php.
#
# This program is distributed in the hope that it will be useful... | /*
#
# Copyright (c) 2009 rPath, Inc.
#
# This program is distributed under the terms of the MIT License as found
# in a file called LICENSE. If it is not present, the license
# is always available at http://www.opensource.org/licenses/mit-license.php.
#
# This program is distributed in the hope that it will be useful... | Handle null in validation elem iteration | Handle null in validation elem iteration
| ActionScript | apache-2.0 | sassoftware/smartform |
a29d9651bd38f9266c609600e76fda90f4743ed9 | frameworks/projects/mobilecomponents/src/spark/components/MobileBusyIndicator.as | frameworks/projects/mobilecomponents/src/spark/components/MobileBusyIndicator.as | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | Fix package name of spark/components/MobileBusyIndicator.as Fix constructor name | Fix package name of spark/components/MobileBusyIndicator.as
Fix constructor name
| ActionScript | apache-2.0 | adufilie/flex-sdk,adufilie/flex-sdk,adufilie/flex-sdk,apache/flex-sdk,shyamalschandra/flex-sdk,SlavaRa/flex-sdk,apache/flex-sdk,apache/flex-sdk,SlavaRa/flex-sdk,adufilie/flex-sdk,SlavaRa/flex-sdk,SlavaRa/flex-sdk,adufilie/flex-sdk,danteinforno/flex-sdk,shyamalschandra/flex-sdk,danteinforno/flex-sdk,shyamalschandra/flex... |
282e0c5177e4bcf16e8594d9d97d97b2d63dd94c | ImpetusSound.as | ImpetusSound.as | package io.github.jwhile.impetus
{
import flash.media.Sound;
import flash.media.SoundChannel;
public class ImpetusSound
{
private var url:String;
private var sound:Sound;
private var channels:Vector.<SoundChannel>;
public function ImpetusSound(url:String):void
... | package io.github.jwhile.impetus
{
import flash.media.Sound;
import flash.media.SoundChannel;
import flash.net.URLRequest;
public class ImpetusSound
{
private var sound:Sound;
private var channels:Vector.<SoundChannel>;
public function ImpetusSound(url:String):void
... | Load sound directly on constructor | Load sound directly on constructor
| ActionScript | mit | Julow/Impetus |
8ed3b54ba6602edb30de68b31f854f25d5dd2e0a | src/aerys/minko/render/shader/compiler/graph/nodes/leaf/Constant.as | src/aerys/minko/render/shader/compiler/graph/nodes/leaf/Constant.as | package aerys.minko.render.shader.compiler.graph.nodes.leaf
{
import aerys.minko.render.shader.compiler.CRC32;
import aerys.minko.render.shader.compiler.Serializer;
import aerys.minko.render.shader.compiler.graph.nodes.AbstractNode;
/**
* @private
* @author Romain Gilliotte
*
*/
public class Constant ex... | package aerys.minko.render.shader.compiler.graph.nodes.leaf
{
import aerys.minko.render.shader.compiler.CRC32;
import aerys.minko.render.shader.compiler.Serializer;
import aerys.minko.render.shader.compiler.graph.nodes.AbstractNode;
/**
* @private
* @author Romain Gilliotte
*
*/
public class Constant ex... | fix missing ; | fix missing ;
| ActionScript | mit | aerys/minko-as3 |
a6a587dcb1036ab6da6dd051b6a674b19086758b | src/flash/utils/Timer.as | src/flash/utils/Timer.as | package flash.utils
{
import flash.events.*;
[Event(name = "timerComplete", type = "flash.events.TimerEvent")]
[Event(name = "timer", type = "flash.events.TimerEvent")]
public class Timer extends EventDispatcher
{
private var m_delay:Number;
private var m_repeatCount:int;
private var m_iteration:i... | package flash.utils
{
import flash.events.*;
[Event(name = "timerComplete", type = "flash.events.TimerEvent")]
[Event(name = "timer", type = "flash.events.TimerEvent")]
public class Timer extends EventDispatcher
{
private var m_delay:Number;
private var m_repeatCount:int;
private var m_iteration:i... | Fix small bug when setInterval never stops. | Fix small bug when setInterval never stops. | ActionScript | mit | matrix3d/spriteflexjs,matrix3d/spriteflexjs |
a80620c59f41b3e749215bb0046fd1f06885cacd | src/aerys/minko/render/material/basic/BasicMaterial.as | src/aerys/minko/render/material/basic/BasicMaterial.as | package aerys.minko.render.material.basic
{
import aerys.minko.render.Effect;
import aerys.minko.render.material.Material;
import aerys.minko.render.resource.texture.TextureResource;
public class BasicMaterial extends Material
{
public static const DEFAULT_NAME : String = 'BasicMaterial';
public static co... | package aerys.minko.render.material.basic
{
import aerys.minko.render.Effect;
import aerys.minko.render.material.Material;
import aerys.minko.render.resource.texture.TextureResource;
public class BasicMaterial extends Material
{
public static const DEFAULT_NAME : String = 'BasicMaterial';
public static co... | add optional Effect argument to BasicMaterial constructor | add optional Effect argument to BasicMaterial constructor
| ActionScript | mit | aerys/minko-as3 |
86bbdcf0ba7c7564f0eef164f20908d3b78df1e0 | src/org/mangui/hls/HLSJS.as | src/org/mangui/hls/HLSJS.as | package org.mangui.hls
{
import flash.external.ExternalInterface;
import org.hola.ZExternalInterface;
import org.hola.JSAPI;
import org.hola.HSettings;
import org.mangui.hls.event.HLSEvent;
import org.mangui.hls.constant.HLSPlayStates;
import org.mangui.hls.model.Level;
import org.mangui... | package org.mangui.hls
{
import flash.external.ExternalInterface;
import org.hola.ZExternalInterface;
import org.hola.JSAPI;
import org.hola.HSettings;
import org.mangui.hls.event.HLSEvent;
import org.mangui.hls.constant.HLSPlayStates;
import org.mangui.hls.model.Level;
import org.mangui... | add info about seeking_position to SEEK_STATE event | add info about seeking_position to SEEK_STATE event
| ActionScript | mpl-2.0 | hola/flashls,hola/flashls |
1792496facb4d112806fec7abac828790db03812 | src/aerys/minko/scene/controller/mesh/skinning/SkinningController.as | src/aerys/minko/scene/controller/mesh/skinning/SkinningController.as | package aerys.minko.scene.controller.mesh.skinning
{
import aerys.minko.Minko;
import aerys.minko.ns.minko_math;
import aerys.minko.render.Viewport;
import aerys.minko.scene.controller.AbstractController;
import aerys.minko.scene.controller.EnterFrameController;
import aerys.minko.scene.controller.IRebindableCont... | package aerys.minko.scene.controller.mesh.skinning
{
import aerys.minko.Minko;
import aerys.minko.ns.minko_math;
import aerys.minko.render.Viewport;
import aerys.minko.scene.controller.AbstractController;
import aerys.minko.scene.controller.EnterFrameController;
import aerys.minko.scene.controller.IRebindableCont... | throw an error when the skeletonRoot passed to SkinningController constructor is null | throw an error when the skeletonRoot passed to SkinningController constructor is null
| ActionScript | mit | aerys/minko-as3 |
1424dda4080ca2cd67a723f5a7018d786c31cfa2 | 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.... | add ASDoc to explain the behavior of PhongEffect | add ASDoc to explain the behavior of PhongEffect
| ActionScript | mit | aerys/minko-as3 |
369541a0665f59c93ae5961576784d683688df5f | frameworks/projects/HTML/as/src/org/apache/flex/html/Panel.as | frameworks/projects/HTML/as/src/org/apache/flex/html/Panel.as | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | fix panel background styling | fix panel background styling
| ActionScript | apache-2.0 | greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs |
009dbdceb749a44cda7e4a603bd7f4a96e07918c | frameworks/as/projects/FlexJSUI/src/org/apache/flex/core/Application.as | frameworks/as/projects/FlexJSUI/src/org/apache/flex/core/Application.as | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | Set Application.stageQuality to HIGH_16X16_LINEAR | Set Application.stageQuality to HIGH_16X16_LINEAR
| ActionScript | apache-2.0 | greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs |
4d623322f2a4f7d68c749d2e61886f94e32322db | as3/xobjas3/src/com/rpath/xobj/XObjArrayCollection.as | as3/xobjas3/src/com/rpath/xobj/XObjArrayCollection.as | /*
#
# Copyright (c) 2007-2011 rPath, Inc.
#
# All rights reserved
#
*/
package com.rpath.xobj
{
import flash.utils.Dictionary;
import mx.collections.ArrayCollection;
public class XObjArrayCollection extends ArrayCollection implements IXObjCollection
{
public function XObjArrayCollection(source:Array=null, typeM... | /*
#
# Copyright (c) 2007-2011 rPath, Inc.
#
# All rights reserved
#
*/
package com.rpath.xobj
{
import flash.utils.Dictionary;
import mx.collections.ArrayCollection;
[Bindable]
public class XObjArrayCollection extends ArrayCollection implements IXObjCollection
{
public function XObjArrayCollection(source:Array=... | Make XObjArrayCollection bindable | Make XObjArrayCollection bindable
| ActionScript | apache-2.0 | sassoftware/xobj,sassoftware/xobj,sassoftware/xobj,sassoftware/xobj |
f185862fb741a85cd36ffd8b2fd4b6d3b3e68bc9 | frameworks/projects/framework/src/mx/binding/Binding.as | frameworks/projects/framework/src/mx/binding/Binding.as | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | Revert "FLEX-33874 improve binding performance" | Revert "FLEX-33874 improve binding performance"
This reverts commit ccdbfebd403b913c67d58b096f570d4c088fd0c1.
| ActionScript | apache-2.0 | danteinforno/flex-sdk,adufilie/flex-sdk,danteinforno/flex-sdk,SlavaRa/flex-sdk,shyamalschandra/flex-sdk,SlavaRa/flex-sdk,adufilie/flex-sdk,apache/flex-sdk,apache/flex-sdk,shyamalschandra/flex-sdk,shyamalschandra/flex-sdk,apache/flex-sdk,SlavaRa/flex-sdk,SlavaRa/flex-sdk,adufilie/flex-sdk,shyamalschandra/flex-sdk,adufil... |
65c9cd04655181187f648868ceaf923efbc0e455 | lib/src/com/amanitadesign/steam/WorkshopConstants.as | lib/src/com/amanitadesign/steam/WorkshopConstants.as | /*
* WorkshopConstants.as
* This file is part of FRESteamWorks.
*
* Created by Ventero <http://github.com/Ventero> on 2013-04-24
* Copyright (c) 2013 Level Up Labs, LLC. All rights reserved.
*/
package com.amanitadesign.steam
{
public class WorkshopConstants
{
public static const FILETYPE_Community:int =... | /*
* WorkshopConstants.as
* This file is part of FRESteamWorks.
*
* Created by Ventero <http://github.com/Ventero> on 2013-04-24
* Copyright (c) 2013 Level Up Labs, LLC. All rights reserved.
*/
package com.amanitadesign.steam
{
public class WorkshopConstants
{
public static const FILETYPE_Community:int =... | Add new filetypes. | Add new filetypes.
| ActionScript | bsd-2-clause | Ventero/FRESteamWorks,Ventero/FRESteamWorks,Ventero/FRESteamWorks,Ventero/FRESteamWorks |
7a3325ab9c54246aeb490f34b4e9b728effbebc5 | src/aerys/minko/render/shader/part/PostProcessingShaderPart.as | src/aerys/minko/render/shader/part/PostProcessingShaderPart.as | package aerys.minko.render.shader.part
{
import aerys.minko.render.shader.SFloat;
import aerys.minko.render.shader.Shader;
import aerys.minko.render.shader.ShaderSettings;
import aerys.minko.type.enum.DepthTest;
import aerys.minko.type.enum.SamplerFiltering;
import aerys.minko.type.enum.SamplerMipMapping;
import... | package aerys.minko.render.shader.part
{
import aerys.minko.render.shader.SFloat;
import aerys.minko.render.shader.Shader;
import aerys.minko.render.shader.ShaderSettings;
import aerys.minko.type.enum.DepthTest;
import aerys.minko.type.enum.SamplerFiltering;
import aerys.minko.type.enum.SamplerMipMapping;
import... | fix PostProcessingShaderPart.sampleBackBuffer() to actually use the uv argument when provided | fix PostProcessingShaderPart.sampleBackBuffer() to actually use the uv argument when provided
| ActionScript | mit | aerys/minko-as3 |
ddb5ca8bbef60176eb0ef8055a12ff2457deed88 | src/laml/display/Image.as | src/laml/display/Image.as | package laml.display {
import flash.display.Bitmap;
import flash.display.Loader;
import flash.events.Event;
import flash.events.IOErrorEvent;
import flash.events.SecurityErrorEvent;
import flash.geom.Rectangle;
import flash.net.URLRequest;
import laml.events.PayloadEvent;
public class Image extends Compone... | package laml.display {
import flash.display.Bitmap;
import flash.display.DisplayObject;
import flash.display.Loader;
import flash.events.Event;
import flash.events.IOErrorEvent;
import flash.events.SecurityErrorEvent;
import flash.geom.Rectangle;
import flash.net.URLRequest;
import laml.events.PayloadEvent;
... | Support passing in any kind of display object into image source | Support passing in any kind of display object into image source
git-svn-id: 02605e11d3a461bc7e12f3f3880edf4b0c8dcfd0@4741 3e7533ad-8678-4d30-8e38-00a379d3f0d0
| ActionScript | mit | lukebayes/laml |
dd210b01228f5238e6ed90637bf225c758c54b59 | lib/src_linux/com/amanitadesign/steam/FRESteamWorks.as | lib/src_linux/com/amanitadesign/steam/FRESteamWorks.as | package com.amanitadesign.steam {
import flash.desktop.NativeProcess;
import flash.desktop.NativeProcessStartupInfo;
import flash.events.Event;
import flash.events.EventDispatcher;
import flash.events.IEventDispatcher;
import flash.events.IOErrorEvent;
import flash.events.ProgressEvent;
import flash.events.Stat... | package com.amanitadesign.steam {
import flash.desktop.NativeProcess;
import flash.desktop.NativeProcessStartupInfo;
import flash.events.Event;
import flash.events.EventDispatcher;
import flash.events.IEventDispatcher;
import flash.events.IOErrorEvent;
import flash.events.ProgressEvent;
import flash.events.Stat... | Improve error handling | Improve error handling
| ActionScript | bsd-2-clause | Ventero/FRESteamWorks,Ventero/FRESteamWorks,Ventero/FRESteamWorks,Ventero/FRESteamWorks |
4523974603953af1e042917f0098049dd290ffb2 | frameworks/projects/spark/src/spark/components/DropDownList.as | frameworks/projects/spark/src/spark/components/DropDownList.as | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | Fix regression issue. Turns out LabelUtil.itemToLabel has side effects and text was not updated on control unless called | Fix regression issue. Turns out LabelUtil.itemToLabel has side effects and text was not updated on control unless called
| ActionScript | apache-2.0 | apache/flex-sdk,apache/flex-sdk,apache/flex-sdk,apache/flex-sdk,apache/flex-sdk,apache/flex-sdk |
05af37b27c28e6f236144931cc72e08c28aef1e8 | src/main/flex/org/servebox/cafe/core/bootstrap/impl/DefaultBootstrapImpl.as | src/main/flex/org/servebox/cafe/core/bootstrap/impl/DefaultBootstrapImpl.as | package org.servebox.cafe.core.bootstrap.impl
{
import flash.utils.Dictionary;
import org.servebox.cafe.core.bootstrap.IBootstrap;
import org.servebox.cafe.core.modularity.IApplicationUnit;
import org.servebox.cafe.core.spring.IApplicationContext;
public class DefaultBootstrapImpl implements IBootstrap
{
pr... | package org.servebox.cafe.core.bootstrap.impl
{
import flash.utils.Dictionary;
import org.servebox.cafe.core.bootstrap.IBootstrap;
import org.servebox.cafe.core.modularity.IApplicationUnit;
import org.servebox.cafe.core.spring.IApplicationContext;
public class DefaultBootstrapImpl implements IBootstrap
{
pr... | Remove trace. | Remove trace. | ActionScript | mit | servebox/as-cafe |
ae87a2d648a9221906fa979b365bc2b35ac4a064 | frameworks/as/src/org/apache/flex/html/staticControls/beads/TextInputBead.as | frameworks/as/src/org/apache/flex/html/staticControls/beads/TextInputBead.as | //
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF licenses this file to You under the Apache License, Version 2.0
// (the "License"); you... | //
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF licenses this file to You under the Apache License, Version 2.0
// (the "License"); you... | fix type error | fix type error
| ActionScript | apache-2.0 | greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs |
34a6d3e9632c1b9a0ddd6b931dd5846091030131 | src/as/com/threerings/parlor/game/client/FlexGameConfigurator.as | src/as/com/threerings/parlor/game/client/FlexGameConfigurator.as | //
// $Id$
//
// Vilya library - tools for developing networked games
// Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved
// http://www.threerings.net/code/vilya/
//
// This library is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public Licens... | //
// $Id$
//
// Vilya library - tools for developing networked games
// Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved
// http://www.threerings.net/code/vilya/
//
// This library is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public Licens... | Use Grid instead of Tile as the latter requires hardcoding which blows. | Use Grid instead of Tile as the latter requires hardcoding which blows.
git-svn-id: a3e1eb16dde062992de22c830ed8045c8013209a@495 c613c5cb-e716-0410-b11b-feb51c14d237
| ActionScript | lgpl-2.1 | threerings/vilya,threerings/vilya |
5090c2129a3f98b2f74a9cea8791fafe168291fb | otp.replace.as | otp.replace.as | #!/bin/ksh -e
typeset -ir makejobs='5'
typeset -ir verbosity='0'
usage()
{
echo "Usage: ${0##*/} otp-name-or-path otp-inst-label" >&2
exit 1
}
[[ $# == 2 ]] || usage
[[ "$2" != */* ]] || usage
typeset -lr otp_name="${2}"
case "$1" in
*/* )
otpsrc="$1"
;;
. )
otpsrc="$(pwd)"
... | #!/bin/ksh -e
typeset -ir makejobs='5'
typeset -ir verbosity='0'
usage()
{
echo "Usage: ${0##*/} otp-name-or-path otp-inst-label" >&2
exit 1
}
[[ $# == 2 ]] || usage
[[ "$2" != */* ]] || usage
typeset -lr otp_name="${2}"
case "$1" in
*/* )
otpsrc="$1"
;;
. )
otpsrc="$(pwd)"
... | adjust whether to build with hHiPE support | adjust whether to build with hHiPE support
| ActionScript | isc | tburghart/local_env,tburghart/local_env |
664dc68180110d53b015d4b6e9219859a5f1e8a5 | src/com/esri/builder/components/serviceBrowser/supportClasses/ServiceDirectoryBuilder.as | src/com/esri/builder/components/serviceBrowser/supportClasses/ServiceDirectoryBuilder.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
//
/... | Remove unused fields (ServiceDirectoryBuilder). | Remove unused fields (ServiceDirectoryBuilder).
| ActionScript | apache-2.0 | Esri/arcgis-viewer-builder-flex |
cc772dfa52f1ec4cc78fbf554000be2803d67cd2 | actionscript-cafe/src/main/flex/org/servebox/cafe/core/command/CommandBinding.as | actionscript-cafe/src/main/flex/org/servebox/cafe/core/command/CommandBinding.as | package org.servebox.cafe.core.command
{
import flash.events.Event;
import flash.events.EventDispatcher;
import flash.events.IEventDispatcher;
import mx.binding.utils.BindingUtils;
import mx.binding.utils.ChangeWatcher;
import mx.core.UIComponent;
public class CommandBinding extends EventDispatcher... | package org.servebox.cafe.core.command
{
import flash.events.Event;
import flash.events.EventDispatcher;
import flash.events.IEventDispatcher;
import mx.binding.utils.BindingUtils;
import mx.binding.utils.ChangeWatcher;
import mx.core.UIComponent;
public class CommandBinding extends EventDispatcher... | Update in setting the target of CommandBinding. | Update in setting the target of CommandBinding.
| ActionScript | mit | servebox/as-cafe |
c4f0010f494f1e95bc08595b08904af4976e71f9 | src/ru/kutu/grindplayer/views/mediators/ScrubBarMediator.as | src/ru/kutu/grindplayer/views/mediators/ScrubBarMediator.as | package ru.kutu.grindplayer.views.mediators {
import org.osmf.events.MetadataEvent;
import org.osmf.media.MediaElement;
import org.osmf.net.StreamType;
import ru.kutu.grind.views.mediators.ScrubBarBaseMediator;
public class ScrubBarMediator extends ScrubBarBaseMediator {
private var isAdvertisement:Bool... | package ru.kutu.grindplayer.views.mediators {
import org.osmf.events.MetadataEvent;
import org.osmf.media.MediaElement;
import org.osmf.net.StreamType;
import ru.kutu.grind.views.mediators.ScrubBarBaseMediator;
public class ScrubBarMediator extends ScrubBarBaseMediator {
private var hideScrubBarWhileAdv... | remove disabling scrub bar on ads | remove disabling scrub bar on ads
| ActionScript | mit | kutu/GrindPlayer |
21f618c09e929a06374d5ec03fed94b1ed21c833 | src/aerys/minko/render/material/phong/multipass/ZPrepassShader.as | src/aerys/minko/render/material/phong/multipass/ZPrepassShader.as | package aerys.minko.render.material.phong.multipass
{
import aerys.minko.render.RenderTarget;
import aerys.minko.render.shader.SFloat;
import aerys.minko.render.shader.Shader;
import aerys.minko.render.shader.ShaderSettings;
import aerys.minko.render.shader.part.animation.VertexAnimationShaderPart;
... | package aerys.minko.render.material.phong.multipass
{
import aerys.minko.render.RenderTarget;
import aerys.minko.render.material.basic.BasicProperties;
import aerys.minko.render.shader.SFloat;
import aerys.minko.render.shader.Shader;
import aerys.minko.render.shader.ShaderSettings;
import aerys.... | Fix alpha threshold on multi pass phong effect | Fix alpha threshold on multi pass phong effect
| ActionScript | mit | aerys/minko-as3 |
e2c1c4cf096086709109d2d147d93e6eb5131c00 | frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/models/ArraySelectionModel.as | frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/models/ArraySelectionModel.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 having dp set after selectedIndex | handle having dp set after selectedIndex
| ActionScript | apache-2.0 | greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs |
980fa3a24502240fbb4b90e6bbad38a4df2343f8 | src/modules/supportClasses/LayerSettings.as | src/modules/supportClasses/LayerSettings.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
//
/... | Remove redundant code. | Remove redundant code.
| ActionScript | apache-2.0 | Esri/arcgis-viewer-builder-flex |
a878fce619c012fa22eacc67b6b73cf4c41ae293 | dolly-framework/src/test/actionscript/dolly/ClonerTest.as | dolly-framework/src/test/actionscript/dolly/ClonerTest.as | package dolly {
import dolly.core.dolly_internal;
import org.as3commons.reflect.Field;
import org.as3commons.reflect.Type;
import org.flexunit.asserts.assertEquals;
import org.flexunit.asserts.assertNotNull;
import org.flexunit.asserts.assertNull;
use namespace dolly_internal;
public class ClonerTest {
private var... | package dolly {
import dolly.core.dolly_internal;
import org.as3commons.reflect.Field;
import org.as3commons.reflect.Type;
import org.flexunit.asserts.assertEquals;
import org.flexunit.asserts.assertNotNull;
import org.flexunit.asserts.assertNull;
use namespace dolly_internal;
public class ClonerTest {
private var... | Add [Test] metadata tag. | Add [Test] metadata tag.
| ActionScript | mit | Yarovoy/dolly |
680b127adc2139be9edf0d5ebd66b13395e93ff9 | src/org/mangui/HLS/muxing/ID3.as | src/org/mangui/HLS/muxing/ID3.as | package org.mangui.HLS.muxing {
import flash.utils.ByteArray;
import org.mangui.HLS.utils.Log;
public class ID3
{
public var len:Number;
public var hasTimestamp:Boolean = false;
public var timestamp:Number;
/* create ID3 object by parsing ByteArray, looking for ID3 tag length, ... | package org.mangui.HLS.muxing {
import flash.utils.ByteArray;
import org.mangui.HLS.utils.Log;
public class ID3
{
public var len:Number;
public var hasTimestamp:Boolean = false;
public var timestamp:Number;
/* create ID3 object by parsing ByteArray, looking for ID3 tag length, ... | reduce log2 verbosity when extracting ID3 tags | reduce log2 verbosity when extracting ID3 tags
| ActionScript | mpl-2.0 | desaintmartin/hlsprovider,desaintmartin/hlsprovider,desaintmartin/hlsprovider |
d0cd3f7079ebc613ad7f1e47cd5b83e77f712ca6 | frameworks/projects/HTML/asjs/src/org/apache/flex/html/beads/layouts/OneFlexibleChildVerticalLayout.as | frameworks/projects/HTML/asjs/src/org/apache/flex/html/beads/layouts/OneFlexibleChildVerticalLayout.as | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | fix up this layout | fix up this layout
| ActionScript | apache-2.0 | greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs |
f4cc3e0ecbeea0a22ae5c645a2f5c11f57b5de94 | src/org/mangui/hls/model/Level.as | src/org/mangui/hls/model/Level.as | package org.mangui.hls.model {
CONFIG::LOGGING {
import org.mangui.hls.utils.Log;
}
import org.mangui.hls.utils.PTS;
/** HLS streaming quality level. **/
public class Level {
/** audio only Level ? **/
public var audio : Boolean;
/** Level Bitrate. **/
... | package org.mangui.hls.model {
CONFIG::LOGGING {
import org.mangui.hls.utils.Log;
}
import org.mangui.hls.utils.PTS;
/** HLS streaming quality level. **/
public class Level {
/** audio only Level ? **/
public var audio : Boolean;
/** Level Bitrate. **/
... | improve debug logs | improve debug logs
| ActionScript | mpl-2.0 | hola/flashls,stevemayhew/flashls,mangui/flashls,tedconf/flashls,jlacivita/flashls,ryanhefner/flashls,viktorot/flashls,vidible/vdb-flashls,loungelogic/flashls,aevange/flashls,Peer5/flashls,stevemayhew/flashls,aevange/flashls,mangui/flashls,ryanhefner/flashls,neilrackett/flashls,clappr/flashls,Peer5/flashls,School-Improv... |
3cdb386f63d98b6f367a9f362e559a2f1811c3d2 | src/com/rails2u/bridge/JSProxy.as | src/com/rails2u/bridge/JSProxy.as | package com.rails2u.bridge {
import flash.utils.Proxy;
import flash.external.ExternalInterface;
import flash.utils.flash_proxy;
public dynamic class JSProxy extends Proxy {
use namespace flash_proxy;
public static var proxyLogger:Function = function(...args):void {};
private va... | package com.rails2u.bridge {
import flash.utils.Proxy;
import flash.external.ExternalInterface;
import flash.utils.flash_proxy;
public dynamic class JSProxy extends Proxy {
use namespace flash_proxy;
public static var proxyLogger:Function = function(...args):void {};
private va... | append setter setTimeout() | append setter setTimeout()
git-svn-id: 864080e30cc358c5edb906449bbf014f90258007@66 96db6a20-122f-0410-8d9f-89437bbe4005
| ActionScript | mit | hotchpotch/as3rails2u,hotchpotch/as3rails2u |
86af585a12d59369e04acffb07b636be850efd16 | actionscript/src/com/freshplanet/ane/AirInAppPurchase/InAppPurchase.as | actionscript/src/com/freshplanet/ane/AirInAppPurchase/InAppPurchase.as | /**
* Copyright 2017 FreshPlanet
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | /**
* Copyright 2017 FreshPlanet
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | remove old subscription token param | remove old subscription token param
| ActionScript | apache-2.0 | freshplanet/ANE-In-App-Purchase,freshplanet/ANE-In-App-Purchase,freshplanet/ANE-In-App-Purchase |
1913069224dd2c21b0044eef9765c3ee4ee6939c | fullscreen-ane-android/src/com/mesmotronic/ane/AndroidFullScreen.as | fullscreen-ane-android/src/com/mesmotronic/ane/AndroidFullScreen.as | /*
Copyright (c) 2014, Mesmotronic Limited
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the foll... | /*
Copyright (c) 2014, Mesmotronic Limited
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the foll... | Update AndroidFullScreen.as | Update AndroidFullScreen.as
A little mistake. In FullScreenContext.java function name is isImmersiveModeSupported. | ActionScript | bsd-3-clause | mesmotronic/air-fullscreen-ane,mesmotronic/air-ane-fullscreen |
d2090a3a0d1fdbea21c7d0061a25aba3a11028be | plugins/comscorePlugin/src/com/kaltura/kdpfl/view/ComscoreMediator.as | plugins/comscorePlugin/src/com/kaltura/kdpfl/view/ComscoreMediator.as | package com.kaltura.kdpfl.view
{
import com.kaltura.kdpfl.model.ConfigProxy;
import com.kaltura.kdpfl.model.MediaProxy;
import com.kaltura.kdpfl.model.SequenceProxy;
import com.kaltura.kdpfl.model.type.AdsNotificationTypes;
import com.kaltura.kdpfl.model.type.NotificationType;
import com.kaltura.kdpfl.mode... | package com.kaltura.kdpfl.view
{
import com.kaltura.kdpfl.model.ConfigProxy;
import com.kaltura.kdpfl.model.MediaProxy;
import com.kaltura.kdpfl.model.SequenceProxy;
import com.kaltura.kdpfl.model.type.AdsNotificationTypes;
import com.kaltura.kdpfl.model.type.NotificationType;
import com.kaltura.kdpfl.mode... | reset segments count on change media | qnd: reset segments count on change media
git-svn-id: 3f608e5a9a704dd448217c0a64c508e7f145cfa1@92241 6b8eccd3-e8c5-4e7d-8186-e12b5326b719
| ActionScript | agpl-3.0 | shvyrev/kdp,shvyrev/kdp,kaltura/kdp,shvyrev/kdp,kaltura/kdp,kaltura/kdp |
f4ff1dbfd42b1504c8179beb736897ade0ee5d5a | frameworks/as/projects/FlexJSUI/src/org/apache/flex/core/CSSTextField.as | frameworks/as/projects/FlexJSUI/src/org/apache/flex/core/CSSTextField.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 classname changes | handle classname changes
| ActionScript | apache-2.0 | greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs |
77e52edc9ca75b1f39bde14e1db1d7d52b9c6e63 | 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 |
4845965208ec25f47aa53179d8c00e3659c12af1 | src/as/com/threerings/flash/FilterUtil.as | src/as/com/threerings/flash/FilterUtil.as | //
// $Id$
//
// Nenya library - tools for developing networked games
// Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved
// http://www.threerings.net/code/nenya/
//
// This library is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public Licens... | //
// $Id$
//
// Nenya library - tools for developing networked games
// Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved
// http://www.threerings.net/code/nenya/
//
// This library is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public Licens... | Document the hueShift parameter. | Document the hueShift parameter.
git-svn-id: b675b909355d5cf946977f44a8ec5a6ceb3782e4@365 ed5b42cb-e716-0410-a449-f6a68f950b19
| ActionScript | lgpl-2.1 | threerings/nenya,threerings/nenya |
c9d1fa7277ed2339ec713efb77182f4d5223bd30 | HLSPlugin/src/org/denivip/osmf/elements/m3u8Classes/M3U8PlaylistParser.as | HLSPlugin/src/org/denivip/osmf/elements/m3u8Classes/M3U8PlaylistParser.as | package org.denivip.osmf.elements.m3u8Classes
{
import flash.events.EventDispatcher;
import org.denivip.osmf.net.HLSDynamicStreamingResource;
import org.osmf.events.ParseEvent;
import org.osmf.logging.Log;
import org.osmf.logging.Logger;
import org.osmf.media.MediaResourceBase;
import org.osmf.media.MediaType;... | package org.denivip.osmf.elements.m3u8Classes
{
import flash.events.EventDispatcher;
import org.denivip.osmf.net.HLSDynamicStreamingResource;
import org.denivip.osmf.utility.Url;
import org.osmf.events.ParseEvent;
import org.osmf.logging.Log;
import org.osmf.logging.Logger;
import org.osmf.media.MediaResourceB... | Update M3U8PlaylistParser.as | Update M3U8PlaylistParser.as
Relative to absolute path - moved to org.denivip.osmf.utility.Url | ActionScript | isc | denivip/osmf-hls-plugin,denivip/osmf-hls-plugin,mruse/osmf-hls-plugin,mruse/osmf-hls-plugin |
56cad035cad2b133985dec55ed55c5bc03706d58 | src/aerys/minko/type/loader/SceneLoader.as | src/aerys/minko/type/loader/SceneLoader.as | package aerys.minko.type.loader
{
import flash.events.Event;
import flash.events.ProgressEvent;
import flash.net.URLLoader;
import flash.net.URLLoaderDataFormat;
import flash.net.URLRequest;
import flash.utils.ByteArray;
import flash.utils.setTimeout;
import aerys.minko.scene.node.ISceneNode;
import aerys.mi... | package aerys.minko.type.loader
{
import flash.events.Event;
import flash.events.IOErrorEvent;
import flash.events.ProgressEvent;
import flash.events.SecurityErrorEvent;
import flash.net.URLLoader;
import flash.net.URLLoaderDataFormat;
import flash.net.URLRequest;
import flash.utils.ByteArray;
import flash.uti... | Fix error handling in SceneLoader. | Fix error handling in SceneLoader.
| ActionScript | mit | aerys/minko-as3 |
90083e5f239dfc87bc03d37cdcc276076a8166eb | astyle_config.as | astyle_config.as |
# detached brackets
--style=allman
# 4 spaces, no tabs
--indent=spaces=4
# for C++ files only
--indent-classes
# Indent 'switch' blocks so that the 'case X:' statements are indented in the switch block.
# The entire case block is indented.
--indent-switches
# Add extra indentation to namespace blocks. This option... |
# detached brackets
--style=allman
# 4 spaces, no tabs
--indent=spaces=4
# for C++ files only
--indent-classes
# Indent 'switch' blocks so that the 'case X:' statements are indented in the switch block.
# The entire case block is indented.
--indent-switches
# Add extra indentation to namespace blocks. This option ... | Remove --break-blocks option, it doesn't match the existing code style | Remove --break-blocks option, it doesn't match the existing code style
Strip trailing newlines.
| ActionScript | apache-2.0 | metalefty/xrdp,PKRoma/xrdp,ubuntu-xrdp/xrdp,proski/xrdp,proski/xrdp,jsorg71/xrdp,moobyfr/xrdp,neutrinolabs/xrdp,moobyfr/xrdp,jsorg71/xrdp,jsorg71/xrdp,cocoon/xrdp,neutrinolabs/xrdp,cocoon/xrdp,ubuntu-xrdp/xrdp,proski/xrdp,PKRoma/xrdp,cocoon/xrdp,ubuntu-xrdp/xrdp,metalefty/xrdp,neutrinolabs/xrdp,PKRoma/xrdp,metalefty/xr... |
4dab1b36159935f4e0037a2f93ad4f26f56be7ac | src/aerys/minko/scene/visitor/rendering/RenderingVisitor.as | src/aerys/minko/scene/visitor/rendering/RenderingVisitor.as | package aerys.minko.scene.visitor.rendering
{
import aerys.minko.ns.minko;
import aerys.minko.render.effect.IEffect;
import aerys.minko.render.effect.IEffectPass;
import aerys.minko.render.effect.IEffectTarget;
import aerys.minko.render.renderer.IRenderer;
import aerys.minko.render.ressource.IRessource;
import a... | package aerys.minko.scene.visitor.rendering
{
import aerys.minko.render.effect.IEffect;
import aerys.minko.render.renderer.IRenderer;
import aerys.minko.scene.action.IAction;
import aerys.minko.scene.node.IScene;
import aerys.minko.scene.visitor.ISceneVisitor;
import aerys.minko.scene.visitor.data.CameraData;
im... | Reorganize imports | Reorganize imports
| ActionScript | mit | aerys/minko-as3 |
2200d1cff3e5b71326b65a99bede138bd724f403 | collect-client/src/main/flex/org/openforis/collect/presenter/DetailPresenter.as | collect-client/src/main/flex/org/openforis/collect/presenter/DetailPresenter.as | package org.openforis.collect.presenter {
/**
*
* @author S. Ricci
* */
import flash.events.Event;
import flash.events.KeyboardEvent;
import flash.events.MouseEvent;
import flash.ui.Keyboard;
import mx.binding.utils.ChangeWatcher;
import mx.collections.IList;
import mx.managers.PopUpManager;
import mx... | package org.openforis.collect.presenter {
/**
*
* @author S. Ricci
* */
import flash.events.Event;
import flash.events.KeyboardEvent;
import flash.events.MouseEvent;
import flash.ui.Keyboard;
import mx.binding.utils.ChangeWatcher;
import mx.collections.IList;
import mx.managers.PopUpManager;
import mx... | Update record status label when record is saved | Update record status label when record is saved | ActionScript | mit | openforis/collect,openforis/collect,openforis/collect,openforis/collect |
cbf0e4b1b32bae72e91e0a09074c2f17443e73c4 | software/sasFlex/src/gov/nih/nci/cbiit/casas/components/FormulaPanel.as | software/sasFlex/src/gov/nih/nci/cbiit/casas/components/FormulaPanel.as | package gov.nih.nci.cbiit.casas.components
{
import flash.display.MovieClip;
import learnmath.windows.apps.EditorApp;
import mx.controls.Alert;
public class FormulaPanel extends EditorApp
{
public function FormulaPanel(arg0:MovieClip, arg1:int, arg2:int, arg3:int, arg4:int, arg5:Function)
{
s... | package gov.nih.nci.cbiit.casas.components
{
import flash.display.MovieClip;
import flash.net.FileReference;
import learnmath.windows.apps.EditorApp;
import mx.controls.Alert;
public class FormulaPanel extends EditorApp
{
public function FormulaPanel(arg0:MovieClip, arg1:int, arg2:int, arg3:int, ar... | set return type for functions | set return type for functions
SVN-Revision: 3134
| ActionScript | bsd-3-clause | NCIP/caadapter,NCIP/caadapter,NCIP/caadapter |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.