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 |
|---|---|---|---|---|---|---|---|---|---|
f9dd7f9b9e88ede0eb738d745bb82f722b8f159f | src/stdio/StandardProcess.as | src/stdio/StandardProcess.as | package stdio {
import flash.display.*
import flash.events.*
import flash.utils.*
import flash.net.*
public class StandardProcess implements Process {
private const buffered_stdin: BufferedStream = new BufferedStream
private const stdin_socket: SocketStream = new SocketStream
private const readli... | package stdio {
import flash.display.*
import flash.events.*
import flash.utils.*
import flash.net.*
public class StandardProcess implements Process {
private const buffered_stdin: BufferedStream = new BufferedStream
private const stdin_socket: SocketStream = new SocketStream
private const readli... | Fix null pointer exception for process.argv sans run-swf. | Fix null pointer exception for process.argv sans run-swf.
| ActionScript | mit | dbrock/stdio.as,dbrock/stdio.as,dbrock/stdio.as |
1f1c2693b4b70d74d84b4cfcf0fdec6012ecb782 | laboratory/core-src/krewdemo/actor/feature_test/PlatformerTester1.as | laboratory/core-src/krewdemo/actor/feature_test/PlatformerTester1.as | package krewdemo.actor.feature_test {
import flash.display.Stage;
import flash.geom.Rectangle;
import starling.display.DisplayObject;
import starling.display.Image;
import starling.display.QuadBatch;
import starling.display.Sprite;
import starling.textures.Texture;
import starling.text... | package krewdemo.actor.feature_test {
import flash.display.Stage;
import flash.geom.Rectangle;
import starling.display.DisplayObject;
import starling.display.Image;
import starling.display.QuadBatch;
import starling.display.Sprite;
import starling.textures.Texture;
import starling.text... | Modify lab. | Modify lab.
| ActionScript | mit | tatsuya-koyama/krewFramework,tatsuya-koyama/krewFramework,tatsuya-koyama/krewFramework |
184ff299cc1dd7fd83f2e2d855213e21176f6a54 | src/aerys/minko/render/material/phong/multipass/PhongEmissiveShader.as | src/aerys/minko/render/material/phong/multipass/PhongEmissiveShader.as | package aerys.minko.render.material.phong.multipass
{
import aerys.minko.render.RenderTarget;
import aerys.minko.render.material.basic.BasicShader;
import aerys.minko.render.resource.texture.ITextureResource;
import aerys.minko.render.shader.SFloat;
import aerys.minko.render.shader.ShaderSettings;
... | package aerys.minko.render.material.phong.multipass
{
import aerys.minko.render.RenderTarget;
import aerys.minko.render.material.basic.BasicShader;
import aerys.minko.render.resource.texture.ITextureResource;
import aerys.minko.render.shader.SFloat;
import aerys.minko.render.shader.ShaderSettings;
... | remove useless import | remove useless import
| ActionScript | mit | aerys/minko-as3 |
ad7e24eb67894f1497ef32a81ef35471baccf840 | actionscript/src/com/freshplanet/ane/AirCapabilities/AirCapabilities.as | actionscript/src/com/freshplanet/ane/AirCapabilities/AirCapabilities.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 ... | fix build issue | fix build issue
| ActionScript | apache-2.0 | freshplanet/ANE-AirCapabilities,freshplanet/ANE-AirCapabilities,freshplanet/ANE-AirCapabilities |
ff2de9cd705d2cd0b10524477923d2151e6c053e | src/aerys/minko/type/MouseManager.as | src/aerys/minko/type/MouseManager.as | package aerys.minko.type
{
import flash.events.IEventDispatcher;
import flash.events.MouseEvent;
import flash.ui.Mouse;
public final class MouseManager
{
private var _x : Number = 0.;
private var _y : Number = 0.;
private var _deltaX : Number = 0.;
private var _deltaY : Number = 0.;
... | package aerys.minko.type
{
import flash.events.IEventDispatcher;
import flash.events.MouseEvent;
import flash.ui.Mouse;
public final class MouseManager
{
private var _x : Number = 0.;
private var _y : Number = 0.;
private var _deltaX : Number = 0.;
private var _deltaY : Number = 0.;
... | fix MouseManager.popCursor() to avoid null pointer exception when the cursor stack is empty | fix MouseManager.popCursor() to avoid null pointer exception when the cursor stack is empty
| ActionScript | mit | aerys/minko-as3 |
3d0629a6ebc416dbd474e9d52f901c7cddd2d35d | Source/Stage3D/Away3D/Libraries/Away3D/src/away3d/materials/methods/AlphaMaskMethod.as | Source/Stage3D/Away3D/Libraries/Away3D/src/away3d/materials/methods/AlphaMaskMethod.as | package away3d.materials.methods
{
import away3d.arcane;
import away3d.core.managers.Stage3DProxy;
import away3d.materials.compilation.ShaderRegisterCache;
import away3d.materials.compilation.ShaderRegisterElement;
import away3d.textures.Texture2DBase;
use namespace arcane;
/**
* AlphaMaskMethod allows the... | package away3d.materials.methods
{
import away3d.arcane;
import away3d.core.managers.Stage3DProxy;
import away3d.materials.compilation.ShaderRegisterCache;
import away3d.materials.compilation.ShaderRegisterElement;
import away3d.textures.Texture2DBase;
use namespace arcane;
/**
* AlphaMaskMethod allows the... | fix alpha mask shader | fix alpha mask shader
| ActionScript | mit | sunag/sea3d,sunag/sea3d,igor-uzberg/sea3d,igor-uzberg/sea3d,igor-uzberg/sea3d,igor-uzberg/sea3d,sunag/sea3d,igor-uzberg/sea3d,sunag/sea3d,sunag/sea3d,sunag/sea3d |
0c8707079a23997ef7da8135a980af26efba2c53 | src/flash/tandem/core/Application.as | src/flash/tandem/core/Application.as | ////////////////////////////////////////////////////////////////////////////////
//
// tandem. explore your world.
// Copyright (c) 2007–2008 Daniel Gasienica (daniel@gasienica.ch)
//
// tandem is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as ... | ////////////////////////////////////////////////////////////////////////////////
//
// tandem. explore your world.
// Copyright (c) 2007–2008 Daniel Gasienica (daniel@gasienica.ch)
//
// tandem is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as ... | Add missing type. | Add missing type.
| ActionScript | agpl-3.0 | openzoom/tandem |
2423aa830e95f60483656aea8d3cb4ec088b0e7c | src/org/hola/JSURLStream.as | src/org/hola/JSURLStream.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.hola {
import flash.events.*;
import flash.external.ExternalInterface;
import org.hola.ZExt... | /* 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.hola {
import flash.events.*;
import flash.external.ExternalInterface;
import org.hola.ZExt... | abort requet on load | abort requet on load
| ActionScript | mpl-2.0 | hola/flashls,hola/flashls |
05cbbd62e0e18ffe9447a02790d5412d33e40c4e | src/TestRunner.as | src/TestRunner.as |
/*
* Copyright 2008 Adobe Systems Inc., 2008 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | /*
* Copyright 2008 Adobe Systems Inc., 2008 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | update comment | update comment | ActionScript | apache-2.0 | mrthuanvn/gaforflash,Vigmar/gaforflash,DimaBaliakin/gaforflash,Miyaru/gaforflash,drflash/gaforflash,Miyaru/gaforflash,soumavachakraborty/gaforflash,mrthuanvn/gaforflash,jeremy-wischusen/gaforflash,jeremy-wischusen/gaforflash,drflash/gaforflash,dli-iclinic/gaforflash,soumavachakraborty/gaforflash,dli-iclinic/gaforflash,... |
ee920f18c9f25555b4e401f2e669f3a393134363 | as3/com/netease/protobuf/ReadUtils.as | as3/com/netease/protobuf/ReadUtils.as | // vim: tabstop=4 shiftwidth=4
// Copyright (c) 2010 , NetEase.com,Inc. All rights reserved.
// Copyright (c) 2012 , Yang Bo. All rights reserved.
//
// Author: Yang Bo (pop.atry@gmail.com)
//
// Use, modification and distribution are subject to the "New BSD License"
// as listed at <url: http://www.opensource.org/lic... | // vim: tabstop=4 shiftwidth=4
// Copyright (c) 2010 , NetEase.com,Inc. All rights reserved.
// Copyright (c) 2012 , Yang Bo. All rights reserved.
//
// Author: Yang Bo (pop.atry@gmail.com)
//
// Use, modification and distribution are subject to the "New BSD License"
// as listed at <url: http://www.opensource.org/lic... | Fix #35 | Fix #35
| ActionScript | bsd-2-clause | tavenzhang/protoc-gen-as3,Atry/protoc-gen-as3,bennysuh/protoc-gen-as3,mustang2247/protoc-gen-as3,qykings/protoc-gen-as3,wiln/protoc-gen-as3,polar1225/protoc-gen-as3,zhuqiuping/protoc-gen-as3,terrynoya/terrynoya-protoc-gen-as3,bypp/protoc-gen-as3,lzw216/protoc-gen-as3,cui-liqiang/protoc-gen-as3,airsiao/protoc-gen-as3 |
c7925b37dfeb039c4e64009481003695bd1c47d0 | 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.Animation;
import com.merlinds.... | /**
* 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.Animation;
import com.merlinds.... | Add animation instance and fix viewer for this | Add animation instance and fix viewer for this
| ActionScript | mit | MerlinDS/miracle_tool |
26f88a1adc0bf5ef50a2f8da6d044c5c25d2cf80 | HLSPlugin/src/com/kaltura/hls/m2ts/NALUProcessor.as | HLSPlugin/src/com/kaltura/hls/m2ts/NALUProcessor.as | package com.kaltura.hls.m2ts
{
import flash.utils.ByteArray;
import flash.net.ObjectEncoding;
import flash.utils.ByteArray;
import flash.utils.Endian;
import flash.utils.IDataInput;
import flash.utils.IDataOutput;
/**
* NALU processing utilities.
*/
public class NALUProces... | package com.kaltura.hls.m2ts
{
import flash.utils.ByteArray;
import flash.net.ObjectEncoding;
import flash.utils.ByteArray;
import flash.utils.Endian;
import flash.utils.IDataInput;
import flash.utils.IDataOutput;
//import com.hurlant.util.Hex;
/**
* NALU processing utilities.
... | Fix SPS/PPS parsing. | Fix SPS/PPS parsing.
| ActionScript | agpl-3.0 | kaltura/HLS-OSMF,kaltura/HLS-OSMF,kaltura/HLS-OSMF,kaltura/HLS-OSMF |
d980e07950e7d0720259a5e0f295198d5cc84c31 | com/segonquart/menuColourIdiomes.as | com/segonquart/menuColourIdiomes.as |
import mx.transitions.easing.*;
import com.mosesSupposes.fuse.*;
class menuColouridiomes extends MovieClip
{
public var cat, es, en ,fr:MovieClip;
public var arrayLang_arr:Array = new Array ("cat", "es", "en", "fr");
function menuColourIdiomes ():Void
{
this.onRollOver = th... |
import mx.transitions.easing.*;
import com.mosesSupposes.fuse.*;
class menuColouridiomes extends MovieClip
{
public var cat, es, en ,fr:MovieClip;
public var arrayLang_arr:Array = new Array ("cat", "es", "en", "fr");
function menuColourIdiomes ():Void
{
this.onRollOver = th... | Update menuColourIdiomes.as | Update menuColourIdiomes.as | ActionScript | bsd-3-clause | delfiramirez/web-talking-wear,delfiramirez/web-talking-wear,delfiramirez/web-talking-wear |
5072abbe32dc63e5267d80377fca2a309f2dc505 | src/com/esri/builder/controllers/supportClasses/LocalConnectionDelegate.as | src/com/esri/builder/controllers/supportClasses/LocalConnectionDelegate.as | ////////////////////////////////////////////////////////////////////////////////
// Copyright (c) 2008-2013 Esri. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
/... | ////////////////////////////////////////////////////////////////////////////////
// Copyright (c) 2008-2013 Esri. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
/... | Handle Viewer connection message failures. | Handle Viewer connection message failures.
| ActionScript | apache-2.0 | Esri/arcgis-viewer-builder-flex |
cecbcf43933d5e7774861734227a12eef31e26a4 | frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/layouts/LayoutChangeNotifier.as | frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/layouts/LayoutChangeNotifier.as | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | use host | use host
| ActionScript | apache-2.0 | greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs |
d2bbaab02e18b59285a50aa9bad6a65693c037b2 | frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ImageView.as | frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ImageView.as | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | set size on bitmap if needed | set size on bitmap if needed
| ActionScript | apache-2.0 | greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs |
8386957cbc4f4856963795ac2c74dc2977e5ac52 | src/as/com/threerings/util/Controller.as | src/as/com/threerings/util/Controller.as | package com.threerings.util {
import flash.events.IEventDispatcher;
import com.threerings.mx.events.CommandEvent;
public class Controller
{
/**
* Set the panel being controlled.
*/
protected function setControlledPanel (panel :IEventDispatcher) :void
{
if (_panel != null) {
... | package com.threerings.util {
import flash.events.IEventDispatcher;
import com.threerings.mx.events.CommandEvent;
public class Controller
{
/**
* Set the panel being controlled.
*/
protected function setControlledPanel (panel :IEventDispatcher) :void
{
if (_panel != null) {
... | Allow the handleCOMMAND functions to have no arg if the command's arg is null. | Allow the handleCOMMAND functions to have no arg if the command's arg is null.
git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@4347 542714f4-19e9-0310-aa3c-eee0fc999fb1
| ActionScript | lgpl-2.1 | threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya |
981d3892ea4d3d41af03c49e0df980738ba57930 | src/milkshape/media/flash/src/cc/milkshape/grid/process/SquareProcessController.as | src/milkshape/media/flash/src/cc/milkshape/grid/process/SquareProcessController.as | package cc.milkshape.grid.process
{
import cc.milkshape.gateway.Gateway;
import cc.milkshape.gateway.GatewayController;
import cc.milkshape.grid.GridModel;
import cc.milkshape.grid.process.events.SquareProcessEvent;
import cc.milkshape.grid.process.files.SquareProcessFileDownload;
import cc.milkshape.grid.process... | package cc.milkshape.grid.process
{
import cc.milkshape.gateway.Gateway;
import cc.milkshape.gateway.GatewayController;
import cc.milkshape.grid.GridModel;
import cc.milkshape.grid.process.events.SquareProcessEvent;
import cc.milkshape.grid.process.files.SquareProcessFileDownload;
import cc.milkshape.grid.process... | fix upload process | fix upload process | ActionScript | mit | thoas/i386,thoas/i386,thoas/i386,thoas/i386 |
f4e3f0c01ba1e59d040d083cd34da5bb26b7addc | src/aerys/minko/scene/controller/mesh/MeshVisibilityController.as | src/aerys/minko/scene/controller/mesh/MeshVisibilityController.as | package aerys.minko.scene.controller.mesh
{
import aerys.minko.ns.minko_math;
import aerys.minko.render.geometry.Geometry;
import aerys.minko.scene.controller.AbstractController;
import aerys.minko.scene.node.Group;
import aerys.minko.scene.node.ISceneNode;
import aerys.minko.scene.node.Mesh;
import aerys.minko.... | package aerys.minko.scene.controller.mesh
{
import aerys.minko.ns.minko_math;
import aerys.minko.render.geometry.Geometry;
import aerys.minko.scene.controller.AbstractController;
import aerys.minko.scene.node.Group;
import aerys.minko.scene.node.ISceneNode;
import aerys.minko.scene.node.Mesh;
import aerys.minko.... | fix wrong computation for _computedVisibility because _insideFrustum is always false when frustum culling is disabled | fix wrong computation for _computedVisibility because _insideFrustum is always false when frustum culling is disabled
| ActionScript | mit | aerys/minko-as3 |
1b49aa6a248faa7a13e3a367b576f2548c468aa5 | src/aerys/minko/scene/node/AbstractSceneNode.as | src/aerys/minko/scene/node/AbstractSceneNode.as | package aerys.minko.scene.node
{
import aerys.minko.ns.minko_scene;
import aerys.minko.scene.controller.AbstractController;
import aerys.minko.scene.controller.IRebindableController;
import aerys.minko.scene.controller.TransformController;
import aerys.minko.scene.data.TransformDataProvider;
import aerys.minko.ty... | package aerys.minko.scene.node
{
import aerys.minko.ns.minko_scene;
import aerys.minko.scene.controller.AbstractController;
import aerys.minko.scene.controller.IRebindableController;
import aerys.minko.scene.controller.TransformController;
import aerys.minko.scene.data.TransformDataProvider;
import aerys.minko.ty... | Update src/aerys/minko/scene/node/AbstractSceneNode.as | Update src/aerys/minko/scene/node/AbstractSceneNode.as
BUG:scaleY
| ActionScript | mit | aerys/minko-as3 |
91d4deb5cebd6017ecbab9c6d243c61ed5e6fafb | src/org/mangui/chromeless/ChromelessPlayer.as | src/org/mangui/chromeless/ChromelessPlayer.as | package org.mangui.chromeless {
import flash.net.URLStream;
import org.mangui.HLS.parsing.Level;
import org.mangui.HLS.*;
import org.mangui.HLS.utils.*;
import flash.display.*;
import flash.events.*;
import flash.external.ExternalInterface;
import flash.geom.Rectangle;
import flash... | package org.mangui.chromeless {
import flash.net.URLStream;
import org.mangui.HLS.parsing.Level;
import org.mangui.HLS.*;
import org.mangui.HLS.utils.*;
import flash.display.*;
import flash.events.*;
import flash.external.ExternalInterface;
import flash.geom.Rectangle;
import flash... | fix NaN buffer reported when switching in fullscreen mode when switching to FullScreen, sometimes StageVideoAvailabilityEvent.STAGE_VIDEO_AVAILABILITY listener is triggered. remove this listener after its first trigger to avoid reinstanciating HLS instance | HLSProviderChromeless.swf: fix NaN buffer reported when switching in fullscreen mode
when switching to FullScreen, sometimes StageVideoAvailabilityEvent.STAGE_VIDEO_AVAILABILITY listener is triggered.
remove this listener after its first trigger to avoid reinstanciating HLS instance
| ActionScript | mpl-2.0 | desaintmartin/hlsprovider,desaintmartin/hlsprovider,desaintmartin/hlsprovider |
d1891e4a6c6eab85c2976745978b0ab7a9938581 | KeyGenerator.as | KeyGenerator.as | package dse{
import com.hurlant.crypto.prng.Random;
import com.hurlant.crypto.rsa.RSAKey;
import com.hurlant.util.Hex;
import flash.external.ExternalInterface;
import flash.utils.ByteArray;
public class KeyGenerator
{
public static function generateKeys():void{
var exp:String = "10001";
var rsa:RSAKey ... | package dse{
import com.hurlant.crypto.Crypto;
import com.hurlant.crypto.hash.IHash;
import com.hurlant.crypto.prng.Random;
import com.hurlant.crypto.rsa.RSAKey;
import com.hurlant.util.Hex;
import flash.external.ExternalInterface;
import flash.utils.ByteArray;
public class KeyGenerator
{
public static f... | improve randomness of random aes key generation by seeding with passphrase hash | improve randomness of random aes key generation by seeding with
passphrase hash
| ActionScript | mit | snoble/dse |
06f82d68fcf627caac03c57e1a6e429b0686c7a6 | dolly-framework/src/main/actionscript/dolly/utils/PropertyUtil.as | dolly-framework/src/main/actionscript/dolly/utils/PropertyUtil.as | package dolly.utils {
import dolly.core.dolly_internal;
import mx.collections.ArrayCollection;
import mx.collections.ArrayList;
use namespace dolly_internal;
public class PropertyUtil {
dolly_internal static function copyArray(sourceObj:*, targetObj:*, propertyName:String):void {
targetObj[propertyName] = sourc... | package dolly.utils {
import dolly.core.dolly_internal;
import mx.collections.ArrayCollection;
import mx.collections.ArrayList;
use namespace dolly_internal;
public class PropertyUtil {
dolly_internal static function copyArray(sourceObj:*, targetObj:*, propertyName:String):void {
targetObj[propertyName] = sourc... | Change signature of PropertyUtil.copyArrayCollection() method. | Change signature of PropertyUtil.copyArrayCollection() method.
| ActionScript | mit | Yarovoy/dolly |
de5baab0e1cb4abaac893fb2ae985617763689be | src/aerys/minko/render/geometry/stream/IndexStream.as | src/aerys/minko/render/geometry/stream/IndexStream.as | package aerys.minko.render.geometry.stream
{
import aerys.minko.ns.minko_stream;
import aerys.minko.render.resource.IndexBuffer3DResource;
import aerys.minko.type.Signal;
import flash.utils.ByteArray;
import flash.utils.Endian;
public final class IndexStream
{
use namespace minko_stream;
minko_stream var... | package aerys.minko.render.geometry.stream
{
import aerys.minko.ns.minko_stream;
import aerys.minko.render.resource.IndexBuffer3DResource;
import aerys.minko.type.Signal;
import flash.utils.ByteArray;
import flash.utils.Endian;
public final class IndexStream
{
use namespace minko_stream;
minko_stream var... | check IndexStream.length in IndexStream.invalidate() in order to fail early | check IndexStream.length in IndexStream.invalidate() in order to fail early
| ActionScript | mit | aerys/minko-as3 |
57eb4106f19384977c69f18887d8c7a5f8ec465f | dolly-framework/src/test/resources/dolly/data/CloneableSubclass.as | dolly-framework/src/test/resources/dolly/data/CloneableSubclass.as | package dolly.data {
[Cloneable]
public class CloneableSubclass extends CloneableClass {
private var _writableField2:String;
public var property4:String;
public var property5:String;
public function CloneableSubclass() {
super();
}
public function get writableField2():String {
return _writableField2;
}
... | package dolly.data {
[Cloneable]
public class CloneableSubclass extends CloneableClass {
public static var staticProperty1:String;
public static var staticProperty2:String;
public static var staticProperty3:String;
private var _writableField2:String;
public var property4:String;
public var property5:String;
... | Add static properties to CloneableSubclass. | Add static properties to CloneableSubclass.
| ActionScript | mit | Yarovoy/dolly |
5b12abbf701a11354796345c407067391b1367af | src/com/esri/builder/supportClasses/IconFetchEvent.as | src/com/esri/builder/supportClasses/IconFetchEvent.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
//
/... | Change IconFetchEvent.COMPLETE value to camel case. | Change IconFetchEvent.COMPLETE value to camel case.
| ActionScript | apache-2.0 | Esri/arcgis-viewer-builder-flex |
e35b5842681b9ad356a5d40a14f6a4399f2baf04 | src/aerys/minko/type/clone/CloneOptions.as | src/aerys/minko/type/clone/CloneOptions.as | package aerys.minko.type.clone
{
import aerys.minko.scene.controller.AbstractController;
import aerys.minko.scene.controller.AnimationController;
import aerys.minko.scene.controller.TransformController;
import aerys.minko.scene.controller.camera.CameraController;
import aerys.minko.scene.controller.mesh.Visibility... | package aerys.minko.type.clone
{
import aerys.minko.scene.controller.AbstractController;
import aerys.minko.scene.controller.AnimationController;
import aerys.minko.scene.controller.TransformController;
import aerys.minko.scene.controller.camera.CameraController;
import aerys.minko.scene.controller.mesh.Visibility... | fix CloneOptions.cloneAllOptions to exclude the TransformController from the list of controllers to clone | fix CloneOptions.cloneAllOptions to exclude the TransformController from the list of controllers to clone
| ActionScript | mit | aerys/minko-as3 |
fad4ebd088a6f865abc28bab25adbdbb8002a306 | src/modules/Print/PrintModel.as | src/modules/Print/PrintModel.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
//
/... | Apply formatting. | Apply formatting.
| ActionScript | apache-2.0 | Esri/arcgis-viewer-builder-flex |
30007f75cd8711a7965d9e238653009c656d5fb0 | frameworks/projects/Core/as/src/org/apache/flex/core/Application.as | frameworks/projects/Core/as/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... | add preinitialize event as a way to defer initialization so things like fonts can get loaded first | add preinitialize event as a way to defer initialization so things like fonts can get loaded first
| ActionScript | apache-2.0 | greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs |
614668a41b6c946aefad337904b82091ab16d6b4 | crt/amd64-linux/crt.as | crt/amd64-linux/crt.as | .file "crt.as"
.text
.global _start
_start:
call $main
movl %eax, %edi
call $exit
| .file "crt.as"
.text
.global _start
_start:
call main
movl %eax, %edi
call exit
| Fix main,exit types | [crt-amd64-linux] Fix main,exit types
| ActionScript | isc | k0gaMSX/scc,k0gaMSX/scc,k0gaMSX/scc |
f52c937262b130281d0d0486c20db0b3958cad4b | frameworks/as/projects/FlexJSUI/src/org/apache/flex/core/IUIBase.as | frameworks/as/projects/FlexJSUI/src/org/apache/flex/core/IUIBase.as | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | add visible to IUIBase | add visible to IUIBase
| ActionScript | apache-2.0 | greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs |
eed8bdaab346ed417ae8d1dd7445aac3d1380254 | frameworks/as/projects/FlexJSJX/src/org/apache/flex/charts/supportClasses/BoxItemRenderer.as | frameworks/as/projects/FlexJSJX/src/org/apache/flex/charts/supportClasses/BoxItemRenderer.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 BoxItemRenderer to accommodate for drawing api changes | Fix BoxItemRenderer to accommodate for drawing api changes
| ActionScript | apache-2.0 | greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs |
2c60e6c3cfa8b0b3539f7619d99fdd819d3e0828 | src/as/com/threerings/flex/ChatControl.as | src/as/com/threerings/flex/ChatControl.as | //
// $Id$
package com.threerings.flex {
import flash.display.DisplayObjectContainer;
import flash.events.Event;
import flash.events.FocusEvent;
import flash.events.KeyboardEvent;
import flash.events.MouseEvent;
import flash.events.TextEvent;
import flash.ui.Keyboard;
import mx.containers.HBox;
import mx.core.App... | //
// $Id$
package com.threerings.flex {
import flash.display.DisplayObjectContainer;
import flash.events.Event;
import flash.events.FocusEvent;
import flash.events.KeyboardEvent;
import flash.events.MouseEvent;
import flash.events.TextEvent;
import flash.ui.Keyboard;
import mx.containers.HBox;
import mx.core.App... | Use the 'enabled' property setter/getter. | Use the 'enabled' property setter/getter.
git-svn-id: b675b909355d5cf946977f44a8ec5a6ceb3782e4@748 ed5b42cb-e716-0410-a449-f6a68f950b19
| ActionScript | lgpl-2.1 | threerings/nenya,threerings/nenya |
4c467a37a1ab9c9af2c3f5bb7593fec8980fa7c6 | Tablet/Clipboard/blackberry.clipboard/src/Air/Clipboard/src/blackberry/clipboard/ClipboardExtension.as | Tablet/Clipboard/blackberry.clipboard/src/Air/Clipboard/src/blackberry/clipboard/ClipboardExtension.as | /*
* Copyright 2010-2011 Research In Motion Limited.
*
* 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 ... | /*
* Copyright 2010-2011 Research In Motion Limited.
*
* 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 ... | Use UTF8 encoding; Thanks to Guichun Chen for providing the conversion algorithm! | Use UTF8 encoding; Thanks to Guichun Chen for providing the conversion algorithm!
| ActionScript | apache-2.0 | gamerDecathlete/WebWorks-Community-APIs,Jayapraju/WebWorks-Community-APIs,parker-mar/WebWorks-Community-APIs,gamerDecathlete/WebWorks-Community-APIs,jcmurray/WebWorks-Community-APIs,jcmurray/WebWorks-Community-APIs,gamerDecathlete/WebWorks-Community-APIs,parker-mar/WebWorks-Community-APIs,blackberry/WebWorks-Community-... |
a52512f1414c32c6b96c98965148f4a97ec4c3dd | src/goplayer/FlashContentLoadAttempt.as | src/goplayer/FlashContentLoadAttempt.as | package goplayer
{
import flash.display.Loader
import flash.events.Event
import flash.events.IOErrorEvent
import flash.net.URLRequest
import flash.system.ApplicationDomain
import flash.system.LoaderContext
import flash.system.SecurityDomain
public class FlashContentLoadAttempt
{
private const loa... | package goplayer
{
import flash.display.Loader
import flash.events.Event
import flash.events.IOErrorEvent
import flash.net.URLRequest
import flash.system.ApplicationDomain
import flash.system.LoaderContext
import flash.system.SecurityDomain
public class FlashContentLoadAttempt
{
private const loa... | Improve error handling of external content loading. | Improve error handling of external content loading.
| ActionScript | mit | dbrock/goplayer,dbrock/goplayer |
1ad2608d13cd787ab836c972c463b12e5b18df4c | src/org/flintparticles/twoD/actions/TurnAwayFromMouse.as | src/org/flintparticles/twoD/actions/TurnAwayFromMouse.as | /*
* FLINT PARTICLE SYSTEM
* .....................
*
* Author: Richard Lord
* Copyright (c) Richard Lord 2008-2011
* http://flintparticles.org
*
*
* Licence Agreement
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (t... | /*
* FLINT PARTICLE SYSTEM
* .....................
*
* Author: Richard Lord
* Copyright (c) Richard Lord 2008-2011
* http://flintparticles.org
*
*
* Licence Agreement
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (t... | Fix error in TurnAwayFromMouse action. | Fix error in TurnAwayFromMouse action.
| ActionScript | mit | richardlord/Flint |
405355157514f3882794855aa3261846e8d6fbf6 | 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... | fix constant binding in release mode | fix constant binding in release mode
| ActionScript | apache-2.0 | greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs |
408e775d0fcbd60776c451052d2c77c362baade9 | src/main/actionscript/com/dotfold/dotvimstat/net/service/VimeoBasicService.as | src/main/actionscript/com/dotfold/dotvimstat/net/service/VimeoBasicService.as | package com.dotfold.dotvimstat.net.service
{
import asx.object.merge;
import com.codecatalyst.promise.Deferred;
import com.codecatalyst.promise.Promise;
import com.dotfold.dotvimstat.net.http.HTTPClient;
import com.dotfold.dotvimstat.net.serializer.VideosResponseSerializer;
import flash.media.Video;
import... | package com.dotfold.dotvimstat.net.service
{
import asx.object.merge;
import com.codecatalyst.promise.Deferred;
import com.codecatalyst.promise.Promise;
import com.dotfold.dotvimstat.net.http.HTTPClient;
import com.dotfold.dotvimstat.net.serializer.*;
import flash.media.Video;
import org.as3commons.logging... | add info service mapping | [feat] add info service mapping
| ActionScript | mit | dotfold/dotvimstat |
f4b49471ccfc6eaad274b765e620841dda0a4503 | src/com/esri/builder/controllers/supportClasses/StartupWidgetTypeLoader.as | src/com/esri/builder/controllers/supportClasses/StartupWidgetTypeLoader.as | ////////////////////////////////////////////////////////////////////////////////
// Copyright (c) 2008-2013 Esri. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
/... | ////////////////////////////////////////////////////////////////////////////////
// Copyright (c) 2008-2013 Esri. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
/... | Clean up. | Clean up.
| ActionScript | apache-2.0 | Esri/arcgis-viewer-builder-flex |
f872070e54a03fc3591db39f9a3730f581220c84 | frameworks/projects/apache/src/org/apache/flex/promises/enums/PromiseState.as | frameworks/projects/apache/src/org/apache/flex/promises/enums/PromiseState.as | package org.apache.flex.promises.enums
{
public class PromiseState
{
//--------------------------------------------------------------------------
//
// Class constants
//
//--------------------------------------------------------------------------
public static const BLOCKED:PromiseSt... | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | Add license header | Add license header
Signed-off-by: Erik de Bruin <c195b508e6f0c57aeafdb5e96947e2b79e6a4b40@ixsoftware.nl>
| ActionScript | apache-2.0 | adufilie/flex-sdk,adufilie/flex-sdk,danteinforno/flex-sdk,adufilie/flex-sdk,apache/flex-sdk,SlavaRa/flex-sdk,SlavaRa/flex-sdk,danteinforno/flex-sdk,shyamalschandra/flex-sdk,apache/flex-sdk,apache/flex-sdk,SlavaRa/flex-sdk,danteinforno/flex-sdk,danteinforno/flex-sdk,SlavaRa/flex-sdk,SlavaRa/flex-sdk,adufilie/flex-sdk,sh... |
68b5daf75b5f84e6ff8e1326144c6ecc1fa8efb6 | src/com/mangui/HLS/streaming/Buffer.as | src/com/mangui/HLS/streaming/Buffer.as | package com.mangui.HLS.streaming {
import com.mangui.HLS.*;
import com.mangui.HLS.muxing.*;
import com.mangui.HLS.streaming.*;
import com.mangui.HLS.parsing.*;
import com.mangui.HLS.utils.*;
import flash.media.*;
import flash.net.*;
import flash.utils.*;
/** Class that keeps... | package com.mangui.HLS.streaming {
import com.mangui.HLS.*;
import com.mangui.HLS.muxing.*;
import com.mangui.HLS.streaming.*;
import com.mangui.HLS.parsing.*;
import com.mangui.HLS.utils.*;
import flash.media.*;
import flash.net.*;
import flash.utils.*;
/** Class that keeps the... | trim trailing spaces | trim trailing spaces
| ActionScript | mpl-2.0 | desaintmartin/hlsprovider,desaintmartin/hlsprovider,desaintmartin/hlsprovider |
8ded0cd5c6232d88cf501e7664dbe2a721195405 | src/com/mangui/HLS/streaming/Getter.as | src/com/mangui/HLS/streaming/Getter.as | package com.mangui.HLS.streaming {
import com.mangui.HLS.*;
import com.mangui.HLS.parsing.*;
import com.mangui.HLS.utils.*;
import flash.events.*;
import flash.net.*;
import flash.utils.*;
/** Loader for hls streaming manifests. **/
public class Getter {
/** Reference to th... | package com.mangui.HLS.streaming {
import com.mangui.HLS.*;
import com.mangui.HLS.parsing.*;
import com.mangui.HLS.utils.*;
import flash.events.*;
import flash.net.*;
import flash.utils.*;
/** Loader for hls streaming manifests. **/
public class Getter {
/** Reference to th... | fix playlist reloading too often ... | fix playlist reloading too often ...
| ActionScript | mpl-2.0 | desaintmartin/hlsprovider,desaintmartin/hlsprovider,desaintmartin/hlsprovider |
d53ed7d95954436dec47d2532c2f5161a9a4a78a | frameworks/as/projects/FlexJSUI/src/org/apache/flex/core/SimpleCSSValuesImpl.as | frameworks/as/projects/FlexJSUI/src/org/apache/flex/core/SimpleCSSValuesImpl.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 text-align | handle text-align
| ActionScript | apache-2.0 | greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs |
0ab0ab2ef2c475c04aaccaa052c9e7206817604b | plugins/playlistApiPlugin/src/com/kaltura/kdpfl/plugin/component/PlaylistEntryVO.as | plugins/playlistApiPlugin/src/com/kaltura/kdpfl/plugin/component/PlaylistEntryVO.as | package com.kaltura.kdpfl.plugin.component
{
import com.kaltura.vo.KalturaPlayableEntry;
import mx.utils.ObjectProxy;
[Bindable]
/**
* This class represents playlist entry object
* @author michalr
*
*/
public class PlaylistEntryVO extends ObjectProxy
{
/**
* Kaltura entry object... | package com.kaltura.kdpfl.plugin.component
{
import com.kaltura.vo.KalturaPlayableEntry;
import mx.utils.ObjectProxy;
[Bindable]
/**
* This class represents playlist entry object
* @author michalr
*
*/
public class PlaylistEntryVO extends ObjectProxy
{
/**
* Kaltura entry object... | add backward compatibility to this.tags, categories, createdAt and userScreenName | qnd: add backward compatibility to this.tags, categories, createdAt and userScreenName
git-svn-id: 3f608e5a9a704dd448217c0a64c508e7f145cfa1@86344 6b8eccd3-e8c5-4e7d-8186-e12b5326b719
| ActionScript | agpl-3.0 | kaltura/kdp,kaltura/kdp,shvyrev/kdp,shvyrev/kdp,shvyrev/kdp,kaltura/kdp |
d894c8965be5cf4a915c09a484efa4adcb0c75a4 | flex/AirTestFairy/src/com/testfairy/AirTestFairy.as | flex/AirTestFairy/src/com/testfairy/AirTestFairy.as | package com.testfairy
{
import flash.external.ExtensionContext;
import flash.system.Capabilities;
public class AirTestFairy
{
public static function get isSupported():Boolean
{
return Capabilities.manufacturer.indexOf("iOS") > -1;
}
public static function begin():void
{
traceLog("TESTFAIRY LOG"... | package com.testfairy
{
import flash.external.ExtensionContext;
import flash.system.Capabilities;
public class AirTestFairy
{
public static function get isSupported():Boolean
{
return Capabilities.manufacturer.indexOf("iOS") > -1;
}
public static function begin(appToken:String):void
{
if (value... | Update AirTestFairy.as | Update AirTestFairy.as | ActionScript | apache-2.0 | testfairy/testfairy-ane,testfairy/testfairy-ane |
25f87a7456aafa1969dd32654b5089059e4cccb2 | src/aerys/minko/type/Signal.as | src/aerys/minko/type/Signal.as | package aerys.minko.type
{
public final class Signal
{
private var _name : String;
private var _callbacks : Vector.<Function>;
private var _numCallbacks : uint;
private var _executed : Boolean;
private var _numAdded : uint;
private var _toAdd : Vector.<Function>;
private var _numRemoved : ... | package aerys.minko.type
{
public final class Signal
{
private var _name : String;
private var _callbacks : Vector.<Function>;
private var _numCallbacks : uint;
private var _executed : Boolean;
private var _numAdded : uint;
private var _toAdd : Vector.<Function>;
private var _numRemoved : ... | fix Signal.add() and Signal.remove() error checks to take the tmp _toAdd/_toRemove tmp lists into account | fix Signal.add() and Signal.remove() error checks to take the tmp _toAdd/_toRemove tmp lists into account
| ActionScript | mit | aerys/minko-as3 |
053fce7e0e35b3aa5d5ab4bbd14fb09f4ba35e9b | build-aux/base.as | build-aux/base.as | ## -*- shell-script -*-
## base.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 warrant... | ## -*- shell-script -*-
## base.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 warrant... | Fix error vs. fatal confusion. | Fix error vs. fatal confusion.
* build-aux/base.as: here.
| ActionScript | bsd-3-clause | aldebaran/libport,aldebaran/libport,aldebaran/libport,aldebaran/libport,aldebaran/libport |
c7ba075f88ed16545ffaca17479846ff7ad8b641 | Arguments/src/components/AgoraMap.as | Arguments/src/components/AgoraMap.as | //This class is the canvas on which everything will be drawn
package components
{
import Controller.ArgumentController;
import Controller.LayoutController;
import Controller.LoadController;
import Controller.logic.ConditionalSyllogism;
import Controller.logic.DisjunctiveSyllogism;
import Controller.logic.... | //This class is the canvas on which everything will be drawn
package components
{
import Controller.ArgumentController;
import Controller.LayoutController;
import Controller.LoadController;
import Controller.logic.ConditionalSyllogism;
import Controller.logic.DisjunctiveSyllogism;
import Controller.logic.... | make support box disappear | make support box disappear
| ActionScript | agpl-3.0 | MichaelHoffmann/AGORA,MichaelHoffmann/AGORA,MichaelHoffmann/AGORA |
322508081172a94d2056cc070d72a18b2b71babc | src/aerys/minko/render/DrawCallBindingsConsumer.as | src/aerys/minko/render/DrawCallBindingsConsumer.as | package aerys.minko.render
{
import aerys.minko.render.resource.texture.ITextureResource;
import aerys.minko.render.shader.binding.IBinder;
import flash.utils.Dictionary;
import aerys.minko.type.binding.IDataBindingsConsumer;
internal final class DrawCallBindingsConsumer implements IDataBindingsConsumer
{
pr... | package aerys.minko.render
{
import aerys.minko.render.resource.texture.ITextureResource;
import aerys.minko.render.shader.binding.IBinder;
import flash.utils.Dictionary;
import aerys.minko.type.binding.IDataBindingsConsumer;
internal final class DrawCallBindingsConsumer implements IDataBindingsConsumer
{
pr... | fix changing the property to 0 | fix changing the property to 0 | ActionScript | mit | aerys/minko-as3 |
56c49d2f63ff03bf03d184215a8e5edc0b8e8b99 | frameworks/projects/mobiletheme/src/spark/skins/mobile/SpinnerListContainerSkin.as | frameworks/projects/mobiletheme/src/spark/skins/mobile/SpinnerListContainerSkin.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 160/480 path names | fix 160/480 path names
| ActionScript | apache-2.0 | adufilie/flex-sdk,adufilie/flex-sdk,apache/flex-sdk,danteinforno/flex-sdk,danteinforno/flex-sdk,shyamalschandra/flex-sdk,SlavaRa/flex-sdk,SlavaRa/flex-sdk,danteinforno/flex-sdk,apache/flex-sdk,SlavaRa/flex-sdk,SlavaRa/flex-sdk,SlavaRa/flex-sdk,shyamalschandra/flex-sdk,apache/flex-sdk,adufilie/flex-sdk,shyamalschandra/f... |
f6108cba0dd02ba713a81ef7cf4ac254bbf95f0f | sdk-remote/src/tests/bin/uobject-check.as | sdk-remote/src/tests/bin/uobject-check.as | -*- shell-script -*-
URBI_INIT
# The full path to the *.uob dir:
# ../../../../../sdk-remote/src/tests/uobjects/access-and-change/uaccess.uob
uob=$(absolute $1.uob)
require_dir "$uob"
# The ending part, for our builddir: access-and-change/uaccess.dir.
builddir=$(ec... | -*- shell-script -*-
URBI_INIT
# The full path to the *.uob dir:
# ../../../../../sdk-remote/src/tests/uobjects/access-and-change/uaccess.uob
uob=$(absolute $1.uob)
require_dir "$uob"
# The ending part, for our builddir: access-and-change/uaccess.dir.
builddir=$(ec... | Fix SKIP exit code. | Fix SKIP exit code.
* src/tests/bin/uobject-check.as: Use the symbolic value.
| ActionScript | bsd-3-clause | aldebaran/urbi,urbiforge/urbi,aldebaran/urbi,aldebaran/urbi,urbiforge/urbi,aldebaran/urbi,aldebaran/urbi,aldebaran/urbi,urbiforge/urbi,urbiforge/urbi,urbiforge/urbi,aldebaran/urbi,urbiforge/urbi,urbiforge/urbi,urbiforge/urbi,urbiforge/urbi,aldebaran/urbi |
a84eff2dbd3182410a6daa036d9d181f46394564 | src/aerys/minko/render/geometry/stream/IndexStream.as | src/aerys/minko/render/geometry/stream/IndexStream.as | package aerys.minko.render.geometry.stream
{
import aerys.minko.ns.minko_stream;
import aerys.minko.render.resource.IndexBuffer3DResource;
import aerys.minko.type.Signal;
import flash.utils.ByteArray;
public final class IndexStream
{
use namespace minko_stream;
minko_stream var _data : Vector.<uint> = ... | package aerys.minko.render.geometry.stream
{
import aerys.minko.ns.minko_stream;
import aerys.minko.render.resource.IndexBuffer3DResource;
import aerys.minko.type.Signal;
import flash.utils.ByteArray;
public final class IndexStream
{
use namespace minko_stream;
minko_stream var _data : Vector.<uint> = ... | fix IndexStram.invalidate() to set _hasChanged = true when locked | fix IndexStram.invalidate() to set _hasChanged = true when locked
| ActionScript | mit | aerys/minko-as3 |
7b02511e468f5e29d3870bc117d24fac3478abee | src/aerys/minko/type/loader/parser/ParserOptions.as | src/aerys/minko/type/loader/parser/ParserOptions.as | package aerys.minko.type.loader.parser
{
import aerys.minko.render.Effect;
import aerys.minko.scene.node.Mesh;
import aerys.minko.type.animation.SkinningMethod;
import aerys.minko.type.loader.ILoader;
import aerys.minko.type.loader.SceneLoader;
import aerys.minko.type.loader.TextureLoader;
import flash.net.URL... | package aerys.minko.type.loader.parser
{
import aerys.minko.render.Effect;
import aerys.minko.scene.node.Mesh;
import aerys.minko.type.animation.SkinningMethod;
import aerys.minko.type.loader.ILoader;
import aerys.minko.type.loader.SceneLoader;
import aerys.minko.type.loader.TextureLoader;
import flash.net.URL... | rename ParserOptions.dependencyLoaderClosure into dependencyLoaderFunction | rename ParserOptions.dependencyLoaderClosure into dependencyLoaderFunction
| ActionScript | mit | aerys/minko-as3 |
9048d4b0250a6742f81712f65cccf04c0be4aa94 | src/aerys/minko/render/effect/vertex/VertexUVShader.as | src/aerys/minko/render/effect/vertex/VertexUVShader.as | package aerys.minko.render.effect.vertex
{
import aerys.minko.render.RenderTarget;
import aerys.minko.render.effect.basic.BasicProperties;
import aerys.minko.render.effect.basic.BasicShader;
import aerys.minko.render.shader.SFloat;
import aerys.minko.type.stream.format.VertexComponent;
public class VertexUVShad... | package aerys.minko.render.effect.vertex
{
import aerys.minko.render.RenderTarget;
import aerys.minko.render.effect.basic.BasicProperties;
import aerys.minko.render.effect.basic.BasicShader;
import aerys.minko.render.shader.SFloat;
import aerys.minko.type.stream.format.VertexComponent;
public class VertexUVShad... | Optimize uv shader for limit values | Optimize uv shader for limit values
| ActionScript | mit | aerys/minko-as3 |
435567f62f1e413caca8de2a7b654b637da4a9b4 | WeaveData/src/weave/data/AttributeColumns/DateColumn.as | WeaveData/src/weave/data/AttributeColumns/DateColumn.as | /* ***** BEGIN LICENSE BLOCK *****
*
* This file is part of Weave.
*
* The Initial Developer of Weave is the Institute for Visualization
* and Perception Research at the University of Massachusetts Lowell.
* Portions created by the Initial Developer are Copyright (C) 2008-2015
* the Initial Developer. All... | /* ***** BEGIN LICENSE BLOCK *****
*
* This file is part of Weave.
*
* The Initial Developer of Weave is the Institute for Visualization
* and Perception Research at the University of Massachusetts Lowell.
* Portions created by the Initial Developer are Copyright (C) 2008-2015
* the Initial Developer. All... | Add a millisecond-resolution date format to the autodetection list. | Add a millisecond-resolution date format to the autodetection list.
| ActionScript | mpl-2.0 | WeaveTeam/WeaveJS,WeaveTeam/WeaveJS,WeaveTeam/WeaveJS,WeaveTeam/WeaveJS |
120b06d59df00a0db58c2d47e610452fbadba5fd | frameworks/as/src/org/apache/flex/html/staticControls/beads/TextItemRendererFactoryForArrayData.as | frameworks/as/src/org/apache/flex/html/staticControls/beads/TextItemRendererFactoryForArrayData.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 null dataprovider | handle null dataprovider
| ActionScript | apache-2.0 | greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs |
f8ad5a386fa2cd7e839a8124191a4c6b1365248f | src/com/axis/audioclient/AxisTransmit.as | src/com/axis/audioclient/AxisTransmit.as | package com.axis.audioclient {
import com.axis.audioclient.IAudioClient;
import com.axis.codec.g711;
import com.axis.ErrorManager;
import com.axis.http.auth;
import com.axis.http.request;
import com.axis.http.url;
import com.axis.Logger;
import flash.events.ErrorEvent;
import flash.events.Event;
im... | package com.axis.audioclient {
import com.axis.audioclient.IAudioClient;
import com.axis.codec.g711;
import com.axis.ErrorManager;
import com.axis.http.auth;
import com.axis.http.request;
import com.axis.http.url;
import com.axis.Logger;
import flash.events.ErrorEvent;
import flash.events.Event;
im... | Fix AxisTransmit events | Fix AxisTransmit events
| ActionScript | bsd-3-clause | gaetancollaud/locomote-video-player,AxisCommunications/locomote-video-player |
92dda9bbab7911029974f6a889726fe3cdc983d1 | src/aerys/minko/render/DrawCall.as | src/aerys/minko/render/DrawCall.as | package aerys.minko.render
{
import aerys.minko.ns.minko_render;
import aerys.minko.render.geometry.Geometry;
import aerys.minko.render.geometry.stream.IVertexStream;
import aerys.minko.render.geometry.stream.StreamUsage;
import aerys.minko.render.geometry.stream.VertexStream;
import aerys.minko.render.geometry.s... | package aerys.minko.render
{
import aerys.minko.ns.minko_render;
import aerys.minko.render.geometry.Geometry;
import aerys.minko.render.geometry.stream.IVertexStream;
import aerys.minko.render.geometry.stream.StreamUsage;
import aerys.minko.render.geometry.stream.VertexStream;
import aerys.minko.render.geometry.s... | remove test of _enabled because it should now be done before calling DrawCall.apply() | remove test of _enabled because it should now be done before calling DrawCall.apply()
| ActionScript | mit | aerys/minko-as3 |
685aaf01c952b9bf66455d18dad26ab85a6ca52f | src/aerys/minko/scene/node/Mesh.as | src/aerys/minko/scene/node/Mesh.as | package aerys.minko.scene.node
{
import aerys.minko.ns.minko_scene;
import aerys.minko.render.geometry.Geometry;
import aerys.minko.render.material.Material;
import aerys.minko.render.material.basic.BasicMaterial;
import aerys.minko.scene.controller.mesh.MeshVisibilityController;
import aerys.minko.type.Signal;
... | package aerys.minko.scene.node
{
import aerys.minko.ns.minko_scene;
import aerys.minko.render.geometry.Geometry;
import aerys.minko.render.material.Material;
import aerys.minko.render.material.basic.BasicMaterial;
import aerys.minko.scene.controller.mesh.MeshVisibilityController;
import aerys.minko.type.Signal;
... | fix typo | fix typo
| ActionScript | mit | aerys/minko-as3 |
8694da7bf41d73e20e865b22eba81d95c5e3020c | as3/com/netease/protobuf/SimpleWebRPC.as | as3/com/netease/protobuf/SimpleWebRPC.as | // vim: tabstop=4 shiftwidth=4
// Copyright (c) 2010 , NetEase.com,Inc. All rights reserved.
//
// Author: Yang Bo (pop.atry@gmail.com)
//
// Use, modification and distribution are subject to the "New BSD License"
// as listed at <url: http://www.opensource.org/licenses/bsd-license.php >.
package com.netease.protobuf... | // vim: tabstop=4 shiftwidth=4
// Copyright (c) 2010 , NetEase.com,Inc. All rights reserved.
//
// Author: Yang Bo (pop.atry@gmail.com)
//
// Use, modification and distribution are subject to the "New BSD License"
// as listed at <url: http://www.opensource.org/licenses/bsd-license.php >.
package com.netease.protobuf... | 把另一处 callback 也改成其他名字 | 把另一处 callback 也改成其他名字 | ActionScript | bsd-2-clause | tconkling/protoc-gen-as3 |
0b26fc9a08a8e616bb346203ca7ee288fba19836 | tests/GAv4/com/google/analytics/core/BrowserInfoTest.as | tests/GAv4/com/google/analytics/core/BrowserInfoTest.as | /*
* Copyright 2008 Adobe Systems Inc., 2008 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | /*
* Copyright 2008 Adobe Systems Inc., 2008 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | replace class Version by core.version | replace class Version by core.version | ActionScript | apache-2.0 | nsdevaraj/gaforflash,nsdevaraj/gaforflash,minimedj/gaforflash,minimedj/gaforflash |
3dd4a9e39660a39acd1b6e904834078ea6bb0475 | samples/plain_as/Sample.as | samples/plain_as/Sample.as | package {
import flash.display.*;
import flash.events.*;
import flash.text.*;
import flash.ui.Mouse;
import flash.notifications.NotificationStyle;
import com.juankpro.ane.localnotif.*;
[SWF(backgroundColor="#FFFFFF", width="320", height="480", frameRate="30")]
public class Sample extends Sprite {
... | package {
import flash.display.*;
import flash.events.*;
import flash.text.*;
import flash.ui.Mouse;
import flash.notifications.NotificationStyle;
import com.juankpro.ane.localnotif.*;
[SWF(backgroundColor="#FFFFFF", width="320", height="480", frameRate="30")]
public class Sample extends Sprite {
... | Add clear button to sample | Add clear button to sample
| ActionScript | mit | juank-pa/JKLocalNotifications-ANE,juank-pa/JKLocalNotifications-ANE,juank-pa/JKLocalNotifications-ANE |
8768ba419ab4373d922e457c6b4362afa018726c | 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.CloneableClass;
import dolly.data.CloneableSubclass;
import dolly.data.ClassLevelCopyableCloneable;
import dolly.data.PropertyLevelCloneable;
import dolly.data.PropertyLevelCopyableCloneable;
import org.as3commons.reflect.Field;
import org.as3commons... | package dolly {
import dolly.core.dolly_internal;
import dolly.data.CloneableClass;
import dolly.data.CloneableSubclass;
import dolly.data.ClassLevelCopyableCloneable;
import dolly.data.PropertyLevelCloneable;
import dolly.data.PropertyLevelCopyableCloneable;
import org.as3commons.reflect.Field;
import org.as3commons... | Rename methods in tests. | Rename methods in tests.
| ActionScript | mit | Yarovoy/dolly |
38bcf60ff5c2679f1b23af4690059094329ade3c | src/flash/net/URLStream.as | src/flash/net/URLStream.as | /*
* Copyright 2014 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | /*
* Copyright 2014 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | Add [native] metadata to flash.net.URLStream builtin | Add [native] metadata to flash.net.URLStream builtin
| ActionScript | apache-2.0 | tschneidereit/shumway,yurydelendik/shumway,mozilla/shumway,tschneidereit/shumway,yurydelendik/shumway,mbebenita/shumway,mozilla/shumway,mozilla/shumway,mozilla/shumway,tschneidereit/shumway,tschneidereit/shumway,yurydelendik/shumway,yurydelendik/shumway,mozilla/shumway,tschneidereit/shumway,mbebenita/shumway,mbebenita/... |
afa0d9823a8e0dea810e166f7c2ebd15111907a2 | com/segonquart/idiomesAnimation.as | com/segonquart/idiomesAnimation.as |
import mx.transitions.easing.*;
import com.mosesSupposes.fuse.*;
class idiomesAnimation extends Movieclip
{
private var arrayLang_arr:Array = new Array ("cat", "es", "en", "fr");
function idiomesAnimation():Void
{
this.stop();
this.onEnterFrame = this.enterSlide;
}
... | import mx.transitions.easing.*;
import com.mosesSupposes.fuse.*;
class com.segonquart.idiomesAnimation extends Movieclip
{
private var arrayLang_arr:Array = new Array ("cat", "es", "en", "fr");
function idiomesAnimation():Void
{
this.stop();
this.onEnterFrame = this.enterSlide;
... | Update idiomesAnimation.as | Update idiomesAnimation.as | ActionScript | bsd-3-clause | delfiramirez/web-talking-wear,delfiramirez/web-talking-wear,delfiramirez/web-talking-wear |
9dc56e21b7a880ba7084f655beb5411d7ddbd759 | src/as/com/threerings/cast/CharacterManager.as | src/as/com/threerings/cast/CharacterManager.as | //
// Nenya library - tools for developing networked games
// Copyright (C) 2002-2010 Three Rings Design, Inc., All Rights Reserved
// http://www.threerings.net/code/nenya/
//
// This library is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License as publis... | //
// Nenya library - tools for developing networked games
// Copyright (C) 2002-2010 Three Rings Design, Inc., All Rights Reserved
// http://www.threerings.net/code/nenya/
//
// This library is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License as publis... | Add ability to access components by name as well as by ID via the manager. | Add ability to access components by name as well as by ID via the manager.
git-svn-id: b675b909355d5cf946977f44a8ec5a6ceb3782e4@995 ed5b42cb-e716-0410-a449-f6a68f950b19
| ActionScript | lgpl-2.1 | threerings/nenya,threerings/nenya |
edcac62ee6018a99bb30a98368dc12e7211de585 | src/com/esri/viewer/WidgetTemplate.as | src/com/esri/viewer/WidgetTemplate.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,CanterburyRegionalCouncil/arcgis-viewer-flex,Esri/arcgis-viewer-flex |
3caf9d8b2d79a99fc50d010f747871b03c25b5d9 | src/flash/Recorder.as | src/flash/Recorder.as | package {
import flash.utils.ByteArray;
import flash.display.Sprite;
import flash.media.Microphone;
import flash.media.SoundMixer;
import flash.media.SoundTransform;
import flash.system.Security;
import flash.system.SecurityPanel;
import org.bytearray.micrecorder.*;
import org.bytearray.micrecorder.events.Rec... | package {
import flash.utils.ByteArray;
import flash.display.Sprite;
import flash.media.Microphone;
import flash.media.SoundMixer;
import flash.media.SoundTransform;
import flash.system.Security;
import flash.system.SecurityPanel;
import org.bytearray.micrecorder.*;
import org.bytearray.micrecorder.events.Rec... | Update Recorder to dispatch only RecorderEvents | Update Recorder to dispatch only RecorderEvents
| ActionScript | mit | mhotwagner/anachrony |
673e330d4cb9017d1a3840199798a28ac94d2347 | WEB-INF/lps/lfc/kernel/swf9/LzKeyboardKernel.as | WEB-INF/lps/lfc/kernel/swf9/LzKeyboardKernel.as | /**
* LzKeyboardKernel.lzs
*
* @copyright Copyright 2001-2008 Laszlo Systems, Inc. All Rights Reserved.
* Use is subject to license terms.
*
* @topic Kernel
* @subtopic AS2
*/
// Receives keyboard events from the runtime
class LzKeyboardKernelClass
{
function __keyboardEvent ( e, t ){ ... | /**
* LzKeyboardKernel.lzs
*
* @copyright Copyright 2001-2008 Laszlo Systems, Inc. All Rights Reserved.
* Use is subject to license terms.
*
* @topic Kernel
* @subtopic AS2
*/
// Receives keyboard events from the runtime
class LzKeyboardKernelClass
{
function __keyboardEvent ( e, t ){ ... | Change 20081209-maxcarlson-K by maxcarlson@Bank.lan on 2008-12-09 05:03:02 PST in /Users/maxcarlson/openlaszlo/trunk-clean for http://svn.openlaszlo.org/openlaszlo/trunk | Change 20081209-maxcarlson-K by maxcarlson@Bank.lan on 2008-12-09 05:03:02 PST
in /Users/maxcarlson/openlaszlo/trunk-clean
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: swf9: prevent duplicate onkeydown events
Bugs Fixed: LPP-7432 - onkeydown event keep firing
Technical Reviewer: andre.bargull@udo.... | ActionScript | epl-1.0 | mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo |
f3319cf3837ec01a94fa9e8466a13d52efc69839 | src/org/mangui/osmf/plugins/traits/HLSDynamicStreamTrait.as | src/org/mangui/osmf/plugins/traits/HLSDynamicStreamTrait.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.event.HLSEvent;
... | /* 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.event.HLSEvent;
... | speed up level switching | flashlsOSMF: speed up level switching
| ActionScript | mpl-2.0 | thdtjsdn/flashls,Corey600/flashls,Corey600/flashls,aevange/flashls,Peer5/flashls,suuhas/flashls,neilrackett/flashls,vidible/vdb-flashls,codex-corp/flashls,suuhas/flashls,jlacivita/flashls,vidible/vdb-flashls,JulianPena/flashls,aevange/flashls,jlacivita/flashls,hola/flashls,aevange/flashls,fixedmachine/flashls,NicolasSi... |
29525d54d92d27bd1c80ae6038efba68be79e08b | src/org/mangui/osmf/plugins/utils/ErrorManager.as | src/org/mangui/osmf/plugins/utils/ErrorManager.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.utils {
import org.mangui.hls.event.HLSError;
import org.mangui.hls.event.H... | /* 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.utils {
import org.mangui.hls.event.HLSError;
import org.mangui.hls.event.H... | Fix mapping of HLSError.FRAGMENT_LOADING_CROSSDOMAIN_ERROR, HLSError.KEY_LOADING_CROSSDOMAIN_ERROR, HLSError.MANIFEST_LOADING_CROSSDOMAIN_ERROR to MediaErrorCodes.SECURITY_ERROR instead of MediaErrorCodes.IO_ERROR | Fix mapping of HLSError.FRAGMENT_LOADING_CROSSDOMAIN_ERROR,
HLSError.KEY_LOADING_CROSSDOMAIN_ERROR,
HLSError.MANIFEST_LOADING_CROSSDOMAIN_ERROR to
MediaErrorCodes.SECURITY_ERROR instead of MediaErrorCodes.IO_ERROR
| ActionScript | mpl-2.0 | vidible/vdb-flashls,JulianPena/flashls,tedconf/flashls,hola/flashls,codex-corp/flashls,NicolasSiver/flashls,dighan/flashls,loungelogic/flashls,mangui/flashls,tedconf/flashls,vidible/vdb-flashls,jlacivita/flashls,thdtjsdn/flashls,Corey600/flashls,neilrackett/flashls,fixedmachine/flashls,clappr/flashls,neilrackett/flashl... |
bb0113ae398d24a519006d4816fa9a0f5d07c2d2 | ApplicationDemo/src/main/flex/sk/yoz/ycanvas/demo/simple/Partition.as | ApplicationDemo/src/main/flex/sk/yoz/ycanvas/demo/simple/Partition.as | package sk.yoz.ycanvas.demo.simple
{
import flash.display.Bitmap;
import flash.display.BitmapData;
import flash.display.IBitmapDrawable;
import flash.display.Loader;
import flash.display.LoaderInfo;
import flash.events.Event;
import flash.events.IOErrorEvent;
import flash.geom.Matrix;
... | package sk.yoz.ycanvas.demo.simple
{
import flash.display.Bitmap;
import flash.display.BitmapData;
import flash.display.IBitmapDrawable;
import flash.display.Loader;
import flash.display.LoaderInfo;
import flash.events.Event;
import flash.events.IOErrorEvent;
import flash.geom.Matrix;
... | Update ApplicationDemo/src/main/flex/sk/yoz/ycanvas/demo/simple/Partition.as | Update ApplicationDemo/src/main/flex/sk/yoz/ycanvas/demo/simple/Partition.as
Memory leak eliminated in case of several map creations and destructions . | ActionScript | mit | wubaodong/YCanvas,jozefchutka/YCanvas,wubaodong/YCanvas |
f1ab0ae51b2453106b19e4bf4e0a320835edca25 | src/SoundManager2_SMSound_AS3.as | src/SoundManager2_SMSound_AS3.as | /*
SoundManager 2: Javascript Sound for the Web
----------------------------------------------
http://schillmania.com/projects/soundmanager2/
Copyright (c) 2007, Scott Schiller. All rights reserved.
Code licensed under the BSD License:
http://www.schillmania.com/projects/soundmanager2/license.txt
... | /*
SoundManager 2: Javascript Sound for the Web
----------------------------------------------
http://schillmania.com/projects/soundmanager2/
Copyright (c) 2007, Scott Schiller. All rights reserved.
Code licensed under the BSD License:
http://www.schillmania.com/projects/soundmanager2/license.txt
... | Add an onPlayStatus method to capture the callback...but it's never called. | Add an onPlayStatus method to capture the callback...but it's never called.
| ActionScript | bsd-3-clause | Shinobi881/SoundManager2,usergit/SoundManager2,thecocce/SoundManager2,oceanho/SoundManager2,Zarel/SoundManager2,ali2mdj/SoundManager2,2947721120/SoundManager2,kyroskoh/SoundManager2,relax/SoundManager2,Nona-Creative/SoundManager2,Zarel/SoundManager2,usergit/SoundManager2,Erbolking/SoundManager2,snowman1ng/SoundManager2... |
f42b008df2451cbad8bafe2c2c5a851e4bd5ed84 | exporter/src/main/as/flump/xfl/XflLayer.as | exporter/src/main/as/flump/xfl/XflLayer.as | //
// Flump - Copyright 2013 Flump Authors
package flump.xfl {
import aspire.util.XmlUtil;
import flump.mold.KeyframeMold;
import flump.mold.LayerMold;
public class XflLayer
{
public static const NAME :String = "name";
public static const TYPE :String = "layerType";
public static const TYPE_GUIDE :Stri... | //
// Flump - Copyright 2013 Flump Authors
package flump.xfl {
import aspire.util.XmlUtil;
import flump.mold.KeyframeMold;
import flump.mold.LayerMold;
public class XflLayer
{
public static const NAME :String = "name";
public static const TYPE :String = "layerType";
public static const TYPE_GUIDE :Stri... | Revert "fix XflLayer parse signature" | Revert "fix XflLayer parse signature"
This reverts commit 47388cac329edc12b6a57798a59f27b37b2923b1. | ActionScript | mit | mathieuanthoine/flump,mathieuanthoine/flump,mathieuanthoine/flump |
abc8f42f6a2e5e39bf7daee869b6aa618a567a7a | common1/src/nt/lib/util/assert.as | common1/src/nt/lib/util/assert.as | package nt.lib.util
{
import flash.system.Capabilities;
[Inline]
public function assert(b:Boolean, m:String = "", errorClass:Class = null):void
{
if (Capabilities.isDebugger)
{
if (!b)
{
throw new (errorClass ||= Error)(m);
}
}
}
}
| package nt.lib.util
{
import flash.system.Capabilities;
/**
*debug异常抛出类
*@param b 值为flase则抛出异常
*@param m 如果错误类为空则抛出该错误信息
*@param errorClass 错误类
*/
[Inline]
public function assert(b:Boolean, m:String = "", errorClass:Class = null):void
{
if (Capabilities.isDebugger)
{
if (!b)
{
throw new (errorCl... | add annotate | add annotate
| ActionScript | mit | nexttouches/age_client |
777adf453e6198d4595af1491104c812d9ef5de2 | src/aerys/minko/render/DrawCall.as | src/aerys/minko/render/DrawCall.as | package aerys.minko.render
{
import aerys.minko.ns.minko_render;
import aerys.minko.render.geometry.Geometry;
import aerys.minko.render.geometry.stream.IVertexStream;
import aerys.minko.render.geometry.stream.StreamUsage;
import aerys.minko.render.geometry.stream.VertexStream;
import aerys.minko.render.geometry.s... | package aerys.minko.render
{
import aerys.minko.ns.minko_render;
import aerys.minko.render.geometry.Geometry;
import aerys.minko.render.geometry.stream.IVertexStream;
import aerys.minko.render.geometry.stream.StreamUsage;
import aerys.minko.render.geometry.stream.VertexStream;
import aerys.minko.render.geometry.s... | set _bindingConsumer to null when the bindings are unset | set _bindingConsumer to null when the bindings are unset
| ActionScript | mit | aerys/minko-as3 |
80ba685b325595f957eb25b57dc138e69ce62e1d | frameworks/projects/spark/src/spark/utils/MultiDPIBitmapSource.as | frameworks/projects/spark/src/spark/utils/MultiDPIBitmapSource.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 480 dpi bitmap source | fix 480 dpi bitmap source
| ActionScript | apache-2.0 | adufilie/flex-sdk,adufilie/flex-sdk,apache/flex-sdk,SlavaRa/flex-sdk,shyamalschandra/flex-sdk,apache/flex-sdk,apache/flex-sdk,adufilie/flex-sdk,danteinforno/flex-sdk,danteinforno/flex-sdk,SlavaRa/flex-sdk,adufilie/flex-sdk,SlavaRa/flex-sdk,adufilie/flex-sdk,SlavaRa/flex-sdk,SlavaRa/flex-sdk,SlavaRa/flex-sdk,danteinforn... |
e7132a127f5a76e2ced598ad1702764ef0243ac7 | src/as/com/threerings/flex/CommandComboBox.as | src/as/com/threerings/flex/CommandComboBox.as | //
// $Id$
//
// Nenya library - tools for developing networked games
// Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved
// http://www.threerings.net/code/nenya/
//
// This library is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public Licens... | //
// $Id$
//
// Nenya library - tools for developing networked games
// Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved
// http://www.threerings.net/code/nenya/
//
// This library is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public Licens... | Fix for when the items don't have a 'data' property. | Fix for when the items don't have a 'data' property.
git-svn-id: b675b909355d5cf946977f44a8ec5a6ceb3782e4@756 ed5b42cb-e716-0410-a449-f6a68f950b19
| ActionScript | lgpl-2.1 | threerings/nenya,threerings/nenya |
d713f8a221ebf954255ed7d0a2bc3900a5ecbf7f | examples/web/app/classes/server/FMSClient.as | examples/web/app/classes/server/FMSClient.as | package server {
dynamic public class FMSClient extends Object {
public function FMSClient() {
super();
}
public function onRegisterUser(user:String, result:Object):void {
trace('FMSClient.onRegisterUser:', user, result);
}
public function onStartGame(user:String):void {
trace('FMSClient.onStartGa... | package server {
dynamic public class FMSClient extends Object {
public function FMSClient() {
super();
}
public function onRegisterUser(user:String, result:Object):void {
trace('FMSClient.onRegisterUser:', user, result);
}
public function onSigninUser(user:String, result:Object):void {
trace('FMS... | Update FMSClient.as | Update FMSClient.as | ActionScript | apache-2.0 | adriancmiranda/flash-compiler,adriancmiranda/flash-compiler,adriancmiranda/flash-compiler,adriancmiranda/flash-compiler,adriancmiranda/flash-compiler,adriancmiranda/flash-compiler,adriancmiranda/flash-compiler,adriancmiranda/flash-compiler |
d63b447b614c8ac83aebccf34150e1fafb7c2d07 | frameworks/as/projects/FlexJSUI/src/org/apache/flex/core/SimpleCSSValuesImpl.as | frameworks/as/projects/FlexJSUI/src/org/apache/flex/core/SimpleCSSValuesImpl.as | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | add limited media query check for -flex-flash. More MQ processing needed eventually | add limited media query check for -flex-flash. More MQ processing needed eventually
| ActionScript | apache-2.0 | greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs |
5b82579d738c39f961f291dd75c848334fac5f73 | as3/xobjas3/src/com/rpath/xobj/FilterTerm.as | as3/xobjas3/src/com/rpath/xobj/FilterTerm.as | /*
# Copyright (c) 2008-2010 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 usef... | /*
# Copyright (c) 2008-2010 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 usef... | Make FilterTerm bindable | Make FilterTerm bindable
| ActionScript | apache-2.0 | sassoftware/xobj,sassoftware/xobj,sassoftware/xobj,sassoftware/xobj |
78bc8c5bed49ad73d749d48d6254540295ff8706 | plugins/omniturePlugin/src/com/kaltura/kdpfl/plugin/component/OmnitureMediator.as | plugins/omniturePlugin/src/com/kaltura/kdpfl/plugin/component/OmnitureMediator.as | package com.kaltura.kdpfl.plugin.component
{
import com.kaltura.kdpfl.model.ConfigProxy;
import com.kaltura.kdpfl.model.ExternalInterfaceProxy;
import com.kaltura.kdpfl.model.MediaProxy;
import com.kaltura.kdpfl.model.SequenceProxy;
import com.kaltura.kdpfl.model.type.NotificationType;
import com.kaltura.k... | package com.kaltura.kdpfl.plugin.component
{
import com.kaltura.kdpfl.model.ConfigProxy;
import com.kaltura.kdpfl.model.ExternalInterfaceProxy;
import com.kaltura.kdpfl.model.MediaProxy;
import com.kaltura.kdpfl.model.SequenceProxy;
import com.kaltura.kdpfl.model.type.NotificationType;
import com.kaltura.k... | add "showAdvancedShare" event | qnd: add "showAdvancedShare" event
git-svn-id: 3f608e5a9a704dd448217c0a64c508e7f145cfa1@86972 6b8eccd3-e8c5-4e7d-8186-e12b5326b719
| ActionScript | agpl-3.0 | kaltura/kdp,shvyrev/kdp,kaltura/kdp,kaltura/kdp,shvyrev/kdp,shvyrev/kdp |
08b32927c416cd36fb7f609424624b18e671ae52 | src/aerys/minko/scene/controller/mesh/DynamicTextureController.as | src/aerys/minko/scene/controller/mesh/DynamicTextureController.as | package aerys.minko.scene.controller.mesh
{
import aerys.minko.render.Viewport;
import aerys.minko.render.resource.texture.TextureResource;
import aerys.minko.scene.controller.EnterFrameController;
import aerys.minko.scene.node.ISceneNode;
import aerys.minko.scene.node.Mesh;
import aerys.minko.scene.node.Scene;
... | package aerys.minko.scene.controller.mesh
{
import aerys.minko.render.Viewport;
import aerys.minko.render.resource.texture.TextureResource;
import aerys.minko.scene.controller.EnterFrameController;
import aerys.minko.scene.node.ISceneNode;
import aerys.minko.scene.node.Mesh;
import aerys.minko.scene.node.Scene;
... | fix DynamicTextureController.sceneEnterFrameHandler() to make sure the source is rasterized/uploaded to init. the texture and avoid error 3700 at the first frame | fix DynamicTextureController.sceneEnterFrameHandler() to make sure the source is rasterized/uploaded to init. the texture and avoid error 3700 at the first frame
| ActionScript | mit | aerys/minko-as3 |
84cfaec97fbdc245fa1533b252c2360a45a266f5 | src/org/mangui/jwplayer/media/HLSProvider.as | src/org/mangui/jwplayer/media/HLSProvider.as | package org.mangui.jwplayer.media {
import org.mangui.HLS.parsing.Level;
import org.mangui.HLS.*;
import org.mangui.HLS.utils.Log;
import org.mangui.HLS.utils.ScaleVideo;
import com.longtailvideo.jwplayer.events.MediaEvent;
import com.longtailvideo.jwplayer.model.PlayerConfig;
import com.lo... | package org.mangui.jwplayer.media {
import org.mangui.HLS.parsing.Level;
import org.mangui.HLS.*;
import org.mangui.HLS.utils.Log;
import org.mangui.HLS.utils.ScaleVideo;
import com.longtailvideo.jwplayer.events.MediaEvent;
import com.longtailvideo.jwplayer.model.PlayerConfig;
import com.lo... | Create Video element using 1920x960 resolution. | Create Video element using 1920x960 resolution.
| ActionScript | mpl-2.0 | desaintmartin/hlsprovider,desaintmartin/hlsprovider,desaintmartin/hlsprovider |
329b9d7a6ab0de7c2483d9a53ca36027e463cf25 | src/aerys/minko/scene/node/Scene.as | src/aerys/minko/scene/node/Scene.as | package aerys.minko.scene.node
{
import aerys.minko.ns.minko_scene;
import aerys.minko.render.Effect;
import aerys.minko.render.Viewport;
import aerys.minko.scene.controller.scene.RenderingController;
import aerys.minko.scene.node.camera.AbstractCamera;
import aerys.minko.type.Signal;
import aerys.minko.type.bin... | package aerys.minko.scene.node
{
import aerys.minko.ns.minko_scene;
import aerys.minko.render.Effect;
import aerys.minko.render.Viewport;
import aerys.minko.scene.controller.scene.RenderingController;
import aerys.minko.scene.node.camera.AbstractCamera;
import aerys.minko.type.Signal;
import aerys.minko.type.bin... | fix duplicate function definition for Scene.numDrawCalls getter | fix duplicate function definition for Scene.numDrawCalls getter
| ActionScript | mit | aerys/minko-as3 |
b5162c4fe663d2e69626d08e4e28a1582b1fff8d | src/com/google/analytics/core/DocumentInfo.as | src/com/google/analytics/core/DocumentInfo.as | /*
* Copyright 2008 Adobe Systems Inc., 2008 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | /*
* Copyright 2008 Adobe Systems Inc., 2008 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | fix comment for asdoc | fix comment for asdoc | ActionScript | apache-2.0 | jisobkim/gaforflash,mrthuanvn/gaforflash,jeremy-wischusen/gaforflash,drflash/gaforflash,DimaBaliakin/gaforflash,Vigmar/gaforflash,Vigmar/gaforflash,jisobkim/gaforflash,dli-iclinic/gaforflash,jeremy-wischusen/gaforflash,drflash/gaforflash,soumavachakraborty/gaforflash,DimaBaliakin/gaforflash,mrthuanvn/gaforflash,soumava... |
e1ee831e0f68f3de6c7ca1b368a662bc94fdee5d | src/battlecode/client/viewer/render/ImageAssets.as | src/battlecode/client/viewer/render/ImageAssets.as | package battlecode.client.viewer.render {
public class ImageAssets {
// control bar background
[Embed('/img/client/background.png')]
public static const GRADIENT_BACKGROUND:Class;
[Embed('/img/client/hud_unit_underlay.png')]
public static const HUD_ARCHON_BACKGROUND:Class;
... | package battlecode.client.viewer.render {
public class ImageAssets {
// control bar background
[Embed('/img/client/background.png')]
public static const GRADIENT_BACKGROUND:Class;
[Embed('/img/client/hud_unit_underlay.png')]
public static const HUD_ARCHON_BACKGROUND:Class;
... | fix rendering of neutral units | fix rendering of neutral units
| ActionScript | mit | trun/battlecode-webclient |
c5d6d126a2f18a8db18bb59b4f56b44aa1664178 | frameworks/as/projects/FlexJSJX/src/org/apache/flex/effects/Effect.as | frameworks/as/projects/FlexJSJX/src/org/apache/flex/effects/Effect.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... | change default duration | change default duration
| ActionScript | apache-2.0 | greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs |
bcb90305762c342449831926e244369c2216cdd4 | flexEditor/src/org/arisgames/editor/view/CreateOrOpenGameSelectorView.as | flexEditor/src/org/arisgames/editor/view/CreateOrOpenGameSelectorView.as | package org.arisgames.editor.view
{
import flash.events.MouseEvent;
import flash.utils.Dictionary;
import mx.collections.ArrayCollection;
import mx.containers.Panel;
import mx.controls.Alert;
import mx.controls.Button;
import mx.controls.DataGrid;
import mx.controls.TextArea;
import mx.controls.TextInput;
import mx.ev... | package org.arisgames.editor.view
{
import flash.events.MouseEvent;
import flash.utils.Dictionary;
import mx.collections.ArrayCollection;
import mx.containers.Panel;
import mx.controls.Alert;
import mx.controls.Button;
import mx.controls.DataGrid;
import mx.controls.TextArea;
import mx.controls.TextInput;
import mx.ev... | Delete modals on game switch | Delete modals on game switch | ActionScript | mit | inesaloulou21/arisgames,augustozuniga/arisgames,inesaloulou21/arisgames,augustozuniga/arisgames,augustozuniga/arisgames,inesaloulou21/arisgames,inesaloulou21/arisgames,augustozuniga/arisgames,inesaloulou21/arisgames,inesaloulou21/arisgames,augustozuniga/arisgames,inesaloulou21/arisgames,inesaloulou21/arisgames,augustoz... |
744a1b0b67e721d95849ec093da7e924fab54322 | src/main/actionscript/com/dotfold/dotvimstat/view/summary/UserSummary.as | src/main/actionscript/com/dotfold/dotvimstat/view/summary/UserSummary.as | package com.dotfold.dotvimstat.view.summary
{
import com.dotfold.dotvimstat.model.image.EntityImage;
import com.dotfold.dotvimstat.view.IView;
import com.dotfold.dotvimstat.view.animation.ElementAnimationSequencer;
import com.dotfold.dotvimstat.view.event.UserSummaryEvent;
import flash.display.Graphics;
import ... | package com.dotfold.dotvimstat.view.summary
{
import com.dotfold.dotvimstat.model.image.EntityImage;
import com.dotfold.dotvimstat.view.IView;
import com.dotfold.dotvimstat.view.animation.ElementAnimationSequencer;
import com.dotfold.dotvimstat.view.event.UserSummaryEvent;
import flash.display.Graphics;
import ... | increase alpha on user image overlay | [feat] increase alpha on user image overlay
| ActionScript | mit | dotfold/dotvimstat |
058ee738a208e32d39cb5931102c97f829f67b84 | source/fairygui/GLoader.as | source/fairygui/GLoader.as | package fairygui {
import fairygui.display.Image;
import fairygui.display.MovieClip;
import fairygui.utils.ToolSet;
import laya.display.Node;
import laya.display.Sprite;
import laya.maths.Rectangle;
import laya.resource.Texture;
import laya.utils.Handler;
public class GLoader extends GObject impl... | package fairygui {
import fairygui.display.Image;
import fairygui.display.MovieClip;
import fairygui.utils.ToolSet;
import laya.display.Node;
import laya.display.Sprite;
import laya.maths.Rectangle;
import laya.resource.Texture;
import laya.utils.Handler;
public class GLoader extends GObject impl... | Allow GLoader to load component. | Allow GLoader to load component.
| ActionScript | mit | fairygui/FairyGUI-layabox,fairygui/FairyGUI-layabox |
a0d479fbc4a5ab5fccc98ce9edc1b33e7456a184 | src/Modi/ManagedContext.as | src/Modi/ManagedContext.as | /*
* This is free software; you can redistribute it and/or modify it under the
* terms of MIT free software license as published by the Massachusetts
* Institute of Technology.
*
* Copyright 2012. Vjekoslav Krajacic, Tomislav Podhraski
*/
package Modi
{
import Core.Assert;
import flash.utils.Dictionary;
pu... | /*
* This is free software; you can redistribute it and/or modify it under the
* terms of MIT free software license as published by the Massachusetts
* Institute of Technology.
*
* Copyright 2012. Vjekoslav Krajacic, Tomislav Podhraski
*/
package Modi
{
import Core.Assert;
import flash.utils.Dictionary;
pu... | Fix in managed context | Fix in managed context
| ActionScript | mit | justpinegames/Modi |
90ff08f21b0c8fe337ce6706009b2741c1b5b451 | collect-client/src/main/flex/org/openforis/collect/presenter/JobMonitor.as | collect-client/src/main/flex/org/openforis/collect/presenter/JobMonitor.as | package org.openforis.collect.presenter {
import flash.events.EventDispatcher;
import flash.events.TimerEvent;
import flash.utils.Timer;
import mx.rpc.AsyncResponder;
import mx.rpc.events.ResultEvent;
import org.openforis.collect.Application;
import org.openforis.collect.client.ClientFactory;
impo... | package org.openforis.collect.presenter {
import flash.events.EventDispatcher;
import flash.events.TimerEvent;
import flash.utils.Timer;
import mx.rpc.AsyncResponder;
import mx.rpc.events.ResultEvent;
import org.openforis.collect.Application;
import org.openforis.collect.client.ClientFactory;
impo... | Stop job monitoring timer when job is complete | Stop job monitoring timer when job is complete | ActionScript | mit | openforis/collect,openforis/collect,openforis/collect,openforis/collect |
9102a931962cccb6dc801158ace29331d65145a7 | actionscript/src/com/chartboost/plugin/air/CBLocation.as | actionscript/src/com/chartboost/plugin/air/CBLocation.as | package com.chartboost.plugin.air {
public final class CBLocation {
public static const DEFAULT:String = "Default";
public static const STARTUP:String = "Startup";
public static const HOME_SCREEN:String = "Home Screen";
public static const MAIN_MENU:String = "Main Menu";
public static co... | package com.chartboost.plugin.air {
public final class CBLocation {
public static const DEFAULT:String = "Default";
public static const STARTUP:String = "Startup";
public static const HOME_SCREEN:String = "Home Screen";
public static const MAIN_MENU:String = "Main Menu";
public static co... | Update CBLocation.as | Update CBLocation.as
Fixed wrong string for LEVEL_COMPLETE constant. | ActionScript | mit | thenitro/air,thenitro/air,thenitro/air,ChartBoost/air,ChartBoost/air,ChartBoost/air |
807165e6fcc8fff83c0ebe4dcc5896bae860ca67 | src/as/com/threerings/flash/path/Path.as | src/as/com/threerings/flash/path/Path.as | //
// $Id$
package com.threerings.flash.path {
import flash.display.DisplayObject;
import flash.events.Event;
import flash.utils.getTimer;
/**
* Moves a display object along a particular path in a specified amount of time.
*/
public /*abstract*/ class Path
{
/**
* Moves the specified display object from t... | //
// $Id$
package com.threerings.flash.path {
import flash.display.DisplayObject;
import flash.events.Event;
import flash.utils.getTimer;
/**
* Moves a display object along a particular path in a specified amount of time.
*/
public /*abstract*/ class Path
{
/**
* Moves the specified display object from t... | Make sure to perform the path completion steps if starting the path causes it to complete. | Make sure to perform the path completion steps if starting the path causes it to complete.
git-svn-id: b675b909355d5cf946977f44a8ec5a6ceb3782e4@375 ed5b42cb-e716-0410-a449-f6a68f950b19
| ActionScript | lgpl-2.1 | threerings/nenya,threerings/nenya |
6dee96bb156e0f0e4f5219cd6d8ca664e0047567 | src/as/com/threerings/util/RingBuffer.as | src/as/com/threerings/util/RingBuffer.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... | use Function.call(), not Function.apply() | use Function.call(), not Function.apply()
git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@4941 542714f4-19e9-0310-aa3c-eee0fc999fb1
| ActionScript | lgpl-2.1 | threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya |
5d52f5f3fd0cf360a328ebc26aebf529355ac6a9 | src/aerys/minko/type/Signal.as | src/aerys/minko/type/Signal.as | package aerys.minko.type
{
public final class Signal
{
private var _name : String = null;
private var _callbacks : Array = [];
private var _numCallbacks : uint = 0;
private var _executed : Boolean = false;
private var _numAdded : uint = 0;
private var _toAdd : Array = null;
... | package aerys.minko.type
{
public final class Signal
{
private var _name : String = null;
private var _callbacks : Array = [];
private var _numCallbacks : uint = 0;
private var _executed : Boolean = false;
private var _numAdded : uint = 0;
private var _toAdd : Array = null;
... | Add removeAllCallback method for Signal | Add removeAllCallback method for Signal
| ActionScript | mit | aerys/minko-as3 |
5aeb5ab0f07d57fc58e2239af16025763bdd80ab | src/as/com/threerings/flash/LoaderUtil.as | src/as/com/threerings/flash/LoaderUtil.as | //
// $Id$
package com.threerings.flash {
import flash.display.Loader;
/**
* Contains a utility method for safely unloading a Loader.
*/
public class LoaderUtil
{
/**
* Safely unload the specified loader.
*/
public static function unload (loader :Loader) :void
{
try {
load... | //
// $Id$
package com.threerings.flash {
import flash.display.Loader;
/**
* Contains a utility method for safely unloading a Loader.
*/
public class LoaderUtil
{
/**
* Safely unload the specified loader.
*/
public static function unload (loader :Loader) :void
{
try {
load... | Enable glorious unloadAndStop(). I did some tests with it, and it sure does put the kibosh on things. | Enable glorious unloadAndStop().
I did some tests with it, and it sure does put the kibosh on things.
git-svn-id: b675b909355d5cf946977f44a8ec5a6ceb3782e4@769 ed5b42cb-e716-0410-a449-f6a68f950b19
| ActionScript | lgpl-2.1 | threerings/nenya,threerings/nenya |
534f0d4b149d3b861ee17ff140a435b3436edb41 | HLSPlugin/src/org/denivip/osmf/net/httpstreaming/hls/HTTPStreamingMP2TSFileHandler.as | HLSPlugin/src/org/denivip/osmf/net/httpstreaming/hls/HTTPStreamingMP2TSFileHandler.as | /* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distr... | /* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distr... | Fix bug where syncFound was flagged as false incorrectly | Fix bug where syncFound was flagged as false incorrectly
This was causing byte-level sync issues with throttled (and potentially
other) streams
| ActionScript | isc | denivip/osmf-hls-plugin,denivip/osmf-hls-plugin,mruse/osmf-hls-plugin,mruse/osmf-hls-plugin |
ce3ba0ffd86b8bb1569fd24f1cb2b5a6272cc3aa | 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;
import aerys.minko.type.binding.IDataProvider;
import aerys.minko.type.math.Matrix4x4;
import aerys.minko.type.math.Vector4;
pub... | package aerys.minko.render.material.basic
{
import aerys.minko.render.Effect;
import aerys.minko.render.material.Material;
import aerys.minko.render.resource.texture.TextureResource;
import aerys.minko.type.binding.IDataProvider;
import aerys.minko.type.math.Matrix4x4;
import aerys.minko.type.math.Vector4;
pub... | add property BasicMaterial.diffuseMapWrapping | add property BasicMaterial.diffuseMapWrapping
| ActionScript | mit | aerys/minko-as3 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.