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 |
|---|---|---|---|---|---|---|---|---|---|
999d788916e8857d4335f6fecc9c242828f8c06a | actionscript/src/com/freshplanet/nativeExtensions/PushNotification.as | actionscript/src/com/freshplanet/nativeExtensions/PushNotification.as | package com.freshplanet.nativeExtensions
{
import flash.display.BitmapData;
import flash.events.EventDispatcher;
import flash.events.StatusEvent;
import flash.external.ExtensionContext;
import flash.system.Capabilities;
import mx.graphics.shaderClasses.ExclusionShader;
public class PushNotification ex... | package com.freshplanet.nativeExtensions
{
import flash.display.BitmapData;
import flash.events.EventDispatcher;
import flash.events.StatusEvent;
import flash.external.ExtensionContext;
import flash.system.Capabilities;
public class PushNotification extends EventDispatcher
{
public static const R... | Remove useless import. | Remove useless import.
| ActionScript | apache-2.0 | freshplanet/ANE-Push-Notification,freshplanet/ANE-Push-Notification,iamyuiwong/ANE-Push-Notification,StarIslandGames/ANE-Push-Notification,rozdonmobile/ANE-Push-Notification,nicechap/ANE-Push-Notification,marcorei/ANE-Push-Notification,freshplanet/ANE-Push-Notification,marcorei/ANE-Push-Notification,StarIslandGames/ANE... |
39fea0632ab5877d0901803405198a27d75a8baa | src/main/as/flump/Flump.as | src/main/as/flump/Flump.as | package flump {
import flash.display.MovieClip;
import flash.filesystem.FileMode;
import flash.filesystem.File;
import flash.filesystem.FileStream;
import flash.utils.ByteArray;
import com.adobe.images.PNGEncoder;
import flash.display.BitmapData;
import flash.display.Bitmap;
import flash.geom.Rectangle;
import com.thr... | //
// Flump - Copyright 2012 Three Rings Design
package flump {
import flash.display.Bitmap;
import flash.display.BitmapData;
import flash.display.Sprite;
import flash.filesystem.File;
import flash.filesystem.FileMode;
import flash.filesystem.FileStream;
import flash.geom.Point;
import flash.geom.Rectangle;
import c... | Clean out testing code, leave png export | Clean out testing code, leave png export
| ActionScript | mit | tconkling/flump,mathieuanthoine/flump,funkypandagame/flump,mathieuanthoine/flump,funkypandagame/flump,tconkling/flump,mathieuanthoine/flump |
56504b0a68b90769d6507c423b670494a1b2c450 | dolly-framework/src/test/actionscript/dolly/CopyingOfCopyableCloneableClassTest.as | dolly-framework/src/test/actionscript/dolly/CopyingOfCopyableCloneableClassTest.as | package dolly {
import dolly.core.dolly_internal;
import dolly.data.CopyableCloneableClass;
import org.as3commons.reflect.Field;
import org.as3commons.reflect.Type;
import org.flexunit.asserts.assertEquals;
import org.flexunit.asserts.assertNotNull;
use namespace dolly_internal;
public class CopyingOfCopyableClonea... | package dolly {
import dolly.core.dolly_internal;
import dolly.data.CopyableCloneableClass;
import org.as3commons.reflect.Field;
import org.as3commons.reflect.Type;
import org.flexunit.asserts.assertEquals;
import org.flexunit.asserts.assertNotNull;
use namespace dolly_internal;
public class CopyingOfCopyableClonea... | Fix variable and methods names. | Fix variable and methods names.
| ActionScript | mit | Yarovoy/dolly |
891fc0b09fcfe84d53a7abb1bd5088d8f48427a4 | src/com/esri/builder/controllers/RemoveCustomWidgetController.as | src/com/esri/builder/controllers/RemoveCustomWidgetController.as | ////////////////////////////////////////////////////////////////////////////////
// Copyright (c) 2008-2013 Esri. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
/... | ////////////////////////////////////////////////////////////////////////////////
// Copyright (c) 2008-2013 Esri. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
/... | Update RemoveCustomWidgetController to remove imported modules. | Update RemoveCustomWidgetController to remove imported modules.
| ActionScript | apache-2.0 | Esri/arcgis-viewer-builder-flex |
75519a19779fb68468ec50b9752a1288357a42f8 | frameworks/as/projects/FlexJSUI/src/org/apache/flex/core/ILayoutParent.as | frameworks/as/projects/FlexJSUI/src/org/apache/flex/core/ILayoutParent.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... | clean up a comment | clean up a comment
| ActionScript | apache-2.0 | greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs |
74c026ef5856b2c97e96b776a3deef05fcd41f45 | src/aerys/minko/scene/controller/camera/FirstPersonCameraController.as | src/aerys/minko/scene/controller/camera/FirstPersonCameraController.as | package aerys.minko.scene.controller.camera
{
import aerys.minko.render.Viewport;
import aerys.minko.scene.controller.AbstractScriptController;
import aerys.minko.scene.controller.EnterFrameController;
import aerys.minko.scene.node.ISceneNode;
import aerys.minko.scene.node.Scene;
import aerys.minko.type.math.Mat... | package aerys.minko.scene.controller.camera
{
import aerys.minko.render.Viewport;
import aerys.minko.scene.controller.AbstractScriptController;
import aerys.minko.scene.controller.EnterFrameController;
import aerys.minko.scene.node.ISceneNode;
import aerys.minko.scene.node.Scene;
import aerys.minko.type.math.Mat... | Enable Mouse Lock API when available in the FPS camera. | Enable Mouse Lock API when available in the FPS camera.
| ActionScript | mit | aerys/minko-as3 |
527fa197af5e01c5e770838abfe68e2cec08a59a | build-aux/base.as | build-aux/base.as | ## -*- shell-script -*-
## base.as: This file is part of build-aux.
## Copyright (C) Gostai S.A.S., 2006-2008.
##
## This software is provided "as is" without warranty of any kind,
## either expressed or implied, including but not limited to the
## implied warrant... | ## -*- shell-script -*-
## base.as: This file is part of build-aux.
## Copyright (C) Gostai S.A.S., 2006-2008.
##
## This software is provided "as is" without warranty of any kind,
## either expressed or implied, including but not limited to the
## implied warrant... | Fix m4 quotation issues. | Fix m4 quotation issues.
* build-aux/base.as (verbose): here.
| ActionScript | bsd-3-clause | aldebaran/libport,aldebaran/libport,aldebaran/libport,aldebaran/libport,aldebaran/libport |
90bcb30dcd249a0c477b82794a84fb12ad903cdb | src/avm2/tests/regress/correctness/pass/xml.as | src/avm2/tests/regress/correctness/pass/xml.as | print("XML statics");
(function () {
var tests = [
[XML.ignoreWhitespace = true, XML.ignoreWhitespace],
];
for (var i = 0; i < tests.length; i++) {
print(i + ": " + tests[i]);
}
})();
print("Testing Basic XML");
(function () {
var x = <foo a="aaa"><bar b="bbb">e=mc^2</bar></foo>;
x.cat = <cat c="cc... | print("XML statics");
(function () {
var tests = [
[XML.ignoreWhitespace = true, XML.ignoreWhitespace],
];
for (var i = 0; i < tests.length; i++) {
print(i + ": " + tests[i]);
}
})();
print("Testing Basic XML");
(function () {
var x = <foo a="aaa"><bar b="bbb">e=mc^2</bar></foo>;
x.cat = <cat c="cc... | Add test for XML.prototype.child() as used by Candy Crush | Add test for XML.prototype.child() as used by Candy Crush
| ActionScript | apache-2.0 | tschneidereit/shumway,mozilla/shumway,tschneidereit/shumway,mbebenita/shumway,yurydelendik/shumway,mbebenita/shumway,tschneidereit/shumway,yurydelendik/shumway,mozilla/shumway,tschneidereit/shumway,tschneidereit/shumway,mbebenita/shumway,yurydelendik/shumway,mbebenita/shumway,mbebenita/shumway,yurydelendik/shumway,tsch... |
fd4641355b0d5b5699b399fbf17e149dab62ac7a | src/com/axis/rtspclient/BitArray.as | src/com/axis/rtspclient/BitArray.as | package com.axis.rtspclient {
import com.axis.ErrorManager;
import flash.utils.ByteArray;
public class BitArray extends ByteArray {
private var src:ByteArray;
private var byte:uint;
private var bitpos:uint;
public function BitArray(src:ByteArray) {
this.src = src;
this.bitpos = 0... | package com.axis.rtspclient {
import com.axis.ErrorManager;
import flash.utils.ByteArray;
public class BitArray extends ByteArray {
private var src:ByteArray;
private var byte:uint;
private var bitpos:uint;
public function BitArray(src:ByteArray) {
this.src = src;
this.bitpos = 0... | make readSignedExpGolomb public | make readSignedExpGolomb public
| ActionScript | bsd-3-clause | AxisCommunications/locomote-video-player,gaetancollaud/locomote-video-player |
22dbc15ee0d9f7fa253d212805bc0e3c4de181db | src/battlecode/common/RobotType.as | src/battlecode/common/RobotType.as | package battlecode.common {
public class RobotType {
public static const ARCHON:String = "ARCHON";
public static const SCOUT:String = "SCOUT";
public static const SOLDIER:String = "SOLDIER";
public static const GUARD:String = "GUARD";
public static const VIPER:String = "VIP... | package battlecode.common {
public class RobotType {
public static const ARCHON:String = "ARCHON";
public static const SCOUT:String = "SCOUT";
public static const SOLDIER:String = "SOLDIER";
public static const GUARD:String = "GUARD";
public static const VIPER:String = "VIP... | update robot type constants | update robot type constants
| ActionScript | mit | trun/battlecode-webclient |
b75123478d47fa39a8956153bb581c05e281c1a0 | HLSPlugin/src/org/denivip/osmf/elements/m3u8Classes/M3U8PlaylistParser.as | HLSPlugin/src/org/denivip/osmf/elements/m3u8Classes/M3U8PlaylistParser.as | package org.denivip.osmf.elements.m3u8Classes
{
import flash.events.EventDispatcher;
import org.denivip.osmf.net.HLSDynamicStreamingResource;
import org.osmf.events.ParseEvent;
import org.osmf.logging.Log;
import org.osmf.logging.Logger;
import org.osmf.media.MediaResourceBase;
import org.osmf.media.MediaType;... | package org.denivip.osmf.elements.m3u8Classes
{
import flash.events.EventDispatcher;
import org.denivip.osmf.net.HLSDynamicStreamingResource;
import org.osmf.events.ParseEvent;
import org.osmf.logging.Log;
import org.osmf.logging.Logger;
import org.osmf.media.MediaResourceBase;
import org.osmf.media.MediaType;... | Set initial stream to be played to first entry in M3U8 playlist | Set initial stream to be played to first entry in M3U8 playlist
According to HLS especficiation we should play initially the first item
in the m3u8 playlist:
"The first entry in the variant playlist is played when a user joins
the stream and is used as part of a test to determine which stream is
most appropriate. The ... | ActionScript | isc | mruse/osmf-hls-plugin,denivip/osmf-hls-plugin,denivip/osmf-hls-plugin,mruse/osmf-hls-plugin |
d335d2b85e1d8d21ac3b5d1963ac3a7ab16dfe95 | Game/Resources/elevatorScene/Scripts/elevator_frontDoorCon.as | Game/Resources/elevatorScene/Scripts/elevator_frontDoorCon.as | class elevator_frontDoorCon {
Hub @hub;
Entity @doorWithX;
Entity @doorWithService;
Entity @puzzleBoard;
bool openDoor;
vec3 tempPosWithX;
vec3 tempPosWithService;
float boardPitch;
float speed;
float uniformScale;
elevator_frontDoorCon(Entity @entity){
@hub = M... | class elevator_frontDoorCon {
Hub @hub;
Entity @doorWithX;
Entity @doorWithService;
Entity @puzzleBoard;
bool openDoor;
vec3 tempPosWithX;
vec3 tempPosWithService;
float boardPitch;
float speed;
float uniformScale;
elevator_frontDoorCon(Entity @entity){
@hub = M... | Replace tabs with spaces. | Replace tabs with spaces. | ActionScript | mit | Chainsawkitten/LargeGameProjectEngine,Chainsawkitten/LargeGameProjectEngine |
3b57e7ff76159ae7c799707131f6aea0980c0b45 | src/aerys/minko/render/shader/part/phong/attenuation/PCFShadowMapAttenuationShaderPart.as | src/aerys/minko/render/shader/part/phong/attenuation/PCFShadowMapAttenuationShaderPart.as | package aerys.minko.render.shader.part.phong.attenuation
{
import aerys.minko.render.material.phong.PhongProperties;
import aerys.minko.render.shader.SFloat;
import aerys.minko.render.shader.Shader;
import aerys.minko.render.shader.part.phong.LightAwareShaderPart;
import aerys.minko.render.shader.part.phong.depth.... | package aerys.minko.render.shader.part.phong.attenuation
{
import aerys.minko.render.material.phong.PhongProperties;
import aerys.minko.render.shader.SFloat;
import aerys.minko.render.shader.Shader;
import aerys.minko.render.shader.part.phong.LightAwareShaderPart;
import aerys.minko.render.shader.part.phong.depth.... | Remove comments | Remove comments
| ActionScript | mit | aerys/minko-as3 |
e9436b6920aa99d4c433f2ecf02a0b07d691c22f | as/form/frame2.as | as/form/frame2.as | #include "includes/idiomes.as"
//Segonquart Studio 2007. Steal it with respect , honey ;-)
//-------------------------------
//Imports
//-------------------------------
import System.Objects.*;
import flash.filters.GlowFilter;
import mx.transitions.easing.*;
import com.mosesSupposes.fuse.*;
//Thanks Moses...and respec... | #include "includes/idiomes.as"
//Segonquart Studio 2007. Steal it with respect , honey ;-)
//-------------------------------
//Imports
//-------------------------------
import System.Objects.*;
import flash.filters.GlowFilter;
import mx.transitions.easing.*;
import com.mosesSupposes.fuse.*;
//Thanks Moses...and respect... | Update frame2.as | Update frame2.as | ActionScript | bsd-3-clause | delfiramirez/web-talking-wear,delfiramirez/web-talking-wear,delfiramirez/web-talking-wear |
1679fcbf2e861e8c90d51bab35293dd317e3ae04 | src/com/google/analytics/core/DomainNameMode.as | src/com/google/analytics/core/DomainNameMode.as | /*
* Copyright 2008 Adobe Systems Inc., 2008 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | /*
* Copyright 2008 Adobe Systems Inc., 2008 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | fix asdoc comment again | fix asdoc comment again | ActionScript | apache-2.0 | jisobkim/gaforflash,Vigmar/gaforflash,jeremy-wischusen/gaforflash,Vigmar/gaforflash,dli-iclinic/gaforflash,dli-iclinic/gaforflash,DimaBaliakin/gaforflash,soumavachakraborty/gaforflash,drflash/gaforflash,Miyaru/gaforflash,mrthuanvn/gaforflash,drflash/gaforflash,mrthuanvn/gaforflash,jeremy-wischusen/gaforflash,jisobkim/g... |
f2c4ad858192adcf4f60da8e65fb756531e7b437 | frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/controllers/DropMouseController.as | frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/controllers/DropMouseController.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... | reset vars after drop | reset vars after drop
| ActionScript | apache-2.0 | greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs |
88d0994cf9b4341dd7cc9cb6796cf29fa97eed68 | src/org/mangui/HLS/utils/AES.as | src/org/mangui/HLS/utils/AES.as | package org.mangui.HLS.utils {
import com.hurlant.crypto.symmetric.CBCMode;
import com.hurlant.crypto.symmetric.ICipher;
import com.hurlant.crypto.symmetric.IPad;
import com.hurlant.crypto.symmetric.IVMode;
import com.hurlant.crypto.symmetric.NullPad;
import com.hurlant.crypto.symmetric.PKCS5;
import f... | package org.mangui.HLS.utils {
import com.hurlant.crypto.symmetric.CBCMode;
import com.hurlant.crypto.symmetric.ICipher;
import com.hurlant.crypto.symmetric.IPad;
import com.hurlant.crypto.symmetric.IVMode;
import com.hurlant.crypto.symmetric.NullPad;
import com.hurlant.crypto.symmetric.PKCS5;
import f... | switch to uint | switch to uint
| ActionScript | mpl-2.0 | desaintmartin/hlsprovider,desaintmartin/hlsprovider,desaintmartin/hlsprovider |
d46602fc8d3ead5c9bd54cbb4fa8bef621de8787 | src/TestRunner.as | src/TestRunner.as |
/*
* Copyright 2008 Adobe Systems Inc., 2008 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | /*
* Copyright 2008 Adobe Systems Inc., 2008 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | update comment | update comment | ActionScript | apache-2.0 | nsdevaraj/gaforflash,minimedj/gaforflash,minimedj/gaforflash,nsdevaraj/gaforflash |
38509245f7e08564f913f81f8776cdbe1291661e | tests/flashtest.as | tests/flashtest.as | package{
import flash.display.Sprite;
import flash.text.TextField;
import flash.utils.ByteArray;
[SWF(width="400", height="400")]
public class flashtest extends Sprite {
private var tf:TextField;
public function flashtest() {
tf = new TextField();
tf.width = tf.height = 400;
tf.wordWrap = true;
ad... | package{
import flash.display.Sprite;
import flash.net.registerClassAlias;
import flash.text.TextField;
import flash.utils.ByteArray;
[SWF(width="400", height="400")]
public class flashtest extends Sprite {
private var tf:TextField;
public function flashtest() {
tf = new TextField();
tf.width = tf.heig... | Add externalizable object to Flash test. | Add externalizable object to Flash test.
| ActionScript | mit | adir-/amf-cpp,Ventero/amf-cpp |
6814731c6a5531202bf168aa3b874f5307d3435e | actionscript/src/com/freshplanet/ane/AirCapabilities/AirCapabilities.as | actionscript/src/com/freshplanet/ane/AirCapabilities/AirCapabilities.as | /*
* Copyright 2017 FreshPlanet
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in ... | /*
* Copyright 2017 FreshPlanet
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in ... | check just for iOS | check just for iOS
| ActionScript | apache-2.0 | freshplanet/ANE-AirCapabilities,freshplanet/ANE-AirCapabilities,freshplanet/ANE-AirCapabilities |
4f9c1ddcb0b07fc159c13b24ff567a1aa793c4a2 | frameworks/as/src/org/apache/flex/html/staticControls/beads/ListBead.as | frameworks/as/src/org/apache/flex/html/staticControls/beads/ListBead.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 when selectedIndex == -1 | fix bug when selectedIndex == -1
| ActionScript | apache-2.0 | greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs |
6a8f4b4ca71fd4cbb03ac58794051a8a7869fedf | src/battlecode/serial/MatchLoader.as | src/battlecode/serial/MatchLoader.as | package battlecode.serial {
import battlecode.events.ParseEvent;
import battlecode.util.GZIP;
import flash.errors.MemoryError;
import flash.events.Event;
import flash.events.EventDispatcher;
import flash.events.IOErrorEvent;
import flash.events.ProgressEvent;
import flash.events.Securi... | package battlecode.serial {
import battlecode.events.ParseEvent;
import battlecode.util.GZIP;
import flash.errors.MemoryError;
import flash.events.Event;
import flash.events.EventDispatcher;
import flash.events.IOErrorEvent;
import flash.events.ProgressEvent;
import flash.events.Securi... | fix event type | fix event type
| ActionScript | mit | trun/battlecode-webclient |
5b4010bed4cad240ad534450fba7870158e658e6 | dolly-framework/src/test/actionscript/dolly/CloningOfCompositeCloneableClassTest.as | dolly-framework/src/test/actionscript/dolly/CloningOfCompositeCloneableClassTest.as | package dolly {
import dolly.core.dolly_internal;
import dolly.data.CompositeCloneableClass;
import mx.collections.ArrayCollection;
import mx.collections.ArrayList;
import org.as3commons.reflect.Field;
import org.as3commons.reflect.Type;
import org.flexunit.asserts.assertEquals;
import org.flexunit.asserts.assertFals... | package dolly {
import dolly.core.dolly_internal;
import dolly.data.CloneableClass;
import dolly.data.CompositeCloneableClass;
import mx.collections.ArrayCollection;
import mx.collections.ArrayList;
import org.as3commons.reflect.Field;
import org.as3commons.reflect.Type;
import org.flexunit.asserts.assertEquals;
impo... | Initialize props "cloneable" and "compositeCloneable" of CompositeCloneableClass in tests. | Initialize props "cloneable" and "compositeCloneable" of CompositeCloneableClass in tests.
| ActionScript | mit | Yarovoy/dolly |
34d2140d708bc288343dedf2eefa53bd4a2864f7 | plugins/bitrateDetectionPlugin/src/com/kaltura/kdpfl/plugin/component/BitrateDetectionMediator.as | plugins/bitrateDetectionPlugin/src/com/kaltura/kdpfl/plugin/component/BitrateDetectionMediator.as | package com.kaltura.kdpfl.plugin.component
{
import com.kaltura.kdpfl.model.ConfigProxy;
import com.kaltura.kdpfl.model.MediaProxy;
import com.kaltura.kdpfl.model.SequenceProxy;
import com.kaltura.kdpfl.model.type.EnableType;
import com.kaltura.kdpfl.model.type.NotificationType;
import com.kaltura.kdpfl.vi... | package com.kaltura.kdpfl.plugin.component
{
import com.kaltura.kdpfl.model.ConfigProxy;
import com.kaltura.kdpfl.model.MediaProxy;
import com.kaltura.kdpfl.model.SequenceProxy;
import com.kaltura.kdpfl.model.type.EnableType;
import com.kaltura.kdpfl.model.type.NotificationType;
import com.kaltura.kdpfl.vi... | support in "allowCookies" flashvar | qnd: support in "allowCookies" flashvar
git-svn-id: 3f608e5a9a704dd448217c0a64c508e7f145cfa1@85787 6b8eccd3-e8c5-4e7d-8186-e12b5326b719
| ActionScript | agpl-3.0 | kaltura/kdp,shvyrev/kdp,shvyrev/kdp,kaltura/kdp,kaltura/kdp,shvyrev/kdp |
79283e416a659093b7b3cdd493e393a9d8c38f49 | src/com/esri/builder/components/serviceBrowser/supportClasses/ServiceDirectoryBuilder.as | src/com/esri/builder/components/serviceBrowser/supportClasses/ServiceDirectoryBuilder.as | ////////////////////////////////////////////////////////////////////////////////
// Copyright (c) 2008-2013 Esri. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
/... | ////////////////////////////////////////////////////////////////////////////////
// Copyright (c) 2008-2013 Esri. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
/... | Trim trailing characters when extracting the server info URL. | Trim trailing characters when extracting the server info URL.
| ActionScript | apache-2.0 | Esri/arcgis-viewer-builder-flex |
249ac6912541cdd6eff1d6ec04f86a1de1f6e597 | FlexUnit4Test/src/org/flexunit/experimental/theories/internals/cases/ParameterizedAssertionErrorCase.as | FlexUnit4Test/src/org/flexunit/experimental/theories/internals/cases/ParameterizedAssertionErrorCase.as | package org.flexunit.experimental.theories.internals.cases
{
import org.flexunit.Assert;
import org.flexunit.experimental.theories.internals.ParameterizedAssertionError;
public class ParameterizedAssertionErrorCase
{
//TODO: Ensure that these tests and this test case are being implemented correctly.
//... | package org.flexunit.experimental.theories.internals.cases
{
import org.flexunit.Assert;
import org.flexunit.experimental.theories.internals.ParameterizedAssertionError;
public class ParameterizedAssertionErrorCase
{
//TODO: Ensure that these tests and this test case are being implemented correctly.
//It is cu... | Set test to ignore while stack trace is still under investigation | Set test to ignore while stack trace is still under investigation
| ActionScript | apache-2.0 | SlavaRa/flex-flexunit,SlavaRa/flex-flexunit,SlavaRa/flex-flexunit,apache/flex-flexunit,apache/flex-flexunit,apache/flex-flexunit,SlavaRa/flex-flexunit,apache/flex-flexunit |
ca805a0b6c6223368926e7b332ad971cf936a2b7 | frameworks/as/src/org/apache/flex/html/staticControls/beads/TextFieldBeadBase.as | frameworks/as/src/org/apache/flex/html/staticControls/beads/TextFieldBeadBase.as | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | handle null to prevent RTE | handle null to prevent RTE
| ActionScript | apache-2.0 | greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs |
00393ef22513587ea0794bea5571c589672bfdaa | src/asx/array/inject.as | src/asx/array/inject.as | package asx.array {
/**
* Injects the memo value into an iterator function that is applied to every item in the array.
*
* @param memo Initial value to pass to the iterator
* @param array Array of values to apply the iterator to
* @param iterator Function to be applied to each value. Function signa... | package asx.array {
/**
* Injects the memo value into an iterator function that is applied to every item in the array.
*
* @param memo Initial value to pass to the iterator
* @param array Array of values to apply the iterator to
* @param iterator Function to be applied to each value. Function signa... | correct example for asx.array.inject | correct example for asx.array.inject
| ActionScript | mit | drewbourne/asx,drewbourne/asx |
ba9e3f96eac2a1a78ed100fc47cb8ab9e6d0f5a9 | dolly-framework/src/test/actionscript/dolly/CloningOfCloneableClassTest.as | dolly-framework/src/test/actionscript/dolly/CloningOfCloneableClassTest.as | package dolly {
import dolly.core.dolly_internal;
import dolly.data.CloneableClass;
import org.as3commons.reflect.Field;
import org.as3commons.reflect.Type;
import org.flexunit.asserts.assertEquals;
import org.flexunit.asserts.assertNotNull;
use namespace dolly_internal;
public class CloningOfCloneableClassTest {
... | package dolly {
import dolly.core.dolly_internal;
import dolly.data.CloneableClass;
import org.as3commons.reflect.Field;
import org.as3commons.reflect.Type;
import org.flexunit.asserts.assertEquals;
import org.flexunit.asserts.assertNotNull;
use namespace dolly_internal;
public class CloningOfCloneableClassTest {
... | Change expected value to 2 in test. | Change expected value to 2 in test.
| ActionScript | mit | Yarovoy/dolly |
51400761671119fb9726de776b4db69a69dbbb9f | 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 trace_properties.as to name Function and Function.prototype properly | Fix trace_properties.as to name Function and Function.prototype properly
| ActionScript | lgpl-2.1 | freedesktop-unofficial-mirror/swfdec__swfdec,mltframework/swfdec,freedesktop-unofficial-mirror/swfdec__swfdec,mltframework/swfdec,freedesktop-unofficial-mirror/swfdec__swfdec |
1d78e735372163cc4eb0d8e67d6280e64665c6f8 | src/aerys/minko/render/shader/part/phong/attenuation/MatrixShadowMapAttenuationShaderPart.as | src/aerys/minko/render/shader/part/phong/attenuation/MatrixShadowMapAttenuationShaderPart.as | package aerys.minko.render.shader.part.phong.attenuation
{
import aerys.minko.render.material.phong.PhongProperties;
import aerys.minko.render.shader.SFloat;
import aerys.minko.render.shader.Shader;
import aerys.minko.render.shader.part.phong.LightAwareShaderPart;
import aerys.minko.type.enum.SamplerFiltering;
im... | package aerys.minko.render.shader.part.phong.attenuation
{
import aerys.minko.render.material.phong.PhongProperties;
import aerys.minko.render.shader.SFloat;
import aerys.minko.render.shader.Shader;
import aerys.minko.render.shader.part.phong.LightAwareShaderPart;
import aerys.minko.type.enum.SamplerFiltering;
im... | read the shadow bias from the light data provider | read the shadow bias from the light data provider
| ActionScript | mit | aerys/minko-as3 |
7295fb307d3a5494899d9f61d66204cee3d07f49 | runtime/src/main/as/flump/mold/KeyframeMold.as | runtime/src/main/as/flump/mold/KeyframeMold.as | //
// Flump - Copyright 2013 Flump Authors
package flump.mold {
/** @private */
public class KeyframeMold
{
public var index :int;
/** The length of this keyframe in frames. */
public var duration :int;
/**
* The symbol of the image or movie in this keyframe, or null if there is nothing in it.
... | //
// Flump - Copyright 2013 Flump Authors
package flump.mold {
/** @private */
public class KeyframeMold
{
/**
* The index of the first frame in the keyframe.
* (Equivalent to prevKeyframe.index + prevKeyframe.duration)
*/
public var index :int;
/** The length of this keyframe in frames. *... | Add documentation for KeyframeMold.index | Add documentation for KeyframeMold.index
| ActionScript | mit | mathieuanthoine/flump,tconkling/flump,mathieuanthoine/flump,mathieuanthoine/flump,tconkling/flump |
a5d74b31c34433282913c5980b470566d117753c | frameworks/as/projects/FlexJSUI/src/org/apache/flex/core/Application.as | frameworks/as/projects/FlexJSUI/src/org/apache/flex/core/Application.as | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | make application a little more tolerant so it can be used in flexunit tests | make application a little more tolerant so it can be used in flexunit tests
| ActionScript | apache-2.0 | greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs |
4aaaa7cceee8848e06d66906b4c360aafc4f0d67 | src/org/mangui/osmf/plugins/traits/HLSPlayTrait.as | src/org/mangui/osmf/plugins/traits/HLSPlayTrait.as | /* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mangui.osmf.plugins.traits {
import org.mangui.hls.HLS;
import org.mangui.hls.constant.HLSPlaySta... | /* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mangui.osmf.plugins.traits {
import org.mangui.hls.HLS;
import org.mangui.hls.constant.HLSPlaySta... | support playback even after playbak finished | support playback even after playbak finished
| ActionScript | mpl-2.0 | loungelogic/flashls,NicolasSiver/flashls,mangui/flashls,tedconf/flashls,vidible/vdb-flashls,clappr/flashls,jlacivita/flashls,neilrackett/flashls,codex-corp/flashls,hola/flashls,tedconf/flashls,neilrackett/flashls,clappr/flashls,NicolasSiver/flashls,mangui/flashls,thdtjsdn/flashls,loungelogic/flashls,hola/flashls,jlaciv... |
03be86ad8aeb43b363e89deb2efebc75add3d958 | src/Modules/And.as | src/Modules/And.as | package Modules {
import Components.Port;
import Values.Value;
import Values.BooleanValue;
/**
* ...
* @author Nicholas "PleasingFungus" Feinberg
*/
public class And extends Module {
private var width:int;
public function And(X:int, Y:int, Width:int = 2) {
super(X, Y, "And", Module.CAT_LOGIC, Width... | package Modules {
import Components.Port;
import Layouts.PortLayout;
import Layouts.InternalLayout;
import Layouts.Nodes.TallNode;
import Values.Value;
import Values.BooleanValue;
import flash.geom.Point;
/**
* ...
* @author Nicholas "PleasingFungus" Feinberg
*/
public class And extends Module {
pri... | ADD internals | ADD internals
| ActionScript | mit | PleasingFungus/mde2,PleasingFungus/mde2 |
86467cedcd655fb92ad49fe5d63985f0698d8f02 | flash/org/windmill/WMBootstrap.as | flash/org/windmill/WMBootstrap.as | /*
Copyright 2009, Matthew Eernisse (mde@fleegix.org) and Slide, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applica... | /*
Copyright 2009, Matthew Eernisse (mde@fleegix.org) and Slide, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applica... | Load Windmill.swf in the correct SecurityDomain, and pass script-access domains up to Windmill so it can give access to the API. | Load Windmill.swf in the correct SecurityDomain, and pass script-access domains up to Windmill so it can give access to the API.
| ActionScript | apache-2.0 | windmill/windmill,windmill/windmill,windmill/windmill,windmill/windmill,windmill/windmill,windmill/windmill |
f1047bbedf756b78085ad2f99e62ffe567ef2b30 | src/com/esri/builder/components/serviceBrowser/supportClasses/ServiceDirectoryNodeFetcher.as | src/com/esri/builder/components/serviceBrowser/supportClasses/ServiceDirectoryNodeFetcher.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
//
/... | Simplify layer/table node info fetching. | Simplify layer/table node info fetching.
| ActionScript | apache-2.0 | Esri/arcgis-viewer-builder-flex |
490e872b013d42836841a6a1670aef1625d669db | src/com/google/analytics/API.as | src/com/google/analytics/API.as | /*
* Copyright 2008 Adobe Systems Inc., 2008 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | /*
* Copyright 2008 Adobe Systems Inc., 2008 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | replace utils Version class by uri.version class | replace utils Version class by uri.version class | ActionScript | apache-2.0 | jisobkim/gaforflash,Miyaru/gaforflash,DimaBaliakin/gaforflash,mrthuanvn/gaforflash,jeremy-wischusen/gaforflash,mrthuanvn/gaforflash,Vigmar/gaforflash,soumavachakraborty/gaforflash,DimaBaliakin/gaforflash,drflash/gaforflash,jisobkim/gaforflash,soumavachakraborty/gaforflash,drflash/gaforflash,dli-iclinic/gaforflash,dli-i... |
e392ade133a45418dac54540ddbb59f47005454d | actionscript/src/com/freshplanet/ane/AirPushNotification/PushNotification.as | actionscript/src/com/freshplanet/ane/AirPushNotification/PushNotification.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... | store error in errorMessage | store error in errorMessage
| ActionScript | apache-2.0 | freshplanet/ANE-Push-Notification,freshplanet/ANE-Push-Notification,freshplanet/ANE-Push-Notification |
89bbc547f4aaed550c6c7e05b81bf9f47c615caa | frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TitleBarView.as | frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TitleBarView.as | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | fix asdoc issue | fix asdoc issue
| ActionScript | apache-2.0 | greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs |
1f3429aa39821c95249a7873c1a306b3e2a15a31 | frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ContainerView.as | frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ContainerView.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... | move when beads attached so that containerview can resize contentarea before layout | move when beads attached so that containerview can resize contentarea before layout
| ActionScript | apache-2.0 | greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs |
64b61de38b4644ee1528b59c68106187d1ec8e06 | src/com/mangui/HLS/streaming/Buffer.as | src/com/mangui/HLS/streaming/Buffer.as | package com.mangui.HLS.streaming {
import com.mangui.HLS.*;
import com.mangui.HLS.muxing.*;
import com.mangui.HLS.streaming.*;
import com.mangui.HLS.parsing.*;
import com.mangui.HLS.utils.*;
import flash.media.*;
import flash.net.*;
import flash.utils.*;
/** Class that keeps the... | package com.mangui.HLS.streaming {
import com.mangui.HLS.*;
import com.mangui.HLS.muxing.*;
import com.mangui.HLS.streaming.*;
import com.mangui.HLS.parsing.*;
import com.mangui.HLS.utils.*;
import flash.media.*;
import flash.net.*;
import flash.utils.*;
/** Class that keeps the... | rename variable | rename variable
| ActionScript | mpl-2.0 | desaintmartin/hlsprovider,desaintmartin/hlsprovider,desaintmartin/hlsprovider |
08f2f7cbeac0a6a54a2ac06cc49a9ddeaa414c35 | com/segonquart/idiomesAnimation.as | com/segonquart/idiomesAnimation.as | import mx.transitions.easing.*;
import com.mosesSupposes.fuse.*;
class com.segonquart.idiomesAnimation extends Movieclip
{
private var arrayLang_arr:Array = new Array ("cat", "es", "en", "fr");
function idiomesAnimation():Void
{
this.stop();
this.onEnterFrame = this.enterSlide;
... | import mx.transitions.easing.*;
import com.mosesSupposes.fuse.*;
class com.segonquart.idiomesAnimation extends Movieclip
{
private var arrayLang_arr:Array = new Array ("cat", "es", "en", "fr");
public function idiomesAnimation()
{
this.stop();
this.onEnterFrame = this.enterSlide;
... | Update idiomesAnimation.as | Update idiomesAnimation.as | ActionScript | bsd-3-clause | delfiramirez/web-talking-wear,delfiramirez/web-talking-wear,delfiramirez/web-talking-wear |
3292f719f6887c3d535e28e4842bd7ac4dcee42e | src/flash/display/MovieClip.as | src/flash/display/MovieClip.as | /*
* Copyright 2014 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | /*
* Copyright 2014 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | Make the MovieClip constructor native | Make the MovieClip constructor native
No need to generate code for this: we already have the correct native ctor in place.
| ActionScript | apache-2.0 | tschneidereit/shumway,mbebenita/shumway,mbebenita/shumway,tschneidereit/shumway,yurydelendik/shumway,tschneidereit/shumway,mozilla/shumway,tschneidereit/shumway,mbebenita/shumway,mbebenita/shumway,tschneidereit/shumway,tschneidereit/shumway,yurydelendik/shumway,yurydelendik/shumway,yurydelendik/shumway,yurydelendik/shu... |
10b994b85c65b594d1bfb594576930c5debbe438 | test/trace/values.as | test/trace/values.as | // This ActionScript file defines a list of values that are considered
// important for checking various ActionScript operations.
// It defines 2 variables:
// - "values": The array of values to be checked
// - "names": The array of corresponding string representations for values.
// It's suggested to use t... | // This ActionScript file defines a list of values that are considered
// important for checking various ActionScript operations.
// It defines 2 variables:
// - "values": The array of values to be checked
// - "names": The array of corresponding string representations for values.
// It's suggested to use t... | include a UTF-8 string in values.as | include a UTF-8 string in values.as
| ActionScript | lgpl-2.1 | freedesktop-unofficial-mirror/swfdec__swfdec,freedesktop-unofficial-mirror/swfdec__swfdec,mltframework/swfdec,freedesktop-unofficial-mirror/swfdec__swfdec,mltframework/swfdec |
95cb5df944380b6406261766198cd83345a27862 | frameworks/projects/HTML/asjs/src/org/apache/flex/html/beads/layouts/VerticalColumnLayout.as | frameworks/projects/HTML/asjs/src/org/apache/flex/html/beads/layouts/VerticalColumnLayout.as | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | ////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... | set width/height if not specified | set width/height if not specified
| ActionScript | apache-2.0 | greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs |
d82a926ca16921897f1f9b289fafd7a7c55e410a | src/as/com/threerings/io/ObjectInputStream.as | src/as/com/threerings/io/ObjectInputStream.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 an example to the docs. | Add an example to the docs.
git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@5986 542714f4-19e9-0310-aa3c-eee0fc999fb1
| ActionScript | lgpl-2.1 | threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya |
2458f34d0b845648b1425b3d34c82f71af103514 | frameworks/as/src/org/apache/flex/html/staticControls/beads/layouts/NonVirtualVerticalScrollingLayout.as | frameworks/as/src/org/apache/flex/html/staticControls/beads/layouts/NonVirtualVerticalScrollingLayout.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... | Remove scrollrect when scrollbar goes away | Remove scrollrect when scrollbar goes away
| ActionScript | apache-2.0 | greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs |
5b32cb68ca5aa99b05ed24b0e5c9733145825fa3 | test/src/FRESteamWorksTest.as | test/src/FRESteamWorksTest.as | /*
* FRESteamWorks.h
* This file is part of FRESteamWorks.
*
* Created by David ´Oldes´ Oliva on 3/29/12.
* Contributors: Ventero <http://github.com/Ventero>
* Copyright (c) 2012 Amanita Design. All rights reserved.
* Copyright (c) 2012-2013 Level Up Labs, LLC. All rights reserved.
*/
package
{
import c... | /*
* FRESteamWorks.h
* This file is part of FRESteamWorks.
*
* Created by David ´Oldes´ Oliva on 3/29/12.
* Contributors: Ventero <http://github.com/Ventero>
* Copyright (c) 2012 Amanita Design. All rights reserved.
* Copyright (c) 2012-2013 Level Up Labs, LLC. All rights reserved.
*/
package
{
import c... | Add test for getDLCCount | Add test for getDLCCount
| ActionScript | bsd-2-clause | Ventero/FRESteamWorks,Ventero/FRESteamWorks,Ventero/FRESteamWorks,Ventero/FRESteamWorks |
a31fa4d980ccda0cd18497667afdc1f30cec5b44 | DroneAnarchy/Resources/Scripts/DroneAnarchy.as | DroneAnarchy/Resources/Scripts/DroneAnarchy.as | #include "LevelManager.as"
LevelManager@ levelManager_;
Scene@ scene_;
bool onQuit_ = false;
void Start()
{
SetWindowTitleAndIcon();
CreateDebugHud();
SubscribeToEvents();
CreateLevel();
}
void CreateDebugHud()
{
// Get default style
XMLFile@ xmlFile = cache.GetResource("XMLFile", "UI/DefaultStyle... | #include "LevelManager.as"
LevelManager@ levelManager_;
Scene@ scene_;
bool onQuit_ = false;
void Start()
{
SetWindowTitleAndIcon();
CreateDebugHud();
SubscribeToEvents();
CreateLevel();
}
void CreateDebugHud()
{
// Get default style
XMLFile@ xmlFile = cache.GetResource("XMLFile", "UI/DefaultStyle.xml"... | Trim space | Trim space
| ActionScript | mit | DARKDOVE/Drone_Anarchy |
393132517b439b055bce59be300b2b44fd41b047 | src/ageofai/map/astar/AStar.as | src/ageofai/map/astar/AStar.as | package ageofai.map.astar {
import ageofai.map.geom.IntPoint;
import flash.utils.Dictionary;
public class AStar {
private var width:int;
private var height:int;
private var start:AStarNode;
private var goal:AStarNode;
private var map:Vector.<Vector.<AStarNode>>;
public var open:Vector.<A... | package ageofai.map.astar {
import ageofai.map.geom.IntPoint;
import flash.utils.Dictionary;
public class AStar {
private var width:int;
private var height:int;
private var start:AStarNode;
private var goal:AStarNode;
private var map:Vector.<Vector.<AStarNode>>;
public var open:Vector.<A... | Fix astar bug | Fix astar bug
| ActionScript | apache-2.0 | goc-flashplusplus/ageofai |
d98225cde7c46a2745a3cd0e7e46e7042ac61307 | WeaveJS/src/weavejs/util/WeavePromise.as | WeaveJS/src/weavejs/util/WeavePromise.as | /* ***** BEGIN LICENSE BLOCK *****
*
* This file is part of Weave.
*
* The Initial Developer of Weave is the Institute for Visualization
* and Perception Research at the University of Massachusetts Lowell.
* Portions created by the Initial Developer are Copyright (C) 2008-2015
* the Initial Developer. All... | /* ***** BEGIN LICENSE BLOCK *****
*
* This file is part of Weave.
*
* The Initial Developer of Weave is the Institute for Visualization
* and Perception Research at the University of Massachusetts Lowell.
* Portions created by the Initial Developer are Copyright (C) 2008-2015
* the Initial Developer. All... | add explicit cast in place of lost implicit cast | add explicit cast in place of lost implicit cast | ActionScript | mpl-2.0 | WeaveTeam/WeaveJS,WeaveTeam/WeaveJS,WeaveTeam/WeaveJS,WeaveTeam/WeaveJS |
1af47d96e061ab7bffc8d02f7efedee20a90b7e1 | src/aerys/minko/scene/node/Scene.as | src/aerys/minko/scene/node/Scene.as | package aerys.minko.scene.node
{
import aerys.minko.ns.minko_scene;
import aerys.minko.render.Effect;
import aerys.minko.render.Viewport;
import aerys.minko.scene.controller.scene.RenderingController;
import aerys.minko.scene.node.camera.AbstractCamera;
import aerys.minko.type.Signal;
import aerys.minko.type.bin... | package aerys.minko.scene.node
{
import aerys.minko.ns.minko_scene;
import aerys.minko.render.Effect;
import aerys.minko.render.Viewport;
import aerys.minko.scene.controller.scene.RenderingController;
import aerys.minko.scene.node.camera.AbstractCamera;
import aerys.minko.type.Signal;
import aerys.minko.type.bin... | fix coding style | fix coding style
| ActionScript | mit | aerys/minko-as3 |
5a0a30838ae3515302f39b2f3ccb3ea98aba5101 | braineditor/Brain.as | braineditor/Brain.as | import Drawable;
import Lobe;
import Core;
class Brain{
static var brain = new Array();
var mSelectionManager:SelectionManager;
static function makenewlobe(){
var newmov=(new Lobe(_root,_root.getNextHighestDepth()));
var topleft = new Point(100,40);
var botright = new Point(200,... | import Drawable;
import Lobe;
import Core;
class Brain{
static var brain = new Array();
var mSelectionManager:SelectionManager;
static function makenewlobe(){
var newmov=(new Lobe(_root,_root.getNextHighestDepth()));
var topleft = new Point(100,40);
var botright = new Point(200,... | Delete is now a non-core function | Delete is now a non-core function
git-svn-id: f772d44cbf86d9968f12179c1556189f5afcea6e@658 e0ac87d7-b42b-0410-9034-8248a05cb448
| ActionScript | bsd-3-clause | elysia/elysia,elysia/elysia,elysia/elysia |
d50f2ab17e82b18642a7c6494487b22959ba455d | swfcat.as | swfcat.as | package
{
import flash.display.Sprite;
import flash.display.StageAlign;
import flash.display.StageScaleMode;
import flash.text.TextField;
import flash.text.TextFormat;
import flash.net.Socket;
import flash.events.Event;
import flash.events.IOErrorEvent;
import flash.events.ProgressEv... | package
{
import flash.display.Sprite;
import flash.display.StageAlign;
import flash.display.StageScaleMode;
import flash.text.TextField;
import flash.text.TextFormat;
import flash.net.Socket;
import flash.events.Event;
import flash.events.IOErrorEvent;
import flash.events.ProgressEv... | Disable the bandwidth limit. | Disable the bandwidth limit.
| ActionScript | mit | arlolra/flashproxy,glamrock/flashproxy,infinity0/flashproxy,arlolra/flashproxy,infinity0/flashproxy,arlolra/flashproxy,glamrock/flashproxy,arlolra/flashproxy,infinity0/flashproxy,infinity0/flashproxy,arlolra/flashproxy,arlolra/flashproxy,glamrock/flashproxy,infinity0/flashproxy,arlolra/flashproxy,glamrock/flashproxy,gl... |
2dd5c1d229e11949cf963c85b5b994a17940184c | src/com/mangui/HLS/muxing/PES.as | src/com/mangui/HLS/muxing/PES.as | package com.mangui.HLS.muxing {
import com.mangui.HLS.muxing.*;
import com.mangui.HLS.utils.*;
import flash.utils.ByteArray;
/** Representation of a Packetized Elementary Stream. **/
public class PES {
/** Timescale of pts/dts is 90khz. **/
public static var TIMESCALE:Number = ... | package com.mangui.HLS.muxing {
import com.mangui.HLS.muxing.*;
import com.mangui.HLS.utils.*;
import flash.utils.ByteArray;
/** Representation of a Packetized Elementary Stream. **/
public class PES {
/** Timescale of pts/dts is 90khz. **/
public static var TIMESCALE:Number = ... | fix PTS/DTS parsing, allow negative values | fix PTS/DTS parsing, allow negative values
| ActionScript | mpl-2.0 | desaintmartin/hlsprovider,desaintmartin/hlsprovider,desaintmartin/hlsprovider |
808321e210714f97c81b7b2fc16744ae0df4d6fd | src/battlecode/client/viewer/render/DrawState.as | src/battlecode/client/viewer/render/DrawState.as | package battlecode.client.viewer.render {
import battlecode.common.MapLocation;
import battlecode.common.RobotType;
import battlecode.common.Team;
import battlecode.serial.RoundDelta;
import battlecode.serial.RoundStats;
import battlecode.world.GameMap;
import battlecode.world.signals.*;
... | package battlecode.client.viewer.render {
import battlecode.common.MapLocation;
import battlecode.common.RobotType;
import battlecode.common.Team;
import battlecode.serial.RoundDelta;
import battlecode.serial.RoundStats;
import battlecode.world.GameMap;
import battlecode.world.signals.*;
... | fix iteration bug that causes unit counts to stop working | fix iteration bug that causes unit counts to stop working
| ActionScript | mit | trun/battlecode-webclient |
99301c4871eebcd89dcbe9b02f15d54aa5c55e1d | src/org/mangui/hls/demux/Nalu.as | src/org/mangui/hls/demux/Nalu.as | /* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mangui.hls.demux {
import org.mangui.hls.HLSSettings;
import flash.utils.ByteArray;
CONFI... | /* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mangui.hls.demux {
import flash.utils.ByteArray;
CONFIG::LOGGING {
import org.mangui.hls.... | Move HLSSettings importing into conditional compilation block | Move HLSSettings importing into conditional compilation block
HLSSettings is only used when LOGGING is true.
| ActionScript | mpl-2.0 | aevange/flashls,JulianPena/flashls,NicolasSiver/flashls,jlacivita/flashls,mangui/flashls,vidible/vdb-flashls,thdtjsdn/flashls,hola/flashls,fixedmachine/flashls,thdtjsdn/flashls,jlacivita/flashls,JulianPena/flashls,Boxie5/flashls,neilrackett/flashls,dighan/flashls,dighan/flashls,fixedmachine/flashls,clappr/flashls,loung... |
e5f0c4d6b19572a91abc7cd564a86f2504e0665b | Arguments/src/classes/Language.as | Arguments/src/classes/Language.as | package classes
{
/**
AGORA - an interactive and web-based argument mapping tool that stimulates reasoning,
reflection, critique, deliberation, and creativity in individual argument construction
and in collaborative or adversarial settings.
Copyright (C) 2011 Georgia Institute of Technology
This progra... | package classes
{
/**
AGORA - an interactive and web-based argument mapping tool that stimulates reasoning,
reflection, critique, deliberation, and creativity in individual argument construction
and in collaborative or adversarial settings.
Copyright (C) 2011 Georgia Institute of Technology
This progra... | Switch langauge back to English | Switch langauge back to English
| ActionScript | agpl-3.0 | mbjornas3/AGORA,MichaelHoffmann/AGORA,MichaelHoffmann/AGORA,MichaelHoffmann/AGORA,mbjornas3/AGORA |
431eb28a3643312c745092714c97e56c006b52c7 | src/aerys/minko/render/Viewport.as | src/aerys/minko/render/Viewport.as | package aerys.minko.render
{
import aerys.minko.ns.minko_render;
import aerys.minko.ns.minko_scene;
import aerys.minko.render.resource.Context3DResource;
import aerys.minko.scene.node.Scene;
import aerys.minko.type.Factory;
import aerys.minko.type.KeyboardManager;
import aerys.minko.type.MouseManager;
import ae... | package aerys.minko.render
{
import aerys.minko.ns.minko_render;
import aerys.minko.render.resource.Context3DResource;
import aerys.minko.type.KeyboardManager;
import aerys.minko.type.MouseManager;
import aerys.minko.type.Signal;
import flash.display.DisplayObject;
import flash.display.Graphics;
import flash.... | remove stage events handling in Viewport made useless by drawing a transparent rectangle on top of the viewport | remove stage events handling in Viewport made useless by drawing a transparent rectangle on top of the viewport
| ActionScript | mit | aerys/minko-as3 |
3c26c9daacc2676d671e37eecd46f4ff7387e31d | as3/src/br/com/yuiti/lab/infiniship/InfiniShip.as | as3/src/br/com/yuiti/lab/infiniship/InfiniShip.as | package br.com.yuiti.lab.infiniship
{
import flash.display.MovieClip;
import flash.display.Shape;
import flash.display.Sprite;
/**
* InfiniShip | AS3 :: A procedural spaceship generator
* ======================================================================
*
* This is a rema... | package br.com.yuiti.lab.infiniship
{
import flash.display.MovieClip;
import flash.display.Shape;
import flash.display.Sprite;
/**
* InfiniShip | AS3 :: A procedural spaceship generator
* ======================================================================
*
* This is a rema... | Update InfiniShip.as | Update InfiniShip.as | ActionScript | mit | yuigoto/infiniship,yuigoto/infiniship |
71d8736700b241e06b9f18135ef23efb0545ae80 | application/src/im/siver/logger/controllers/TraceController.as | application/src/im/siver/logger/controllers/TraceController.as | package im.siver.logger.controllers {
import flash.display.BitmapData;
import flash.events.Event;
import flash.events.EventDispatcher;
import flash.events.MouseEvent;
import flash.geom.Rectangle;
import im.siver.logger.models.Constants;
import im.siver.logger.utils.LoggerUtils;
import ... | package im.siver.logger.controllers {
import flash.display.BitmapData;
import flash.events.Event;
import flash.events.EventDispatcher;
import flash.events.MouseEvent;
import flash.geom.Rectangle;
import im.siver.logger.models.Constants;
import im.siver.logger.utils.LoggerUtils;
import ... | Use of native filter | Use of native filter
| ActionScript | mit | NicolasSiver/as3-logger |
ad3c79e3028a1736d7034f5b0e2105d1bbc55987 | Game/Resources/elevatorScene/Scripts/LightsOutScript.as | Game/Resources/elevatorScene/Scripts/LightsOutScript.as | class LightsOutScript {
Hub @hub;
Entity @self;
Entity @board;
Entity @rightController;
array<Entity@> buttons(25);
array<bool> buttonStates(25);
int numPressedButtons = 0;
bool gameWon = false;
bool isPressed = false;
LightsOutScript(Entity @entity){
@hub = Managers();
... | class LightsOutScript {
Entity @board;
Entity @rightController;
array<Entity@> buttons(25);
array<bool> buttonStates(25);
int numPressedButtons = 0;
bool gameWon = false;
bool isPressed = false;
LightsOutScript(Entity @entity){
@board = GetEntityByGUID(1511530025);
@righ... | Remove unused variables in the lights out script. | Remove unused variables in the lights out script.
| ActionScript | mit | Chainsawkitten/LargeGameProjectEngine,Chainsawkitten/LargeGameProjectEngine |
d70b65f00d676ee1c8063d0ba3d78df7ae64bcc8 | assets/scripts/input/play_state.as | assets/scripts/input/play_state.as | void move_forward_begin() {
auto player = get_entity(player_id);
auto player_state = player.get_state_component();
if (player_state.current_state() != "run") {
player_state.change_state("run");
}
player.get_character_physics_component().velocity(3.f);
}
void move_forward_end() {
auto player = get_entity(player... | #include "../../assets/scripts/entities/light_cube.as"
void move_forward_begin() {
auto player = get_entity(player_id);
auto player_state = player.get_state_component();
if (player_state.current_state() != "run") {
player_state.change_state("run");
}
player.get_character_physics_component().velocity(3.f);
}
vo... | add input callback for throwing light cubes with spaces | add input callback for throwing light cubes with spaces
| ActionScript | mit | kasoki/project-zombye,kasoki/project-zombye,kasoki/project-zombye |
aefd1089a53dfa96766c747fa6e15250f7051ab7 | bin/otp.replace.as | bin/otp.replace.as | #!/bin/bash -e
# ========================================================================
# Copyright (c) 2015-2017 T. R. Burghart.
#
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permissio... | #!/bin/bash -e
# ========================================================================
# Copyright (c) 2015-2017 T. R. Burghart.
#
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permissio... | install rebar3 to OTP-20+ bin directory | install rebar3 to OTP-20+ bin directory
| ActionScript | isc | tburghart/local_env,tburghart/local_env |
7a2af33efc04defeb1c75e6eda54834801f3680b | runtime/src/main/as/flump/display/LibraryLoader.as | runtime/src/main/as/flump/display/LibraryLoader.as | //
// Flump - Copyright 2013 Flump Authors
package flump.display {
import flash.utils.ByteArray;
import flump.executor.Executor;
import flump.executor.Future;
import starling.core.Starling;
/**
* Loads zip files created by the flump exporter and parses them into Library instances.
*/
public class LibraryLoader
{... | //
// Flump - Copyright 2013 Flump Authors
package flump.display {
import flash.utils.ByteArray;
import flump.executor.Executor;
import flump.executor.Future;
import starling.core.Starling;
/**
* Loads zip files created by the flump exporter and parses them into Library instances.
*/
public class LibraryLoader
{... | handle IO error failure | LibraryLoader: handle IO error failure | ActionScript | mit | mathieuanthoine/flump,funkypandagame/flump,tconkling/flump,tconkling/flump,mathieuanthoine/flump,mathieuanthoine/flump,funkypandagame/flump |
6cf61bb4c8c1a068b7588029ae6079cf57a65e8f | flash/src/lambmei/starling/display/HandleSheet.as | flash/src/lambmei/starling/display/HandleSheet.as | package lambmei.starling.display
{
import flash.display.MovieClip;
import flash.geom.Point;
import flash.system.System;
import starling.display.Button;
import starling.display.DisplayObject;
import starling.display.DisplayObjectContainer;
import starling.display.Shape;
import starling.display.Sprite;
import ... | package lambmei.starling.display
{
import flash.display.MovieClip;
import flash.geom.Point;
import flash.system.System;
import starling.display.Button;
import starling.display.DisplayObject;
import starling.display.DisplayObjectContainer;
import starling.display.Shape;
import starling.display.Sprite;
import ... | fix CtrlButton 位置 SELECT 觸發事件 | fix CtrlButton 位置 SELECT 觸發事件
| ActionScript | mit | lamb-mei/HandleSheet |
26c3d58db1a7c0efebd4e96b96b6305ca958e4a9 | src/com/mangui/HLS/muxing/PES.as | src/com/mangui/HLS/muxing/PES.as | package com.mangui.HLS.muxing {
import com.mangui.HLS.muxing.*;
import com.mangui.HLS.utils.*;
import flash.utils.ByteArray;
/** Representation of a Packetized Elementary Stream. **/
public class PES {
/** Timescale of pts/dts is 90khz. **/
public static var TIMESCALE:Number = ... | package com.mangui.HLS.muxing {
import com.mangui.HLS.muxing.*;
import com.mangui.HLS.utils.*;
import flash.utils.ByteArray;
/** Representation of a Packetized Elementary Stream. **/
public class PES {
/** Timescale of pts/dts is 90khz. **/
public static var TIMESCALE:Number = ... | correct PTS/DTS parsing according to http://dvd.sourceforge.net/dvdinfo/pes-hdr.html, bit 0 is not used. change mask accordingly. | correct PTS/DTS parsing
according to http://dvd.sourceforge.net/dvdinfo/pes-hdr.html, bit 0 is not used. change mask accordingly.
| ActionScript | mpl-2.0 | desaintmartin/hlsprovider,desaintmartin/hlsprovider,desaintmartin/hlsprovider |
53bb4bc0e71b3dc78a77908c7c55ca957cc64ded | build-aux/children.as | build-aux/children.as | # -*- shell-script -*-
##
## children.as: This file is part of build-aux.
## Copyright (C) Gostai S.A.S., 2006-2008.
##
## This software is provided "as is" without warranty of any kind,
## either expressed or implied, including but not limited to the
## implied warranties of fitness for a particular purpose.
##
##... | # -*- shell-script -*-
##
## children.as: This file is part of build-aux.
## Copyright (C) Gostai S.A.S., 2006-2008.
##
## This software is provided "as is" without warranty of any kind,
## either expressed or implied, including but not limited to the
## implied warranties of fitness for a particular purpose.
##
##... | Fix shell quotation. | Fix shell quotation.
* build-aux/children.as (children_kill): We do want to split the
$pids.
| ActionScript | bsd-3-clause | aldebaran/libport,aldebaran/libport,aldebaran/libport,aldebaran/libport,aldebaran/libport |
ffc78a54b885ea7d1c790218d012c9373d02a092 | src/com/google/analytics/core/IdleTimer.as | src/com/google/analytics/core/IdleTimer.as | /*
* Copyright 2008 Adobe Systems Inc., 2008 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | /*
* Copyright 2008 Adobe Systems Inc., 2008 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | fix comment for asdoc | fix comment for asdoc | ActionScript | apache-2.0 | mrthuanvn/gaforflash,mrthuanvn/gaforflash,DimaBaliakin/gaforflash,jisobkim/gaforflash,DimaBaliakin/gaforflash,Miyaru/gaforflash,drflash/gaforflash,Vigmar/gaforflash,Miyaru/gaforflash,dli-iclinic/gaforflash,Vigmar/gaforflash,jisobkim/gaforflash,soumavachakraborty/gaforflash,soumavachakraborty/gaforflash,drflash/gaforfla... |
92c1e63a5c5ab6140f10f565b8cf7b99b947d807 | src/org/jivesoftware/xiff/data/Presence.as | src/org/jivesoftware/xiff/data/Presence.as | package org.jivesoftware.xiff.data{
/*
* 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... | package org.jivesoftware.xiff.data{
/*
* 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... | Make the constants const so it doesn't warn when I use them in data binding expressions | Make the constants const so it doesn't warn when I use them in data binding expressions
| ActionScript | apache-2.0 | igniterealtime/XIFF |
3cfcc0dcab1f8235bc847b12b03e265006575382 | swfcat.as | swfcat.as | package
{
import flash.display.Sprite;
import flash.display.StageAlign;
import flash.display.StageScaleMode;
import flash.text.TextField;
import flash.text.TextFormat;
import flash.events.Event;
import flash.utils.setTimeout;
import FacilitatorSocket;
import events.FacilitatorSocket... | package
{
import flash.display.Sprite;
import flash.display.StageAlign;
import flash.display.StageScaleMode;
import flash.text.TextField;
import flash.text.TextFormat;
import flash.events.Event;
import flash.utils.setTimeout;
import FacilitatorSocket;
import events.FacilitatorSocket... | Make parse_addr_spec static. | Make parse_addr_spec static.
Uniformity with master.
| ActionScript | mit | infinity0/flashproxy,infinity0/flashproxy,glamrock/flashproxy,glamrock/flashproxy,arlolra/flashproxy,arlolra/flashproxy,glamrock/flashproxy,arlolra/flashproxy,infinity0/flashproxy,glamrock/flashproxy,arlolra/flashproxy,glamrock/flashproxy,infinity0/flashproxy,infinity0/flashproxy,arlolra/flashproxy,arlolra/flashproxy,a... |
60875f4cdc443f6b18fe717a32e2eb90238ad0f1 | swfcat.as | swfcat.as | package
{
import flash.display.Sprite;
import flash.text.TextField;
import flash.net.Socket;
import flash.events.Event;
import flash.events.IOErrorEvent;
import flash.events.ProgressEvent;
import flash.events.SecurityErrorEvent;
import flash.utils.ByteArray;
public class swfcat exte... | package
{
import flash.display.Sprite;
import flash.text.TextField;
import flash.net.Socket;
import flash.events.Event;
import flash.events.IOErrorEvent;
import flash.events.ProgressEvent;
import flash.events.SecurityErrorEvent;
import flash.utils.ByteArray;
public class swfcat exte... | Use e.bytesLoaded, not 0, to read the client address. | Use e.bytesLoaded, not 0, to read the client address.
An argument of 0 works for Jonathan but for be it returns a 0-length
string.
| ActionScript | mit | glamrock/flashproxy,glamrock/flashproxy,arlolra/flashproxy,infinity0/flashproxy,infinity0/flashproxy,arlolra/flashproxy,arlolra/flashproxy,arlolra/flashproxy,arlolra/flashproxy,glamrock/flashproxy,arlolra/flashproxy,glamrock/flashproxy,infinity0/flashproxy,infinity0/flashproxy,infinity0/flashproxy,infinity0/flashproxy,... |
e1e55a7e0dd60493fbde13b609aaa7417b511a8a | com/segonquart/idiomesAnimation.as | com/segonquart/idiomesAnimation.as |
import mx.transitions.easing.*;
import com.mosesSupposes.fuse.*;
class idiomesAnimation extends Movieclip
{
private var arrayLang_arr:Array = new Array ("cat", "es", "en", "fr");
function idiomesAnimation():Void
{
this.onEnterFrame = this.enterSlide;
}
private function enterSlide(... |
import mx.transitions.easing.*;
import com.mosesSupposes.fuse.*;
class idiomesAnimation extends Movieclip
{
private var arrayLang_arr:Array = new Array ("cat", "es", "en", "fr");
function idiomesAnimation():Void
{
this.onEnterFrame = this.enterSlide;
}
private function enterSlide(... | Update idiomesAnimation.as | Update idiomesAnimation.as | ActionScript | bsd-3-clause | delfiramirez/web-talking-wear,delfiramirez/web-talking-wear,delfiramirez/web-talking-wear |
11cfba3b3703489d80702bd2de2bd64b7ac424be | src/org/mangui/hls/HLSSettings.as | src/org/mangui/hls/HLSSettings.as | /* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mangui.hls {
import org.mangui.hls.constant.HLSSeekMode;
import org.mangui.hls.constant.HLSMaxL... | /* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mangui.hls {
import org.mangui.hls.constant.HLSSeekMode;
import org.mangui.hls.constant.HLSMaxL... | fix typo | fix typo
| ActionScript | mpl-2.0 | dighan/flashls,mangui/flashls,clappr/flashls,fixedmachine/flashls,suuhas/flashls,NicolasSiver/flashls,codex-corp/flashls,vidible/vdb-flashls,neilrackett/flashls,suuhas/flashls,tedconf/flashls,mangui/flashls,thdtjsdn/flashls,Boxie5/flashls,Boxie5/flashls,Peer5/flashls,clappr/flashls,hola/flashls,aevange/flashls,fixedmac... |
a7b9e1275e7e95b24650d11cc7e1d68872a521ad | src/com/mangui/HLS/muxing/AVC.as | src/com/mangui/HLS/muxing/AVC.as | package com.mangui.HLS.muxing {
import com.mangui.HLS.utils.*;
import flash.utils.ByteArray;
/** Constants and utilities for the H264 video format. **/
public class AVC {
/** H264 NAL unit names. **/
public static const NAMES:Array = [
'Unspecified',
'NDR',
... | package com.mangui.HLS.muxing {
import com.mangui.HLS.utils.*;
import flash.utils.ByteArray;
/** Constants and utilities for the H264 video format. **/
public class AVC {
/** H264 NAL unit names. **/
public static const NAMES:Array = [
'Unspecified',
'NDR',
... | add comments for NAL unit parsing | add comments for NAL unit parsing
| ActionScript | mpl-2.0 | desaintmartin/hlsprovider,desaintmartin/hlsprovider,desaintmartin/hlsprovider |
4fa07e9cc32797cf9f7222628381f271a3c9ae4a | src/com/axis/rtspclient/RTSPClient.as | src/com/axis/rtspclient/RTSPClient.as | package com.axis.rtspclient {
import flash.events.EventDispatcher;
import flash.events.Event;
import flash.utils.ByteArray;
import flash.net.Socket;
import flash.net.NetConnection;
import flash.net.NetStream;
import flash.media.Video;
import mx.utils.StringUtil;
import com.axis.rtspclient.FLVMux;
... | package com.axis.rtspclient {
import flash.events.EventDispatcher;
import flash.events.Event;
import flash.utils.ByteArray;
import flash.net.Socket;
import flash.net.NetConnection;
import flash.net.NetStream;
import flash.media.Video;
import mx.utils.StringUtil;
import com.axis.rtspclient.FLVMux;
... | Correct state debug output | RTSPClient: Correct state debug output
| ActionScript | bsd-3-clause | AxisCommunications/locomote-video-player,gaetancollaud/locomote-video-player |
986fef252966225153d3fa3aaeabe163124770a3 | src/org/mangui/HLS/muxing/AVC.as | src/org/mangui/HLS/muxing/AVC.as | package org.mangui.HLS.muxing {
import flash.utils.ByteArray;
import org.mangui.HLS.utils.Log;
/** Constants and utilities for the H264 video format. **/
public class AVC {
/** H264 NAL unit names. **/
private static const NAMES:Array = [
'Unspecified', ... | package org.mangui.HLS.muxing {
import flash.utils.ByteArray;
import org.mangui.HLS.utils.Log;
/** Constants and utilities for the H264 video format. **/
public class AVC {
/** H264 NAL unit names. **/
private static const NAMES:Array = [
'Unspecified', ... | remove useless optional parameter values | remove useless optional parameter values
| ActionScript | mpl-2.0 | desaintmartin/hlsprovider,desaintmartin/hlsprovider,desaintmartin/hlsprovider |
7ab2c542dac574ed9417ed276c206381f449179c | src/as/com/threerings/util/Log.as | src/as/com/threerings/util/Log.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... | Stop printing square brackets around the log level. Be more like our Java logging. | Stop printing square brackets around the log level. Be more like our Java logging.
git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@5394 542714f4-19e9-0310-aa3c-eee0fc999fb1
| ActionScript | lgpl-2.1 | threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya |
9b6cc5170ba5ee649c287943a934b967817201ad | as3-processor/com/mozaic/mozaic.as | as3-processor/com/mozaic/mozaic.as | package com.mozaic{
public class mozaic {
public function mozaic() {
// constructor code
trace('The work has begun');
}
//do we need this?
public function getCSV(path:String){
//holds the csv data
var details:Object = new Object();
return(details);
}
public function processImage(im... | package com.mozaic{
public class mozaic {
public function mozaic() {
// constructor code
trace('The work has begun');
}
//do we need this?
public function getCSV(path:String){
//holds the csv data
var details:Object = new Object();
return(details);
}
public function processImage(im... | test commit | test commit
| ActionScript | mit | SpiceDave/homebase-gardening,SpiceDave/homebase-gardening |
a803cd0a88ee2572f02df69003f8afbd5685bb9c | src/org/flintparticles/threeD/emitters/Emitter3D.as | src/org/flintparticles/threeD/emitters/Emitter3D.as | /*
* FLINT PARTICLE SYSTEM
* .....................
*
* Author: Richard Lord
* Copyright (c) Richard Lord 2008-2010
* http://flintparticles.org
*
*
* Licence Agreement
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (t... | /*
* FLINT PARTICLE SYSTEM
* .....................
*
* Author: Richard Lord
* Copyright (c) Richard Lord 2008-2010
* http://flintparticles.org
*
*
* Licence Agreement
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (t... | Fix sort error in Emitter3D | Fix sort error in Emitter3D
| ActionScript | mit | richardlord/Flint |
e2f5dda9653b3f96d48985af0d263eb2a6200b44 | index.as | index.as | // [ ] Variable declaration
let name: type = expression;
// [ ] Basic types (arrow)
/*
byte (8-bit, unsigned)
bool (1-bit[*])
int8
int16
int32
int64
int128
uint8
uint16
uint32
uint64
uint128
intptr (size of a pointer, signed)
uintptr (size of a pointer, unsigned)
char (32-bit, unsigned)
float16
float32
float64
f... | Add a roadmap (of sorts) | Add a roadmap (of sorts)
| ActionScript | mit | arrow-lang/arrow,arrow-lang/arrow,arrow-lang/arrow | |
e2a292e0fb4e8bf7f552f59ee858bc41e13fad9a | src/as/com/threerings/util/Name.as | src/as/com/threerings/util/Name.as | package com.threerings.util {
import com.threerings.util.Equalable;
import com.threerings.io.ObjectInputStream;
import com.threerings.io.ObjectOutputStream;
import com.threerings.io.Streamable;
public class Name extends Object
implements Comparable, Hashable, Streamable
{
public function Name (name :String =... | package com.threerings.util {
import com.threerings.util.Equalable;
import com.threerings.io.ObjectInputStream;
import com.threerings.io.ObjectOutputStream;
import com.threerings.io.Streamable;
public class Name extends Object
implements Comparable, Hashable, Streamable
{
public function Name (name :String =... | Use localeCompare. | Use localeCompare.
git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@4299 542714f4-19e9-0310-aa3c-eee0fc999fb1
| ActionScript | lgpl-2.1 | threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya |
cae376f14ed94e0a109347e288f524c4f758b417 | src/aerys/minko/type/loader/TextureLoader.as | src/aerys/minko/type/loader/TextureLoader.as | package aerys.minko.type.loader
{
import aerys.minko.render.resource.texture.TextureResource;
import aerys.minko.type.Signal;
import flash.display.Bitmap;
import flash.display.BitmapData;
import flash.display.DisplayObject;
import flash.display.Loader;
import flash.display.LoaderInfo;
import flash.events.Even... | package aerys.minko.type.loader
{
import aerys.minko.render.resource.texture.TextureResource;
import aerys.minko.type.Signal;
import flash.display.Bitmap;
import flash.display.BitmapData;
import flash.display.DisplayObject;
import flash.display.Loader;
import flash.display.LoaderInfo;
import flash.events.Even... | fix TextureLoader.ioErrorHandler() to throw the error if no callback is set for the TextureLoader.error signal | fix TextureLoader.ioErrorHandler() to throw the error if no callback is set for the TextureLoader.error signal
| ActionScript | mit | aerys/minko-as3 |
c130530c7711390f8641e673b45e9b1c90a01360 | src/com/axis/mjpegclient/Handle.as | src/com/axis/mjpegclient/Handle.as | package com.axis.mjpegclient {
import flash.events.ErrorEvent;
import flash.events.Event;
import flash.events.EventDispatcher;
import flash.events.IOErrorEvent;
import flash.events.ProgressEvent;
import flash.events.SecurityErrorEvent;
import flash.net.Socket;
import flash.utils.ByteArray;
import co... | package com.axis.mjpegclient {
import flash.events.ErrorEvent;
import flash.events.Event;
import flash.events.EventDispatcher;
import flash.events.IOErrorEvent;
import flash.events.ProgressEvent;
import flash.events.SecurityErrorEvent;
import flash.net.Socket;
import flash.utils.ByteArray;
import co... | Add HTTP Auth support for MJPEG client | Add HTTP Auth support for MJPEG client
| ActionScript | bsd-3-clause | AxisCommunications/locomote-video-player,gaetancollaud/locomote-video-player |
bdefaf22505e8b4873fe2eb91baef9db3670cf0e | WeaveUI/src/weave/ui/CustomTree.as | WeaveUI/src/weave/ui/CustomTree.as | /*
Weave (Web-based Analysis and Visualization Environment)
Copyright (C) 2008-2011 University of Massachusetts Lowell
This file is a part of Weave.
Weave is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License, Version 3,
as published by the Free S... | /*
Weave (Web-based Analysis and Visualization Environment)
Copyright (C) 2008-2011 University of Massachusetts Lowell
This file is a part of Weave.
Weave is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License, Version 3,
as published by the Free S... | work around null pointer error | work around null pointer error | ActionScript | mpl-2.0 | WeaveTeam/WeaveJS,WeaveTeam/WeaveJS,WeaveTeam/WeaveJS,WeaveTeam/WeaveJS |
47b600907fdaa9f12d13ee894f2481b9da651520 | sAS3Cam.as | sAS3Cam.as | /**
* jQuery AS3 Webcam
*
* Copyright (c) 2012, Sergey Shilko (sergey.shilko@gmail.com)
*
* Date: 08/01/2012
*
* @author Sergey Shilko
* @version 1.0
*
**/
/* SWF external interface:
* webcam.save() - get base64 encoded JPEG image
* webcam.getCameraList() - get list of available cams
* webcam.setCamera(i) - set c... | /**
* jQuery AS3 Webcam
*
* Copyright (c) 2012, Sergey Shilko (sergey.shilko@gmail.com)
*
* Date: 08/01/2012
*
* @author Sergey Shilko
* @version 1.0
*
**/
/* SWF external interface:
* webcam.save() - get base64 encoded JPEG image
* webcam.getCameraList() - get list of available cams
* webcam.setCamera(i) - set c... | Add height and width to Video ctor | Add height and width to Video ctor
| ActionScript | mit | sshilko/jQuery-AS3-Webcam,sshilko/jQuery-AS3-Webcam,sshilko/jQuery-AS3-Webcam |
2e3c2f4eca2b15aecd205866cb2c464c05f5584b | src/aerys/minko/scene/node/Mesh.as | src/aerys/minko/scene/node/Mesh.as | package aerys.minko.scene.node
{
import aerys.minko.render.Effect;
import aerys.minko.render.geometry.Geometry;
import aerys.minko.render.material.Material;
import aerys.minko.render.material.basic.BasicMaterial;
import aerys.minko.render.material.basic.BasicShader;
import aerys.minko.scene.controller.AbstractCon... | package aerys.minko.scene.node
{
import aerys.minko.render.Effect;
import aerys.minko.render.geometry.Geometry;
import aerys.minko.render.material.Material;
import aerys.minko.render.material.basic.BasicMaterial;
import aerys.minko.render.material.basic.BasicShader;
import aerys.minko.scene.controller.AbstractCon... | fix Mesh.DEFAULT_MATERIAL to be an actual Material object | fix Mesh.DEFAULT_MATERIAL to be an actual Material object
| ActionScript | mit | aerys/minko-as3 |
662caa83cd1d24020f5e98b8a478f76827ff6f6f | dolly-framework/src/test/actionscript/dolly/CloningOfCompositeCloneableClassTest.as | dolly-framework/src/test/actionscript/dolly/CloningOfCompositeCloneableClassTest.as | package dolly {
import dolly.core.dolly_internal;
import dolly.data.CompositeCloneableClass;
import mx.collections.ArrayCollection;
import mx.collections.ArrayList;
import org.as3commons.reflect.Field;
import org.as3commons.reflect.Type;
import org.flexunit.asserts.assertEquals;
import org.flexunit.asserts.assertFals... | package dolly {
import dolly.core.dolly_internal;
import dolly.data.CompositeCloneableClass;
import mx.collections.ArrayCollection;
import mx.collections.ArrayList;
import org.as3commons.reflect.Field;
import org.as3commons.reflect.Type;
import org.flexunit.asserts.assertEquals;
import org.flexunit.asserts.assertFals... | Fix typo. | Fix typo.
| ActionScript | mit | Yarovoy/dolly |
ccdd6b044a14163a13fd38625d3d39097ff6294c | com/segonquart/menuColourIdiomes.as | com/segonquart/menuColourIdiomes.as |
import mx.transitions.easing.*;
import com.mosesSupposes.fuse.*;
class menuColouridiomes extends MoviieClip
{
public var cat, es, en ,fr:MovieClip;
public var arrayLang_arr:Array = new Array ("cat", "es", "en", "fr");
function menuColourIdiomes ():Void
{
this.onRollOver = this.mOver;
th... |
import mx.transitions.easing.*;
import com.mosesSupposes.fuse.*;
class menuColouridiomes extends MovieClip
{
public var cat, es, en ,fr:MovieClip;
public var arrayLang_arr:Array = new Array ("cat", "es", "en", "fr");
function menuColourIdiomes ():Void
{
this.onRollOver = this.mOver;
thi... | Update menuColourIdiomes.as | Update menuColourIdiomes.as | ActionScript | bsd-3-clause | delfiramirez/web-talking-wear,delfiramirez/web-talking-wear,delfiramirez/web-talking-wear |
c1d085e9adcd4ccdfcdeaa8e71f258c1b661ae0a | src/aerys/minko/scene/node/Mesh.as | src/aerys/minko/scene/node/Mesh.as | package aerys.minko.scene.node
{
import aerys.minko.ns.minko_scene;
import aerys.minko.render.geometry.Geometry;
import aerys.minko.render.material.Material;
import aerys.minko.render.material.basic.BasicMaterial;
import aerys.minko.scene.controller.mesh.MeshController;
import aerys.minko.scene.controller.mesh.Me... | package aerys.minko.scene.node
{
import aerys.minko.ns.minko_scene;
import aerys.minko.render.geometry.Geometry;
import aerys.minko.render.material.Material;
import aerys.minko.render.material.basic.BasicMaterial;
import aerys.minko.scene.controller.mesh.MeshController;
import aerys.minko.scene.controller.mesh.Me... | fix Mesh.computedVisibility getter to combine frustum culling and parent/self computed visibility properly using super.computedVisibility (github issue #77) | fix Mesh.computedVisibility getter to combine frustum culling and parent/self computed visibility properly using super.computedVisibility (github issue #77)
| ActionScript | mit | aerys/minko-as3 |
3f1955e356d99ce35b138f438f7ad6330bbbab3b | src/aerys/minko/scene/node/Mesh.as | src/aerys/minko/scene/node/Mesh.as | package aerys.minko.scene.node
{
import aerys.minko.ns.minko_scene;
import aerys.minko.render.geometry.Geometry;
import aerys.minko.render.material.Material;
import aerys.minko.render.material.basic.BasicMaterial;
import aerys.minko.scene.controller.mesh.VisibilityController;
import aerys.minko.type.Signal;
impo... | package aerys.minko.scene.node
{
import aerys.minko.ns.minko_scene;
import aerys.minko.render.geometry.Geometry;
import aerys.minko.render.material.Material;
import aerys.minko.render.material.basic.BasicMaterial;
import aerys.minko.scene.controller.mesh.VisibilityController;
import aerys.minko.type.Signal;
impo... | add Mesh.insideFrustum and Mesh.computedVisibility properties | add Mesh.insideFrustum and Mesh.computedVisibility properties
| ActionScript | mit | aerys/minko-as3 |
fefdf6ac27345a9ab58314d08f329f267d5b8689 | ShopbeamWidget.as | ShopbeamWidget.as | package {
import flash.system.*;
import flash.net.*;
import flash.external.*;
import flash.display.*;
import flash.events.*;
import fl.transitions.easing.*;
import fl.transitions.Tween;
import flash.globalization.CurrencyFormatter;
public class ShopbeamWidget extends MovieClip {
public function ShopbeamWi... | package {
import flash.system.*;
import flash.net.*;
import flash.external.*;
import flash.display.*;
import flash.events.*;
import fl.transitions.easing.*;
import fl.transitions.Tween;
import flash.globalization.CurrencyFormatter;
public class ShopbeamWidget extends MovieClip {
public function ShopbeamWidget() ... | apply webstorm code formatting | apply webstorm code formatting
| ActionScript | mit | shopbeam/flash-widget-example |
acee7a5f586a1a0691d3b1b5bdb753148564c8eb | src/aerys/minko/type/MouseManager.as | src/aerys/minko/type/MouseManager.as | package aerys.minko.type
{
import flash.events.IEventDispatcher;
import flash.events.MouseEvent;
import flash.ui.Mouse;
public final class MouseManager
{
private var _x : Number = 0.;
private var _y : Number = 0.;
private var _deltaX : Number = 0.;
private var _deltaY : Number = 0.;
... | package aerys.minko.type
{
import flash.events.IEventDispatcher;
import flash.events.MouseEvent;
import flash.ui.Mouse;
public final class MouseManager
{
private var _x : Number = 0.;
private var _y : Number = 0.;
private var _deltaX : Number = 0.;
private var _deltaY : Number = 0.;
... | Update src/aerys/minko/type/MouseManager.as | Update src/aerys/minko/type/MouseManager.as
Fixed bug in middle mouse button handler.
| ActionScript | mit | aerys/minko-as3 |
7ad43b222beddda6f169bb2ffca64977a9b6141d | src/goplayer/ConfigurationParser.as | src/goplayer/ConfigurationParser.as | package goplayer
{
public class ConfigurationParser
{
public static const DEFAULT_API_URL : String
= "http://staging.streamio.com/api"
public static const DEFAULT_SKIN_URL : String = "goplayer-skin.swf"
public static const DEFAULT_TRACKER_ID : String = "global"
public static const VALID_PARAM... | package goplayer
{
public class ConfigurationParser
{
public static const DEFAULT_STREAMIO_API_URL : String
= "http://staging.streamio.com/api"
public static const DEFAULT_SKIN_URL : String = "goplayer-skin.swf"
public static const DEFAULT_TRACKER_ID : String = "global"
public static const VA... | Rename `api' parameter to `streamio:api'. | Rename `api' parameter to `streamio:api'.
| ActionScript | mit | dbrock/goplayer,dbrock/goplayer |
a515574d2ddb9e061e7f32650999ed7472ec17f1 | swfcat.as | swfcat.as | package
{
import flash.display.Sprite;
import flash.text.TextField;
import flash.net.Socket;
import flash.events.Event;
import flash.events.IOErrorEvent;
import flash.events.ProgressEvent;
import flash.events.SecurityErrorEvent;
import flash.utils.ByteArray;
import flash.utils.setTim... | package
{
import flash.display.Sprite;
import flash.text.TextField;
import flash.net.Socket;
import flash.events.Event;
import flash.events.IOErrorEvent;
import flash.events.ProgressEvent;
import flash.events.SecurityErrorEvent;
import flash.utils.ByteArray;
import flash.utils.setTim... | Reschedule a facilitator connection upon close, not upon data read. | Reschedule a facilitator connection upon close, not upon data read.
| ActionScript | mit | infinity0/flashproxy,infinity0/flashproxy,arlolra/flashproxy,glamrock/flashproxy,arlolra/flashproxy,infinity0/flashproxy,infinity0/flashproxy,glamrock/flashproxy,glamrock/flashproxy,arlolra/flashproxy,infinity0/flashproxy,arlolra/flashproxy,glamrock/flashproxy,glamrock/flashproxy,arlolra/flashproxy,glamrock/flashproxy,... |
6315f2931c58267c48c46e861addde40dc7ed3e3 | source/com/kemsky/support/StreamError.as | source/com/kemsky/support/StreamError.as | /*
* Copyright: (c) 2015. Turtsevich Alexander
*
* Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.html
*/
package com.kemsky.support
{
/**
* Stream error class
*/
public class StreamError extends Error
{
/**
* @inheritDoc
*/
... | /*
* Copyright: (c) 2015. Turtsevich Alexander
*
* Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.html
*/
package com.kemsky.support
{
/**
* Stream error class
*/
public class StreamError extends Error
{
/**
* Constructor.
* @param m... | clean up | clean up
| ActionScript | mit | kemsky/stream |
2fe5a1994c464ab2cabcc0ef2b46bdb3a9616749 | WeaveUI/src/weave/menus/ExportMenu.as | WeaveUI/src/weave/menus/ExportMenu.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... | fix for ExportMenu shown property. | fix for ExportMenu shown property. | ActionScript | mpl-2.0 | WeaveTeam/WeaveJS,WeaveTeam/WeaveJS,WeaveTeam/WeaveJS,WeaveTeam/WeaveJS |
274250b02149a31c32abb4dabfa021034f12da5b | src/org/mangui/HLS/parsing/Manifest.as | src/org/mangui/HLS/parsing/Manifest.as | package org.mangui.HLS.parsing {
import flash.events.*;
import flash.net.*;
import org.mangui.HLS.utils.*;
/** Helpers for parsing M3U8 files. **/
public class Manifest {
/** Starttag for a fragment. **/
public static const FRAGMENT:String = '#EXTINF:';
/** Header tag th... | package org.mangui.HLS.parsing {
import flash.events.*;
import flash.net.*;
import org.mangui.HLS.utils.*;
/** Helpers for parsing M3U8 files. **/
public class Manifest {
/** Starttag for a fragment. **/
public static const FRAGMENT:String = '#EXTINF:';
/** Header tag th... | remove implicit rules that force playlist to be audio only | remove implicit rules that force playlist to be audio only
| ActionScript | mpl-2.0 | desaintmartin/hlsprovider,desaintmartin/hlsprovider,desaintmartin/hlsprovider |
9938bb4b3084f4b054d31c046a5928a0ddea75e3 | sdk-remote/src/tests/bin/liburbi-check.as | sdk-remote/src/tests/bin/liburbi-check.as | m4_pattern_allow([^URBI_(PATH|SERVER)$]) -*- shell-script -*-
URBI_INIT
# Avoid zombies and preserve debugging information.
cleanup ()
{
exit_status=$?
# We can be killed even before children are spawned.
test -n "$children" ||
exit $exit_status
# In case we were caught by set -e, kill the childr... | m4_pattern_allow([^URBI_(PATH|SERVER)$]) -*- shell-script -*-
URBI_INIT
# Avoid zombies and preserve debugging information.
cleanup ()
{
exit_status=$?
# We can be killed even before children are spawned.
test -n "$children" ||
exit $exit_status
# In case we were caught by set -e, kill the childr... | Fix stderr(). | Fix stderr().
* src/tests/bin/liburbi-check.as: Output should be on several lines.
| ActionScript | bsd-3-clause | aldebaran/urbi,urbiforge/urbi,aldebaran/urbi,urbiforge/urbi,urbiforge/urbi,aldebaran/urbi,urbiforge/urbi,urbiforge/urbi,urbiforge/urbi,aldebaran/urbi,aldebaran/urbi,urbiforge/urbi,aldebaran/urbi,urbiforge/urbi,urbiforge/urbi,aldebaran/urbi,aldebaran/urbi |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.