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 |
|---|---|---|---|---|---|---|---|---|---|
19f137f7fdd29b3b935af1795ffb78ac4ceccd1b | as3/test/ember/core/NodesManagerTests.as | as3/test/ember/core/NodesManagerTests.as | package ember.core
{
import mocks.MockComponent;
import mocks.MockNode;
import mocks.MockOptionalComponent;
import mocks.MockOptionalNode;
import org.hamcrest.assertThat;
import org.hamcrest.object.equalTo;
import org.hamcrest.object.isTrue;
import org.hamcrest.object.notNullValue;
import org.hamcrest.object.... | package ember.core
{
import mocks.MockComponent;
import mocks.MockNode;
import mocks.MockOptionalComponent;
import mocks.MockOptionalNode;
import org.hamcrest.assertThat;
import org.hamcrest.object.equalTo;
import org.hamcrest.object.isTrue;
import org.hamcrest.object.notNullValue;
import org.hamcrest.object.... | Simplify test for #11 | Simplify test for #11
| ActionScript | mit | alecmce/xember |
117039ada440729a5b2e3de3f99bcfb7aafec70f | src/aerys/minko/render/geometry/primitive/TorusGeometry.as | src/aerys/minko/render/geometry/primitive/TorusGeometry.as | package aerys.minko.render.geometry.primitive
{
import aerys.minko.render.geometry.Geometry;
import aerys.minko.render.geometry.stream.IVertexStream;
import aerys.minko.render.geometry.stream.IndexStream;
import aerys.minko.render.geometry.stream.StreamUsage;
import aerys.minko.render.geometry.stream.VertexStream... | add TorusGeometry | add TorusGeometry
| ActionScript | mit | aerys/minko-as3 | |
44897a82d0a0921479f56c7ba29ad1b0b0dfbb9b | test/acceptance/as3/Vector/specializedAtRuntime.as | test/acceptance/as3/Vector/specializedAtRuntime.as | /* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
... | Fix 525654 - added test for runtime Vector specialization | Fix 525654 - added test for runtime Vector specialization
| ActionScript | mpl-2.0 | pfgenyun/tamarin-redux,pnkfelix/tamarin-redux,pfgenyun/tamarin-redux,pfgenyun/tamarin-redux,pfgenyun/tamarin-redux,pfgenyun/tamarin-redux,pnkfelix/tamarin-redux,pnkfelix/tamarin-redux,pnkfelix/tamarin-redux,pfgenyun/tamarin-redux,pnkfelix/tamarin-redux,pfgenyun/tamarin-redux,pnkfelix/tamarin-redux,pnkfelix/tamarin-redu... | |
7f04749ad7a0d346562dbdc851a30df5fb71d8e5 | dolly-framework/src/test/actionscript/dolly/CloningOfPropertyLevelCopyableCloneableClassTest.as | dolly-framework/src/test/actionscript/dolly/CloningOfPropertyLevelCopyableCloneableClassTest.as | package dolly {
import dolly.core.dolly_internal;
import dolly.data.PropertyLevelCopyableCloneableClass;
import org.as3commons.reflect.Type;
use namespace dolly_internal;
public class CloningOfPropertyLevelCopyableCloneableClassTest {
private var propertyLevelCopyableCloneable:PropertyLevelCopyableCloneableClass;... | Test class for cloning of PropertyLevelCopyableCloneableClass. | Test class for cloning of PropertyLevelCopyableCloneableClass.
| ActionScript | mit | Yarovoy/dolly | |
e3d338b6ec2a9ad9f01cfb8344571d2630f21a05 | src/as/com/threerings/util/EmbededClassLoader.as | src/as/com/threerings/util/EmbededClassLoader.as | package com.threerings.util {
import flash.display.Loader;
import flash.errors.IllegalOperationError;
import flash.events.Event;
import flash.events.EventDispatcher;
import flash.events.IOErrorEvent;
import flash.utils.ByteArray;
import flash.system.ApplicationDomain;
import flash.system.LoaderContext;
/**
* Allows ... | Use the EmbededClassLoader to get full access to an embeded swf file, including all classes, functions and namespaces defined in it. | Use the EmbededClassLoader to get full access to an embeded swf file, including all classes,
functions and namespaces defined in it.
git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@4502 542714f4-19e9-0310-aa3c-eee0fc999fb1
| ActionScript | lgpl-2.1 | threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya | |
1afa2d6b3f5d0b277652c00ec7e0bf8eaeaab727 | frameworks/as/src/org/apache/flex/utils/Timer.as | frameworks/as/src/org/apache/flex/utils/Timer.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... | add Timer class | add Timer class
| ActionScript | apache-2.0 | greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs | |
6a0a03f3acca17b03246fddff3a59722dee07d19 | Bin/Data/Scripts/36_Urho2DTileMap.as | Bin/Data/Scripts/36_Urho2DTileMap.as | // Urho2D tile map example.
// This sample demonstrates:
// - Creating a 2D scene with tile map
// - Displaying the scene using the Renderer subsystem
// - Handling keyboard to move and zoom 2D camera
#include "Scripts/Utilities/Sample.as"
void Start()
{
// Execute the common startup for samples
S... | Add tile map AngelScript sample. | Add tile map AngelScript sample.
| ActionScript | mit | abdllhbyrktr/Urho3D,helingping/Urho3D,SuperWangKai/Urho3D,299299/Urho3D,SirNate0/Urho3D,MeshGeometry/Urho3D,fire/Urho3D-1,abdllhbyrktr/Urho3D,fire/Urho3D-1,PredatorMF/Urho3D,MeshGeometry/Urho3D,SuperWangKai/Urho3D,kostik1337/Urho3D,eugeneko/Urho3D,tommy3/Urho3D,c4augustus/Urho3D,urho3d/Urho3D,299299/Urho3D,xiliu98/Urho... | |
03d6b29c891d2e36e89ed5cb4bad57e580923e80 | HLSPlugin/src/org/denivip/osmf/utility/Url.as | HLSPlugin/src/org/denivip/osmf/utility/Url.as | package org.denivip.osmf.utility
{
/*
* Contains Utility functions for relative / absolute url.
* Main differnce is if relative url is starting with slash "/" or without "/"
*
* Example:
* m3u8:
http://www.example.com/playlist/first/video.m3u8
* relative path starting without "/":
part-1.ts
absol... | Create Url.as | Create Url.as
Relative to absolute path. | ActionScript | isc | mruse/osmf-hls-plugin,denivip/osmf-hls-plugin,mruse/osmf-hls-plugin,denivip/osmf-hls-plugin | |
a8521ecb84da35e8db3b186ed062e3fe5ccba123 | src/as/com/threerings/ezgame/PlayersDisplay.as | src/as/com/threerings/ezgame/PlayersDisplay.as | package com.threerings.ezgame {
import flash.display.DisplayObject;
import flash.display.Sprite;
import flash.text.StyleSheet;
import flash.text.TextField;
import flash.text.TextFieldAutoSize;
/**
* A sample component that displays the players of a game.
* If the game has a turn holder, the current turn holder wil... | package com.threerings.ezgame {
import flash.display.DisplayObject;
import flash.display.Sprite;
import flash.text.StyleSheet;
import flash.text.TextField;
import flash.text.TextFieldAutoSize;
/**
* A sample component that displays the players of a game.
* If the game has a turn holder, the current turn holder wil... | Use some of my acquired special knowledge. | Use some of my acquired special knowledge.
git-svn-id: a3e1eb16dde062992de22c830ed8045c8013209a@188 c613c5cb-e716-0410-b11b-feb51c14d237
| ActionScript | lgpl-2.1 | threerings/vilya,threerings/vilya |
65d3e0e4e52507489c6e7e7443fbf92c9dbee65d | src/aerys/minko/render/material/realistic/RealisticMaterial.as | src/aerys/minko/render/material/realistic/RealisticMaterial.as | package aerys.minko.render.material.realistic
{
import aerys.minko.render.Effect;
import aerys.minko.render.material.environment.EnvironmentMappingProperties;
import aerys.minko.render.material.phong.PhongMaterial;
import aerys.minko.render.resource.texture.ITextureResource;
import aerys.minko.scene.node.Scene;
... | package aerys.minko.render.material.realistic
{
import aerys.minko.render.Effect;
import aerys.minko.render.material.environment.EnvironmentMappingProperties;
import aerys.minko.render.material.phong.PhongMaterial;
import aerys.minko.render.resource.texture.ITextureResource;
import aerys.minko.scene.node.Scene;
i... | add missing RealisticMaterial.clone() | add missing RealisticMaterial.clone()
| ActionScript | mit | aerys/minko-as3 |
f46a9e3f6844ca996d15bb4434c18ac127ac0a71 | com/rtmfpcat/rtmfp/RTMFPSocket.as | com/rtmfpcat/rtmfp/RTMFPSocket.as | /* RTMFPSocket abstraction
* Author: Nate Hardison, May 2011
*
* This code is heavily based off of BelugaFile, an open-source
* Air file-transfer application written by Nicholas Bliyk.
* Website: http://www.belugafile.com/
* Source: http://code.google.com/p/belugafile/
*
*/
package rtmfp
{
import flash.e... | /* RTMFPSocket abstraction
* Author: Nate Hardison, May 2011
*
* This code is heavily based off of BelugaFile, an open-source
* Air file-transfer application written by Nicholas Bliyk.
* Website: http://www.belugafile.com/
* Source: http://code.google.com/p/belugafile/
*
*/
package rtmfp
{
import flash.e... | Add an RTMFPSocket.close method. | Add an RTMFPSocket.close method.
| ActionScript | mit | infinity0/flashproxy,infinity0/flashproxy,infinity0/flashproxy,arlolra/flashproxy,arlolra/flashproxy,arlolra/flashproxy,arlolra/flashproxy,infinity0/flashproxy,arlolra/flashproxy,arlolra/flashproxy,arlolra/flashproxy,infinity0/flashproxy,glamrock/flashproxy,glamrock/flashproxy,infinity0/flashproxy,glamrock/flashproxy,g... |
296cd5dfb7a090296efc387ad3cced3f3c582bdb | net/flashpunk/Engine.as | net/flashpunk/Engine.as | package net.flashpunk
{
import flash.display.Bitmap;
import flash.display.BitmapData;
import flash.display.MovieClip;
import flash.display.StageAlign;
import flash.display.StageDisplayState;
import flash.display.StageQuality;
import flash.display.StageScaleMode;
import flash.events.Event;
import flash.events.... | package net.flashpunk
{
import flash.display.Bitmap;
import flash.display.BitmapData;
import flash.display.MovieClip;
import flash.display.StageAlign;
import flash.display.StageDisplayState;
import flash.display.StageQuality;
import flash.display.StageScaleMode;
import flash.events.Event;
import flash.events.... | Move FPS calculation from update to render because update can be called multiple times per frame. | Move FPS calculation from update to render because update can be called multiple times per frame.
| ActionScript | mit | Ken69267/config-stuff,Ken69267/config-stuff,Ken69267/config-stuff,Ken69267/config-stuff,Ken69267/config-stuff |
092495c3aa786a8e9d176a61d8fa1950e7e382cf | src/org/jivesoftware/xiff/data/xhtml/XHTMLExtension.as | src/org/jivesoftware/xiff/data/xhtml/XHTMLExtension.as | package org.jivesoftware.xiff.data.xhtml{
/*
* Copyright (C) 2003-2007
* Nick Velloff <nick.velloff@gmail.com>
* Derrick Grigg <dgrigg@rogers.com>
* Sean Voisen <sean@voisen.org>
* Sean Treadway <seant@oncotype.dk>
*
* This library is free software; you can redistribute it and/or
* modify... | package org.jivesoftware.xiff.data.xhtml{
/*
* Copyright (C) 2003-2007
* Nick Velloff <nick.velloff@gmail.com>
* Derrick Grigg <dgrigg@rogers.com>
* Sean Voisen <sean@voisen.org>
* Sean Treadway <seant@oncotype.dk>
*
* This library is free software; you can redistribute it and/or
* modify... | Patch inspired by one from Case Seibert on ignite to fix XHTMLExtension. Thanks :). reviewed by Armando | Patch inspired by one from Case Seibert on ignite to fix XHTMLExtension. Thanks :). reviewed by Armando
| ActionScript | apache-2.0 | igniterealtime/XIFF |
3eb6ee2a4fe721749f65e02a6b2a58b7abb319ba | src/as/com/threerings/util/ClassUtil.as | src/as/com/threerings/util/ClassUtil.as | //
// $Id$
//
// Narya library - tools for developing networked games
// Copyright (C) 2002-2009 Three Rings Design, Inc., All Rights Reserved
// http://www.threerings.net/code/narya/
//
// This library is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public Licens... | //
// $Id$
//
// Narya library - tools for developing networked games
// Copyright (C) 2002-2009 Three Rings Design, Inc., All Rights Reserved
// http://www.threerings.net/code/narya/
//
// This library is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public Licens... | Add comment for potentially non-obvious behavior | Add comment for potentially non-obvious behavior
git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@5844 542714f4-19e9-0310-aa3c-eee0fc999fb1
| ActionScript | lgpl-2.1 | threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya |
4e4b3fefdb120d125028e416bb8e0cf5d24896e6 | src/aerys/minko/render/shader/part/DiffuseShaderPart.as | src/aerys/minko/render/shader/part/DiffuseShaderPart.as | package aerys.minko.render.shader.part
{
import aerys.minko.render.material.basic.BasicProperties;
import aerys.minko.render.shader.SFloat;
import aerys.minko.render.shader.Shader;
import aerys.minko.type.enum.SamplerFiltering;
import aerys.minko.type.enum.SamplerMipMapping;
import aerys.minko.type.enum.SamplerWr... | package aerys.minko.render.shader.part
{
import aerys.minko.render.material.basic.BasicProperties;
import aerys.minko.render.shader.SFloat;
import aerys.minko.render.shader.Shader;
import aerys.minko.type.enum.SamplerFiltering;
import aerys.minko.type.enum.SamplerMipMapping;
import aerys.minko.type.enum.SamplerWr... | add optional uv argument to DiffuseShaderPart.getDiffuseColor() | add optional uv argument to DiffuseShaderPart.getDiffuseColor()
| ActionScript | mit | aerys/minko-as3 |
10181998fd413203e7f7c8f9715155c422f3a86f | tamarin-central/thane/as3src/flash/net/URLLoader.as | tamarin-central/thane/as3src/flash/net/URLLoader.as | //
// $Id$
package flash.net {
import flash.errors.IOError;
import flash.events.Event;
import flash.events.EventDispatcher;
import flash.events.HTTPStatusEvent;
import flash.events.IOErrorEvent;
import flash.events.ProgressEvent;
import flash.utils.ByteArray;
import com.adobe.net.URI;
import org.httpclient.HttpCli... | //
// $Id$
package flash.net {
import flash.errors.IOError;
import flash.events.Event;
import flash.events.EventDispatcher;
import flash.events.HTTPStatusEvent;
import flash.events.IOErrorEvent;
import flash.events.ProgressEvent;
import flash.utils.ByteArray;
import com.adobe.net.URI;
import org.httpclient.HttpCli... | Fix (from Nathan) for stupid URLLoader bug (by me). | Fix (from Nathan) for stupid URLLoader bug (by me).
| ActionScript | bsd-2-clause | greyhavens/thane,greyhavens/thane,greyhavens/thane,greyhavens/thane,greyhavens/thane,greyhavens/thane,greyhavens/thane |
59a7b00c01a4809709e452df7997922418343030 | flexEditor/src/org/arisgames/editor/util/AppConstants.as | flexEditor/src/org/arisgames/editor/util/AppConstants.as | package org.arisgames.editor.util
{
public class AppConstants
{
//Server URL
//public static const APPLICATION_ENVIRONMENT_ROOT_URL:String = "http://arisgames.org/stagingserver1"; //For other URL's to append to- Staging
public static const APPLICATION_ENVIRONMENT_ROOT_URL:String = "http://atsosxdev.doit.wisc.edu/ari... | package org.arisgames.editor.util
{
public class AppConstants
{
//Server URL
//public static const APPLICATION_ENVIRONMENT_ROOT_URL:String = "http://arisgames.org/stagingserver1"; //For other URL's to append to- Staging
public static const APPLICATION_ENVIRONMENT_ROOT_URL:String = "http://atsosxdev.doit.wisc.edu/ari... | Set constant of Folder ID to -1 | Set constant of Folder ID to -1
| ActionScript | mit | fielddaylab/sifter-ios,fielddaylab/sifter-ios |
227ad183ed00bc94c682454b61c5217903166f51 | src/battlecode/client/viewer/render/DrawHUDUnit.as | src/battlecode/client/viewer/render/DrawHUDUnit.as | package battlecode.client.viewer.render {
import mx.containers.Canvas;
import mx.controls.Image;
import mx.controls.Label;
public class DrawHUDUnit extends Canvas {
private var image:Image;
private var countLabel:Label;
private var type:String;
private var team:String;
... | package battlecode.client.viewer.render {
import mx.containers.Canvas;
import mx.controls.Image;
import mx.controls.Label;
public class DrawHUDUnit extends Canvas {
private var image:Image;
private var countLabel:Label;
private var type:String;
private var team:String;
... | add tooltips for units | add tooltips for units
| ActionScript | mit | trun/battlecode-webclient |
20f4c37fb350112cf3fa6167bc2904cded04cc04 | kdp3Lib/src/com/kaltura/kdpfl/model/vo/AdMetadataVO.as | kdp3Lib/src/com/kaltura/kdpfl/model/vo/AdMetadataVO.as | package com.kaltura.kdpfl.model.vo
{
public class AdMetadataVO
{
[Bindable]
public var id : String;
[Bindable]
public var width : Number;
[Bindable]
public var height : Number;
[Bindable]
public var mimeType : String;
[Bindable]
public var url : String;
[Bindabl... | package com.kaltura.kdpfl.model.vo
{
public class AdMetadataVO
{
[Bindable]
public var id : String;
[Bindable]
public var width : Number;
[Bindable]
public var height : Number;
[Bindable]
public var mimeType : String;
[Bindable]
public var url : String;
[Bindable]
publ... | add ADID and EDIR support | ps: add ADID and EDIR support
git-svn-id: 3f608e5a9a704dd448217c0a64c508e7f145cfa1@91277 6b8eccd3-e8c5-4e7d-8186-e12b5326b719
| ActionScript | agpl-3.0 | shvyrev/kdp,kaltura/kdp,shvyrev/kdp,shvyrev/kdp,kaltura/kdp,kaltura/kdp |
e1d83cade02491098a79022c97140e260173ec1d | src/as/com/threerings/io/TypedArray.as | src/as/com/threerings/io/TypedArray.as | //
// $Id$
//
// Narya library - tools for developing networked games
// Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved
// http://www.threerings.net/code/narya/
//
// This library is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public Licens... | //
// $Id$
//
// Narya library - tools for developing networked games
// Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved
// http://www.threerings.net/code/narya/
//
// This library is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public Licens... | Make it possible to create and populate a TypedArray in a single expression. | Make it possible to create and populate a TypedArray in a single expression.
git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@5386 542714f4-19e9-0310-aa3c-eee0fc999fb1
| ActionScript | lgpl-2.1 | threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya |
0bcc753988eefd112a6ad496be074ca495b941f3 | src/goplayer/StreamioAPI.as | src/goplayer/StreamioAPI.as | package goplayer
{
public class StreamioAPI implements MovieEventReporter
{
private static const VERSION : String = "/v1"
private var baseURL : String
private var http : HTTP
private var trackerID : String
public function StreamioAPI
(baseURL : String, http : HTTP, trackerID : String)
... | package goplayer
{
public class StreamioAPI implements MovieEventReporter
{
private static const VERSION : String = "/v1"
private var baseURL : String
private var http : HTTP
private var trackerID : String
public function StreamioAPI
(baseURL : String, http : HTTP, trackerID : String)
... | Change /movies to /videos in API. | Change /movies to /videos in API.
| ActionScript | mit | dbrock/goplayer,dbrock/goplayer |
b11f47dd11cdb43fb39906a707ce3d137abe9ced | src/org/jivesoftware/xiff/data/xhtml/XHTMLExtension.as | src/org/jivesoftware/xiff/data/xhtml/XHTMLExtension.as | package org.jivesoftware.xiff.data.xhtml{
/*
* Copyright (C) 2003-2007
* Nick Velloff <nick.velloff@gmail.com>
* Derrick Grigg <dgrigg@rogers.com>
* Sean Voisen <sean@voisen.org>
* Sean Treadway <seant@oncotype.dk>
*
* This library is free software; you can redistribute it and/or
* modify... | package org.jivesoftware.xiff.data.xhtml{
/*
* Copyright (C) 2003-2007
* Nick Velloff <nick.velloff@gmail.com>
* Derrick Grigg <dgrigg@rogers.com>
* Sean Voisen <sean@voisen.org>
* Sean Treadway <seant@oncotype.dk>
*
* This library is free software; you can redistribute it and/or
* modify... | Patch inspired by one from Case Seibert on ignite to fix XHTMLExtension. Thanks :). reviewed by Armando | Patch inspired by one from Case Seibert on ignite to fix XHTMLExtension. Thanks :). reviewed by Armando
git-svn-id: c197267f952b24206666de142881703007ca05d5@10703 b35dd754-fafc-0310-a699-88a17e54d16e
| ActionScript | apache-2.0 | nazoking/xiff |
e4e74ece8ae9a535e3d8ed2fefefc5a404f6121a | source/fairygui/utils/ToolSet.as | source/fairygui/utils/ToolSet.as | package fairygui.utils {
import fairygui.GObject;
import laya.display.Node;
import laya.display.Stage;
import laya.utils.Byte;
import laya.utils.Ease;
public class ToolSet {
public function ToolSet() {
}
public static function getFileName(source: String): String {
var i: Number = source.last... | package fairygui.utils {
import fairygui.GObject;
import laya.display.Node;
import laya.display.Stage;
import laya.utils.Byte;
import laya.utils.Ease;
public class ToolSet {
public function ToolSet() {
}
public static function getFileName(source: String): String {
var i: Number = source.last... | fix base64 decode bug | fix base64 decode bug
| ActionScript | mit | fairygui/FairyGUI-layabox,fairygui/FairyGUI-layabox |
8c364d72530afe2dc8557aad61096a0e99908942 | flash-src/PusherAS/src/io/rocketengine/pusheras/Pusher.as | flash-src/PusherAS/src/io/rocketengine/pusheras/Pusher.as | // The MIT License (MIT)
//
// Copyright (c) 2014 Tilman Griesel - <http://rocketengine.io> <http://github.com/TilmanGriesel>
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software witho... | // The MIT License (MIT)
//
// Copyright (c) 2014 Tilman Griesel - <http://rocketengine.io> <http://github.com/TilmanGriesel>
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software witho... | change space to tab | change space to tab
| ActionScript | mit | rocketengineio/PusherAS,rocketengineio/PusherAS |
dc79c5a6e421b57d079d3b6f9d7213a053b6884f | generator/sources/as3/com/kaltura/delegates/WebDelegateBase.as | generator/sources/as3/com/kaltura/delegates/WebDelegateBase.as | package com.kaltura.delegates {
import com.kaltura.config.IKalturaConfig;
import com.kaltura.config.KalturaConfig;
import com.kaltura.core.KClassFactory;
import com.kaltura.errors.KalturaError;
import com.kaltura.events.KalturaEvent;
import com.kaltura.net.KalturaCall;
import flash.events.ErrorEvent... | package com.kaltura.delegates {
import com.kaltura.config.IKalturaConfig;
import com.kaltura.config.KalturaConfig;
import com.kaltura.core.KClassFactory;
import com.kaltura.errors.KalturaError;
import com.kaltura.events.KalturaEvent;
import com.kaltura.net.KalturaCall;
import flash.events.ErrorEvent... | fix for getServeUrl - add params to url | fwr: fix for getServeUrl - add params to url
git-svn-id: 8a2ccb88241e16c78017770bc38d91d6d5396a5a@70978 6b8eccd3-e8c5-4e7d-8186-e12b5326b719
| ActionScript | agpl-3.0 | matsuu/server,DBezemer/server,jorgevbo/server,kaltura/server,matsuu/server,doubleshot/server,doubleshot/server,jorgevbo/server,gale320/server,jorgevbo/server,DBezemer/server,doubleshot/server,DBezemer/server,DBezemer/server,ratliff/server,ratliff/server,gale320/server,matsuu/server,DBezemer/server,ratliff/server,ivesba... |
838c267c7a2e11a7fa4803d471467c1e0585cd10 | src/aerys/minko/scene/controller/light/LightController.as | src/aerys/minko/scene/controller/light/LightController.as | package aerys.minko.scene.controller.light
{
import aerys.minko.render.Viewport;
import aerys.minko.scene.controller.AbstractController;
import aerys.minko.scene.data.LightDataProvider;
import aerys.minko.scene.node.Group;
import aerys.minko.scene.node.ISceneNode;
import aerys.minko.scene.node.Scene;
import aery... | package aerys.minko.scene.controller.light
{
import aerys.minko.render.Viewport;
import aerys.minko.scene.controller.AbstractController;
import aerys.minko.scene.data.LightDataProvider;
import aerys.minko.scene.node.Group;
import aerys.minko.scene.node.ISceneNode;
import aerys.minko.scene.node.Scene;
import aery... | remove useless (and broken) call to lightLocalToWorldTransformChangedHandler() in LightController.lightRemovedFromScene() | remove useless (and broken) call to lightLocalToWorldTransformChangedHandler() in LightController.lightRemovedFromScene()
| ActionScript | mit | aerys/minko-as3 |
c4cd83e5258a4f01bafc4e59b3ff695961f1137b | plugins/wvPlugin/src/com/widevine/WvNetConnection.as | plugins/wvPlugin/src/com/widevine/WvNetConnection.as | /**
WvNetConnection
version 1.1
03/08/2010
Widevine extension to the NetConnection class. Required to stream encrypted content.
**/
package com.widevine
{
import flash.events.*;
import flash.external.ExternalInterface;
import flash.net.NetConnection;
import flash.net.Responder;
public class WvNetConnectio... | /**
WvNetConnection
version 1.1
03/08/2010
Widevine extension to the NetConnection class. Required to stream encrypted content.
**/
package com.widevine
{
import com.kaltura.kdpfl.view.controls.KTrace;
import flash.events.*;
import flash.external.ExternalInterface;
import flash.net.NetConnection;
import f... | fix widevine on mac - add timeout on doconnect if falis(retry) | fix widevine on mac - add timeout on doconnect if falis(retry)
| ActionScript | agpl-3.0 | kaltura/kdp,shvyrev/kdp,kaltura/kdp,kaltura/kdp,shvyrev/kdp,shvyrev/kdp |
caf3f40dffd94e79997da95f88a62dd386b7d252 | src/as/com/threerings/ezgame/client/EZGameConfigurator.as | src/as/com/threerings/ezgame/client/EZGameConfigurator.as | //
// $Id$
//
// Vilya library - tools for developing networked games
// Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved
// http://www.threerings.net/code/vilya/
//
// This library is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public Licens... | //
// $Id$
//
// Vilya library - tools for developing networked games
// Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved
// http://www.threerings.net/code/vilya/
//
// This library is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public Licens... | Allow text inside the <range><choice> and <toggle> tags to contain the tooltip for a game configuration. - Removed ident translation of _ to ' ' for display purposes. Just use a nice name. | Allow text inside the <range><choice> and <toggle> tags to contain
the tooltip for a game configuration.
- Removed ident translation of _ to ' ' for display purposes. Just use
a nice name.
git-svn-id: a3e1eb16dde062992de22c830ed8045c8013209a@246 c613c5cb-e716-0410-b11b-feb51c14d237
| ActionScript | lgpl-2.1 | threerings/vilya,threerings/vilya |
cb3a82ca2ac5790685471d107777d3de9c111c91 | src/com/esri/builder/controllers/PortalController.as | src/com/esri/builder/controllers/PortalController.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
//
/... | Move methods closer to their usage. | Move methods closer to their usage.
| ActionScript | apache-2.0 | Esri/arcgis-viewer-builder-flex |
7b1e66e6e3bea589233f1f9890767107ab5b491c | tests/examplefiles/as3_test.as | tests/examplefiles/as3_test.as | import flash.events.MouseEvent;
import com.example.programmingas3.playlist.PlayList;
import com.example.programmingas3.playlist.Song;
import com.example.programmingas3.playlist.SortProperty;
// constants for the different "states" of the song form
private static const ADD_SONG:uint = 1;
private st... | import flash.events.MouseEvent;
import com.example.programmingas3.playlist.PlayList;
import com.example.programmingas3.playlist.Song;
import com.example.programmingas3.playlist.SortProperty;
// constants for the different "states" of the song form
private static const ADD_SONG:uint = 1;
private st... | Add type generics to AS3 test file. | Add type generics to AS3 test file.
| ActionScript | bsd-2-clause | Khan/pygments,kirbyfan64/pygments-unofficial,kirbyfan64/pygments-unofficial,Khan/pygments,nsfmc/pygments,nsfmc/pygments,Khan/pygments,Khan/pygments,dbrgn/pygments-mirror,dbrgn/pygments-mirror,kirbyfan64/pygments-unofficial,kirbyfan64/pygments-unofficial,dbrgn/pygments-mirror,Khan/pygments,kirbyfan64/pygments-unofficial... |
ca77bc4c731bcfa3b41675b675402039c2ea64ca | src/org/mangui/hls/HLSJS.as | src/org/mangui/hls/HLSJS.as | package org.mangui.hls
{
import flash.external.ExternalInterface;
import org.hola.ZExternalInterface;
import org.hola.JSAPI;
import org.hola.HSettings;
import org.mangui.hls.event.HLSEvent;
public class HLSJS
{
private static var _inited:Boolean = false;
private static var _... | package org.mangui.hls
{
import flash.external.ExternalInterface;
import org.hola.ZExternalInterface;
import org.hola.JSAPI;
import org.hola.HSettings;
import org.mangui.hls.event.HLSEvent;
import org.mangui.hls.constant.HLSPlayStates;
public class HLSJS
{
private static var _in... | add LOADING state | add LOADING state
| ActionScript | mpl-2.0 | hola/flashls,hola/flashls |
1810073759d2edf9aef64533ede2cb42be67a76e | 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... | Fix delete triangle function | Fix delete triangle function
| ActionScript | mit | aerys/minko-as3 |
1f5ec63a344d0756a09da8c3e41fccc1ba0ab928 | WeaveASJS/src/weavejs/data/source/WebSocketDataSource.as | WeaveASJS/src/weavejs/data/source/WebSocketDataSource.as | /* ***** BEGIN LICENSE BLOCK *****
*
* This file is part of Weave.
*
* The Initial Developer of Weave is the Institute for Visualization
* and Perception Research at the University of Massachusetts Lowell.
* Portions created by the Initial Developer are Copyright (C) 2008-2015
* the Initial Developer. All Rights... | /* ***** BEGIN LICENSE BLOCK *****
*
* This file is part of Weave.
*
* The Initial Developer of Weave is the Institute for Visualization
* and Perception Research at the University of Massachusetts Lowell.
* Portions created by the Initial Developer are Copyright (C) 2008-2015
* the Initial Developer. All Rights... | Fix NPE in WebSocketDataSource. | Fix NPE in WebSocketDataSource.
| ActionScript | mpl-2.0 | WeaveTeam/WeaveJS,WeaveTeam/WeaveJS,WeaveTeam/WeaveJS,WeaveTeam/WeaveJS |
ea1618074e82e45542fbf2be79334b2517eadbd5 | ProxyPair.as | ProxyPair.as | package
{
import flash.events.Event;
import flash.events.EventDispatcher;
import flash.events.IOErrorEvent;
import flash.events.ProgressEvent;
import flash.events.SecurityErrorEvent;
import flash.events.TextEvent;
import flash.net.Socket;
import flash.utils.ByteArray;
import flash.ut... | package
{
import flash.events.Event;
import flash.events.EventDispatcher;
import flash.events.IOErrorEvent;
import flash.events.ProgressEvent;
import flash.events.SecurityErrorEvent;
import flash.events.TextEvent;
import flash.net.Socket;
import flash.utils.ByteArray;
import flash.ut... | Allow relaying data while one end of a ProxyPair is disconnected. | Allow relaying data while one end of a ProxyPair is disconnected.
Data could be left stranded when one end became closed after data had
been read but before it had been flushed to the other side.
| ActionScript | mit | glamrock/flashproxy,arlolra/flashproxy,infinity0/flashproxy,glamrock/flashproxy,infinity0/flashproxy,arlolra/flashproxy,glamrock/flashproxy,glamrock/flashproxy,arlolra/flashproxy,glamrock/flashproxy,infinity0/flashproxy,infinity0/flashproxy,infinity0/flashproxy,glamrock/flashproxy,arlolra/flashproxy,arlolra/flashproxy,... |
928ba45820d99afa968395ba1a0ab867740da55f | source/fairygui/GObjectPool.as | source/fairygui/GObjectPool.as | package fairygui {
public class GObjectPool {
private var _pool: Object;
private var _count: Number = 0;
public function GObjectPool() {
this._pool = {};
}
public function clear(): void {
var length1: Number = this._pool.length;
for (var i1: Number = 0; i1 < length1; i1++) {
... | package fairygui {
public class GObjectPool {
private var _pool: Object;
private var _count: Number = 0;
public function GObjectPool() {
this._pool = {};
}
public function clear(): void {
for (var i1:String in this._pool) {
var arr: Array = this._pool[i1];
var cnt: Number =... | 修正 GObjectPool._pool 清理不掉的问题 | 修正 GObjectPool._pool 清理不掉的问题
| ActionScript | mit | fairygui/FairyGUI-layabox,fairygui/FairyGUI-layabox |
60fddb15700c7e637ce9997600b2e26efc69913c | src/com/merlinds/miracle_tool/services/PublishBuilder.as | src/com/merlinds/miracle_tool/services/PublishBuilder.as | /**
* User: MerlinDS
* Date: 18.07.2014
* Time: 15:54
*/
package com.merlinds.miracle_tool.services {
import com.merlinds.debug.error;
import com.merlinds.debug.log;
import com.merlinds.miracle_tool.views.logger.StatusBar;
import flash.desktop.NativeProcess;
import flash.desktop.NativeProcessStartupInfo;
imp... | /**
* User: MerlinDS
* Date: 18.07.2014
* Time: 15:54
*/
package com.merlinds.miracle_tool.services {
import com.merlinds.debug.error;
import com.merlinds.debug.log;
import com.merlinds.miracle_tool.views.logger.StatusBar;
import flash.desktop.NativeProcess;
import flash.desktop.NativeProcessStartupInfo;
imp... | fix png publishing | fix png publishing
| ActionScript | mit | MerlinDS/miracle_tool |
ac2f8f5c4d01118b6e001ee4bab6e278944bbc22 | src/org/flintparticles/common/initializers/MouseEventHandlers.as | src/org/flintparticles/common/initializers/MouseEventHandlers.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 documentation error. | Fix documentation error.
| ActionScript | mit | richardlord/Flint |
c365fed57aa63008b2097b2b4c5e7c1c9acdb232 | src/aerys/minko/scene/controller/EnterFrameController.as | src/aerys/minko/scene/controller/EnterFrameController.as | package aerys.minko.scene.controller
{
import aerys.minko.render.Viewport;
import aerys.minko.scene.node.ISceneNode;
import aerys.minko.scene.node.Scene;
import flash.display.BitmapData;
import flash.utils.Dictionary;
/**
* EnterFrameController are controllers triggered whenever the Scene.enterFrame
* sign... | package aerys.minko.scene.controller
{
import aerys.minko.render.Viewport;
import aerys.minko.scene.node.ISceneNode;
import aerys.minko.scene.node.Scene;
import flash.display.BitmapData;
import flash.utils.Dictionary;
/**
* EnterFrameController are controllers triggered whenever the Scene.enterFrame
* sign... | fix EnterFrameController to avoid listening to the Scene.enterFrame signal multiple times for the same scene | fix EnterFrameController to avoid listening to the Scene.enterFrame signal multiple times for the same scene
| ActionScript | mit | aerys/minko-as3 |
079454de46475f6c7e59c66e23c6f8a062712da4 | dolly-framework/src/test/actionscript/dolly/ClonerTest.as | dolly-framework/src/test/actionscript/dolly/ClonerTest.as | package dolly {
import dolly.core.dolly_internal;
import dolly.data.ClassLevelCloneable;
import dolly.data.ClassLevelCopyableCloneable;
import dolly.data.PropertyLevelCloneable;
import dolly.data.PropertyLevelCopyableCloneable;
import org.as3commons.reflect.Field;
import org.as3commons.reflect.Type;
import org.flexuni... | package dolly {
import dolly.core.dolly_internal;
import dolly.data.ClassLevelCloneable;
import dolly.data.ClassLevelCopyableCloneable;
import dolly.data.PropertyLevelCloneable;
import dolly.data.PropertyLevelCopyableCloneable;
import org.as3commons.reflect.Field;
import org.as3commons.reflect.Type;
import org.flexuni... | Split method testGetCloneableFieldsForType to a few. | Split method testGetCloneableFieldsForType to a few.
| ActionScript | mit | Yarovoy/dolly |
99a40dda06e872586de32807bfb10e1f1f534b28 | 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.scene.controller.AbstractController;
import aerys.minko.scene.data.MeshVisibilityDataProvider;
import aerys.minko.scene.node.Camera;
import aerys.minko.scene.node.Scene;
import aerys.minko.scene.node.mesh.Mesh;
import aerys.minko.type.Signal;
import ... | package aerys.minko.scene.controller.mesh
{
import aerys.minko.scene.controller.AbstractController;
import aerys.minko.scene.data.MeshVisibilityDataProvider;
import aerys.minko.scene.node.Camera;
import aerys.minko.scene.node.Scene;
import aerys.minko.scene.node.mesh.Mesh;
import aerys.minko.type.Signal;
import ... | Fix asdoc. | Fix asdoc.
| ActionScript | mit | aerys/minko-as3 |
62c4d1c443fb58d8c292a406b111eb4897c541d8 | generator/sources/as3/delegates/QueuedRequestDelegate.as | generator/sources/as3/delegates/QueuedRequestDelegate.as | package com.kaltura.delegates {
import com.kaltura.commands.MultiRequest;
import com.kaltura.commands.QueuedRequest;
import com.kaltura.config.KalturaConfig;
import com.kaltura.errors.KalturaError;
import com.kaltura.net.KalturaCall;
import flash.utils.getDefinitionByName;
import flash.utils.getQualifi... | package com.kaltura.delegates {
import com.kaltura.commands.MultiRequest;
import com.kaltura.commands.QueuedRequest;
import com.kaltura.config.KalturaConfig;
import com.kaltura.errors.KalturaError;
import com.kaltura.net.KalturaCall;
import flash.utils.getDefinitionByName;
import flash.utils.getQualifi... | index fix | index fix
git-svn-id: 8a2ccb88241e16c78017770bc38d91d6d5396a5a@58551 6b8eccd3-e8c5-4e7d-8186-e12b5326b719
| ActionScript | agpl-3.0 | kaltura/server,ratliff/server,DBezemer/server,ratliff/server,gale320/server,ratliff/server,doubleshot/server,gale320/server,jorgevbo/server,gale320/server,ivesbai/server,kaltura/server,jorgevbo/server,ratliff/server,kaltura/server,gale320/server,ivesbai/server,jorgevbo/server,matsuu/server,ivesbai/server,DBezemer/serve... |
08f2e25deec862a90cdd932b3879fafbf98a0bfe | src/battlecode/client/viewer/render/DrawMap.as | src/battlecode/client/viewer/render/DrawMap.as | package battlecode.client.viewer.render {
import battlecode.client.viewer.MatchController;
import battlecode.common.MapLocation;
import battlecode.common.Team;
import battlecode.common.TerrainTile;
import battlecode.events.MatchEvent;
import battlecode.world.GameMap;
import flash.events.Ev... | package battlecode.client.viewer.render {
import battlecode.client.viewer.MatchController;
import battlecode.common.MapLocation;
import battlecode.common.Team;
import battlecode.common.TerrainTile;
import battlecode.events.MatchEvent;
import battlecode.world.GameMap;
import flash.events.Ev... | change part colors to match java client /cc @kazimuth | change part colors to match java client /cc @kazimuth
| ActionScript | mit | trun/battlecode-webclient |
aea754e1f2cbdc00b9937cbb74aafd372580c0bb | src/com/esri/builder/model/PortalModel.as | src/com/esri/builder/model/PortalModel.as | ////////////////////////////////////////////////////////////////////////////////
// Copyright (c) 2008-2013 Esri. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
/... | ////////////////////////////////////////////////////////////////////////////////
// Copyright (c) 2008-2013 Esri. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
/... | Add trailing forward slash if missing from Portal URL. | Add trailing forward slash if missing from Portal URL.
| ActionScript | apache-2.0 | Esri/arcgis-viewer-builder-flex |
cf5b21e8d96ff81f4e52b3fb2f38c4abaa86c113 | src/aerys/minko/render/DrawCall.as | src/aerys/minko/render/DrawCall.as | package aerys.minko.render
{
import aerys.minko.ns.minko_render;
import aerys.minko.render.geometry.Geometry;
import aerys.minko.render.geometry.stream.IVertexStream;
import aerys.minko.render.geometry.stream.StreamUsage;
import aerys.minko.render.geometry.stream.VertexStream;
import aerys.minko.render.geometry.s... | package aerys.minko.render
{
import aerys.minko.ns.minko_render;
import aerys.minko.render.geometry.Geometry;
import aerys.minko.render.geometry.stream.IVertexStream;
import aerys.minko.render.geometry.stream.StreamUsage;
import aerys.minko.render.geometry.stream.VertexStream;
import aerys.minko.render.geometry.s... | fix DrawCall.unsetBindings() to remove callbacks scene on both mesh AND scene bindings: for now there is only one binding table generated by the shader compiler, so both scene and mesh bindings have to be listened too and callbacks need to be removed from both | fix DrawCall.unsetBindings() to remove callbacks scene on both mesh AND scene bindings: for now there is only one binding table generated by the shader compiler, so both scene and mesh bindings have to be listened too and callbacks need to be removed from both
| ActionScript | mit | aerys/minko-as3 |
baeed73e151c84a8a3532448957e277dfa822611 | src/aerys/minko/scene/controller/mesh/skinning/SkinningController.as | src/aerys/minko/scene/controller/mesh/skinning/SkinningController.as | package aerys.minko.scene.controller.mesh.skinning
{
import aerys.minko.Minko;
import aerys.minko.ns.minko_math;
import aerys.minko.render.Viewport;
import aerys.minko.scene.controller.AbstractController;
import aerys.minko.scene.controller.EnterFrameController;
import aerys.minko.scene.controller.IRebindableCont... | package aerys.minko.scene.controller.mesh.skinning
{
import flash.display.BitmapData;
import flash.geom.Matrix3D;
import flash.utils.Dictionary;
import aerys.minko.Minko;
import aerys.minko.ns.minko_math;
import aerys.minko.render.Viewport;
import aerys.minko.scene.controller.AbstractController;
import aerys.... | Add setter on skinningMethod | Add setter on skinningMethod
| ActionScript | mit | aerys/minko-as3 |
11282bdfed384f9e4c1e39fab6ad66ede18f7fed | src/control/ExportDataCommand.as | src/control/ExportDataCommand.as | package control
{
import com.adobe.serialization.json.JSON;
import dragonBones.objects.DataParser;
import dragonBones.utils.ConstValues;
import flash.display.BitmapData;
import flash.display.MovieClip;
import flash.events.Event;
import flash.events.IOErrorEvent;
import flash.geom.Matrix;
import flash.geom.... | package control
{
import com.adobe.serialization.json.JSON;
import dragonBones.objects.DataParser;
import dragonBones.utils.ConstValues;
import flash.display.BitmapData;
import flash.display.MovieClip;
import flash.events.Event;
import flash.events.IOErrorEvent;
import flash.geom.Matrix;
import flash.geom.... | remove _xmlDataProxy.changePath | remove _xmlDataProxy.changePath
| ActionScript | mit | DragonBones/DesignPanel |
6abbcfc63919aed453a4ab96a1fe32ee089b9451 | src/as/com/threerings/miso/client/MisoScenePanel.as | src/as/com/threerings/miso/client/MisoScenePanel.as | //
// Nenya library - tools for developing networked games
// Copyright (C) 2002-2010 Three Rings Design, Inc., All Rights Reserved
// http://www.threerings.net/code/nenya/
//
// This library is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License as publis... | //
// Nenya library - tools for developing networked games
// Copyright (C) 2002-2010 Three Rings Design, Inc., All Rights Reserved
// http://www.threerings.net/code/nenya/
//
// This library is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License as publis... | Fix the Shared Libraries build. It looks like the version of as3isolib in extlibs needs to be updated. | Fix the Shared Libraries build. It looks like the version of as3isolib in
extlibs needs to be updated.
git-svn-id: b675b909355d5cf946977f44a8ec5a6ceb3782e4@939 ed5b42cb-e716-0410-a449-f6a68f950b19
| ActionScript | lgpl-2.1 | threerings/nenya,threerings/nenya |
03a6c0c26f297db0f1661e65816814a20372ee17 | src/flash/src/Moxie.as | src/flash/src/Moxie.as | package
{
import com.*;
import com.errors.RuntimeError;
import com.events.*;
import com.utils.BlobPile;
import flash.display.LoaderInfo;
import flash.display.Sprite;
import flash.display.StageAlign;
import flash.display.StageScaleMode;
import flash.events.Event;
import flash.events.ProgressEvent;
import fl... | package
{
import com.*;
import com.errors.RuntimeError;
import com.events.*;
import com.utils.BlobPile;
import flash.display.LoaderInfo;
import flash.display.Sprite;
import flash.display.StageAlign;
import flash.display.StageScaleMode;
import flash.events.Event;
import flash.events.ProgressEvent;
import fl... | Change event target to moxie.core.EventTarget.instance (more future-proof). | Flash: Change event target to moxie.core.EventTarget.instance (more future-proof).
| ActionScript | agpl-3.0 | moxiecode/moxie,moxiecode/moxie,moxiecode/moxie,moxiecode/moxie |
b643e9241b0bd4ca410434e2ef28e9cad6805e13 | src/aerys/minko/scene/controller/TransformController.as | src/aerys/minko/scene/controller/TransformController.as | package aerys.minko.scene.controller
{
import aerys.minko.ns.minko_math;
import aerys.minko.render.Viewport;
import aerys.minko.scene.node.Group;
import aerys.minko.scene.node.ISceneNode;
import aerys.minko.scene.node.Scene;
import aerys.minko.type.math.Matrix4x4;
import flash.display.B... | package aerys.minko.scene.controller
{
import aerys.minko.ns.minko_math;
import aerys.minko.render.Viewport;
import aerys.minko.scene.node.Group;
import aerys.minko.scene.node.ISceneNode;
import aerys.minko.scene.node.Scene;
import aerys.minko.type.math.Matrix4x4;
import flash.display.B... | add TransformController.setSharedLocalToWorldTransformReference() and TransformController.setSharedWorldToLocalTransformReference() to share Matrix4x4 references and avoid copies | add TransformController.setSharedLocalToWorldTransformReference() and TransformController.setSharedWorldToLocalTransformReference() to share Matrix4x4 references and avoid copies
| ActionScript | mit | aerys/minko-as3 |
7e3fbb0a89dcf74baabd32d2b58383d64a8cb4c2 | 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.copyArrayList() method. | Change signature of PropertyUtil.copyArrayList() method.
| ActionScript | mit | Yarovoy/dolly |
2c99adca92fb379db4096c03ab82e559440999fc | build-aux/wine-ld-library-path.as | build-aux/wine-ld-library-path.as | -*- shell-script -*-
m4_pattern_allow([^URBI_SERVER_FLAGS$])
URBI_INIT()[
## --------------------- ##
## Auxiliary functions. ##
## --------------------- ##
]URBI_GET_OPTIONS(
[ (-h|--help) usage;;
(-t|--to) shift; dir=$1;;
(-w|--wrapper) shift; process_wrapper "$1";;
(*) add_direc... | -*- shell-script -*-
m4_pattern_allow([^URBI_SERVER_FLAGS$])
URBI_INIT()[
## --------------------- ##
## Auxiliary functions. ##
## --------------------- ##
]URBI_GET_OPTIONS(
[ (-h|--help) usage;;
(-t|--to) shift; where=$1;;
(-w|--wrapper) shift; process_wrapper "$1";;
(*) add_dir... | Fix wine-ld-library-path --to. | Fix wine-ld-library-path --to.
* build-aux/wine-ld-library-path.as: Fix var name.
Override WINEPREFIX if defined.
| ActionScript | bsd-3-clause | aldebaran/libport,aldebaran/libport,aldebaran/libport,aldebaran/libport,aldebaran/libport |
03b78467cb8eb0f8e915fe063f4226cc0495e635 | src/widgets/Geoprocessing/parameters/RasterDataLayerParam.as | src/widgets/Geoprocessing/parameters/RasterDataLayerParam.as | ///////////////////////////////////////////////////////////////////////////
// Copyright (c) 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
//
// http:... | ///////////////////////////////////////////////////////////////////////////
// Copyright (c) 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
//
// http:... | Support RasterDataLayerParam parsing & validating its default value. | Support RasterDataLayerParam parsing & validating its default value.
| ActionScript | apache-2.0 | Esri/arcgis-viewer-flex,CanterburyRegionalCouncil/arcgis-viewer-flex,Esri/arcgis-viewer-flex,CanterburyRegionalCouncil/arcgis-viewer-flex,CanterburyRegionalCouncil/arcgis-viewer-flex |
3e987e414e5a92580dc227e39fb754c234ae0a1f | frameworks/projects/mobiletheme/src/MobileThemeClasses.as | frameworks/projects/mobiletheme/src/MobileThemeClasses.as | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | Include all Android skins so that they will get compiled into mobiletheme.swc | Include all Android skins so that they will get compiled into mobiletheme.swc
| ActionScript | apache-2.0 | SlavaRa/flex-sdk,adufilie/flex-sdk,danteinforno/flex-sdk,SlavaRa/flex-sdk,shyamalschandra/flex-sdk,SlavaRa/flex-sdk,danteinforno/flex-sdk,adufilie/flex-sdk,SlavaRa/flex-sdk,apache/flex-sdk,adufilie/flex-sdk,shyamalschandra/flex-sdk,adufilie/flex-sdk,SlavaRa/flex-sdk,danteinforno/flex-sdk,apache/flex-sdk,shyamalschandra... |
f30555d1aa592f7ea7d4aa94798fb95f305d554c | src/org/swiftsuspenders/injectionpoints/ConstructorInjectionPoint.as | src/org/swiftsuspenders/injectionpoints/ConstructorInjectionPoint.as | /*
* Copyright (c) 2009 the original author or authors
*
* Permission is hereby granted to use, modify, and distribute this file
* in accordance with the terms of the license agreement accompanying it.
*/
package org.swiftsuspenders.injectionpoints
{
import flash.utils.describeType;
import org.swiftsuspende... | /*
* Copyright (c) 2009 the original author or authors
*
* Permission is hereby granted to use, modify, and distribute this file
* in accordance with the terms of the license agreement accompanying it.
*/
package org.swiftsuspenders.injectionpoints
{
import flash.utils.describeType;
import org.swiftsuspende... | Add meaningful trace to createDummyInstance error handling | Add meaningful trace to createDummyInstance error handling
Closes #30
| ActionScript | mit | LordXaoca/SwiftSuspenders,rshiue/swiftsuspenders,robotlegs/swiftsuspenders,tschneidereit/SwiftSuspenders,tschneidereit/SwiftSuspenders,LordXaoca/SwiftSuspenders,rshiue/swiftsuspenders,robotlegs/swiftsuspenders |
66b45e35293ce0545fc5b74f8f671e8a1a2cb9f5 | src/org/jivesoftware/xiff/core/XMPPSocketConnection.as | src/org/jivesoftware/xiff/core/XMPPSocketConnection.as | /*
* Copyright (C) 2003-2007
* Nick Velloff <nick.velloff@gmail.com>
* Derrick Grigg <dgrigg@rogers.com>
* Sean Voisen <sean@voisen.org>
* Sean Treadway <seant@oncotype.dk>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
*... | /*
* Copyright (C) 2003-2007
* Nick Velloff <nick.velloff@gmail.com>
* Derrick Grigg <dgrigg@rogers.com>
* Sean Voisen <sean@voisen.org>
* Sean Treadway <seant@oncotype.dk>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
*... | Allow XMPPSocketConnection to handle the stream:features packet. | Allow XMPPSocketConnection to handle the stream:features packet.
| ActionScript | apache-2.0 | igniterealtime/XIFF |
8ccdcb5620e54a56905174161193e880936a16d3 | src/aerys/minko/Viewport3D.as | src/aerys/minko/Viewport3D.as | package aerys.minko
{
import aerys.common.Factory;
import aerys.common.IVersionnable;
import aerys.minko.asset.MinkoLogo;
import aerys.minko.ns.minko;
import aerys.minko.query.RenderingQuery;
import aerys.minko.render.DirectRenderer3D;
import aerys.minko.render.IRenderer3D;
import aerys.minko.scene.IScene3D;
... | package aerys.minko
{
import aerys.common.Factory;
import aerys.common.IVersionnable;
import aerys.minko.asset.MinkoLogo;
import aerys.minko.ns.minko;
import aerys.minko.query.RenderingQuery;
import aerys.minko.render.DirectRenderer3D;
import aerys.minko.render.IRenderer3D;
import aerys.minko.scene.IScene3D;
... | Fix driver info reading. | Fix driver info reading.
| ActionScript | mit | aerys/minko-as3 |
4e2c9f1ffedbfac83a473d37998099ced885370d | krew-framework/krewfw/builtin_actor/ui/SimpleVirtualJoystick.as | krew-framework/krewfw/builtin_actor/ui/SimpleVirtualJoystick.as | package krewfw.builtin_actor.ui {
import flash.display.Stage;
import flash.events.KeyboardEvent;
import flash.geom.Point;
import flash.ui.Keyboard;
import flash.utils.Dictionary;
import starling.display.DisplayObject;
import starling.display.Image;
import starling.display.Quad;
imp... | package krewfw.builtin_actor.ui {
import flash.display.Stage;
import flash.events.KeyboardEvent;
import flash.geom.Point;
import flash.ui.Keyboard;
import flash.utils.Dictionary;
import starling.display.DisplayObject;
import starling.display.Image;
import starling.display.Quad;
imp... | Modify SimpleVirtualJoystick | Modify SimpleVirtualJoystick
| ActionScript | mit | tatsuya-koyama/krewFramework,tatsuya-koyama/krewFramework,tatsuya-koyama/krewFramework |
8e6494a703afb7c2e283f8d301c603d834d9ece6 | src/aerys/minko/scene/controller/camera/CameraController.as | src/aerys/minko/scene/controller/camera/CameraController.as | package aerys.minko.scene.controller.camera
{
import aerys.minko.ns.minko_scene;
import aerys.minko.scene.controller.AbstractController;
import aerys.minko.scene.data.CameraDataProvider;
import aerys.minko.scene.node.Group;
import aerys.minko.scene.node.ISceneNode;
import aerys.minko.scene.node.Scene;
import aer... | package aerys.minko.scene.controller.camera
{
import aerys.minko.ns.minko_scene;
import aerys.minko.scene.controller.AbstractController;
import aerys.minko.scene.data.CameraDataProvider;
import aerys.minko.scene.node.Group;
import aerys.minko.scene.node.ISceneNode;
import aerys.minko.scene.node.Scene;
import aer... | fix CameraController.localToWorldChangedHandler() to unlock worldToScreen (and worldToView) after the frustum has been updated in order to avoid 1-frame late frustum culling bug | fix CameraController.localToWorldChangedHandler() to unlock worldToScreen (and worldToView) after the frustum has been updated in order to avoid 1-frame late frustum culling bug
| ActionScript | mit | aerys/minko-as3 |
6962ec82b8629894ac1251ec003b8735ad9a04bf | actionscript/src/com/freshplanet/ane/AirInAppPurchase/InAppPurchase.as | actionscript/src/com/freshplanet/ane/AirInAppPurchase/InAppPurchase.as | /**
* Copyright 2017 FreshPlanet
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | /**
* Copyright 2017 FreshPlanet
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | adjust as3 to support macos | adjust as3 to support macos
| ActionScript | apache-2.0 | freshplanet/ANE-In-App-Purchase,freshplanet/ANE-In-App-Purchase,freshplanet/ANE-In-App-Purchase |
70a5060f70db89c2af196e588ef23c58171dd70b | src/goplayer/SkinnedPlayerView.as | src/goplayer/SkinnedPlayerView.as | package goplayer
{
import flash.display.Sprite
import flash.events.Event
import flash.events.MouseEvent
import flash.utils.getTimer
public class SkinnedPlayerView extends Component
implements PlayerVideoUpdateListener, SkinBackend
{
private const IDLE_TIME_MS : uint = 2000
private const missin... | package goplayer
{
import flash.display.Sprite
import flash.events.Event
import flash.events.MouseEvent
import flash.ui.Mouse
import flash.utils.getTimer
public class SkinnedPlayerView extends Component
implements PlayerVideoUpdateListener, SkinBackend
{
private const IDLE_TIME_MS : uint = 2000
... | Hide mouse cursor when idle. | Hide mouse cursor when idle.
| ActionScript | mit | dbrock/goplayer,dbrock/goplayer |
ea931380c977020b5292fb623ab3e1a969d7dacb | as3/smartform/src/com/rpath/raf/util/ValidationHelper.as | as3/smartform/src/com/rpath/raf/util/ValidationHelper.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 u... | /*
#
# 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 u... | Fix for validation not happening after switching archs in ImageDefs panel. General problem with forms that were show/hide Mingle 650 | Fix for validation not happening after switching archs in ImageDefs panel. General problem with forms that were show/hide Mingle 650
| ActionScript | apache-2.0 | sassoftware/smartform |
0762fb1d367fcaf85e56e0f1332ea1e8c582f3a2 | WeaveJS/src/weavejs/net/JsonCache.as | WeaveJS/src/weavejs/net/JsonCache.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... | Make JsonCache actually cache. | Make JsonCache actually cache.
| ActionScript | mpl-2.0 | WeaveTeam/WeaveJS,WeaveTeam/WeaveJS,WeaveTeam/WeaveJS,WeaveTeam/WeaveJS |
342eecd9597707ffde0eabbfd20e027975ff1a7e | 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 MeshVisibilityController.meshLocalToWorldChangedHandler() to return early when culling == FrustumCulling.DISABLED | fix MeshVisibilityController.meshLocalToWorldChangedHandler() to return early when culling == FrustumCulling.DISABLED
| ActionScript | mit | aerys/minko-as3 |
fa1a15a0c9de9b8c56724730d418d4ceac487d01 | frameworks/as/src/FlexJSUIClasses.as | frameworks/as/src/FlexJSUIClasses.as | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | Add new classes to SWC | Add new classes to SWC
| ActionScript | apache-2.0 | greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs |
bf673822f29fd4a36f6d1d858dafb09f844abccf | src/com/merlinds/miracle_tool/viewer/ViewerView.as | src/com/merlinds/miracle_tool/viewer/ViewerView.as | /**
* User: MerlinDS
* Date: 18.07.2014
* Time: 17:42
*/
package com.merlinds.miracle_tool.viewer {
import com.bit101.components.List;
import com.bit101.components.Window;
import com.merlinds.debug.log;
import com.merlinds.miracle.Miracle;
import com.merlinds.miracle.animations.AnimationHelper;
import com.mer... | /**
* User: MerlinDS
* Date: 18.07.2014
* Time: 17:42
*/
package com.merlinds.miracle_tool.viewer {
import com.bit101.components.List;
import com.bit101.components.Window;
import com.merlinds.debug.log;
import com.merlinds.miracle.Miracle;
import com.merlinds.miracle.animations.AnimationHelper;
import com.mer... | add fps changer | add fps changer
| ActionScript | mit | MerlinDS/miracle_tool |
2414f176c21cb33be40d08955b11169c637f5cb2 | src/aerys/minko/scene/controller/debug/BonesDebugController.as | src/aerys/minko/scene/controller/debug/BonesDebugController.as | package aerys.minko.scene.controller.debug
{
import aerys.minko.render.geometry.primitive.CubeGeometry;
import aerys.minko.render.material.Material;
import aerys.minko.render.material.basic.BasicMaterial;
import aerys.minko.scene.controller.AbstractController;
import aerys.minko.scene.controller.mes... | package aerys.minko.scene.controller.debug
{
import aerys.minko.render.geometry.primitive.CubeGeometry;
import aerys.minko.render.material.Material;
import aerys.minko.render.material.basic.BasicMaterial;
import aerys.minko.scene.controller.AbstractController;
import aerys.minko.scene.controller.mes... | add customizable thickness for the bones debug meshes | add customizable thickness for the bones debug meshes
| ActionScript | mit | aerys/minko-as3 |
078ba0e5dcf840575199a1c213a8756cbebdffda | 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;
private var ... | 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;
private var ... | fix typo | fix typo
| ActionScript | mit | aerys/minko-as3 |
2d7e808eb5ddaa550fff0b49eb1a927597149097 | src/aerys/minko/type/Signal.as | src/aerys/minko/type/Signal.as | package aerys.minko.type
{
public final class Signal
{
private var _name : String;
private var _enabled : Boolean;
private var _disableWhenNoCallbacks : Boolean;
private var _callbacks : Vector.<Function>;
private var _numCallbacks : uint;
private var _executed : Boolean;
... | package aerys.minko.type
{
public final class Signal
{
private var _name : String;
private var _enabled : Boolean;
private var _disableWhenNoCallbacks : Boolean;
private var _callbacks : Vector.<Function>;
private var _numCallbacks : uint;
private var _executed : Boolean;
... | Update Signal.as | Update Signal.as | ActionScript | mit | aerys/minko-as3 |
759c3bcd81208b670c0e862b7fb481b0f126efd1 | actionscript/src/com/sticksports/nativeExtensions/gameCenter/GameCenter.as | actionscript/src/com/sticksports/nativeExtensions/gameCenter/GameCenter.as | package com.sticksports.nativeExtensions.gameCenter
{
import com.sticksports.nativeExtensions.gameCenter.signals.GCSignal0;
import com.sticksports.nativeExtensions.gameCenter.signals.GCSignal1;
import flash.display.BitmapData;
import flash.events.StatusEvent;
import flash.external.ExtensionContext;
public clas... | package com.sticksports.nativeExtensions.gameCenter
{
import com.sticksports.nativeExtensions.gameCenter.signals.GCSignal0;
import com.sticksports.nativeExtensions.gameCenter.signals.GCSignal1;
import flash.display.BitmapData;
import flash.events.StatusEvent;
import flash.external.ExtensionContext;
public clas... | Fix return value in getStoredPlayerPhoto | Fix return value in getStoredPlayerPhoto
| ActionScript | bsd-3-clause | StarIslandGames/ANE-Game-Center |
3d33fda6f47167d2bc72ad87acafc9def70a4179 | FlexUnit4/src/org/flexunit/runners/Parameterized.as | FlexUnit4/src/org/flexunit/runners/Parameterized.as | /**
* Copyright (c) 2009 Digital Primates IT Consulting Group
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
* files (the "Software"), to deal in the Software without
* restriction, including without limitation the rights to use,
... | /**
* Copyright (c) 2009 Digital Primates IT Consulting Group
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
* files (the "Software"), to deal in the Software without
* restriction, including without limitation the rights to use,
... | Fix for bug where a [Before] or [After] in a TestNG style Parameterized test caused a crash | Fix for bug where a [Before] or [After] in a TestNG style Parameterized test caused a crash
| ActionScript | apache-2.0 | apache/flex-flexunit,SlavaRa/flex-flexunit,SlavaRa/flex-flexunit,apache/flex-flexunit,SlavaRa/flex-flexunit,SlavaRa/flex-flexunit,apache/flex-flexunit,apache/flex-flexunit |
9b347d463587ed28b875af78a9640ac38901c02b | frameworks/as/projects/FlexJSUI/src/org/apache/flex/core/SimpleStatesImpl.as | frameworks/as/projects/FlexJSUI/src/org/apache/flex/core/SimpleStatesImpl.as | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | fix which parent is used for adding/removing items | fix which parent is used for adding/removing items
| ActionScript | apache-2.0 | greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs |
fe871f7fa8cd00324f086aa83ba4bcba7e29181e | tamarin-central/thane/AMF3Decoder.as | tamarin-central/thane/AMF3Decoder.as | package {
import avmplus.*;
import flash.utils.ByteArray;
import flash.utils.Dictionary;
/**
* Partial AMF3 decoder, based on
* http://download.macromedia.com/pub/labs/amf/amf3_spec_121207.pdf
*/
public class AMF3Decoder
{
public static function decode (bytes :ByteArray) :*
{
_ctx = new Contex... | package {
import avmplus.*;
import flash.utils.ByteArray;
import flash.utils.Dictionary;
/**
* Partial AMF3 decoder, based on
* http://download.macromedia.com/pub/labs/amf/amf3_spec_121207.pdf
*/
public class AMF3Decoder
{
public static function decode (bytes :ByteArray) :*
{
_ctx = new Contex... | Read unsigned bytes, duh. | Read unsigned bytes, duh.
| ActionScript | bsd-2-clause | greyhavens/thane,greyhavens/thane,greyhavens/thane,greyhavens/thane,greyhavens/thane,greyhavens/thane,greyhavens/thane |
2ed04fb375c6245c94ceb2e2f20dded7cb4cc503 | src/goplayer/ConfigurationParser.as | src/goplayer/ConfigurationParser.as | package goplayer
{
public class ConfigurationParser
{
public static const DEFAULT_API_URL : String
= "http://staging.streamio.se/api"
public static const DEFAULT_SKIN_URL : String = "goplayer-skin.swf"
public static const DEFAULT_TRACKER_ID : String = "global"
private const result : Configura... | package goplayer
{
public class ConfigurationParser
{
public static const DEFAULT_API_URL : String
= "http://staging.streamio.se/api"
public static const DEFAULT_SKIN_URL : String = "goplayer-skin.swf"
public static const DEFAULT_TRACKER_ID : String = "global"
public static const VALID_PARAME... | Normalize parameter names to allow hyphen/underscore-style. | Normalize parameter names to allow hyphen/underscore-style.
| ActionScript | mit | dbrock/goplayer,dbrock/goplayer |
7d37e4d77937e0e45b34afa9cf3282e223824794 | src/goplayer/ConfigurationParser.as | src/goplayer/ConfigurationParser.as | package goplayer
{
public class ConfigurationParser
{
private const result : Configuration = new Configuration
private var parameters : Object
public function ConfigurationParser(parameters : Object)
{ this.parameters = parameters }
public function execute() : void
{
// XXX: Clean u... | package goplayer
{
public class ConfigurationParser
{
private const result : Configuration = new Configuration
private var parameters : Object
public function ConfigurationParser(parameters : Object)
{ this.parameters = parameters }
public function execute() : void
{
// XXX: Clean u... | Rename each boolean parameter to enableFoo. | Rename each boolean parameter to enableFoo.
| ActionScript | mit | dbrock/goplayer,dbrock/goplayer |
5559d2e8927b633bff247569a2f7c94e9bd811f5 | features/src/main/flex/Main.as | features/src/main/flex/Main.as | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License");... | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License");... | Rename callback methods for relay SWF. TODO: build this and commit. | Rename callback methods for relay SWF. TODO: build this and commit.
git-svn-id: 84334937b86421baa0e582c4ab1a9d358324cbeb@1049774 13f79535-47bb-0310-9956-ffa450edef68
| ActionScript | apache-2.0 | apache/shindig,apache/shindig,apache/shindig,apache/shindig,apparentlymart/shindig,apparentlymart/shindig,apparentlymart/shindig,apparentlymart/shindig,apache/shindig |
db4c0f2cee16191a3f85b6d6f3a8812603a7d5ba | libswfdec/swfdec_initialize.as | libswfdec/swfdec_initialize.as | /* Swfdec
* Copyright (C) 2007 Benjamin Otte <otte@gnome.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later ve... | /* Swfdec
* Copyright (C) 2007 Benjamin Otte <otte@gnome.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later ve... | initialize $version variable | initialize $version variable
| ActionScript | lgpl-2.1 | freedesktop-unofficial-mirror/swfdec__swfdec,freedesktop-unofficial-mirror/swfdec__swfdec,mltframework/swfdec,freedesktop-unofficial-mirror/swfdec__swfdec,mltframework/swfdec |
487988bdc3b510d825781c1c5062c38a53c78dd9 | 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... | Add URL auto-loading support to the chromeless player | Add URL auto-loading support to the chromeless player
The "url" flashvar now allows the chromeless player to automatically load and play the specified URL.
This allows the player to be used without any JavaScript.
| ActionScript | mpl-2.0 | desaintmartin/hlsprovider,desaintmartin/hlsprovider,desaintmartin/hlsprovider |
e7de0f2a15067ff9a5e011df1cf62002498d5d1b | actionscript/src/com/freshplanet/ane/AirBackgroundFetch/AirBackgroundFetch.as | actionscript/src/com/freshplanet/ane/AirBackgroundFetch/AirBackgroundFetch.as | //////////////////////////////////////////////////////////////////////////////////////
//
// Copyright 2012 Freshplanet (http://freshplanet.com | opensource@freshplanet.com)
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// ... | //////////////////////////////////////////////////////////////////////////////////////
//
// Copyright 2012 Freshplanet (http://freshplanet.com | opensource@freshplanet.com)
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// ... | Add loadUrl method | Add loadUrl method | ActionScript | apache-2.0 | freshplanet/ANE-BackgroundFetch,freshplanet/ANE-BackgroundFetch |
a678a613e6a2ebafe61a72c638b2eb7051f91239 | test/trace/trace_properties.as | test/trace/trace_properties.as | #if __SWF_VERSION__ == 5
// create a _global object, since it doesn't have one, these are ver 6 values
_global = new_empty_object ();
_global.ASSetNative = ASSetNative;
_global.ASSetNativeAccessor = ASSetNativeAccessor;
_global.ASSetPropFlags = ASSetPropFlags;
_global.ASconstructor = ASconstructor;
_global.ASnative = A... | #if __SWF_VERSION__ == 5
// create a _global object, since it doesn't have one, these are ver 6 values
_global = new_empty_object ();
_global.ASSetNative = ASSetNative;
_global.ASSetNativeAccessor = ASSetNativeAccessor;
_global.ASSetPropFlags = ASSetPropFlags;
_global.ASconstructor = ASconstructor;
_global.ASnative = A... | Make trace_properties.as detect and display props that are hidden with flags | Make trace_properties.as detect and display props that are hidden with flags
| ActionScript | lgpl-2.1 | freedesktop-unofficial-mirror/swfdec__swfdec,mltframework/swfdec,mltframework/swfdec,freedesktop-unofficial-mirror/swfdec__swfdec,freedesktop-unofficial-mirror/swfdec__swfdec |
87c92a3cf46ea3af6a6c27f58deb67189ead643f | skin-src/goplayer/Fader.as | skin-src/goplayer/Fader.as | package goplayer
{
import flash.display.BlendMode
import flash.display.DisplayObject
import flash.events.TimerEvent
import flash.utils.Timer
import flash.utils.getTimer
public class Fader
{
private const timer : Timer = new Timer(0)
private var object : DisplayObject
private var speed : Dura... | package goplayer
{
import flash.display.BlendMode
import flash.display.DisplayObject
import flash.events.TimerEvent
import flash.utils.Timer
import flash.utils.getTimer
public class Fader
{
private const timer : Timer = new Timer(0)
private var object : DisplayObject
private var speed : Dura... | Make Fader set visible to false when alpha is 0. | Make Fader set visible to false when alpha is 0.
| ActionScript | mit | dbrock/goplayer,dbrock/goplayer |
3f162f28350929494d905174b3b890c706b9e35e | src/aerys/minko/scene/controller/animation/AbstractAnimationController.as | src/aerys/minko/scene/controller/animation/AbstractAnimationController.as | package aerys.minko.scene.controller.animation
{
import flash.utils.getTimer;
import aerys.minko.ns.minko_animation;
import aerys.minko.scene.controller.EnterFrameController;
import aerys.minko.type.Signal;
use namespace minko_animation;
public class AbstractAnimationController extends EnterFrameController ... | package aerys.minko.scene.controller.animation
{
import flash.utils.getTimer;
import aerys.minko.ns.minko_animation;
import aerys.minko.scene.controller.EnterFrameController;
import aerys.minko.type.Signal;
use namespace minko_animation;
public class AbstractAnimationController extends EnterFrameController ... | Fix compilation. | Fix compilation.
| ActionScript | mit | aerys/minko-as3 |
7b96ec3b8dda0c4a726f9db33e186a1352ea3dc6 | frameworks/projects/Core/src/main/flex/org/apache/flex/utils/BinaryData.as | frameworks/projects/Core/src/main/flex/org/apache/flex/utils/BinaryData.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 Int8Array to Uint8Array | Change Int8Array to Uint8Array
| ActionScript | apache-2.0 | greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs |
c8613f739b841bc18643f029c5bd1bd33ce93106 | 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;
private var ... | fix coding style | fix coding style
| ActionScript | mit | aerys/minko-as3 |
7b21f4727df5d0d411788bc1db1c73e4606727b0 | src/com/axis/rtspclient/NALU.as | src/com/axis/rtspclient/NALU.as | package com.axis.rtspclient {
import flash.events.Event;
import flash.external.ExternalInterface;
import flash.utils.ByteArray;
public class NALU extends Event {
public static const NEW_NALU:String = "NEW_NALU";
private var data:ByteArray;
public var ntype:uint;
public var nri:uint;
public... | package com.axis.rtspclient {
import flash.events.Event;
import flash.external.ExternalInterface;
import flash.utils.ByteArray;
public class NALU extends Event {
public static const NEW_NALU:String = "NEW_NALU";
private var data:ByteArray;
public var ntype:uint;
public var nri:uint;
public... | Implement getPayload() method to extract SPS/PPS bytes | Implement getPayload() method to extract SPS/PPS bytes
| ActionScript | bsd-3-clause | AxisCommunications/locomote-video-player,gaetancollaud/locomote-video-player |
5b023f2a85ad477402337a85a6446ba0baf95bdc | frameworks/as/projects/FlexJSUI/src/org/apache/flex/core/MXMLBeadViewBaseDataBinding.as | frameworks/as/projects/FlexJSUI/src/org/apache/flex/core/MXMLBeadViewBaseDataBinding.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 bug | fix bug
| ActionScript | apache-2.0 | greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs |
8ca4f9ca47b95e0fcc0581ae8a29e26aa22a90e4 | src/as/com/threerings/presents/dobj/DEvent.as | src/as/com/threerings/presents/dobj/DEvent.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... | Work around a bug in Tamarin. Sorry for the ugly. Hopefully it's temporary. | Work around a bug in Tamarin. Sorry for the ugly. Hopefully it's temporary.
git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@5068 542714f4-19e9-0310-aa3c-eee0fc999fb1
| ActionScript | lgpl-2.1 | threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya |
5a9ecb4ef2a7307e2aec67321fd0199b2819cdf3 | src/avm2/tests/performance/c4/basic.as | src/avm2/tests/performance/c4/basic.as | package {
var last = new Date();
function clockUnder(max, name) {
var elapsed = new Date() - last;
// Keep this disabled when committing this file.
var elapsedSuffix = false ? " (" + elapsed + ")" : "";
var nameSuffix = name ? ": " + name : "";
if (elapsed > max) {
trace("FAIL: > " + max ... | package {
var last = new Date();
function clockUnder(max, name) {
var elapsed = new Date() - last;
// Keep this disabled when committing this file.
var elapsedSuffix = false ? " (" + elapsed + ")" : "";
var nameSuffix = name ? ": " + name : "";
if (elapsed > max) {
trace("FAIL: > " + max ... | Adjust performance test thresholds. | Adjust performance test thresholds.
| ActionScript | apache-2.0 | yurydelendik/shumway,mozilla/shumway,mozilla/shumway,tschneidereit/shumway,yurydelendik/shumway,mozilla/shumway,mbebenita/shumway,yurydelendik/shumway,tschneidereit/shumway,tschneidereit/shumway,mbebenita/shumway,yurydelendik/shumway,tschneidereit/shumway,mbebenita/shumway,mbebenita/shumway,tschneidereit/shumway,yuryde... |
8897e5a1fcce3425d57ec6566d71249be2e49145 | 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 additional URLs for crossdomain policy files. | Add additional URLs for crossdomain policy files.
| ActionScript | agpl-3.0 | openzoom/tandem |
ae67dbbc6d59544293518d52fd9b42e3d0f0667c | test/trace/trace_properties.as | test/trace/trace_properties.as | #if __SWF_VERSION__ == 5
// create a _global object, since it doesn't have one, these are ver 6 values
_global = new_empty_object ();
_global.ASSetNative = ASSetNative;
_global.ASSetNativeAccessor = ASSetNativeAccessor;
_global.ASSetPropFlags = ASSetPropFlags;
_global.ASconstructor = ASconstructor;
_global.ASnative = A... | #if __SWF_VERSION__ == 5
// create a _global object, since it doesn't have one, these are ver 6 values
_global = new_empty_object ();
_global.ASSetNative = ASSetNative;
_global.ASSetNativeAccessor = ASSetNativeAccessor;
_global.ASSetPropFlags = ASSetPropFlags;
_global.ASconstructor = ASconstructor;
_global.ASnative = A... | Fix errors in trace_properties when called with something else than _global | Fix errors in trace_properties when called with something else than _global
| ActionScript | lgpl-2.1 | freedesktop-unofficial-mirror/swfdec__swfdec,freedesktop-unofficial-mirror/swfdec__swfdec,mltframework/swfdec,freedesktop-unofficial-mirror/swfdec__swfdec,mltframework/swfdec |
c7d9af3e30da5033dde25fc769eb4264e74584fc | src/PlayState.as | src/PlayState.as | package
{
import flash.display.BlendMode;
import org.flixel.*;
// The main coordinator: part config list, part asset list.
// Handles all of the character animations.
public class PlayState extends FlxState implements IPlayerAnimationDelegate
{
// Tileset that works with AUTO mode (best for th... | package
{
import flash.display.BlendMode;
import org.flixel.*;
// The main coordinator: part config list, part asset list.
// Handles all of the character animations.
public class PlayState extends FlxState implements IPlayerAnimationDelegate
{
// Tileset that works with AUTO mode (best for th... | Add throttled checking using timers. | Add throttled checking using timers. | ActionScript | artistic-2.0 | hlfcoding/morning-stroll |
8c17f6484f86698641899b4e50ea920030522dba | src/aerys/minko/type/bounding/BoundingBox.as | src/aerys/minko/type/bounding/BoundingBox.as | package aerys.minko.type.bounding
{
import aerys.minko.ns.minko_math;
import aerys.minko.type.math.Matrix4x4;
import aerys.minko.type.math.Ray;
import aerys.minko.type.math.Vector4;
import flash.geom.Vector3D;
/**
* The BoundingBox class represents a six-sided (8 vertices) box that bounds the
* maximum ext... | package aerys.minko.type.bounding
{
import aerys.minko.ns.minko_math;
import aerys.minko.type.math.Matrix4x4;
import aerys.minko.type.math.Ray;
import aerys.minko.type.math.Vector4;
import flash.geom.Vector3D;
/**
* The BoundingBox class represents a six-sided (8 vertices) box that bounds the
* maximum ext... | Add a .toString() method on BoundingBox class. | Add a .toString() method on BoundingBox class.
| ActionScript | mit | aerys/minko-as3 |
41928d0b3fd342601985e7725ec890d878f8c0ce | lib/as3/src/org/voisen/crayon/CrayonProgram.as | lib/as3/src/org/voisen/crayon/CrayonProgram.as | package org.voisen.crayon
{
import flash.display.Sprite;
import flash.display.Stage;
import flash.display.Graphics;
import flash.display.StageScaleMode;
import flash.display.StageAlign;
import flash.events.Event;
import flash.geom.Point;
import org.voisen.crayon.color.Colors;
public class Crayon... | package org.voisen.crayon
{
import flash.display.Sprite;
import flash.display.Stage;
import flash.display.Graphics;
import flash.display.StageScaleMode;
import flash.display.StageAlign;
import flash.events.Event;
import flash.geom.Point;
import org.voisen.crayon.color.Colors;
public class Crayon... | Add pi to base AS3 class | Add pi to base AS3 class
| ActionScript | mit | svoisen/crayon,svoisen/crayon |
dd4b913ec66b1ebc4c852231d018a1bb2b035e68 | src/com/merlinds/miracle_tool/controllers/SWFSeparatorCommand.as | src/com/merlinds/miracle_tool/controllers/SWFSeparatorCommand.as | /**
* User: MerlinDS
* Date: 14.07.2014
* Time: 19:06
*/
package com.merlinds.miracle_tool.controllers {
import avmplus.getQualifiedClassName;
import com.merlinds.debug.log;
import com.merlinds.miracle_tool.events.EditorEvent;
import com.merlinds.miracle_tool.models.ProjectModel;
import com.merlinds.miracle_t... | /**
* User: MerlinDS
* Date: 14.07.2014
* Time: 19:06
*/
package com.merlinds.miracle_tool.controllers {
import avmplus.getQualifiedClassName;
import com.merlinds.debug.log;
import com.merlinds.miracle_tool.events.EditorEvent;
import com.merlinds.miracle_tool.models.ProjectModel;
import com.merlinds.miracle_t... | Update version | Update version
| ActionScript | mit | MerlinDS/miracle_tool |
8f3dd5bb05549b29f9d608e6abc914409a1a4ae2 | frameworks/projects/apache/src/org/apache/flex/collections/VectorCollection.as | frameworks/projects/apache/src/org/apache/flex/collections/VectorCollection.as | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF li... | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF li... | Fix typo | Fix typo | ActionScript | apache-2.0 | apache/flex-sdk,apache/flex-sdk,apache/flex-sdk,apache/flex-sdk,apache/flex-sdk,apache/flex-sdk |
be5d3960d2cf9c6e55d38e53b307931d72c9f8a4 | flash/Recorder.as | flash/Recorder.as | package
{
import com.adobe.audio.format.WAVWriter;
import flash.events.TimerEvent;
import flash.events.Event;
import flash.events.ErrorEvent;
import flash.events.SampleDataEvent;
import flash.external.ExternalInterface;
import flash.media.Microphone;
import flash.media.Sound;
import flash.media.SoundChannel;... | package
{
import com.adobe.audio.format.WAVWriter;
import flash.events.TimerEvent;
import flash.events.Event;
import flash.events.ErrorEvent;
import flash.events.SampleDataEvent;
import flash.external.ExternalInterface;
import flash.media.Microphone;
import flash.media.Sound;
import flash.media.SoundChannel;... | write samples multiple times when playing it back if sampleRate is < 44.1 | write samples multiple times when playing it back if sampleRate is < 44.1 | ActionScript | mit | jwagener/recorder.js |
0bcab28a784b92f72105ea1a0416e0a2f9726da6 | frameworks/projects/HTML/as/src/org/apache/flex/html/beads/CSSTextButtonView.as | frameworks/projects/HTML/as/src/org/apache/flex/html/beads/CSSTextButtonView.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... | check for size change | check for size change
| ActionScript | apache-2.0 | greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs |
24d4afb32f55ca1d394d6fe50488e3c22ef80812 | src/aerys/minko/render/shader/part/environment/EnvironmentMappingShaderPart.as | src/aerys/minko/render/shader/part/environment/EnvironmentMappingShaderPart.as | package aerys.minko.render.shader.part.environment
{
import aerys.minko.render.material.environment.EnvironmentMappingProperties;
import aerys.minko.render.shader.SFloat;
import aerys.minko.render.shader.Shader;
import aerys.minko.render.shader.part.BlendingShaderPart;
import aerys.minko.render.shader.part.phong.L... | package aerys.minko.render.shader.part.environment
{
import aerys.minko.render.material.environment.EnvironmentMappingProperties;
import aerys.minko.render.shader.SFloat;
import aerys.minko.render.shader.Shader;
import aerys.minko.render.shader.part.BlendingShaderPart;
import aerys.minko.render.shader.part.phong.L... | update EnvironmentMappingShaderPart.getEnvironmentColor() to return (0, 0, 0, 0) if ENVIRONMENT_MAPPING_TYPE or ENVIRONMENT_MAP are not set | update EnvironmentMappingShaderPart.getEnvironmentColor() to return (0, 0, 0, 0) if ENVIRONMENT_MAPPING_TYPE or ENVIRONMENT_MAP are not set
| ActionScript | mit | aerys/minko-as3 |
dfa67685ba284fc652661591d78c5cda846680df | test-src/test_readline_flash.as | test-src/test_readline_flash.as | package {
import stdio.flash.Sprite
import stdio.process
import stdio.Interactive
[SWF(width=0, height=0)]
public class test_readline_flash extends Sprite implements Interactive {
public function main(): void {
process.prompt = "What’s your name? "
process.gets(function (name: String): void {... | package {
import stdio.colorize
import stdio.flash.Sprite
import stdio.process
import stdio.Interactive
[SWF(width=0, height=0)]
public class test_readline_flash extends Sprite implements Interactive {
public function main(): void {
process.prompt = "What’s your name? "
process.gets(functio... | Use `colorize` in readline test. | Use `colorize` in readline test.
| ActionScript | mit | dbrock/stdio.as,dbrock/stdio.as,dbrock/stdio.as |
d0f280babae2a296c872fabf12cdc91fbced7b14 | WEB-INF/lps/lfc/glue/LaszloInitiator.as | WEB-INF/lps/lfc/glue/LaszloInitiator.as | /******************************************************************************
* LzReplicationManager.as
*****************************************************************************/
//* A_LZ_COPYRIGHT_BEGIN ******************************************************
//* Copyright 2001-2007 Laszlo Systems, Inc. All R... | /******************************************************************************
* LzReplicationManager.as
*****************************************************************************/
//* A_LZ_COPYRIGHT_BEGIN ******************************************************
//* Copyright 2001-2007 Laszlo Systems, Inc. All R... | Change 20070212-hqm-2 by hqm@IBM-112E6A12815 on 2007-02-12 17:21:57 EST in /cygdrive/c/users/hqm/openlaszlo/trunk/WEB-INF/lps/lfc | Change 20070212-hqm-2 by hqm@IBM-112E6A12815 on 2007-02-12 17:21:57 EST
in /cygdrive/c/users/hqm/openlaszlo/trunk/WEB-INF/lps/lfc
Summary: fix for inifinte loop in debugger check on datasets
New Features:
Bugs Fixed: infinte loop in debug mode
Technical Reviewer: pkang (pending)
QA Reviewer: (pending)
Doc Re... | ActionScript | epl-1.0 | mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo |
9eab92b2206ba25d79229f744fe95824c95ce64a | collect-flex/collect-flex-client/src/main/flex/org/openforis/collect/i18n/Message.as | collect-flex/collect-flex-client/src/main/flex/org/openforis/collect/i18n/Message.as | package org.openforis.collect.i18n {
import mx.resources.ResourceManager;
/**
* @author Mino Togna
* */
public class Message {
public function Message() {
}
public static function get(resource:String, parameters:Array=null, bundle:String="messages"):String {
return ResourceManager.get... | package org.openforis.collect.i18n {
import mx.resources.ResourceManager;
/**
* @author Mino Togna
* @author S. Ricci
* */
public class Message {
public function Message() {
}
public static function get(resource:String, parameters:Array=null, bundle:String="messages"):String {
var ... | Return resource name instead of null if not found | Return resource name instead of null if not found | ActionScript | mit | openforis/collect,openforis/collect,openforis/collect,openforis/collect |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.