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 |
|---|---|---|---|---|---|---|---|---|---|
b2d206836c1dc12e6b992fe77b0c01f84a0ae597 | src/battlecode/client/viewer/render/DrawState.as | src/battlecode/client/viewer/render/DrawState.as | package battlecode.client.viewer.render {
import battlecode.common.MapLocation;
import battlecode.common.ResearchType;
import battlecode.common.RobotType;
import battlecode.common.Team;
import battlecode.serial.RoundDelta;
import battlecode.serial.RoundStats;
import battlecode.world.... | package battlecode.client.viewer.render {
import battlecode.common.MapLocation;
import battlecode.common.ResearchType;
import battlecode.common.RobotType;
import battlecode.common.Team;
import battlecode.serial.RoundDelta;
import battlecode.serial.RoundStats;
import battlecode.world.... | fix height map for encampments | fix height map for encampments
| ActionScript | mit | trun/battlecode-webclient |
2f33c4ecf906a7408ceec7fdd6eae1839b342eb0 | src-standard/org/puremvc/as3/utilities/air/desktopcitizen/view/WindowMediator.as | src-standard/org/puremvc/as3/utilities/air/desktopcitizen/view/WindowMediator.as | /*
PureMVC Utility for AS3 / AIR - Desktop Citizen
Copyright(c) 2007-10 Cliff Hall <clifford.hall@puremvc.org>
Your reuse is governed by the Creative Commons Attribution 3.0 License
*/
package org.puremvc.as3.utilities.air.desktopcitizen.view
{
import flash.display.NativeWindowDisplayState;
import flas... | /*
PureMVC Utility for AS3 / AIR - Desktop Citizen
Copyright(c) 2007-10 Cliff Hall <clifford.hall@puremvc.org>
Your reuse is governed by the Creative Commons Attribution 3.0 License
*/
package org.puremvc.as3.utilities.air.desktopcitizen.view
{
import flash.display.NativeWindowDisplayState;
import flas... | Update WindowMediator.as | Update WindowMediator.as
when window is maximized, it should be stored the last window position, size instead of full screen size, otherwise, when the window relaunch and user click "restore" button on the top right corner, the window is still stayed as full screen size. | ActionScript | bsd-3-clause | PureMVC/puremvc-as3-util-air-desktopcitizen |
d54fffcbc5aa3ad48dae89b6730061d836b18e7c | src/com/colorhook/spring/Spring.as | src/com/colorhook/spring/Spring.as | /**
* @preserve Copyright (c) 2011 http://colorhook.com
* @author: <a href="colorhook@gmail.com">colorhook</a>
* @version: 2.4
* @license: Released under the MIT License.
*
* Transplant from Flash AS3 APE Engine
* http://www.cove.org/ape/
* Copyright (c) 2006, 2007 Alec Cove
* Released under the MIT Licenses.... | /**
* @preserve Copyright (c) 2011 http://colorhook.com
* @author: <a href="colorhook@gmail.com">colorhook</a>
* @version: 2.4
* @license: Released under the MIT License.
*
*/
package com.colorhook.spring{
public class Spring{
public static const VERSION:String="2.4";
public static const COPYRIGHT:St... | update license | update license
| ActionScript | mit | colorhook/as-spring |
91439abde17a9fd48f988c3d15a9ccaac0ed83d1 | src/aerys/minko/type/binding/DataProvider.as | src/aerys/minko/type/binding/DataProvider.as | package aerys.minko.type.binding
{
import aerys.minko.type.Signal;
import aerys.minko.type.enum.DataProviderUsage;
import flash.utils.Dictionary;
import flash.utils.Proxy;
import flash.utils.flash_proxy;
public dynamic class DataProvider extends Proxy implements IDynamicDataProvider
{
private var _usage ... | package aerys.minko.type.binding
{
import aerys.minko.type.Signal;
import aerys.minko.type.enum.DataProviderUsage;
import flash.utils.Dictionary;
import flash.utils.Proxy;
import flash.utils.flash_proxy;
public dynamic class DataProvider extends Proxy implements IDynamicDataProvider
{
private var _usage ... | Remove warning. | Remove warning.
| ActionScript | mit | aerys/minko-as3 |
a421c454e8a9a6cddfe9478bb96a6f804acb8eff | 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... | Make a named constant FACILITATOR_POLL_INTERVAL. | Make a named constant FACILITATOR_POLL_INTERVAL.
| ActionScript | mit | arlolra/flashproxy,infinity0/flashproxy,arlolra/flashproxy,infinity0/flashproxy,glamrock/flashproxy,arlolra/flashproxy,glamrock/flashproxy,infinity0/flashproxy,glamrock/flashproxy,arlolra/flashproxy,arlolra/flashproxy,glamrock/flashproxy,infinity0/flashproxy,arlolra/flashproxy,glamrock/flashproxy,infinity0/flashproxy,g... |
914548c54e4a68c3a5b29934046682191945ea2c | DragonBonesDesignPanelLib/src/core/service/ImportDataToExportDataService.as | DragonBonesDesignPanelLib/src/core/service/ImportDataToExportDataService.as | package core.service
{
import com.adobe.serialization.json.JSON;
import core.events.ServiceEvent;
import core.model.ImportModel;
import core.model.vo.ExportVO;
import core.model.vo.ImportVO;
import core.suppotClass._BaseService;
import core.utils.BitmapDataUtil;
import core.utils.DataUtils;
import core.utils... | package core.service
{
import com.adobe.serialization.json.JSON;
import core.events.ServiceEvent;
import core.model.ImportModel;
import core.model.vo.ExportVO;
import core.model.vo.ImportVO;
import core.suppotClass._BaseService;
import core.utils.BitmapDataUtil;
import core.utils.DataUtils;
import core.utils... | add code to export | add code to export
| ActionScript | mit | DragonBones/DesignPanel |
7d2f0d48fce1ae8d9b612aa637b8504d13deef3c | src/org/mangui/chromeless/ChromelessPlayer.as | src/org/mangui/chromeless/ChromelessPlayer.as | package org.mangui.chromeless {
import org.mangui.HLS.parsing.Level;
import org.mangui.HLS.*;
import flash.display.*;
import flash.events.*;
import flash.external.ExternalInterface;
import flash.geom.Rectangle;
import flash.media.Video;
import flash.media.SoundTransform;
import fl... | package org.mangui.chromeless {
import org.mangui.HLS.parsing.Level;
import org.mangui.HLS.*;
import flash.display.*;
import flash.events.*;
import flash.external.ExternalInterface;
import flash.geom.Rectangle;
import flash.media.Video;
import flash.media.SoundTransform;
import fla... | rename external interface callbacks. | rename external interface callbacks.
It seems that some function names are reserved in IE.
(cf: http://zaalabs.com/2011/01/adobe-flash-externalinterface-issues-with-internet-explorer/)
Prefix function names with player. But it will break backward compatibility with older version of player.
| ActionScript | mpl-2.0 | desaintmartin/hlsprovider,desaintmartin/hlsprovider,desaintmartin/hlsprovider |
ce23f5776fd2cfd5875913576ac29168b1870bd2 | exporter/src/main/as/flump/xfl/XflLibrary.as | exporter/src/main/as/flump/xfl/XflLibrary.as | //
// Flump - Copyright 2012 Three Rings Design
package flump.xfl {
import flash.utils.Dictionary;
import flump.executor.load.LoadedSwf;
import flump.export.Atlas;
import flump.mold.KeyframeMold;
import flump.mold.LayerMold;
import flump.mold.LibraryMold;
import flump.mold.MovieMold;
import com.threerings.util.Map;... | //
// Flump - Copyright 2012 Three Rings Design
package flump.xfl {
import flash.utils.Dictionary;
import flump.executor.load.LoadedSwf;
import flump.export.Atlas;
import flump.mold.KeyframeMold;
import flump.mold.LayerMold;
import flump.mold.LibraryMold;
import flump.mold.MovieMold;
import com.threerings.util.Map;... | sort published movies by name so that our output is deterministic | sort published movies by name so that our output is deterministic | ActionScript | mit | funkypandagame/flump,funkypandagame/flump,mathieuanthoine/flump,tconkling/flump,mathieuanthoine/flump,mathieuanthoine/flump,tconkling/flump |
2958b2292d5517649087b1237af4e9bdd7eb65e7 | 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.net.URLLoader;
import flash.net.URLLoaderDataFormat;
import flash.net.URLReque... | 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.net.URLLoader;
import flash.net.URLLoaderDataFormat;
import flash.net.URLReque... | Fix error handling for the "local" parameter. | Fix error handling for the "local" parameter.
get_param_addr already handles a default value. It signals a parsing
error if the supplied value has a syntax error.
| ActionScript | mit | glamrock/flashproxy,infinity0/flashproxy,glamrock/flashproxy,arlolra/flashproxy,arlolra/flashproxy,arlolra/flashproxy,arlolra/flashproxy,arlolra/flashproxy,arlolra/flashproxy,glamrock/flashproxy,infinity0/flashproxy,glamrock/flashproxy,infinity0/flashproxy,glamrock/flashproxy,infinity0/flashproxy,glamrock/flashproxy,ar... |
01d2047a74a61e1748361f5eaf3257b17b09f776 | 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.net.URLLoader;
import flash.net.URLLoaderDataFormat;
import flash.net.URLReque... | 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.net.URLLoader;
import flash.net.URLLoaderDataFormat;
import flash.net.URLReque... | Store references to proxy pairs to avoid garbage collection. | Store references to proxy pairs to avoid garbage collection.
Adding an event listener is not enough to keep a proxy pair alive. Pairs
could be garbage-collected at unpredictable times. We were able to
provoke this by running more than one pair at a time with servers on
localhost; perhaps it was the greater memory pres... | ActionScript | mit | arlolra/flashproxy,infinity0/flashproxy,arlolra/flashproxy,arlolra/flashproxy,infinity0/flashproxy,glamrock/flashproxy,arlolra/flashproxy,arlolra/flashproxy,infinity0/flashproxy,glamrock/flashproxy,infinity0/flashproxy,glamrock/flashproxy,glamrock/flashproxy,arlolra/flashproxy,glamrock/flashproxy,glamrock/flashproxy,ar... |
a74e7493e92a150e9d581b2a1b092e4ef042d1c1 | src/as/com/threerings/presents/util/SafeSubscriber.as | src/as/com/threerings/presents/util/SafeSubscriber.as | //
// $Id: SafeSubscriber.java 4602 2007-02-24 00:39:27Z mdb $
//
// 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
// und... | //
// $Id: SafeSubscriber.java 4602 2007-02-24 00:39:27Z mdb $
//
// 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
// und... | Use Log.dumpStack() where the Java source used Thread.dumpStack(). | Use Log.dumpStack() where the Java source used Thread.dumpStack().
git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@4633 542714f4-19e9-0310-aa3c-eee0fc999fb1
| ActionScript | lgpl-2.1 | threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya |
509e8b037f6745e159454de9432e39ecfacebf01 | src/aerys/minko/scene/controller/light/DirectionalLightController.as | src/aerys/minko/scene/controller/light/DirectionalLightController.as | package aerys.minko.scene.controller.light
{
import aerys.minko.scene.data.LightDataProvider;
import aerys.minko.scene.node.Mesh;
import aerys.minko.scene.node.Scene;
import aerys.minko.scene.node.light.AbstractLight;
import aerys.minko.scene.node.light.DirectionalLight;
import aerys.minko.type.enum.ShadowMapping... | package aerys.minko.scene.controller.light
{
import aerys.minko.scene.data.LightDataProvider;
import aerys.minko.scene.node.Mesh;
import aerys.minko.scene.node.Scene;
import aerys.minko.scene.node.light.AbstractLight;
import aerys.minko.scene.node.light.DirectionalLight;
import aerys.minko.type.enum.ShadowMapping... | remove useless = | remove useless =
| ActionScript | mit | aerys/minko-as3 |
0ef69456c7df4219ce40a3dd6b54aa7bcd7d43b6 | HLSPlugin/src/org/denivip/osmf/net/httpstreaming/hls/HTTPStreamingMP2TSFileHandler.as | HLSPlugin/src/org/denivip/osmf/net/httpstreaming/hls/HTTPStreamingMP2TSFileHandler.as | /* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distr... | /* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distr... | Update fileHandler to account for missing key data | Update fileHandler to account for missing key data
| ActionScript | isc | mruse/osmf-hls-plugin,denivip/osmf-hls-plugin,denivip/osmf-hls-plugin,mruse/osmf-hls-plugin |
1a5a98c68a9db3f40959f8de57ebe0c20cc50d63 | exporter/src/main/as/flump/export/ProjectController.as | exporter/src/main/as/flump/export/ProjectController.as | //
// Flump - Copyright 2012 Three Rings Design
package flump.export {
import flash.desktop.NativeApplication;
import flash.display.NativeMenu;
import flash.display.NativeMenuItem;
import flash.display.Stage;
import flash.display.StageQuality;
import flash.events.Event;
import flash.events.MouseEvent;
import flash.fi... | //
// Flump - Copyright 2012 Three Rings Design
package flump.export {
import flash.desktop.NativeApplication;
import flash.display.NativeMenu;
import flash.display.NativeMenuItem;
import flash.display.Stage;
import flash.display.StageQuality;
import flash.events.Event;
import flash.events.MouseEvent;
import flash.fi... | Fix missing Windows menubar? | Fix missing Windows menubar? | ActionScript | mit | funkypandagame/flump,tconkling/flump,mathieuanthoine/flump,mathieuanthoine/flump,funkypandagame/flump,mathieuanthoine/flump,tconkling/flump |
2e2e339e23a15b2468576fe3a3244e24203731a4 | 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... | Remove unused CLIENT_ADDRESS and CLIENT_PORT. | Remove unused CLIENT_ADDRESS and CLIENT_PORT.
| ActionScript | mit | infinity0/flashproxy,arlolra/flashproxy,glamrock/flashproxy,arlolra/flashproxy,glamrock/flashproxy,glamrock/flashproxy,infinity0/flashproxy,glamrock/flashproxy,arlolra/flashproxy,glamrock/flashproxy,infinity0/flashproxy,infinity0/flashproxy,arlolra/flashproxy,arlolra/flashproxy,infinity0/flashproxy,glamrock/flashproxy,... |
9c3e191ff4f577c88e1fffb57d35ab0246388ef6 | kdp3Lib/src/com/kaltura/kdpfl/ApplicationFacade.as | kdp3Lib/src/com/kaltura/kdpfl/ApplicationFacade.as | package com.kaltura.kdpfl
{
import com.kaltura.kdpfl.controller.InitMacroCommand;
import com.kaltura.kdpfl.controller.LayoutReadyCommand;
import com.kaltura.kdpfl.controller.PlaybackCompleteCommand;
import com.kaltura.kdpfl.controller.SequenceItemPlayEndCommand;
import com.kaltura.kdpfl.controller.SequenceSkipNext... | package com.kaltura.kdpfl
{
import com.kaltura.kdpfl.controller.InitMacroCommand;
import com.kaltura.kdpfl.controller.LayoutReadyCommand;
import com.kaltura.kdpfl.controller.PlaybackCompleteCommand;
import com.kaltura.kdpfl.controller.SequenceItemPlayEndCommand;
import com.kaltura.kdpfl.controller.SequenceSkipNext... | bump version to 3.9.5 | bump version to 3.9.5
| ActionScript | agpl-3.0 | shvyrev/kdp,shvyrev/kdp,kaltura/kdp,shvyrev/kdp,kaltura/kdp,kaltura/kdp |
f9486251ca6a3da86f71c13dc271b2e2acdda716 | src/aerys/minko/render/resource/texture/TextureResource.as | src/aerys/minko/render/resource/texture/TextureResource.as | package aerys.minko.render.resource.texture
{
import aerys.minko.render.resource.Context3DResource;
import flash.display.BitmapData;
import flash.display3D.Context3DTextureFormat;
import flash.display3D.textures.Texture;
import flash.display3D.textures.TextureBase;
import flash.geom.Matrix;
import flash.utils.... | package aerys.minko.render.resource.texture
{
import aerys.minko.render.resource.Context3DResource;
import aerys.minko.type.enum.SamplerFormat;
import flash.display.BitmapData;
import flash.display3D.Context3DTextureFormat;
import flash.display3D.textures.Texture;
import flash.display3D.textures.TextureBase;
i... | Fix textureResource to handle properly atf textures | Fix textureResource to handle properly atf textures
| ActionScript | mit | aerys/minko-as3 |
160df42727300a76bb0c648c7dbb1d0363b61f48 | src/com/google/analytics/v4/Configuration.as | src/com/google/analytics/v4/Configuration.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... | remove params related to idle timer | remove params related to idle timer | ActionScript | apache-2.0 | minimedj/gaforflash,nsdevaraj/gaforflash,nsdevaraj/gaforflash,minimedj/gaforflash |
d40b909980b3439ccd3b6f1922b0cd91d7f6a879 | src/RTMP.as | src/RTMP.as | package {
import flash.display.Sprite;
import flash.external.ExternalInterface;
import flash.system.Security;
import flash.net.NetStream;
import flash.events.*;
import flash.utils.setTimeout;
import flash.display.StageAlign;
import org.osmf.containers.MediaContainer;
import org.osmf.elements.VideoEle... | package {
import flash.display.Sprite;
import flash.external.ExternalInterface;
import flash.system.Security;
import flash.net.NetStream;
import flash.events.*;
import flash.utils.setTimeout;
import flash.display.StageAlign;
import org.osmf.containers.MediaContainer;
import org.osmf.elements.VideoEle... | add external logging information for debugging | add external logging information for debugging
| ActionScript | apache-2.0 | flavioribeiro/clappr-rtmp-plugin,flavioribeiro/clappr-rtmp-plugin,video-dev/clappr-rtmp-plugin,clappr/clappr-rtmp-plugin,clappr/clappr-rtmp-plugin,clappr/clappr-rtmp-plugin,flavioribeiro/clappr-rtmp-plugin,video-dev/clappr-rtmp-plugin,video-dev/clappr-rtmp-plugin |
b58fbe9228d0e9cd547da41e178d5334afb30daf | src/aerys/minko/scene/controller/debug/VertexNormalsDebugController.as | src/aerys/minko/scene/controller/debug/VertexNormalsDebugController.as | package aerys.minko.scene.controller.debug
{
import aerys.minko.render.geometry.primitive.CubeGeometry;
import aerys.minko.render.geometry.stream.iterator.VertexIterator;
import aerys.minko.render.geometry.stream.iterator.VertexReference;
import aerys.minko.render.material.Material;
import aerys.minko.render.mater... | package aerys.minko.scene.controller.debug
{
import aerys.minko.render.geometry.primitive.CubeGeometry;
import aerys.minko.render.geometry.stream.iterator.VertexIterator;
import aerys.minko.render.geometry.stream.iterator.VertexReference;
import aerys.minko.render.material.Material;
import aerys.minko.render.mater... | add optional material argument for the VertexNormalsDebugController | add optional material argument for the VertexNormalsDebugController
| ActionScript | mit | aerys/minko-as3 |
839c08a82a36b428fa1fe1e2bbcfd2b6cd872da4 | src/battlecode/client/viewer/render/DrawMap.as | src/battlecode/client/viewer/render/DrawMap.as | package battlecode.client.viewer.render {
import battlecode.client.viewer.MatchController;
import battlecode.common.MapLocation;
import battlecode.common.Team;
import battlecode.common.TerrainTile;
import battlecode.events.MatchEvent;
import battlecode.world.GameMap;
import flash.events.Ev... | package battlecode.client.viewer.render {
import battlecode.client.viewer.MatchController;
import battlecode.common.MapLocation;
import battlecode.common.Team;
import battlecode.common.TerrainTile;
import battlecode.events.MatchEvent;
import battlecode.world.GameMap;
import flash.events.Ev... | fix void outline drawing | fix void outline drawing
| ActionScript | mit | trun/battlecode-webclient |
b7f53508d2400f891d7b7b8ee0a4b5d528b62112 | src/stdio/StandardProcess.as | src/stdio/StandardProcess.as | package stdio {
import flash.display.*
import flash.events.*
import flash.utils.*
import flash.net.*
public class StandardProcess implements Process {
private const buffered_stdin: BufferedStream = new BufferedStream
private const stdin_socket: SocketStream = new SocketStream
private const readli... | package stdio {
import flash.display.*
import flash.events.*
import flash.utils.*
import flash.net.*
public class StandardProcess implements Process {
private const buffered_stdin: BufferedStream = new BufferedStream
private const stdin_socket: SocketStream = new SocketStream
private const readli... | Remove "uncaught error" notice. | Remove "uncaught error" notice.
| ActionScript | mit | dbrock/stdio.as,dbrock/stdio.as,dbrock/stdio.as |
5232a694ee778edf19664d68d146ffd44c7b0ea1 | tamarin-central/thane/flash/events/Event.as | tamarin-central/thane/flash/events/Event.as | package flash.events {
public class Event
{
public static const CONNECT :String = "connect";
public static const CLOSE :String = "close";
public static const COMPLETE:String = "complete";
public function Event (type :String, bubbles :Boolean = false, cancelable :Boolean = false)
{
if (bubb... | package flash.events {
public class Event
{
public static const CONNECT :String = "connect";
public static const CLOSE :String = "close";
public static const COMPLETE:String = "complete";
public static const UNLOAD:String = "unload";
public function Event (type :String, bubbles :Boolean = false, c... | Add UNLOAD. | Add UNLOAD.
| ActionScript | bsd-2-clause | greyhavens/thane,greyhavens/thane,greyhavens/thane,greyhavens/thane,greyhavens/thane,greyhavens/thane,greyhavens/thane |
142c70669ddae1319be0d4ad9901a5aa243495a1 | kdp3Lib/src/com/kaltura/kdpfl/controller/media/PreSequenceEndCommand.as | kdp3Lib/src/com/kaltura/kdpfl/controller/media/PreSequenceEndCommand.as | package com.kaltura.kdpfl.controller.media
{
import com.kaltura.kdpfl.model.MediaProxy;
import com.kaltura.kdpfl.model.SequenceProxy;
import com.kaltura.kdpfl.model.type.NotificationType;
import org.puremvc.as3.interfaces.INotification;
import org.puremvc.as3.patterns.command.SimpleCommand;
/**
* P... | package com.kaltura.kdpfl.controller.media
{
import com.kaltura.kdpfl.model.ConfigProxy;
import com.kaltura.kdpfl.model.MediaProxy;
import com.kaltura.kdpfl.model.SequenceProxy;
import com.kaltura.kdpfl.model.type.NotificationType;
import com.kaltura.kdpfl.view.media.KMediaPlayer;
import com.kaltura.kdpfl.... | support in pauseAfterPreSequence flashvar | qnd: support in pauseAfterPreSequence flashvar
git-svn-id: 3f608e5a9a704dd448217c0a64c508e7f145cfa1@85862 6b8eccd3-e8c5-4e7d-8186-e12b5326b719
| ActionScript | agpl-3.0 | shvyrev/kdp,kaltura/kdp,kaltura/kdp,shvyrev/kdp,shvyrev/kdp,kaltura/kdp |
d889c6596f40af03109f468410566498223d05c4 | src/aerys/minko/render/effect/basic/BasicStyle.as | src/aerys/minko/render/effect/basic/BasicStyle.as | package aerys.minko.render.effect.basic
{
import aerys.minko.render.effect.Style;
public final class BasicStyle
{
public static const DIFFUSE_MAP : int = Style.getStyleId("basic diffuse map");
public static const NORMAL_MAP : int = Style.getStyleId("basic normal map");
public static const BLENDING : ... | package aerys.minko.render.effect.basic
{
import aerys.minko.render.effect.Style;
public final class BasicStyle
{
public static const DIFFUSE_COLOR : int = Style.getStyleId("basic diffuse color");
public static const DIFFUSE_MAP : int = Style.getStyleId("basic diffuse map");
public static const NORMAL_MAP ... | Create a BasicStyle.DIFFUSE_COLOR parameter | Create a BasicStyle.DIFFUSE_COLOR parameter
| ActionScript | mit | aerys/minko-as3 |
746a7aaf6504b75fef722126a55a32e2631090f0 | plugins/relatedEntriesPlugin/src/relatedEntriesPluginCode.as | plugins/relatedEntriesPlugin/src/relatedEntriesPluginCode.as | package
{
import com.kaltura.KalturaClient;
import com.kaltura.commands.baseEntry.BaseEntryList;
import com.kaltura.commands.playlist.PlaylistExecute;
import com.kaltura.events.KalturaEvent;
import com.kaltura.kdpfl.model.ConfigProxy;
import com.kaltura.kdpfl.model.ExternalInterfaceProxy;
import com.kalt... | package
{
import com.kaltura.KalturaClient;
import com.kaltura.commands.baseEntry.BaseEntryList;
import com.kaltura.commands.playlist.PlaylistExecute;
import com.kaltura.events.KalturaEvent;
import com.kaltura.kdpfl.model.ConfigProxy;
import com.kaltura.kdpfl.model.ExternalInterfaceProxy;
import com.kalt... | add referrer and ks on thumbURl, if needed | qnd: add referrer and ks on thumbURl, if needed
git-svn-id: 3f608e5a9a704dd448217c0a64c508e7f145cfa1@85990 6b8eccd3-e8c5-4e7d-8186-e12b5326b719
| ActionScript | agpl-3.0 | kaltura/kdp,shvyrev/kdp,kaltura/kdp,shvyrev/kdp,shvyrev/kdp,kaltura/kdp |
756181f8c223f2a511efccf9127e70ba5678eb04 | src/aerys/minko/render/shader/node/common/UV.as | src/aerys/minko/render/shader/node/common/UV.as | package aerys.minko.render.shader.node.common
{
import aerys.minko.render.shader.node.Components;
import aerys.minko.render.shader.node.Dummy;
import aerys.minko.render.shader.node.IFragmentNode;
import aerys.minko.render.shader.node.INode;
import aerys.minko.render.shader.node.IVertexNode;
import aerys.minko.ren... | package aerys.minko.render.shader.node.common
{
import aerys.minko.render.shader.node.Components;
import aerys.minko.render.shader.node.Dummy;
import aerys.minko.render.shader.node.IFragmentNode;
import aerys.minko.render.shader.node.INode;
import aerys.minko.render.shader.node.IVertexNode;
import aerys.minko.ren... | Fix the UV Shader node | Fix the UV Shader node
| ActionScript | mit | aerys/minko-as3 |
e97ecb0f6563f3e7fc2b92f21f8d7db716e7bfb4 | src/gaforflash_example.as | src/gaforflash_example.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 ap... | /*
* 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 example | update example | ActionScript | apache-2.0 | Vigmar/gaforflash,drflash/gaforflash,soumavachakraborty/gaforflash,DimaBaliakin/gaforflash,Miyaru/gaforflash,Vigmar/gaforflash,mrthuanvn/gaforflash,jisobkim/gaforflash,jisobkim/gaforflash,dli-iclinic/gaforflash,mrthuanvn/gaforflash,soumavachakraborty/gaforflash,drflash/gaforflash,dli-iclinic/gaforflash,jeremy-wischusen... |
d344ab418592a094fe1fbdfc709f264fbb9f27b9 | src/com/esri/builder/supportClasses/LayerToXMLUtil.as | src/com/esri/builder/supportClasses/LayerToXMLUtil.as | package com.esri.builder.supportClasses
{
import com.esri.ags.layers.ArcGISDynamicMapServiceLayer;
import com.esri.ags.layers.ArcGISImageServiceLayer;
import com.esri.ags.layers.ArcGISTiledMapServiceLayer;
import com.esri.ags.layers.CSVLayer;
import com.esri.ags.layers.FeatureLayer;
import com.esri.ags.layers.GeoRSSLa... | package com.esri.builder.supportClasses
{
import com.esri.ags.layers.ArcGISDynamicMapServiceLayer;
import com.esri.ags.layers.ArcGISImageServiceLayer;
import com.esri.ags.layers.ArcGISTiledMapServiceLayer;
import com.esri.ags.layers.CSVLayer;
import com.esri.ags.layers.FeatureLayer;
import com.esri.ags.layers.GeoRSSLa... | Clean up. | Clean up.
* Consolidate variable names.
* Improve readability.
| ActionScript | apache-2.0 | Esri/arcgis-viewer-builder-flex |
e3ae54ddb41b1cc6ac3f0040c8b51cb4b164c6e8 | src/as/com/threerings/util/StreamableHashMap.as | src/as/com/threerings/util/StreamableHashMap.as | //
// $Id$
//
// Narya library - tools for developing networked games
// Copyright (C) 2002-2010 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-2010 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 a comment so people don't accidentally new StreamableHashMap(), and expect it to work. | Add a comment so people don't accidentally new StreamableHashMap(), and expect it to work.
git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@6106 542714f4-19e9-0310-aa3c-eee0fc999fb1
| ActionScript | lgpl-2.1 | threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya |
af5ac2918388a9506a7df20d211d9c47a9c22663 | krew-framework/krewfw/builtin_actor/KrewState.as | krew-framework/krewfw/builtin_actor/KrewState.as | package krewfw.builtin_actor {
import krewfw.core.KrewActor;
/**
* State Object for KrewStateMachine.
*/
//------------------------------------------------------------
public class KrewState extends KrewActor {
/** KrewStateMachine gives its reference to a state on registration. */
... | package krewfw.builtin_actor {
import krewfw.core.KrewActor;
/**
* State Object for KrewStateMachine.
*/
//------------------------------------------------------------
public class KrewState extends KrewActor {
/** KrewStateMachine gives its reference to a state on registration. */
... | Fix little bug | Fix little bug
| ActionScript | mit | tatsuya-koyama/krewFramework,tatsuya-koyama/krewFramework,tatsuya-koyama/krewFramework |
0da0b82ccdf41ff909e346fbe7e375f7679fc47c | src/org/mangui/chromeless/ChromelessPlayer.as | src/org/mangui/chromeless/ChromelessPlayer.as | package org.mangui.chromeless {
import org.mangui.hls.utils.ScaleVideo;
import org.mangui.hls.model.AudioTrack;
import org.mangui.hls.HLSSettings;
import org.mangui.hls.event.HLSError;
import org.mangui.hls.event.HLSEvent;
import org.mangui.hls.HLS;
import flash.net.URLStream;
import o... | package org.mangui.chromeless {
import org.mangui.hls.utils.ScaleVideo;
import org.mangui.hls.model.AudioTrack;
import org.mangui.hls.HLSSettings;
import org.mangui.hls.event.HLSError;
import org.mangui.hls.event.HLSEvent;
import org.mangui.hls.HLS;
import flash.net.URLStream;
import o... | add default play() position : set it to -1 | ChromelessPlayer.as: add default play() position : set it to -1
| ActionScript | mpl-2.0 | ryanhefner/flashls,ryanhefner/flashls,dighan/flashls,codex-corp/flashls,hola/flashls,jlacivita/flashls,aevange/flashls,viktorot/flashls,loungelogic/flashls,vidible/vdb-flashls,Corey600/flashls,dighan/flashls,JulianPena/flashls,suuhas/flashls,clappr/flashls,clappr/flashls,suuhas/flashls,Peer5/flashls,stevemayhew/flashls... |
7f91d766a0785e8ecf525153d96baf7ad00d6591 | Arguments/src/Controller/logic/ModusTollens.as | Arguments/src/Controller/logic/ModusTollens.as | package Controller.logic
{
import Controller.ArgumentController;
import Model.AGORAModel;
import Model.ArgumentTypeModel;
import Model.StatementModel;
import ValueObjects.AGORAParameters;
import components.ArgSelector;
import components.ArgumentPanel;
import components.MenuPanel;
import cl... | package Controller.logic
{
import Controller.ArgumentController;
import Model.AGORAModel;
import Model.ArgumentTypeModel;
import Model.StatementModel;
import ValueObjects.AGORAParameters;
import components.ArgSelector;
import components.ArgumentPanel;
import components.MenuPanel;
import cl... | Fix merge issue from last night | Fix merge issue from last night
| ActionScript | agpl-3.0 | MichaelHoffmann/AGORA,MichaelHoffmann/AGORA,MichaelHoffmann/AGORA,mbjornas3/AGORA,mbjornas3/AGORA |
5a59ab346f492dc552f037030a85355748dd81fe | src/ageofai/unit/utils/VillagerAI.as | src/ageofai/unit/utils/VillagerAI.as | package ageofai.unit.utils
{
import ageofai.home.vo.HomeVO;
import ageofai.home.vo.MapNodeVO;
import ageofai.map.constant.CMapNodeType;
import ageofai.map.geom.IntPoint;
import ageofai.map.model.IMapModel;
import ageofai.map.model.MapNode;
import ageofai.unit.base.IUnitView;
import ageo... | package ageofai.unit.utils
{
import ageofai.home.vo.HomeVO;
import ageofai.home.vo.MapNodeVO;
import ageofai.map.constant.CMapNodeType;
import ageofai.map.geom.IntPoint;
import ageofai.map.model.IMapModel;
import ageofai.map.model.MapNode;
import ageofai.unit.base.IUnitView;
import ageo... | Fix 2 | Fix 2
| ActionScript | apache-2.0 | goc-flashplusplus/ageofai |
4ab62f4ab17bef4df5af967edefe5c2137eb5c16 | src/com/esri/builder/controllers/SwitchingMapsController.as | src/com/esri/builder/controllers/SwitchingMapsController.as | ////////////////////////////////////////////////////////////////////////////////
// Copyright (c) 2008-2013 Esri. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
/... | ////////////////////////////////////////////////////////////////////////////////
// Copyright (c) 2008-2013 Esri. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
/... | Clean up. | Clean up.
* Add missing semicolons.
* Rename variable.
* Remove unused variables.
| ActionScript | apache-2.0 | Esri/arcgis-viewer-builder-flex |
8f6a5afa122ffbf68b8c17635bb5b79ae8fd492a | source/com/kemsky/curry.as | source/com/kemsky/curry.as | package com.kemsky
{
/**
* @private
* Creates partially applied function
* @param func source
* @param args arguments to apply to func
* @return partially applied function
*/
public function curry(func:Function, ... args:Array):*
{
var arity:int = func.length;
... | package com.kemsky
{
/**
* Creates partially applied function
* @param func source
* @param args arguments to apply to func
* @return partially applied function
*/
public function curry(func:Function, ... args:Array):*
{
var arity:int = func.length;
function curryin... | rename prop to member | rename prop to member
| ActionScript | mit | kemsky/stream |
bf5ad6257112fd24ad176d95212fe32151044033 | src/com/esri/builder/controllers/ApplicationCompleteController.as | src/com/esri/builder/controllers/ApplicationCompleteController.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
//
/... | Migrate any existing settings (<= 3.3). | Migrate any existing settings (<= 3.3).
| ActionScript | apache-2.0 | Esri/arcgis-viewer-builder-flex |
c419d706a60b678b2673f06c12422e24a6883bb5 | src/aerys/minko/scene/node/texture/BitmapTexture.as | src/aerys/minko/scene/node/texture/BitmapTexture.as | package aerys.minko.scene.node.texture
{
import aerys.minko.render.effect.basic.BasicStyle;
import aerys.minko.render.resource.Texture3DResource;
import aerys.minko.scene.action.texture.TextureAction;
import aerys.minko.scene.node.AbstractScene;
import flash.display.BitmapData;
import flash.display.DisplayObjec... | package aerys.minko.scene.node.texture
{
import aerys.minko.ns.minko;
import aerys.minko.render.effect.basic.BasicStyle;
import aerys.minko.render.resource.Texture3DResource;
import aerys.minko.scene.action.texture.TextureAction;
import aerys.minko.scene.node.AbstractScene;
import flash.display.BitmapData;
imp... | Move data getter from "protected" to "minko" namespace | Move data getter from "protected" to "minko" namespace
| ActionScript | mit | aerys/minko-as3 |
9ad1b9b9500ffa92ab6355365a588bf2ffdef8e3 | src/ss5player/SS5Player.as | src/ss5player/SS5Player.as | package ss5player {
/**
* "SS5Player for AS3" is a SpriteStudio animation playback library.
* This class includes constants for version tracking.
* @author PROMOTAL Inc.
*/
public class SS5Player {
/**
* Current version of SS5Player.
*/
public static const VERSION:String = "0.2.0";
public funct... | package ss5player {
/**
* "SS5Player for AS3" is a SpriteStudio animation playback library.
* This class includes constants for version tracking.
* @author PROMOTAL Inc.
*/
public class SS5Player {
/**
* Current version of SS5Player.
*/
public static const VERSION:String = "0.2.1";
public funct... | bump version | bump version
| ActionScript | bsd-2-clause | promotal/SS5Player,promotal/SS5Player |
86b64314f006ab80f88707dc1bfe461e2f43ff37 | SoundMain.as | SoundMain.as | package {
import flash.display.Sprite;
import flash.events.Event;
import flash.events.SampleDataEvent;
import flash.external.ExternalInterface;
import flash.media.Sound;
import flash.media.SoundChannel;
import flash.net.URLRequest;
import flash.utils.ByteArray;
import flash.utils.getQualifiedClassName;
import flash.sy... | package {
import flash.display.Sprite;
import flash.events.Event;
import flash.events.SampleDataEvent;
import flash.external.ExternalInterface;
import flash.media.Sound;
import flash.media.SoundChannel;
import flash.net.URLRequest;
import flash.utils.ByteArray;
import flash.utils.getQualifiedClassName;
import flash.sy... | Fix to allow old buffers to be freed once used | Fix to allow old buffers to be freed once used
| ActionScript | bsd-3-clause | luciferous/Sound |
19eb3ed207d317317180dc91d4f48bc8c5a32513 | src/aerys/minko/scene/node/group/AnimationGroup.as | src/aerys/minko/scene/node/group/AnimationGroup.as | package aerys.minko.scene.node.group
{
import aerys.minko.ns.minko;
import aerys.minko.scene.action.group.AnimationGroupAction;
import aerys.minko.type.animation.TimeLabel;
import aerys.minko.type.animation.timeline.ITimeline;
import flash.utils.getTimer;
use namespace minko;
public class AnimationGroup ext... | package aerys.minko.scene.node.group
{
import aerys.minko.ns.minko;
import aerys.minko.scene.action.group.AnimationGroupAction;
import aerys.minko.type.animation.TimeLabel;
import aerys.minko.type.animation.timeline.ITimeline;
import flash.utils.getTimer;
use namespace minko;
public class AnimationGroup ext... | Add a clone method to AnimationGroup | Add a clone method to AnimationGroup
| ActionScript | mit | aerys/minko-as3 |
c4cb88b71e4bdf091e346665d3d52b4e5bfd1c6e | HLSPlugin/src/com/kaltura/hls/m2ts/PESProcessor.as | HLSPlugin/src/com/kaltura/hls/m2ts/PESProcessor.as | package com.kaltura.hls.m2ts
{
import flash.utils.ByteArray;
import flash.net.ObjectEncoding;
import flash.utils.ByteArray;
import flash.utils.Endian;
import flash.utils.IDataInput;
import flash.utils.IDataOutput;
import com.hurlant.util.Hex;
/**
* Process packetized elementary... | package com.kaltura.hls.m2ts
{
import flash.utils.ByteArray;
import flash.net.ObjectEncoding;
import flash.utils.ByteArray;
import flash.utils.Endian;
import flash.utils.IDataInput;
import flash.utils.IDataOutput;
import com.hurlant.util.Hex;
/**
* Process packetized elementary... | Combine sliced frames into a single FLV tag. | Combine sliced frames into a single FLV tag.
If we encounter a sliced h.264 stream, we’ll get multiple NALUs with
the same timestamps. If we present these to Flash’s h.264 decoder in
multiple FLV tags, it treats them as multiple frames and has problems
(partial frame displays, dropped “frames”). We can combine them in... | ActionScript | agpl-3.0 | kaltura/HLS-OSMF,kaltura/HLS-OSMF,kaltura/HLS-OSMF,kaltura/HLS-OSMF |
1358001ada951bba8e2f517570f8b6852453cf45 | frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/SingleLineBorderBead.as | frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/SingleLineBorderBead.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 border drawing | fix border drawing
| ActionScript | apache-2.0 | greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs |
e945a9e30f1f26d48331b3896717b73e8d9039e1 | frameworks/projects/HTML/as/src/org/apache/flex/html/beads/layouts/HorizontalLayout.as | frameworks/projects/HTML/as/src/org/apache/flex/html/beads/layouts/HorizontalLayout.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 vertical align | fix vertical align
| ActionScript | apache-2.0 | greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs |
4177c3cb386741bdba2965293cdde3291b73be10 | src/aerys/minko/scene/controller/TransformController.as | src/aerys/minko/scene/controller/TransformController.as | package aerys.minko.scene.controller
{
import aerys.minko.ns.minko_math;
import aerys.minko.render.Viewport;
import aerys.minko.scene.node.Group;
import aerys.minko.scene.node.ISceneNode;
import aerys.minko.scene.node.Scene;
import aerys.minko.type.math.Matrix4x4;
import flash.display.BitmapData;
import flash... | package aerys.minko.scene.controller
{
import aerys.minko.ns.minko_math;
import aerys.minko.render.Viewport;
import aerys.minko.scene.node.Group;
import aerys.minko.scene.node.ISceneNode;
import aerys.minko.scene.node.Scene;
import aerys.minko.type.math.Matrix4x4;
import flash.display.BitmapData;
import flash... | Fix update of a tree root transform matrix. | Fix update of a tree root transform matrix.
| ActionScript | mit | aerys/minko-as3 |
f1f8ce7e63abbe8b0f34953dc67842ded444c895 | kdp3Lib/src/com/kaltura/kdpfl/ApplicationFacade.as | kdp3Lib/src/com/kaltura/kdpfl/ApplicationFacade.as | package com.kaltura.kdpfl
{
import com.kaltura.kdpfl.controller.InitMacroCommand;
import com.kaltura.kdpfl.controller.LayoutReadyCommand;
import com.kaltura.kdpfl.controller.PlaybackCompleteCommand;
import com.kaltura.kdpfl.controller.SequenceItemPlayEndCommand;
import com.kaltura.kdpfl.controller.SequenceSkipNext... | package com.kaltura.kdpfl
{
import com.kaltura.kdpfl.controller.InitMacroCommand;
import com.kaltura.kdpfl.controller.LayoutReadyCommand;
import com.kaltura.kdpfl.controller.PlaybackCompleteCommand;
import com.kaltura.kdpfl.controller.SequenceItemPlayEndCommand;
import com.kaltura.kdpfl.controller.SequenceSkipNext... | update version 3.9.0 | update version 3.9.0
| ActionScript | agpl-3.0 | shvyrev/kdp,kaltura/kdp,kaltura/kdp,kaltura/kdp,shvyrev/kdp,shvyrev/kdp |
66b4eac20df02f3a2fc3c4a15e3e82013c8e73aa | src/asfac/src/com/thedevstop/asfac/AsFactory.as | src/asfac/src/com/thedevstop/asfac/AsFactory.as | package com.thedevstop.asfac
{
import avmplus.getQualifiedClassName;
import flash.errors.IllegalOperationError;
import flash.utils.describeType;
import flash.utils.Dictionary;
import flash.utils.getDefinitionByName;
/**
* The default AsFactory allows for registering instances, types, or callbacks
*/
public... | package com.thedevstop.asfac
{
import avmplus.getQualifiedClassName;
import flash.errors.IllegalOperationError;
import flash.utils.describeType;
import flash.utils.Dictionary;
import flash.utils.getDefinitionByName;
/**
* The default AsFactory allows for registering instances, types, or callbacks
*/
public... | Refactor callback checks to validateCallback | Refactor callback checks to validateCallback
| ActionScript | mit | thedevstop/asfac |
5b5595710d5e2407151fb903b660d2ba949c4bb8 | src/org/mangui/hls/HLS.as | src/org/mangui/hls/HLS.as | /* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mangui.hls {
import flash.display.Stage;
import flash.events.Event;
import flash.events.Ev... | /* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mangui.hls {
import flash.display.Stage;
import flash.events.Event;
import flash.events.Ev... | reset level upon hls.load(url) | reset level upon hls.load(url)
| ActionScript | mpl-2.0 | Boxie5/flashls,mangui/flashls,suuhas/flashls,jlacivita/flashls,Corey600/flashls,neilrackett/flashls,Peer5/flashls,clappr/flashls,suuhas/flashls,tedconf/flashls,Peer5/flashls,aevange/flashls,fixedmachine/flashls,suuhas/flashls,Boxie5/flashls,thdtjsdn/flashls,hola/flashls,aevange/flashls,clappr/flashls,aevange/flashls,Ni... |
eb5742e033dd3034dca2b78ccf28d9713138956e | src/aerys/minko/type/math/Vector4.as | src/aerys/minko/type/math/Vector4.as | package aerys.minko.type.math
{
import aerys.minko.ns.minko_math;
import aerys.minko.type.Factory;
import aerys.minko.type.Signal;
import aerys.minko.type.binding.IWatchable;
import flash.geom.Vector3D;
public class Vector4 implements IWatchable
{
use namespace minko_math;
public static const X_AXIS ... | package aerys.minko.type.math
{
import aerys.minko.ns.minko_math;
import aerys.minko.type.Factory;
import aerys.minko.type.Signal;
import aerys.minko.type.binding.IWatchable;
import flash.geom.Vector3D;
public class Vector4 implements IWatchable
{
use namespace minko_math;
public static const X_AXIS ... | Fix initialization of constant UPDATE_ALL. | Fix initialization of constant UPDATE_ALL.
| ActionScript | mit | aerys/minko-as3 |
e43eeda0781591765972922d1b0bb9f4347ab66f | plugins/wvPlugin/src/com/widevine/WvNetConnection.as | plugins/wvPlugin/src/com/widevine/WvNetConnection.as | /**
WvNetConnection
version 1.1
03/08/2010
Widevine extension to the NetConnection class. Required to stream encrypted content.
**/
package com.widevine
{
import flash.events.*;
import flash.external.ExternalInterface;
import flash.net.NetConnection;
import flash.net.Responder;
import flash.utils.setTimeout... | /**
WvNetConnection
version 1.1
03/08/2010
Widevine extension to the NetConnection class. Required to stream encrypted content.
**/
package com.widevine
{
import flash.events.*;
import flash.external.ExternalInterface;
import flash.net.NetConnection;
import flash.net.Responder;
import flash.utils.Timer;
im... | change retries logic when doConnect fails | widevine: change retries logic when doConnect fails | ActionScript | agpl-3.0 | shvyrev/kdp,kaltura/kdp,shvyrev/kdp,kaltura/kdp,kaltura/kdp,shvyrev/kdp |
382574a6c6aa6e5bb4a28609b530f16c68da2238 | krew-framework/krewfw/core/KrewPoolableActor.as | krew-framework/krewfw/core/KrewPoolableActor.as | package krewfw.core {
import krewfw.utils.as3.KrewObjectPool;
import krewfw.utils.as3.KrewPoolable;
/**
* To make poolable actor, extends KrewPoolableActor and implements
* in subclasses like this:
*
* <pre>
* public class YourPoolableActorClass extends KrewPoolableActor {
*
... | package krewfw.core {
import krewfw.utils.as3.KrewObjectPool;
import krewfw.utils.as3.KrewPoolable;
/**
* To make poolable actor, extends KrewPoolableActor and implements
* in subclasses like this:
*
* <pre>
* public class YourPoolableActorClass extends KrewPoolableActor {
*
... | Modify comment | Modify comment
| ActionScript | mit | tatsuya-koyama/krewFramework,tatsuya-koyama/krewFramework,tatsuya-koyama/krewFramework |
38ca7cc8dda9bb95a4f8ee293595f420398eb8ff | test/acceptance/abcasm/abs_helper.as | test/acceptance/abcasm/abs_helper.as | /* -*- mode: java; tab-width: 4; indent-tabs-mode: nil -*- */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obta... | /* -*- mode: java; tab-width: 4; indent-tabs-mode: nil -*- */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obta... | Fix the if/else case, this restores to the previous conditions | Fix the if/else case, this restores to the previous conditions
| ActionScript | mpl-2.0 | pnkfelix/tamarin-redux,pfgenyun/tamarin-redux,pfgenyun/tamarin-redux,pnkfelix/tamarin-redux,pfgenyun/tamarin-redux,pnkfelix/tamarin-redux,pfgenyun/tamarin-redux,pnkfelix/tamarin-redux,pfgenyun/tamarin-redux,pfgenyun/tamarin-redux,pnkfelix/tamarin-redux,pnkfelix/tamarin-redux,pfgenyun/tamarin-redux,pnkfelix/tamarin-redu... |
66c20eaefc048b5133759af284556a641259ea95 | src/aerys/minko/scene/node/AbstractSceneNode.as | src/aerys/minko/scene/node/AbstractSceneNode.as | package aerys.minko.scene.node
{
import aerys.minko.ns.minko_scene;
import aerys.minko.scene.controller.AbstractController;
import aerys.minko.scene.controller.IRebindableController;
import aerys.minko.scene.controller.TransformController;
import aerys.minko.scene.data.TransformDataProvider;
import aerys.minko.ty... | package aerys.minko.scene.node
{
import aerys.minko.ns.minko_scene;
import aerys.minko.scene.controller.AbstractController;
import aerys.minko.scene.controller.IRebindableController;
import aerys.minko.scene.controller.TransformController;
import aerys.minko.scene.data.TransformDataProvider;
import aerys.minko.ty... | change AbstractSceneNode.parent setter to make sure the 'removed' signal is called before the parent's 'descendantRemoved' signal | change AbstractSceneNode.parent setter to make sure the 'removed' signal is called before the parent's 'descendantRemoved' signal
| ActionScript | mit | aerys/minko-as3 |
c059c67a49ef667e62680a520c23d5aa24b31ea7 | frameworks/projects/experimental_mobile/src/ExperimentalMobileClasses.as | frameworks/projects/experimental_mobile/src/ExperimentalMobileClasses.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 how extra experimental classes are linked into sec | fix how extra experimental classes are linked into sec
| ActionScript | apache-2.0 | apache/flex-sdk,adufilie/flex-sdk,danteinforno/flex-sdk,apache/flex-sdk,shyamalschandra/flex-sdk,SlavaRa/flex-sdk,adufilie/flex-sdk,SlavaRa/flex-sdk,apache/flex-sdk,shyamalschandra/flex-sdk,danteinforno/flex-sdk,adufilie/flex-sdk,danteinforno/flex-sdk,adufilie/flex-sdk,SlavaRa/flex-sdk,danteinforno/flex-sdk,SlavaRa/fle... |
9e9ec994d1853ebf7899ee619a07df10473801fa | src/org/mangui/osmf/plugins/loader/HLSLoaderBase.as | src/org/mangui/osmf/plugins/loader/HLSLoaderBase.as | package org.mangui.osmf.plugins.loader {
import org.mangui.hls.HLS;
import org.mangui.hls.HLSEvent;
import org.mangui.hls.model.Level;
import org.mangui.hls.HLSTypes;
import org.mangui.osmf.plugins.HLSMediaElement;
import org.mangui.osmf.plugins.utils.ErrorManager;
import org.osmf.elements.prox... | package org.mangui.osmf.plugins.loader {
import org.mangui.hls.HLS;
import org.mangui.hls.HLSEvent;
import org.mangui.hls.model.Level;
import org.mangui.hls.HLSTypes;
import org.mangui.osmf.plugins.HLSMediaElement;
import org.mangui.osmf.plugins.utils.ErrorManager;
import org.osmf.elements.prox... | Fix bug : dispatch MediaErrorEvent on the _loadTrait (see OSMF F4MLoader class) | Fix bug : dispatch MediaErrorEvent on the _loadTrait (see OSMF F4MLoader class)
| ActionScript | mpl-2.0 | JulianPena/flashls,suuhas/flashls,fixedmachine/flashls,Peer5/flashls,NicolasSiver/flashls,stevemayhew/flashls,vidible/vdb-flashls,jlacivita/flashls,aevange/flashls,ryanhefner/flashls,Peer5/flashls,suuhas/flashls,codex-corp/flashls,ryanhefner/flashls,ryanhefner/flashls,fixedmachine/flashls,aevange/flashls,loungelogic/fl... |
4ec8e71f0ca1a3c0e0b13413bda27e62313405a6 | src/aerys/minko/render/geometry/stream/format/VertexComponent.as | src/aerys/minko/render/geometry/stream/format/VertexComponent.as | package aerys.minko.render.geometry.stream.format
{
import flash.utils.ByteArray;
public final class VertexComponent
{
private static const INSTANCIATED_COMPONENTS : Object = new Object();
public static const XYZ : VertexComponent = create(["x", "y", "z"], VertexComponentType.FLOAT_3);
public static const... | package aerys.minko.render.geometry.stream.format
{
import flash.utils.ByteArray;
public final class VertexComponent
{
private static const INSTANCIATED_COMPONENTS : Object = new Object();
public static const XYZ : VertexComponent = create(["x", "y", "z"], VertexComponentType.FLOAT_3);
public static const... | fix coding style | fix coding style
| ActionScript | mit | aerys/minko-as3 |
99dd0d5b7ac7530d5fb524b75635bcb56f6c2a00 | rtmfpcat.as | rtmfpcat.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 rtmfp.CirrusSocket;
import rtmfp.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 rtmfp.CirrusSocket;
import rtmfp.FacilitatorSocket... | Put ++ where I meant -- | Put ++ where I meant --
| ActionScript | mit | arlolra/flashproxy,infinity0/flashproxy,glamrock/flashproxy,glamrock/flashproxy,glamrock/flashproxy,arlolra/flashproxy,arlolra/flashproxy,infinity0/flashproxy,glamrock/flashproxy,infinity0/flashproxy,arlolra/flashproxy,infinity0/flashproxy,arlolra/flashproxy,infinity0/flashproxy,glamrock/flashproxy,infinity0/flashproxy... |
5057c130bf2b29e59eb1d8dc4e8a191cae4b18d4 | src/org/mangui/hls/controller/AutoBufferController.as | src/org/mangui/hls/controller/AutoBufferController.as | /* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mangui.hls.controller {
import org.mangui.hls.HLS;
import org.mangui.hls.HLSSettings;
impo... | /* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mangui.hls.controller {
import org.mangui.hls.HLS;
import org.mangui.hls.HLSSettings;
impo... | reduce verbosity | reduce verbosity
| ActionScript | mpl-2.0 | fixedmachine/flashls,neilrackett/flashls,School-Improvement-Network/flashls,thdtjsdn/flashls,dighan/flashls,dighan/flashls,Corey600/flashls,NicolasSiver/flashls,aevange/flashls,mangui/flashls,JulianPena/flashls,tedconf/flashls,neilrackett/flashls,viktorot/flashls,viktorot/flashls,Peer5/flashls,JulianPena/flashls,hola/f... |
59b49960178af7a5c0194133b14634e5f1d3b946 | src/com/esri/builder/controllers/LocaleController.as | src/com/esri/builder/controllers/LocaleController.as | ////////////////////////////////////////////////////////////////////////////////
// Copyright (c) 2008-2013 Esri. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
/... | ////////////////////////////////////////////////////////////////////////////////
// Copyright (c) 2008-2013 Esri. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
/... | Clean up. | Clean up.
| ActionScript | apache-2.0 | Esri/arcgis-viewer-builder-flex |
6bff6c47d47b807d7c85ed119580ef9d4b4a55fd | src/aerys/minko/render/material/phong/PhongShader.as | src/aerys/minko/render/material/phong/PhongShader.as | package aerys.minko.render.material.phong
{
import aerys.minko.render.RenderTarget;
import aerys.minko.render.material.basic.BasicShader;
import aerys.minko.render.resource.texture.ITextureResource;
import aerys.minko.render.shader.SFloat;
import aerys.minko.render.shader.part.phong.LightAwareDiffuseShaderPart;
i... | package aerys.minko.render.material.phong
{
import aerys.minko.render.RenderTarget;
import aerys.minko.render.material.basic.BasicShader;
import aerys.minko.render.shader.SFloat;
import aerys.minko.render.shader.part.phong.LightAwareDiffuseShaderPart;
import aerys.minko.render.shader.part.phong.PhongShaderPart;
... | remove useless imports | remove useless imports
| ActionScript | mit | aerys/minko-as3 |
48eab722244a0a4917bfa4327688c49397c29c9e | graffiti/src/com/nocircleno/graffiti/tools/brushes/Brush.as | graffiti/src/com/nocircleno/graffiti/tools/brushes/Brush.as | /*
* Graffiti Touch
* ______________________________________________________________________
* www.nocircleno.com/graffiti/
*/
/*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
* OF MERCHANTABILITY, FITNESS FOR A PA... | /*
* Graffiti Touch
* ______________________________________________________________________
* www.nocircleno.com/graffiti/
*/
/*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
* OF MERCHANTABILITY, FITNESS FOR A PA... | Fix Eraser mode #5 | Fix Eraser mode #5
Parameter was not visible - Erase mode now work fine | ActionScript | mit | benrhodes/graffiti-as3-drawing-lib-touch |
6b721fed1e405f0833a9c13a312d87563a05b3a6 | lib/src_linux/com/amanitadesign/steam/FRESteamWorks.as | lib/src_linux/com/amanitadesign/steam/FRESteamWorks.as | /*
* FRESteamWorks.as
* This file is part of FRESteamWorks.
*
* Created by Ventero <http://github.com/Ventero>
* Copyright (c) 2012-2013 Level Up Labs, LLC. All rights reserved.
*/
package com.amanitadesign.steam {
import flash.desktop.NativeProcess;
import flash.desktop.NativeProcessStartupInfo;
import f... | /*
* FRESteamWorks.as
* This file is part of FRESteamWorks.
*
* Created by Ventero <http://github.com/Ventero>
* Copyright (c) 2012-2013 Level Up Labs, LLC. All rights reserved.
*/
package com.amanitadesign.steam {
import flash.desktop.NativeProcess;
import flash.desktop.NativeProcessStartupInfo;
import f... | Fix typo | Fix typo
| ActionScript | bsd-2-clause | Ventero/FRESteamWorks,Ventero/FRESteamWorks,Ventero/FRESteamWorks,Ventero/FRESteamWorks |
f118c242fa4e65c4962fb0276efb885102a78853 | src/flash/htmlelements/VideoElement.as | src/flash/htmlelements/VideoElement.as | package htmlelements
{
import flash.display.Sprite;
import flash.events.*;
import flash.net.NetConnection;
import flash.net.NetStream;
import flash.media.Video;
import flash.media.SoundTransform;
import flash.utils.Timer;
import FlashMediaElement;
import HtmlMediaEvent;
public class VideoElement extends Sp... | package htmlelements
{
import flash.display.Sprite;
import flash.events.*;
import flash.net.NetConnection;
import flash.net.NetStream;
import flash.media.Video;
import flash.media.SoundTransform;
import flash.utils.Timer;
import FlashMediaElement;
import HtmlMediaEvent;
public class VideoElement extends Sp... | Add onBWDone handler to remove errors. See http://stackoverflow.com/questions/2296822/flash-as3-streaming-player-onbwdone | Add onBWDone handler to remove errors. See http://stackoverflow.com/questions/2296822/flash-as3-streaming-player-onbwdone
| ActionScript | agpl-3.0 | libeo/Vibeo,libeo/Vibeo,libeo/Vibeo,libeo/Vibeo |
6bc372c4258abf425e99e6fe78b2cd1372350a6f | WEB-INF/lps/lfc/kernel/swf9/LzTextSprite.as | WEB-INF/lps/lfc/kernel/swf9/LzTextSprite.as |
/**
* LzTextSprite.as
*
* @copyright Copyright 2007, 2008 Laszlo Systems, Inc. All Rights Reserved.
* Use is subject to license terms.
*
* @topic Kernel
* @subtopic swf9
* @author Henry Minsky <hminsky@laszlosystems.com>
*/
public class LzTextSprite extends LzSprite {
#pass... |
/**
* LzTextSprite.as
*
* @copyright Copyright 2007, 2008 Laszlo Systems, Inc. All Rights Reserved.
* Use is subject to license terms.
*
* @topic Kernel
* @subtopic swf9
* @author Henry Minsky <hminsky@laszlosystems.com>
*/
public class LzTextSprite extends LzSprite {
#pass... | adjust swf9 textsprite height properly | adjust swf9 textsprite height properly
git-svn-id: d62bde4b5aa582fdf07c8d403e53e0399a7ed285@9064 fa20e4f9-1d0a-0410-b5f3-dc9c16b8b17c
| ActionScript | epl-1.0 | mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo |
65abfc71416d1df841c7a22c57c775601d37e306 | src/aerys/minko/render/resource/Context3DResource.as | src/aerys/minko/render/resource/Context3DResource.as | package aerys.minko.render.resource
{
import flash.display.BitmapData;
import flash.display3D.Context3D;
import flash.display3D.IndexBuffer3D;
import flash.display3D.Program3D;
import flash.display3D.VertexBuffer3D;
import flash.display3D.textures.CubeTexture;
import flash.display3D.textures.Texture;
import fla... | package aerys.minko.render.resource
{
import flash.display.BitmapData;
import flash.display3D.Context3D;
import flash.display3D.IndexBuffer3D;
import flash.display3D.Program3D;
import flash.display3D.VertexBuffer3D;
import flash.display3D.textures.CubeTexture;
import flash.display3D.textures.Texture;
import fla... | fix missing 'mask' argument when calling Context3D.clear() in Context3DResource.clear() | fix missing 'mask' argument when calling Context3D.clear() in Context3DResource.clear()
| ActionScript | mit | aerys/minko-as3 |
52a142d68313fec56c0936bad6698465d4d7c3ba | flexEditor/src/org/arisgames/editor/util/AppConstants.as | flexEditor/src/org/arisgames/editor/util/AppConstants.as | package org.arisgames.editor.util
{
public class AppConstants
{
//Server URL
//public static const APPLICATION_ENVIRONMENT_ROOT_URL:String = "http://arisgames.org/stagingserver1"; //For other URL's to append to- Staging
public static const APPLICATION_ENVIRONMENT_ROOT_URL:String = "http://atsosxdev.doit.wisc.edu/ari... | package org.arisgames.editor.util
{
public class AppConstants
{
//Server URL
//public static const APPLICATION_ENVIRONMENT_ROOT_URL:String = "http://arisgames.org/stagingserver1"; //For other URL's to append to- Staging
public static const APPLICATION_ENVIRONMENT_ROOT_URL:String = "http://atsosxdev.doit.wisc.edu/ari... | update default augbubble icon | update default augbubble icon | ActionScript | mit | augustozuniga/arisgames,inesaloulou21/arisgames,augustozuniga/arisgames,inesaloulou21/arisgames,inesaloulou21/arisgames,inesaloulou21/arisgames,augustozuniga/arisgames,augustozuniga/arisgames,inesaloulou21/arisgames,augustozuniga/arisgames,augustozuniga/arisgames,inesaloulou21/arisgames,augustozuniga/arisgames,inesalou... |
163a05641d3ab9e404b71b4d406c2ed06d7836e8 | fp9/src/as3isolib/display/primitive/IsoPolygon.as | fp9/src/as3isolib/display/primitive/IsoPolygon.as | /*
as3isolib - An open-source ActionScript 3.0 Isometric Library developed to assist
in creating isometrically projected content (such as games and graphics)
targeted for the Flash player platform
http://code.google.com/p/as3isolib/
Copyright (c) 2006 - 2008 J.W.Opitz, All Rights Reserved.
Permission is hereby gr... | /*
as3isolib - An open-source ActionScript 3.0 Isometric Library developed to assist
in creating isometrically projected content (such as games and graphics)
targeted for the Flash player platform
http://code.google.com/p/as3isolib/
Copyright (c) 2006 - 2008 J.W.Opitz, All Rights Reserved.
Permission is hereby gr... | fix for bug - http://code.google.com/p/as3isolib/issues/detail?id=21 | fix for bug - http://code.google.com/p/as3isolib/issues/detail?id=21
| ActionScript | mit | liuju/as3isolib.v1,dreamsxin/as3isolib.v1,liuju/as3isolib.v1,as3isolib/as3isolib.v1,dreamsxin/as3isolib.v1,as3isolib/as3isolib.v1 |
a2d7ebbd5885120c5409c0520e144246044beb93 | src/org/flintparticles/common/events/ParticleEvent.as | src/org/flintparticles/common/events/ParticleEvent.as | /*
* FLINT PARTICLE SYSTEM
* .....................
*
* Author: Richard Lord
* Copyright (c) Richard Lord 2008-2011
* http://flintparticles.org
*
*
* Licence Agreement
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (t... | /*
* FLINT PARTICLE SYSTEM
* .....................
*
* Author: Richard Lord
* Copyright (c) Richard Lord 2008-2011
* http://flintparticles.org
*
*
* Licence Agreement
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (t... | Fix incorrect name on particle removed event | Fix incorrect name on particle removed event
| ActionScript | mit | richardlord/Flint |
4f575a115e82f8ed35c9081f0e6cf899080e28f0 | 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... | Improve test app | Improve test app
Modularized the different tests, so it's easier to test specific
features.
| ActionScript | bsd-2-clause | Ventero/FRESteamWorks,Ventero/FRESteamWorks,Ventero/FRESteamWorks,Ventero/FRESteamWorks |
fb2ea70ebc09f1f06310ad8edaeb3937e9621572 | src/sqlite/ado-drivers-connections-sqlite.adb | src/sqlite/ado-drivers-connections-sqlite.adb | -----------------------------------------------------------------------
-- ADO Sqlite Database -- SQLite Database connections
-- Copyright (C) 2009, 2010, 2011, 2012, 2015, 2017, 2018 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the ... | -----------------------------------------------------------------------
-- ADO Sqlite Database -- SQLite Database connections
-- Copyright (C) 2009, 2010, 2011, 2012, 2015, 2017, 2018 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the ... | Use Is_On function to check if the SQLite create flag must be set Ignore the 'create' property when configuring the SQLite pragmas | Use Is_On function to check if the SQLite create flag must be set
Ignore the 'create' property when configuring the SQLite pragmas
| Ada | apache-2.0 | stcarrez/ada-ado |
475f4a492d05351acead550699abc4f7a44c8844 | src/ado-queries.adb | src/ado-queries.adb | -----------------------------------------------------------------------
-- ado-queries -- Database Queries
-- Copyright (C) 2011, 2012, 2013, 2014, 2015, 2017, 2018 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you... | -----------------------------------------------------------------------
-- ado-queries -- Database Queries
-- Copyright (C) 2011, 2012, 2013, 2014, 2015, 2017, 2018 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you... | Update the Query_Error exception to add the query name in the message | Update the Query_Error exception to add the query name in the message
| Ada | apache-2.0 | stcarrez/ada-ado |
c0ebe1b21f3a7e0846aa43855f35eb1b01b1d9cc | src/ado-queries.ads | src/ado-queries.ads | -----------------------------------------------------------------------
-- ado-queries -- Database Queries
-- Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-... | -----------------------------------------------------------------------
-- ado-queries -- Database Queries
-- Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-... | Make Query_Info, Query_Info_Access and Query_Info_Ref_Access private types | Make Query_Info, Query_Info_Access and Query_Info_Ref_Access private types
| Ada | apache-2.0 | stcarrez/ada-ado |
620efa7208776af564ffb885245e1e6c4fade37e | src/http/util-http-clients.ads | src/http/util-http-clients.ads | -----------------------------------------------------------------------
-- util-http-clients -- HTTP Clients
-- Copyright (C) 2011, 2012, 2015 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file... | -----------------------------------------------------------------------
-- util-http-clients -- HTTP Clients
-- Copyright (C) 2011, 2012, 2015, 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use thi... | Declare the Put and Do_Put procedure | Declare the Put and Do_Put procedure
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util |
dd13bcf3c0263dd4a0f3cb6b7ee01169eddbc3c1 | samples/functions.adb | samples/functions.adb | -----------------------------------------------------------------------
-- functions -- Show how to plug and use functions
-- Copyright (C) 2009, 2010 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not... | -----------------------------------------------------------------------
-- functions -- Show how to plug and use functions
-- Copyright (C) 2009, 2010 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not... | Update the EL expression (both variants work but this later implementation is more conformed to the JSR specification) | Update the EL expression (both variants work but this later
implementation is more conformed to the JSR specification)
| Ada | apache-2.0 | Letractively/ada-el |
1599b038c130ad76181cb618df7a6bca7ccf9d78 | src/natools-s_expressions-printers-pretty.ads | src/natools-s_expressions-printers-pretty.ads | ------------------------------------------------------------------------------
-- Copyright (c) 2013-2014, Natacha Porté --
-- --
-- Permission to use, copy, modify, and distribute this software for any --
-- p... | ------------------------------------------------------------------------------
-- Copyright (c) 2013-2014, Natacha Porté --
-- --
-- Permission to use, copy, modify, and distribute this software for any --
-- p... | add valid default values to Parameter objects | s_expressions-printers-pretty: add valid default values to Parameter objects
This ensures that default Parameters objects are valid, and therefore that
pretty printers without explicit parameter initialization are valid
(and canonical) too. | Ada | isc | faelys/natools |
d1d2f358c84830e4266273cb1d2ab5179695b0e1 | src/util-events.ads | src/util-events.ads | -----------------------------------------------------------------------
-- util-events -- Events
-- Copyright (C) 2001, 2002, 2003, 2009, 2010 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file... | -----------------------------------------------------------------------
-- util-events -- Events
-- Copyright (C) 2001, 2002, 2003, 2009, 2010, 2011 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use thi... | Change the Event type to a limited type | Change the Event type to a limited type
| Ada | apache-2.0 | Letractively/ada-util,flottokarotto/ada-util,Letractively/ada-util,flottokarotto/ada-util |
fa99c446851c3ff8abccd9c43c1ea11fb057b1b9 | awa/plugins/awa-settings/src/awa-settings.ads | awa/plugins/awa-settings/src/awa-settings.ads | -----------------------------------------------------------------------
-- awa-settings -- Settings module
-- Copyright (C) 2013 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in co... | -----------------------------------------------------------------------
-- awa-settings -- Settings module
-- Copyright (C) 2013 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in co... | Document the AWA.Settings module | Document the AWA.Settings module
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa |
aa3a14728ef85778bc49dd4a396697b6febbfc01 | src/security.ads | src/security.ads | -----------------------------------------------------------------------
-- security -- Security
-- Copyright (C) 2010, 2011, 2012 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in co... | -----------------------------------------------------------------------
-- security -- Security
-- Copyright (C) 2010, 2011, 2012 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in co... | Document the permission | Document the permission
| Ada | apache-2.0 | Letractively/ada-security |
feaa0a708de4915885a5c802ed800d9b99b874d2 | awa/plugins/awa-jobs/src/awa-jobs-services.ads | awa/plugins/awa-jobs/src/awa-jobs-services.ads | -----------------------------------------------------------------------
-- awa-jobs -- AWA Jobs
-- Copyright (C) 2012, 2014, 2015 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in co... | -----------------------------------------------------------------------
-- awa-jobs -- AWA Jobs
-- Copyright (C) 2012, 2014, 2015 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in co... | Declare the Get_Parameter procedure to retrieve a database identifier | Declare the Get_Parameter procedure to retrieve a database identifier
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa |
cf96ed1311cdbbc12a22cf285ca9e79c7ce44402 | src/http/curl/util-http-clients-curl.adb | src/http/curl/util-http-clients-curl.adb | -----------------------------------------------------------------------
-- util-http-clients-curl -- HTTP Clients with CURL
-- Copyright (C) 2012 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this f... | -----------------------------------------------------------------------
-- util-http-clients-curl -- HTTP Clients with CURL
-- Copyright (C) 2012, 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use ... | Fix the Get and Post operation to explicitly set the GET or POST operation on each request (because curl keeps the previous settings) | Fix the Get and Post operation to explicitly set the GET or POST operation on each request
(because curl keeps the previous settings)
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util |
372ca719b8951f3c606b017b5401360c7fcb7ab0 | src/http/curl/util-http-clients-curl.adb | src/http/curl/util-http-clients-curl.adb | -----------------------------------------------------------------------
-- util-http-clients-curl -- HTTP Clients with CURL
-- Copyright (C) 2012, 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use ... | -----------------------------------------------------------------------
-- util-http-clients-curl -- HTTP Clients with CURL
-- Copyright (C) 2012, 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use ... | Implement the Set_Headers procedure to make the request header Use it in the Do_Get and Do_Post operations | Implement the Set_Headers procedure to make the request header
Use it in the Do_Get and Do_Post operations
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util |
fbef5770df95d7916c440b6d7169a403e12b7354 | awa/plugins/awa-blogs/src/awa-blogs-beans.ads | awa/plugins/awa-blogs/src/awa-blogs-beans.ads | -----------------------------------------------------------------------
-- awa-blogs-beans -- Beans for blog module
-- Copyright (C) 2011, 2012, 2013, 2014 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not ... | -----------------------------------------------------------------------
-- awa-blogs-beans -- Beans for blog module
-- Copyright (C) 2011, 2012, 2013, 2014, 2015 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you ma... | Remove the Set_Value operation on the Blog_Bean type because it is now generated in the Models package | Remove the Set_Value operation on the Blog_Bean type because it is now generated in the Models package
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa |
967aa01d82224663bcc9e894630a3484bc0ce03a | mat/src/mat-commands.adb | mat/src/mat-commands.adb | -----------------------------------------------------------------------
-- mat-interp -- Command interpreter
-- Copyright (C) 2014 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in c... | -----------------------------------------------------------------------
-- mat-interp -- Command interpreter
-- Copyright (C) 2014 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in c... | Define the frames command New function Frames_Command to print the functions that allocate memory | Define the frames command
New function Frames_Command to print the functions that allocate memory
| Ada | apache-2.0 | stcarrez/mat,stcarrez/mat,stcarrez/mat |
09f787300009126fd1154149d40b2ee8a3568a47 | matp/src/mat-formats.adb | matp/src/mat-formats.adb | -----------------------------------------------------------------------
-- mat-formats - Format various types for the console or GUI interface
-- Copyright (C) 2015 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you... | -----------------------------------------------------------------------
-- mat-formats - Format various types for the console or GUI interface
-- Copyright (C) 2015 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you... | Update the event brief format to be even briefer | Update the event brief format to be even briefer
| Ada | apache-2.0 | stcarrez/mat,stcarrez/mat,stcarrez/mat |
a626df19252978df8e73b3b58027f8cfdcc4065f | src/util-encoders.adb | src/util-encoders.adb | -----------------------------------------------------------------------
-- util-encoders -- Encode/Decode streams and strings from one format to another
-- Copyright (C) 2009, 2010, 2011, 2016, 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Ve... | -----------------------------------------------------------------------
-- util-encoders -- Encode/Decode streams and strings from one format to another
-- Copyright (C) 2009, 2010, 2011, 2016, 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Ve... | Refactor the encoders - Update the Decode function to use the Decoder type - Implement the Create function for the Decoder - Implement the Finalize procedure for the Decoder | Refactor the encoders
- Update the Decode function to use the Decoder type
- Implement the Create function for the Decoder
- Implement the Finalize procedure for the Decoder
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util |
af6bc3f91254e29e54a5468ae7ddd9c181447aac | awa/src/awa-applications.adb | awa/src/awa-applications.adb | -----------------------------------------------------------------------
-- awa -- Ada Web Application
-- Copyright (C) 2009, 2010, 2011 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except... | -----------------------------------------------------------------------
-- awa -- Ada Web Application
-- Copyright (C) 2009, 2010, 2011, 2012 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file ... | Remove unused commented code | Remove unused commented code
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa |
8821891391e02eb164f5a44e957a3dee14b5eea5 | src/sys/encoders/util-encoders-hmac-sha256.adb | src/sys/encoders/util-encoders-hmac-sha256.adb | -----------------------------------------------------------------------
-- util-encoders-hmac-sha1 -- Compute HMAC-SHA256 authentication code
-- Copyright (C) 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you ... | -----------------------------------------------------------------------
-- util-encoders-hmac-sha1 -- Compute HMAC-SHA256 authentication code
-- Copyright (C) 2017, 2019 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
--... | Implement Sign procedure for PBKDF2 | Implement Sign procedure for PBKDF2
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util |
7240a9ed5c77066e30370c3d85e633d507868cf7 | awa/plugins/awa-comments/src/awa-comments-beans.ads | awa/plugins/awa-comments/src/awa-comments-beans.ads | -----------------------------------------------------------------------
-- awa-comments-beans -- Beans for the comments module
-- Copyright (C) 2014, 2015 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not u... | -----------------------------------------------------------------------
-- awa-comments-beans -- Beans for the comments module
-- Copyright (C) 2014, 2015, 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may... | Add Publish_Only member to the Comment_List_Bean type | Add Publish_Only member to the Comment_List_Bean type
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa |
eb257c9b826c313d597fefc00beb4cb8fa368373 | src/sys/processes/os-linux/util-systems-os.ads | src/sys/processes/os-linux/util-systems-os.ads | -----------------------------------------------------------------------
-- util-system-os -- Unix system operations
-- Copyright (C) 2011, 2012, 2014, 2015, 2016, 2017, 2018, 2019 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "Lic... | -----------------------------------------------------------------------
-- util-systems-os -- Unix system operations
-- Copyright (C) 2011, 2012, 2014, 2015, 2016, 2017, 2018, 2019 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "Li... | Add Strerror declaration to get access to the system error message | Add Strerror declaration to get access to the system error message
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util |
de53e045a75142f9e704a28b52e08e85000efd5b | src/base/commands/util-commands-drivers.ads | src/base/commands/util-commands-drivers.ads | -----------------------------------------------------------------------
-- util-commands-drivers -- Support to make command line tools
-- Copyright (C) 2017, 2018 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you m... | -----------------------------------------------------------------------
-- util-commands-drivers -- Support to make command line tools
-- Copyright (C) 2017, 2018, 2019 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- ... | Add an Add_Command to allow defining the command description Add a Description member to the Command_Type | Add an Add_Command to allow defining the command description
Add a Description member to the Command_Type
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util |
7b8384a3ab3cf0cbe1016e2f7cbf4d1a64a9a4a8 | src/util-commands.adb | src/util-commands.adb | -----------------------------------------------------------------------
-- util-commands -- Support to make command line tools
-- Copyright (C) 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use thi... | -----------------------------------------------------------------------
-- util-commands -- Support to make command line tools
-- Copyright (C) 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use thi... | Implement the Initialize and other operations for the String_Argument_List type | Implement the Initialize and other operations for the String_Argument_List type
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util |
dbb6c2e77b49c73fefb207f8018d5218ebab2c6b | src/mysql/ado-drivers-connections-mysql.ads | src/mysql/ado-drivers-connections-mysql.ads | -----------------------------------------------------------------------
-- ADO Mysql Database -- MySQL Database connections
-- Copyright (C) 2009, 2010 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use ... | -----------------------------------------------------------------------
-- ADO Mysql Database -- MySQL Database connections
-- Copyright (C) 2009, 2010 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use ... | Add a connection identifier | Add a connection identifier
| Ada | apache-2.0 | stcarrez/ada-ado |
4cae3d8406ed9b53f0c2719afbe831118dee4eae | awa/plugins/awa-blogs/regtests/awa-blogs-tests.ads | awa/plugins/awa-blogs/regtests/awa-blogs-tests.ads | -----------------------------------------------------------------------
-- awa-blogs-tests -- Unit tests for blogs module
-- Copyright (C) 2017, 2018 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use th... | -----------------------------------------------------------------------
-- awa-blogs-tests -- Unit tests for blogs module
-- Copyright (C) 2017, 2018, 2022 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not ... | Declare the Test_Image_Blog procedure to reveal bug #18 | Declare the Test_Image_Blog procedure to reveal bug #18
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa |
1c78fde234e04681e0f3f56859366dd574155623 | awa/plugins/awa-wikis/regtests/awa-wikis-tests.adb | awa/plugins/awa-wikis/regtests/awa-wikis-tests.adb | -----------------------------------------------------------------------
-- awa-wikis-tests -- Unit tests for wikis module
-- Copyright (C) 2018 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this fil... | -----------------------------------------------------------------------
-- awa-wikis-tests -- Unit tests for wikis module
-- Copyright (C) 2018 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this fil... | Implement Test_Missing_Page procedure to check accessing a page that does not exist | Implement Test_Missing_Page procedure to check accessing a page that does not exist
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa |
345f93bae245e2af339c332ce9e3ff1e81b7a2b0 | mat/src/mat-readers.ads | mat/src/mat-readers.ads | -----------------------------------------------------------------------
-- mat-readers -- Reader
-- Copyright (C) 2014 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance wi... | -----------------------------------------------------------------------
-- mat-readers -- Reader
-- Copyright (C) 2014 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance wi... | Add the Events access member in Manager_Base to track events | Add the Events access member in Manager_Base to track events
| Ada | apache-2.0 | stcarrez/mat,stcarrez/mat,stcarrez/mat |
cc1710f39167c946db1fcda5405cf7d08f88e824 | matp/src/mat-targets.ads | matp/src/mat-targets.ads | -----------------------------------------------------------------------
-- mat-targets - Representation of target information
-- Copyright (C) 2014, 2015 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not us... | -----------------------------------------------------------------------
-- mat-targets - Representation of target information
-- Copyright (C) 2014, 2015 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not us... | Change the default port to 4606 | Change the default port to 4606
| Ada | apache-2.0 | stcarrez/mat,stcarrez/mat,stcarrez/mat |
4391a05163d2e8a32dff83f46aee63b3f2d3838b | mat/src/mat-readers.adb | mat/src/mat-readers.adb | -----------------------------------------------------------------------
-- mat-readers -- Reader
-- Copyright (C) 2014 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance wi... | -----------------------------------------------------------------------
-- mat-readers -- Reader
-- Copyright (C) 2014 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance wi... | Check the log level before doing the Log.Debug to avoid formatting some event type and message size for nothing | Check the log level before doing the Log.Debug to avoid formatting some event type and message size for nothing
| Ada | apache-2.0 | stcarrez/mat,stcarrez/mat,stcarrez/mat |
894b634ae7ed6f9b8d381797839aee78e9bffc0e | samples/rest/monitor.adb | samples/rest/monitor.adb | -----------------------------------------------------------------------
-- monitor - A simple monitor API
-- Copyright (C) 2016 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in comp... | -----------------------------------------------------------------------
-- monitor - A simple monitor API
-- Copyright (C) 2016 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in comp... | Update the monitor implementation, fix Get_Values implementation | Update the monitor implementation, fix Get_Values implementation
| Ada | apache-2.0 | stcarrez/ada-asf,stcarrez/ada-asf,stcarrez/ada-asf |
d12d08fcb8909251d90512be90686c02728b13fb | orka_types/src/orka.ads | orka_types/src/orka.ads | -- SPDX-License-Identifier: Apache-2.0
--
-- Copyright (c) 2016 onox <denkpadje@gmail.com>
--
-- 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/L... | -- SPDX-License-Identifier: Apache-2.0
--
-- Copyright (c) 2016 onox <denkpadje@gmail.com>
--
-- 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/L... | Handle model epsilon in '=' operator for floating-point types | orka: Handle model epsilon in '=' operator for floating-point types
Signed-off-by: onox <34c1d3d2d1347bea60a26f46574de21a7a79b6d5@gmail.com>
| Ada | apache-2.0 | onox/orka |
0ae22818e79b500521a0af4aa0c40b7cf1d88038 | src/nanomsg-survey.ads | src/nanomsg-survey.ads | -- The MIT License (MIT)
-- Copyright (c) 2015 Pavel Zhukov <landgraf@fedoraproject.org>
-- Permission is hereby granted, free of charge, to any person obtaining a copy
-- of this software and associated documentation files (the "Software"), to deal
-- in the Software without restriction, including without limit... | -- The MIT License (MIT)
-- Copyright (c) 2015 Pavel Zhukov <landgraf@fedoraproject.org>
-- Permission is hereby granted, free of charge, to any person obtaining a copy
-- of this software and associated documentation files (the "Software"), to deal
-- in the Software without restriction, including without limit... | Fix survey protocol (Fix #1) | Fix survey protocol (Fix #1)
| Ada | mit | landgraf/nanomsg-ada |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.