commit stringlengths 40 40 | old_file stringlengths 4 237 | new_file stringlengths 4 237 | old_contents stringlengths 1 4.24k | new_contents stringlengths 1 4.87k | subject stringlengths 15 778 | message stringlengths 15 8.75k | lang stringclasses 266
values | license stringclasses 13
values | repos stringlengths 5 127k |
|---|---|---|---|---|---|---|---|---|---|
e466f86a763f89a26274cf01cb6bbe79b251c50c | ZUSR_LISP_REPL.abap | ZUSR_LISP_REPL.abap | *&---------------------------------------------------------------------*
*& Report ZUSR_LISP_REPL
*& https://github.com/mydoghasworms/abap-lisp
*& Simple REPL for Lisp Interpreter written in ABAP
*& Martin Ceronio, June 2015
*& martin.ceronio@infosize.co.za
*&-----------------------------------------------------------... | *&---------------------------------------------------------------------*
*& Report ZUSR_LISP_REPL
*& https://github.com/mydoghasworms/abap-lisp
*& Simple REPL for Lisp Interpreter written in ABAP
*& Martin Ceronio, June 2015
*& martin.ceronio@infosize.co.za
*&-----------------------------------------------------------... | Add runtime measurement to REPL | Add runtime measurement to REPL
| ABAP | mit | mydoghasworms/abap-lisp,mydoghasworms/abap-lisp,mydoghasworms/abap-lisp |
e7cbdfab19d615b146da95f6fbabc3520795fb4f | test/flash_test.as | test/flash_test.as | package {
import stdio.Sprite
[SWF(width=0, height=0)]
public class flash_test extends Sprite {
public function main(): void {
test_body()
}
}
}
| package {
import stdio.Sprite
[SWF(width=100, height=100)]
public class flash_test extends Sprite {
public function flash_test(): void {
graphics.beginFill(0xff0000)
graphics.drawRect(10, 10, 80, 80)
graphics.endFill()
}
public function main(): void {
graphics.beginFill(0x000... | Add colors to Flash test to ease debugging. | Add colors to Flash test to ease debugging.
| ActionScript | mit | dbrock/stdio.as,dbrock/stdio.as,dbrock/stdio.as |
250ef712d3bba79191d5ae7f4612d391c78f52f8 | as3/smartform/src/com/rpath/raf/views/CompoundInputItem.as | as3/smartform/src/com/rpath/raf/views/CompoundInputItem.as | /*
#
# Copyright (c) 2009 rPath, Inc.
#
# This program is distributed under the terms of the MIT License as found
# in a file called LICENSE. If it is not present, the license
# is always available at http://www.opensource.org/licenses/mit-license.php.
#
# This program is distributed in the hope that it will be useful... | /*
#
# Copyright (c) 2009 rPath, Inc.
#
# This program is distributed under the terms of the MIT License as found
# in a file called LICENSE. If it is not present, the license
# is always available at http://www.opensource.org/licenses/mit-license.php.
#
# This program is distributed in the hope that it will be useful... | Handle null in validation elem iteration | Handle null in validation elem iteration
| ActionScript | apache-2.0 | sassoftware/smartform |
282e0c5177e4bcf16e8594d9d97d97b2d63dd94c | ImpetusSound.as | ImpetusSound.as | package io.github.jwhile.impetus
{
import flash.media.Sound;
import flash.media.SoundChannel;
public class ImpetusSound
{
private var url:String;
private var sound:Sound;
private var channels:Vector.<SoundChannel>;
public function ImpetusSound(url:String):void
... | package io.github.jwhile.impetus
{
import flash.media.Sound;
import flash.media.SoundChannel;
import flash.net.URLRequest;
public class ImpetusSound
{
private var sound:Sound;
private var channels:Vector.<SoundChannel>;
public function ImpetusSound(url:String):void
... | Load sound directly on constructor | Load sound directly on constructor
| ActionScript | mit | Julow/Impetus |
249ac6912541cdd6eff1d6ec04f86a1de1f6e597 | FlexUnit4Test/src/org/flexunit/experimental/theories/internals/cases/ParameterizedAssertionErrorCase.as | FlexUnit4Test/src/org/flexunit/experimental/theories/internals/cases/ParameterizedAssertionErrorCase.as | package org.flexunit.experimental.theories.internals.cases
{
import org.flexunit.Assert;
import org.flexunit.experimental.theories.internals.ParameterizedAssertionError;
public class ParameterizedAssertionErrorCase
{
//TODO: Ensure that these tests and this test case are being implemented correctly.
//... | package org.flexunit.experimental.theories.internals.cases
{
import org.flexunit.Assert;
import org.flexunit.experimental.theories.internals.ParameterizedAssertionError;
public class ParameterizedAssertionErrorCase
{
//TODO: Ensure that these tests and this test case are being implemented correctly.
//It is cu... | Set test to ignore while stack trace is still under investigation | Set test to ignore while stack trace is still under investigation
| ActionScript | apache-2.0 | SlavaRa/flex-flexunit,SlavaRa/flex-flexunit,SlavaRa/flex-flexunit,apache/flex-flexunit,apache/flex-flexunit,apache/flex-flexunit,SlavaRa/flex-flexunit,apache/flex-flexunit |
5a0a30838ae3515302f39b2f3ccb3ea98aba5101 | braineditor/Brain.as | braineditor/Brain.as | import Drawable;
import Lobe;
import Core;
class Brain{
static var brain = new Array();
var mSelectionManager:SelectionManager;
static function makenewlobe(){
var newmov=(new Lobe(_root,_root.getNextHighestDepth()));
var topleft = new Point(100,40);
var botright = new Point(200,... | import Drawable;
import Lobe;
import Core;
class Brain{
static var brain = new Array();
var mSelectionManager:SelectionManager;
static function makenewlobe(){
var newmov=(new Lobe(_root,_root.getNextHighestDepth()));
var topleft = new Point(100,40);
var botright = new Point(200,... | Delete is now a non-core function | Delete is now a non-core function
git-svn-id: f772d44cbf86d9968f12179c1556189f5afcea6e@658 e0ac87d7-b42b-0410-9034-8248a05cb448
| ActionScript | bsd-3-clause | elysia/elysia,elysia/elysia,elysia/elysia |
5e97a04402e9e854dd68c6aceb088ed46f0faa6f | src/as/com/threerings/crowd/data/ManagerCaller.as | src/as/com/threerings/crowd/data/ManagerCaller.as | //
// $Id$
//
// Narya library - tools for developing networked games
// Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved
// http://www.threerings.net/code/narya/
//
// This library is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public Licens... | //
// $Id$
//
// Narya library - tools for developing networked games
// Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved
// http://www.threerings.net/code/narya/
//
// This library is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public Licens... | Change this instance back. Varargs are still a nightmare and should generally be avoided, but nobody's going to override this method and we're always calling a regular method on the server, not a varargs method. | Change this instance back. Varargs are still a nightmare and should
generally be avoided, but nobody's going to override this method and
we're always calling a regular method on the server, not a varargs method.
git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@4622 542714f4-19e9-0310-aa3c-eee0fc999fb1
| ActionScript | lgpl-2.1 | threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya |
f475b23fb4845ee1bd34bf8d88581f16c96470eb | src/as/com/threerings/flex/LabeledSlider.as | src/as/com/threerings/flex/LabeledSlider.as | package com.threerings.flex {
import mx.containers.HBox;
import mx.controls.Label;
import mx.controls.sliderClasses.Slider;
import mx.events.SliderEvent;
/**
* A simple component that displays a label to the left of a slider.
*/
public class LabeledSlider extends HBox
{
/** The slider, all public and accessa... | package com.threerings.flex {
import mx.containers.HBox;
import mx.controls.Label;
import mx.controls.sliderClasses.Slider;
import mx.events.SliderEvent;
/**
* A simple component that displays a label to the left of a slider.
*/
public class LabeledSlider extends HBox
{
/** The actual slider. */
public v... | Clean up my comment, this is in a public API (and my comment wasn't helpful). | Clean up my comment, this is in a public API (and my comment wasn't helpful).
git-svn-id: b675b909355d5cf946977f44a8ec5a6ceb3782e4@166 ed5b42cb-e716-0410-a449-f6a68f950b19
| ActionScript | lgpl-2.1 | threerings/nenya,threerings/nenya |
09607ce618998f098daf204f4dfb54f3a79408c3 | HLSPlugin/src/org/denivip/osmf/utils/Utils.as | HLSPlugin/src/org/denivip/osmf/utils/Utils.as | package org.denivip.osmf.utils
{
import org.osmf.utils.URL;
public class Utils
{
public static function createFullUrl(rootUrl:String, url:String):String{
if(url.search(/(ftp|file|https?):\/\/\/?/) == 0)
return url;
// other manipulations :)
if(url.charAt(0) == '/'){
return URL.getRootUrl... | package org.denivip.osmf.utils
{
import org.osmf.utils.URL;
public class Utils
{
public static function createFullUrl(rootUrl:String, url:String):String {
if(url.search(/(ftp|file|https?):\/\/\/?/) == 0)
return url;
// other manipulations :)
if(url.charAt(0) == '/'){
return URL.getRootUrl(ro... | Fix issue where check for final slash was comparing zero-based index with length | Fix issue where check for final slash was comparing zero-based index with length
| ActionScript | isc | mruse/osmf-hls-plugin,denivip/osmf-hls-plugin,mruse/osmf-hls-plugin,denivip/osmf-hls-plugin |
616f18546c777108dd2b7b39d2e4f524bbfd42c1 | src/as/com/threerings/util/NetUtil.as | src/as/com/threerings/util/NetUtil.as | package com.threerings.util {
import flash.net.URLRequest;
//import flash.net.navigateToURL; // function import
public class NetUtil
{
/**
* Convenience method to load a web page in the browser window without
* having to worry about SecurityErrors in various conditions.
*/
public static functio... | package com.threerings.util {
import flash.net.URLRequest;
//import flash.net.navigateToURL; // function import
public class NetUtil
{
/**
* Convenience method to load a web page in the browser window without
* having to worry about SecurityErrors in various conditions.
*
* @return true if the... | Return true if we succeeded. | Return true if we succeeded.
git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@4462 542714f4-19e9-0310-aa3c-eee0fc999fb1
| ActionScript | lgpl-2.1 | threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya |
a7d413fa70a55a8050ba5ca6c98938c2d5533c0b | src/laml/display/Skin.as | src/laml/display/Skin.as | package laml.display {
import flash.display.DisplayObject;
import flash.display.Sprite;
public class Skin extends Sprite implements ISkin {
public function getBitmapByName(alias:String):DisplayObject {
if(hasOwnProperty(alias)) {
return new this[alias]() as DisplayObject;
}
return null;
}
}
... | package laml.display {
import flash.display.DisplayObject;
import flash.display.Sprite;
import mx.core.BitmapAsset;
import mx.core.FontAsset;
import mx.core.IFlexAsset;
import mx.core.IFlexDisplayObject;
import mx.core.SpriteAsset;
public class Skin extends Sprite implements ISkin {
private var bitmapAss... | Put MX dependencies in skin | Put MX dependencies in skin
git-svn-id: 02605e11d3a461bc7e12f3f3880edf4b0c8dcfd0@4281 3e7533ad-8678-4d30-8e38-00a379d3f0d0
| ActionScript | mit | lukebayes/laml |
0f4d55bed5e68604f4dcc42305136227aa075e3c | flexclient/dag/Components/Association.as | flexclient/dag/Components/Association.as | package Components
{
[Bindable]
public class Association
{
public var associatedNode:String;
public var associatedLink:String;
public var operatorIndex:int;
public function Association(associatedNode:String,associatedLink:String,operatorIndex:int)
{
this.associatedLink = associatedLink;
... | package Components
{
[Bindable]
public class Association
{
public var associatedNode:String;
public var associatedLink:String;
public var operatorIndex:int;
public var order:int=0;
public function Association(associatedNode:String,associatedLink:String,operatorIndex:int,order:int)
{
thi... | Order vairable added todecide order of association | Order vairable added todecide order of association
SVN-Revision: 9306
| ActionScript | bsd-3-clause | asamgir/openspecimen,asamgir/openspecimen,krishagni/openspecimen,krishagni/openspecimen,asamgir/openspecimen,krishagni/openspecimen |
5230cd695aca000a21c51a148333efc1b83d77bf | tests/org/osflash/signals/AllTestsRunner.as | tests/org/osflash/signals/AllTestsRunner.as | package org.osflash.signals {
import asunit4.ui.MinimalRunnerUI;
import org.osflash.signals.AllTests;
public class AllTestsRunner extends MinimalRunnerUI
{
public function AllTestsRunner()
{
run(org.osflash.signals.AllTests);
}
}
}
| package org.osflash.signals {
import asunit4.ui.MinimalRunnerUI;
import org.osflash.signals.AllTests;
[SWF(width='1000', height='800', backgroundColor='#333333', frameRate='31')]
public class AllTestsRunner extends MinimalRunnerUI
{
public function AllTestsRunner()
{
run(org.osflash.signals.AllT... | Put [SWF] tag in test runner app. | Put [SWF] tag in test runner app.
| ActionScript | mit | ifuller1/Signals |
7b21f4727df5d0d411788bc1db1c73e4606727b0 | src/com/axis/rtspclient/NALU.as | src/com/axis/rtspclient/NALU.as | package com.axis.rtspclient {
import flash.events.Event;
import flash.external.ExternalInterface;
import flash.utils.ByteArray;
public class NALU extends Event {
public static const NEW_NALU:String = "NEW_NALU";
private var data:ByteArray;
public var ntype:uint;
public var nri:uint;
public... | package com.axis.rtspclient {
import flash.events.Event;
import flash.external.ExternalInterface;
import flash.utils.ByteArray;
public class NALU extends Event {
public static const NEW_NALU:String = "NEW_NALU";
private var data:ByteArray;
public var ntype:uint;
public var nri:uint;
public... | Implement getPayload() method to extract SPS/PPS bytes | Implement getPayload() method to extract SPS/PPS bytes
| ActionScript | bsd-3-clause | AxisCommunications/locomote-video-player,gaetancollaud/locomote-video-player |
dfa67685ba284fc652661591d78c5cda846680df | test-src/test_readline_flash.as | test-src/test_readline_flash.as | package {
import stdio.flash.Sprite
import stdio.process
import stdio.Interactive
[SWF(width=0, height=0)]
public class test_readline_flash extends Sprite implements Interactive {
public function main(): void {
process.prompt = "What’s your name? "
process.gets(function (name: String): void {... | package {
import stdio.colorize
import stdio.flash.Sprite
import stdio.process
import stdio.Interactive
[SWF(width=0, height=0)]
public class test_readline_flash extends Sprite implements Interactive {
public function main(): void {
process.prompt = "What’s your name? "
process.gets(functio... | Use `colorize` in readline test. | Use `colorize` in readline test.
| ActionScript | mit | dbrock/stdio.as,dbrock/stdio.as,dbrock/stdio.as |
9eab92b2206ba25d79229f744fe95824c95ce64a | collect-flex/collect-flex-client/src/main/flex/org/openforis/collect/i18n/Message.as | collect-flex/collect-flex-client/src/main/flex/org/openforis/collect/i18n/Message.as | package org.openforis.collect.i18n {
import mx.resources.ResourceManager;
/**
* @author Mino Togna
* */
public class Message {
public function Message() {
}
public static function get(resource:String, parameters:Array=null, bundle:String="messages"):String {
return ResourceManager.get... | package org.openforis.collect.i18n {
import mx.resources.ResourceManager;
/**
* @author Mino Togna
* @author S. Ricci
* */
public class Message {
public function Message() {
}
public static function get(resource:String, parameters:Array=null, bundle:String="messages"):String {
var ... | Return resource name instead of null if not found | Return resource name instead of null if not found | ActionScript | mit | openforis/collect,openforis/collect,openforis/collect,openforis/collect |
630666dc175d469d0b6e9dabb880aeffc2f2d5ee | dolly-framework/src/test/resources/dolly/data/PropertyLevelCopyableClass.as | dolly-framework/src/test/resources/dolly/data/PropertyLevelCopyableClass.as | package dolly.data {
public class PropertyLevelCopyableClass {
[Copyable]
public static var staticProperty1:String = "Value of first-level static property 1.";
public static var staticProperty2:String = "Value of first-level static property 2.";
[Cloneable]
private var _writableField1:String = "Value of first-... | package dolly.data {
public class PropertyLevelCopyableClass {
[Copyable]
public static var staticProperty1:String = "Value of first-level static property 1.";
public static var staticProperty2:String = "Value of first-level static property 2.";
[Copyable]
private var _writableField1:String = "Value of first-l... | Fix stupid mistake with metadata names. | Fix stupid mistake with metadata names.
| ActionScript | mit | Yarovoy/dolly |
c6baab42b3de3e9651be5a9ef0fa0a59135c77e1 | test/unit/Suite.as | test/unit/Suite.as | package {
import asunit.framework.TestSuite;
public class Suite extends TestSuite {
public function Suite() {
super();
addTest(new PlayerTest("testPass"));
}
}
}
| package {
import asunit.framework.TestSuite;
public class Suite extends TestSuite {
public function Suite() {
super();
addTest(new PlayerTest("testPass"));
addTest(new UriTest("test_isSafe"));
}
}
}
| Add URI tests to the asunit test suite | Add URI tests to the asunit test suite
| ActionScript | mit | cameronhunter/divine-player-swf |
66f76eb954dd7fb4a0d9b92c099a53aa6ef6519a | ImpetusSound.as | ImpetusSound.as | package
{
import flash.media.Sound;
import flash.net.URLRequest;
public class ImpetusSound
{
private var sound:Sound;
private var channels:Vector.<ImpetusChannel>;
public function ImpetusSound(url:String):void
{
this.sound = new Sound();
this.c... | package
{
import flash.media.Sound;
import flash.net.URLRequest;
public class ImpetusSound
{
private var url:String;
private var sound:Sound;
private var channels:Vector.<ImpetusChannel>;
public function ImpetusSound(url:String):void
{
this.url = ur... | Store url & add getUrl() getter | Store url & add getUrl() getter
| ActionScript | mit | Julow/Impetus |
c20791327b41070b5de2d34c49be14eb766be31d | src/avm2/tests/regress/correctness/callsuper7.as | src/avm2/tests/regress/correctness/callsuper7.as | package {
class ClassA
{
public function ClassA()
{
trace('A');
}
protected function foo() : void
{
trace('a');
}
protected function bar() : void
{
trace('b');
}
}
class ClassC extends ClassA
{
public function ClassC()
{
trace('> C');
... | package {
class ClassA
{
public function ClassA()
{
trace('A');
}
protected function foo() : void
{
trace('a');
}
protected function bar() : void
{
trace('b');
}
}
class ClassC extends ClassA
{
public function ClassC()
{
trace('> C');
... | Fix call super test case. | Fix call super test case.
| ActionScript | apache-2.0 | mbebenita/shumway,mbebenita/shumway,tschneidereit/shumway,mozilla/shumway,mbebenita/shumway,mozilla/shumway,tschneidereit/shumway,yurydelendik/shumway,mozilla/shumway,mozilla/shumway,mozilla/shumway,yurydelendik/shumway,tschneidereit/shumway,mbebenita/shumway,yurydelendik/shumway,tschneidereit/shumway,mbebenita/shumway... |
6f3e6e0cf6bd1178eb5aa12ccb1e9e179f9c420b | src/flails/mxml/ResourcefulServiceInvoker.as | src/flails/mxml/ResourcefulServiceInvoker.as | package flails.mxml {
import com.asfusion.mate.actions.AbstractServiceInvoker;
import com.asfusion.mate.actionLists.IScope;
import com.asfusion.mate.actions.IAction;
import mx.rpc.events.ResultEvent;
import mx.rpc.events.FaultEvent;
import flails.request.RequestPipe;
import flails.resource.Resources;
... | package flails.mxml {
import com.asfusion.mate.actions.AbstractServiceInvoker;
import com.asfusion.mate.actionLists.IScope;
import com.asfusion.mate.actions.IAction;
import mx.rpc.events.ResultEvent;
import mx.rpc.events.FaultEvent;
import flails.request.RequestPipe;
import flails.resource.Resources;
... | Set currentInstance on prepare, not on instantiation time. | Set currentInstance on prepare, not on instantiation time.
| ActionScript | mit | lancecarlson/flails,lancecarlson/flails |
b9d05ab7c28d46cd78ed67539719266e6a2be545 | collect-client/src/generated/flex/org/openforis/collect/metamodel/proxy/UITabSetProxy.as | collect-client/src/generated/flex/org/openforis/collect/metamodel/proxy/UITabSetProxy.as | /**
* Generated by Gas3 v2.3.0 (Granite Data Services).
*
* NOTE: this file is only generated if it does not exist. You may safely put
* your custom code here.
*/
package org.openforis.collect.metamodel.proxy {
import mx.collections.IList;
import org.openforis.collect.util.CollectionUtil;
[Bi... | /**
* Generated by Gas3 v2.3.0 (Granite Data Services).
*
* NOTE: this file is only generated if it does not exist. You may safely put
* your custom code here.
*/
package org.openforis.collect.metamodel.proxy {
import mx.collections.IList;
import org.openforis.collect.util.CollectionUtil;
[Bi... | Fix unexpected behavior with nested tabs | Fix unexpected behavior with nested tabs | ActionScript | mit | openforis/collect,openforis/collect,openforis/collect,openforis/collect |
ee53a0253c3012d5673767ec32fd7fabf73c324d | src/laml/display/Skin.as | src/laml/display/Skin.as | package laml.display {
import flash.display.DisplayObject;
import flash.display.Sprite;
public class Skin extends Sprite implements ISkin {
public function getBitmapByName(alias:String):DisplayObject {
if(hasOwnProperty(alias)) {
return new this[alias]() as DisplayObject;
}
return null;
}
}
... | package laml.display {
import flash.display.DisplayObject;
import flash.display.Sprite;
import mx.core.BitmapAsset;
import mx.core.FontAsset;
import mx.core.IFlexAsset;
import mx.core.IFlexDisplayObject;
import mx.core.SpriteAsset;
public class Skin extends Sprite implements ISkin {
private var bitmapAss... | Put MX dependencies in skin | Put MX dependencies in skin
git-svn-id: 02605e11d3a461bc7e12f3f3880edf4b0c8dcfd0@4281 3e7533ad-8678-4d30-8e38-00a379d3f0d0
| ActionScript | mit | lukebayes/laml |
bff95367e7657906745761bf06f795bb767219e0 | src/flails/resource/Resource.as | src/flails/resource/Resource.as | /**
* Copyright (c) 2009 Lance Carlson
* See LICENSE for full license information.
*/
package flails.resource {
import flails.request.RequestPipe;
import flails.request.HTTPClient;
import flails.request.ResourcePathBuilder;
import flails.request.JSONFilter;
import flash.utils.getQualifiedClassName;
... | /**
* Copyright (c) 2009 Lance Carlson
* See LICENSE for full license information.
*/
package flails.resource {
import flails.request.RequestPipe;
import flails.request.HTTPClient;
import flails.request.ResourcePathBuilder;
import flails.request.JSONFilter;
import mx.core.IMXMLObject;
public class Res... | Implement IMXMLObject. Some defaults and checks. | Implement IMXMLObject. Some defaults and checks.
| ActionScript | mit | lancecarlson/flails,lancecarlson/flails |
736682536f49fd2ff75131649a522c519d6d3022 | dolly-framework/src/test/actionscript/dolly/CloningOfCompositeCloneableClassTest.as | dolly-framework/src/test/actionscript/dolly/CloningOfCompositeCloneableClassTest.as | package dolly {
import dolly.core.dolly_internal;
import dolly.data.CompositeCloneableClass;
import org.as3commons.reflect.Type;
use namespace dolly_internal;
public class CloningOfCompositeCloneableClassTest {
private var compositeCloneableClass:CompositeCloneableClass;
private var compositeCloneableClassType:T... | package dolly {
import dolly.core.dolly_internal;
import dolly.data.CompositeCloneableClass;
import org.as3commons.reflect.Field;
import org.as3commons.reflect.Type;
import org.flexunit.asserts.assertEquals;
import org.flexunit.asserts.assertNotNull;
use namespace dolly_internal;
public class CloningOfCompositeClone... | Test for calculation of cloneable fields in CompositeCloneableClass. | Test for calculation of cloneable fields in CompositeCloneableClass.
| ActionScript | mit | Yarovoy/dolly |
5ea2fefddeb6cd9681f0e8bdc2fd5c7214105327 | dolly-framework/src/test/actionscript/dolly/CloningOfCompositeCloneableClassTest.as | dolly-framework/src/test/actionscript/dolly/CloningOfCompositeCloneableClassTest.as | package dolly {
import dolly.core.dolly_internal;
import dolly.data.CompositeCloneableClass;
import org.as3commons.reflect.Field;
import org.as3commons.reflect.Type;
import org.flexunit.asserts.assertEquals;
import org.flexunit.asserts.assertNotNull;
use namespace dolly_internal;
public class CloningOfCompositeClone... | package dolly {
import dolly.core.dolly_internal;
import dolly.data.CompositeCloneableClass;
import org.as3commons.reflect.Field;
import org.as3commons.reflect.Type;
import org.flexunit.asserts.assertEquals;
import org.flexunit.asserts.assertFalse;
import org.flexunit.asserts.assertNotNull;
import org.hamcrest.assertT... | Test for cloning array in CompositeCloneableClass. | Test for cloning array in CompositeCloneableClass.
| ActionScript | mit | Yarovoy/dolly |
8eb7d7978dfd82a0b5f3b21ab5ec2a462bef3aa1 | FlexUnit4/src/org/flexunit/events/UnknownError.as | FlexUnit4/src/org/flexunit/events/UnknownError.as | package org.flexunit.events
{
import flash.events.ErrorEvent;
import flash.events.Event;
public class UnknownError extends Error
{
public function UnknownError( event:Event )
{
var error:Error;
if ( event.hasOwnProperty( "error" ) ) {
var errorGeneric:* = event[ "error" ];
if ( errorGeneric... | package org.flexunit.events
{
import flash.events.ErrorEvent;
import flash.events.Event;
public class UnknownError extends Error
{
public function UnknownError( event:Event )
{
var error:Error;
if ( event.hasOwnProperty( "error" ) ) {
var errorGeneric:* = event[ "error" ];
if ( errorGeneric... | Fix for build issue around unknown error | Fix for build issue around unknown error
| ActionScript | apache-2.0 | SlavaRa/flex-flexunit,apache/flex-flexunit,apache/flex-flexunit,apache/flex-flexunit,SlavaRa/flex-flexunit,SlavaRa/flex-flexunit,apache/flex-flexunit,SlavaRa/flex-flexunit |
9cb51568c37c5ffec45d001c69cae5d3969cfb83 | plugins/wvPlugin/src/com/kaltura/kdpfl/plugin/WVLoader.as | plugins/wvPlugin/src/com/kaltura/kdpfl/plugin/WVLoader.as | package com.kaltura.kdpfl.plugin
{
import org.osmf.traits.LoaderBase;
public class WVLoader extends LoaderBase
{
public function WVLoader()
{
super();
}
}
} | package com.kaltura.kdpfl.plugin
{
import flash.external.ExternalInterface;
import org.osmf.media.MediaResourceBase;
import org.osmf.traits.LoaderBase;
public class WVLoader extends LoaderBase
{
public function WVLoader()
{
super();
}
override public function canHandleResource(resou... | Fix a bug that caused "ChangeMedia" to fail | Fix a bug that caused "ChangeMedia" to fail | ActionScript | agpl-3.0 | kaltura/kdp,shvyrev/kdp,shvyrev/kdp,shvyrev/kdp,kaltura/kdp,kaltura/kdp |
a52512f1414c32c6b96c98965148f4a97ec4c3dd | src/goplayer/FlashContentLoadAttempt.as | src/goplayer/FlashContentLoadAttempt.as | package goplayer
{
import flash.display.Loader
import flash.events.Event
import flash.events.IOErrorEvent
import flash.net.URLRequest
import flash.system.ApplicationDomain
import flash.system.LoaderContext
import flash.system.SecurityDomain
public class FlashContentLoadAttempt
{
private const loa... | package goplayer
{
import flash.display.Loader
import flash.events.Event
import flash.events.IOErrorEvent
import flash.net.URLRequest
import flash.system.ApplicationDomain
import flash.system.LoaderContext
import flash.system.SecurityDomain
public class FlashContentLoadAttempt
{
private const loa... | Improve error handling of external content loading. | Improve error handling of external content loading.
| ActionScript | mit | dbrock/goplayer,dbrock/goplayer |
9048d4b0250a6742f81712f65cccf04c0be4aa94 | src/aerys/minko/render/effect/vertex/VertexUVShader.as | src/aerys/minko/render/effect/vertex/VertexUVShader.as | package aerys.minko.render.effect.vertex
{
import aerys.minko.render.RenderTarget;
import aerys.minko.render.effect.basic.BasicProperties;
import aerys.minko.render.effect.basic.BasicShader;
import aerys.minko.render.shader.SFloat;
import aerys.minko.type.stream.format.VertexComponent;
public class VertexUVShad... | package aerys.minko.render.effect.vertex
{
import aerys.minko.render.RenderTarget;
import aerys.minko.render.effect.basic.BasicProperties;
import aerys.minko.render.effect.basic.BasicShader;
import aerys.minko.render.shader.SFloat;
import aerys.minko.type.stream.format.VertexComponent;
public class VertexUVShad... | Optimize uv shader for limit values | Optimize uv shader for limit values
| ActionScript | mit | aerys/minko-as3 |
912692ea30af1f186de02f86b8a0687523e9c7e9 | dolly-framework/src/test/resources/dolly/ClassWithSomeCopyableFields.as | dolly-framework/src/test/resources/dolly/ClassWithSomeCopyableFields.as | package dolly {
public class ClassWithSomeCopyableFields {
public static var staticProperty1:String;
[Cloneable]
public static var staticProperty2:String;
[Cloneable]
public static var staticProperty3:String;
private var _writableField:String;
private var _readOnlyField:String = "read-only field value";
pu... | package dolly {
public class ClassWithSomeCopyableFields {
public static var staticProperty1:String;
[Copyable]
public static var staticProperty2:String;
[Copyable]
public static var staticProperty3:String;
private var _writableField:String;
private var _readOnlyField:String = "read-only field value";
publ... | Change metadata tags to Copyable in test data class. | Change metadata tags to Copyable in test data class.
| ActionScript | mit | Yarovoy/dolly |
5f9b770ac4d5d2b6799009db942e4bfcd3ffb7bc | src/goplayer/FlashContentLoadAttempt.as | src/goplayer/FlashContentLoadAttempt.as | package goplayer
{
import flash.display.Loader
import flash.events.Event
import flash.events.IOErrorEvent
import flash.net.URLRequest
import flash.system.ApplicationDomain
import flash.system.LoaderContext
import flash.system.SecurityDomain
public class FlashContentLoadAttempt
{
private const loa... | package goplayer
{
import flash.display.Loader
import flash.events.Event
import flash.events.IOErrorEvent
import flash.net.URLRequest
import flash.system.ApplicationDomain
import flash.system.LoaderContext
import flash.system.SecurityDomain
public class FlashContentLoadAttempt
{
private const loa... | Remove custom LoaderContext creation code. | Remove custom LoaderContext creation code.
| ActionScript | mit | dbrock/goplayer,dbrock/goplayer |
7c291f387d8af2946b6407ef5a5cde2cb58958f3 | src/main/as/flump/export/PackedTexture.as | src/main/as/flump/export/PackedTexture.as | //
// Flump - Copyright 2012 Three Rings Design
package flump.export {
import flash.display.DisplayObject;
import flash.display.Sprite;
import flash.geom.Point;
import flash.geom.Rectangle;
import flump.xfl.XflTexture;
public class PackedTexture
{
public const holder :Sprite = new Sprite();
public var tex :... | //
// Flump - Copyright 2012 Three Rings Design
package flump.export {
import flash.display.DisplayObject;
import flash.display.Sprite;
import flash.geom.Point;
import flash.geom.Rectangle;
import flump.xfl.XflTexture;
public class PackedTexture
{
public const holder :Sprite = new Sprite();
public var tex :... | Move the images by their offset | Move the images by their offset
| ActionScript | mit | funkypandagame/flump,tconkling/flump,funkypandagame/flump,tconkling/flump,mathieuanthoine/flump,mathieuanthoine/flump,mathieuanthoine/flump |
51cf6b65bec7c91b21172fff6224855f503e01fa | src/as/com/threerings/flex/FlexWrapper.as | src/as/com/threerings/flex/FlexWrapper.as | //
// $Id$
//
// Nenya library - tools for developing networked games
// Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved
// http://www.threerings.net/code/nenya/
//
// This library is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public Licens... | //
// $Id$
//
// Nenya library - tools for developing networked games
// Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved
// http://www.threerings.net/code/nenya/
//
// This library is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public Licens... | Make this optional, and not the default. Turns out a bunch of shit makes the wrapper size a little bigger, and some things seem to freak out when the wrapper has a size, even when includeInLayout=false. Flex you very much. | Make this optional, and not the default.
Turns out a bunch of shit makes the wrapper size a little bigger,
and some things seem to freak out when the wrapper has a size,
even when includeInLayout=false.
Flex you very much.
git-svn-id: b675b909355d5cf946977f44a8ec5a6ceb3782e4@616 ed5b42cb-e716-0410-a449-f6a68f950b19
| ActionScript | lgpl-2.1 | threerings/nenya,threerings/nenya |
60ec297e24004ef5f50d8dae05c3313e99d3263a | src/stdio/Sprite.as | src/stdio/Sprite.as | package stdio {
import flash.display.*
import flash.utils.getQualifiedClassName
import flash.utils.setTimeout
public class Sprite extends flash.display.Sprite {
public function Sprite() {
stage.scaleMode = StageScaleMode.NO_SCALE
stage.align = StageAlign.TOP_LEFT
// Let the subclass cons... | package stdio {
import flash.display.*
import flash.utils.getQualifiedClassName
import flash.utils.setTimeout
public class Sprite extends flash.display.Sprite {
public function Sprite() {
if (stage) {
stage.scaleMode = StageScaleMode.NO_SCALE
stage.align = StageAlign.TOP_LEFT
}
... | Fix bug preventing running processes recursively. | Fix bug preventing running processes recursively.
| ActionScript | mit | dbrock/stdio.as,dbrock/stdio.as,dbrock/stdio.as |
14e29c99fbaba25aace6714949c3cca398c89643 | bin/Data/Scripts/Main.as | bin/Data/Scripts/Main.as | Scene@ newScene_;
Scene@ scene_;
Camera@ camera_;
void Start()
{
StartScene("Scenes/Level1.xml");
SubscribeToEvent("LevelComplete", "HandleLevelComplete");
}
void Stop()
{
}
void HandleLevelComplete(StringHash type, VariantMap& data)
{
log.Debug("Level Complete. I should be loading "+data["NextLevel"].GetString()... | Scene@ newScene_;
Scene@ scene_;
Camera@ camera_;
Timer timer_;
void Start()
{
StartScene("Scenes/Level1.xml");
SubscribeToEvent("LevelComplete", "HandleLevelComplete");
}
void Stop()
{
}
void HandleLevelComplete(StringHash type, VariantMap& data)
{
log.Debug("Level Complete. I should be loading "+data["NextLevel... | Add a level timer to the main procedure | Add a level timer to the main procedure
| ActionScript | mit | leyarotheconquerer/on-off |
59c6998c30630453371516f40bfa19f6fd24cf36 | src/as/com/threerings/flash/FrameSprite.as | src/as/com/threerings/flash/FrameSprite.as | //
// $Id$
package com.threerings.flash {
import flash.display.Sprite;
import flash.events.Event;
/**
* Convenience superclass to use for sprites that need to update every frame.
* (One must be very careful to remove all ENTER_FRAME listeners when not needed, as they
* will prevent an object from being garbage c... | //
// $Id$
package com.threerings.flash {
import flash.display.Sprite;
import flash.events.Event;
/**
* Convenience superclass to use for sprites that need to update every frame.
* (One must be very careful to remove all ENTER_FRAME listeners when not needed, as they
* will prevent an object from being garbage c... | Allow subclasses to choose not to call handleFrame() when ADDED_TO_STAGE is received. | Allow subclasses to choose not to call handleFrame() when
ADDED_TO_STAGE is received.
git-svn-id: b675b909355d5cf946977f44a8ec5a6ceb3782e4@253 ed5b42cb-e716-0410-a449-f6a68f950b19
| ActionScript | lgpl-2.1 | threerings/nenya,threerings/nenya |
074ee8976d0c8c96773a51f3a81f0bede4f50177 | src/main/flex/org/servebox/cafe/core/application/Application.as | src/main/flex/org/servebox/cafe/core/application/Application.as | package org.servebox.cafe.core.application
{
import org.servebox.cafe.core.spring.ApplicationContext;
import spark.components.Application;
public class Application extends spark.components.Application implements CafeApplication
{
private var _context : ApplicationContext;
public function Application()
... | package org.servebox.cafe.core.application
{
import org.servebox.cafe.core.spring.ApplicationContext;
import spark.components.Application;
public class Application extends spark.components.Application implements CafeApplication
{
private var _context : ApplicationContext;
public function Application()
... | Fix bug on getContext() null | Fix bug on getContext() null
| ActionScript | mit | servebox/as-cafe |
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 |
03237add331b06e61a262343dcd94772313315e7 | src/gen-commands-info.ads | src/gen-commands-info.ads | -----------------------------------------------------------------------
-- gen-commands-info -- Collect and give information about the project
-- Copyright (C) 2011 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you... | -----------------------------------------------------------------------
-- gen-commands-info -- Collect and give information about the project
-- Copyright (C) 2011, 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-... | Update to use the new command implementation | Update to use the new command implementation
| Ada | apache-2.0 | stcarrez/dynamo,stcarrez/dynamo,stcarrez/dynamo |
d0ab12f36377fddc0c022062223506a1dc863dbd | src/gen-commands-docs.ads | src/gen-commands-docs.ads | -----------------------------------------------------------------------
-- gen-commands-docs -- Extract and generate documentation for the project
-- Copyright (C) 2012 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- ... | -----------------------------------------------------------------------
-- gen-commands-docs -- Extract and generate documentation for the project
-- Copyright (C) 2012, 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License"... | Update to use the new command implementation | Update to use the new command implementation
| Ada | apache-2.0 | stcarrez/dynamo,stcarrez/dynamo,stcarrez/dynamo |
ea4dd9f87719743362a2abfacd4abd89ef217cf7 | src/gen-commands-page.ads | src/gen-commands-page.ads | -----------------------------------------------------------------------
-- gen-commands-page -- Page creation command for dynamo
-- Copyright (C) 2011, 2017, 2018 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you m... | -----------------------------------------------------------------------
-- gen-commands-page -- Page creation command for dynamo
-- Copyright (C) 2011, 2017, 2018, 2019 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- ... | Add Name parameter to the Help procedure | Add Name parameter to the Help procedure
| Ada | apache-2.0 | stcarrez/dynamo,stcarrez/dynamo,stcarrez/dynamo |
21f82397c418c064056bbe9a13f43e47129653ff | awa/plugins/awa-questions/regtests/awa-questions-services-tests.ads | awa/plugins/awa-questions/regtests/awa-questions-services-tests.ads | -----------------------------------------------------------------------
-- awa-questions-services-tests -- Unit tests for question service
-- 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... | -----------------------------------------------------------------------
-- awa-questions-services-tests -- Unit tests for question service
-- 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... | Add unit tests for the questionVote bean | Add unit tests for the questionVote bean
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa |
024e51ab76465425bc7eb8a738bb5b64cd1f45ea | src/gen-commands-layout.ads | src/gen-commands-layout.ads | -----------------------------------------------------------------------
-- gen-commands-layout -- Layout creation command for dynamo
-- Copyright (C) 2011 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not u... | -----------------------------------------------------------------------
-- gen-commands-layout -- Layout creation command for dynamo
-- Copyright (C) 2011, 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may... | Update to use the new command implementation | Update to use the new command implementation
| Ada | apache-2.0 | stcarrez/dynamo,stcarrez/dynamo,stcarrez/dynamo |
9a00519d1c63d366087a34d065172766c6535a39 | mat/src/mat-readers-files.ads | mat/src/mat-readers-files.ads | -----------------------------------------------------------------------
-- mat-readers-files -- Reader for files
-- 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 ... | -----------------------------------------------------------------------
-- mat-readers-files -- Reader for files
-- 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 ... | Use the MAT.Readers.Streams package for the file reader implementation | Use the MAT.Readers.Streams package for the file reader implementation
| Ada | apache-2.0 | stcarrez/mat,stcarrez/mat,stcarrez/mat |
a8a3b7f6797a6c27d37d3031e130f52fec143a91 | regtests/ado-drivers-tests.ads | regtests/ado-drivers-tests.ads | -----------------------------------------------------------------------
-- ado-drivers-tests -- Unit tests for database drivers
-- 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 th... | -----------------------------------------------------------------------
-- ado-drivers-tests -- Unit tests for database drivers
-- 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 ... | Declare the Test_Set_Connection_Error test procedure | Declare the Test_Set_Connection_Error test procedure
| Ada | apache-2.0 | stcarrez/ada-ado |
6ae7c11cfd399db0f9bf3285cc2a41ac08658d44 | tools/druss-commands-status.ads | tools/druss-commands-status.ads | -----------------------------------------------------------------------
-- druss-commands-status -- Druss status commands
-- 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... | -----------------------------------------------------------------------
-- druss-commands-status -- Druss status commands
-- 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");
-- you may not ... | Change Help command to accept in out command | Change Help command to accept in out command
| Ada | apache-2.0 | stcarrez/bbox-ada-api |
655325db4f269f9472a62ac3a5ae49763ffaae64 | mat/src/mat-readers-streams.ads | mat/src/mat-readers-streams.ads | -----------------------------------------------------------------------
-- mat-readers-streams -- Reader for streams
-- 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 exc... | -----------------------------------------------------------------------
-- mat-readers-streams -- Reader for streams
-- 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 exc... | Add the data buffer in the Stream_Reader_Type type | Add the data buffer in the Stream_Reader_Type type
| Ada | apache-2.0 | stcarrez/mat,stcarrez/mat,stcarrez/mat |
210d73c3b779f1568daf80f23ca6bd280a3e65cc | awa/regtests/awa_harness.adb | awa/regtests/awa_harness.adb | -----------------------------------------------------------------------
-- AWA - Unit tests
-- 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 in compli... | -----------------------------------------------------------------------
-- AWA - Unit tests
-- 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 except in ... | Call the Finish procedure after executing the testsuite Finish will destroy the AWA application that was allocated dynamically | Call the Finish procedure after executing the testsuite
Finish will destroy the AWA application that was allocated dynamically
| Ada | apache-2.0 | Letractively/ada-awa,tectronics/ada-awa,Letractively/ada-awa,tectronics/ada-awa,Letractively/ada-awa,tectronics/ada-awa |
ad5f598a5a6d99a236054747dccd1f295fe74be9 | mat/regtests/mat-testsuite.adb | mat/regtests/mat-testsuite.adb | -----------------------------------------------------------------------
-- mat-testsuite - MAT Testsuite
-- 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 compl... | -----------------------------------------------------------------------
-- mat-testsuite - MAT Testsuite
-- 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 compl... | Add the new unit tests | Add the new unit tests
| Ada | apache-2.0 | stcarrez/mat,stcarrez/mat,stcarrez/mat |
fdd736f163dc4171df927ab8958869fa3dd562a9 | regtests/util-locales-tests.ads | regtests/util-locales-tests.ads | -----------------------------------------------------------------------
-- locales.tests -- Unit tests for Locales
-- 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 thi... | -----------------------------------------------------------------------
-- util-locales-tests -- Unit tests for Locales
-- Copyright (C) 2009, 2010, 2011, 2022 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may ... | Declare the new Test_Null_Locale procedure | Declare the new Test_Null_Locale procedure
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util |
f7031e582d729d6bf57c2c28a86f9b853167c008 | src/definitions.ads | src/definitions.ads | -- This file is covered by the Internet Software Consortium (ISC) License
-- Reference: ../License.txt
package Definitions is
pragma Pure;
synth_version_major : constant String := "1";
synth_version_minor : constant String := "21";
copyright_years : constant String := "2015-2016";
host_localbase... | -- This file is covered by the Internet Software Consortium (ISC) License
-- Reference: ../License.txt
package Definitions is
pragma Pure;
synth_version_major : constant String := "1";
synth_version_minor : constant String := "22";
copyright_years : constant String := "2015-2016";
host_localbase... | Upgrade version 1.21 => 1.22 | ports-mgmt/synth: Upgrade version 1.21 => 1.22
Two minor bug fixes:
* A specific check during test mode would emit a failure to stdout when
testing devel/py-setuptools27. It turns out that there's a file there
with a space in the filename. The filename was an argument for
/usr/bin//file and it wasn't escap... | Ada | isc | jrmarino/synth,jrmarino/synth,jrmarino/synth,jrmarino/synth |
11273ac359e6d79c6e7efb1ede26b9bbfdd15083 | awa/regtests/awa-commands-tests.ads | awa/regtests/awa-commands-tests.ads | -----------------------------------------------------------------------
-- awa-commands-tests -- Test the AWA.Commands
-- Copyright (C) 2020 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 e... | -----------------------------------------------------------------------
-- awa-commands-tests -- Test the AWA.Commands
-- Copyright (C) 2020 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 e... | Declare the Test_List_Tables procedure to test the 'list -t' command | Declare the Test_List_Tables procedure to test the 'list -t' command
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa |
e223e201134ee99a44185842f8349f21c8b2bcae | regtests/security-testsuite.adb | regtests/security-testsuite.adb | -----------------------------------------------------------------------
-- Security testsuite - Ada Security Test suite
-- Copyright (C) 2011, 2012, 2013 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not us... | -----------------------------------------------------------------------
-- Security testsuite - Ada Security Test suite
-- Copyright (C) 2011, 2012, 2013 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not us... | Add the new unit tests | Add the new unit tests
| Ada | apache-2.0 | stcarrez/ada-security |
8b2d4a837b9804f6a97f091c9580c6f19d5d9d00 | mat/regtests/mat-testsuite.adb | mat/regtests/mat-testsuite.adb | -----------------------------------------------------------------------
-- mat-testsuite - MAT Testsuite
-- 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 compl... | -----------------------------------------------------------------------
-- mat-testsuite - MAT Testsuite
-- 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 compl... | Add the new unit tests | Add the new unit tests
| Ada | apache-2.0 | stcarrez/mat,stcarrez/mat,stcarrez/mat |
89671b58bfe23174debacc207afbb95060c27ee4 | regtests/util_harness.adb | regtests/util_harness.adb | -----------------------------------------------------------------------
-- Util -- Utilities
-- 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 this file except in compliance ... | -----------------------------------------------------------------------
-- Util -- Utilities
-- 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 this file except in compliance ... | Fix running the testsuite with AUnit: create the 'regtests/result' directory if it does not exist | Fix running the testsuite with AUnit: create the 'regtests/result' directory if it does not exist
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util |
67f5cf9d4cbbd08eff3503e0f094e24a78aa60c1 | regtests/security-permissions-tests.ads | regtests/security-permissions-tests.ads | -----------------------------------------------------------------------
-- Security-permissions-tests - Unit tests for Security.Permissions
-- Copyright (C) 2011 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you ma... | -----------------------------------------------------------------------
-- Security-permissions-tests - Unit tests for Security.Permissions
-- Copyright (C) 2011, 2012 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- ... | Add new unit tests to check the Permissions.Definition package | Add new unit tests to check the Permissions.Definition package
| Ada | apache-2.0 | stcarrez/ada-security |
f9882b7793e2459ee9a53ca8f07f62eb19bc4c88 | awa/plugins/awa-workspaces/src/awa-workspaces.ads | awa/plugins/awa-workspaces/src/awa-workspaces.ads | -----------------------------------------------------------------------
-- awa-workspaces -- Module workspaces
-- Copyright (C) 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 exc... | -----------------------------------------------------------------------
-- awa-workspaces -- Module workspaces
-- Copyright (C) 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 exc... | Add the Ada beans in the workspace documentation | Add the Ada beans in the workspace documentation
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa |
1c583d65cb0a555f08a7e97508e428c44304a854 | src/gen-commands.ads | src/gen-commands.ads | -----------------------------------------------------------------------
-- gen-commands -- Commands for dynamo
-- Copyright (C) 2011, 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 this fi... | -----------------------------------------------------------------------
-- gen-commands -- Commands for dynamo
-- Copyright (C) 2011, 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 this fi... | Remove the declaration of Usage procedure | Remove the declaration of Usage procedure
| Ada | apache-2.0 | stcarrez/dynamo,stcarrez/dynamo,stcarrez/dynamo |
db6fcb876c53a3836c759d0c6d0f5dc9d6e7fe6f | src/util-commands.ads | src/util-commands.ads | -----------------------------------------------------------------------
-- 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... | Change the Argument_List to an interface with a Get_Count and Get_Argument operation | Change the Argument_List to an interface with a Get_Count and Get_Argument operation
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util |
322393f29a7d1bae390cef18fbcac3a7a8711d62 | awa/plugins/awa-wikis/regtests/awa-wikis-modules-tests.ads | awa/plugins/awa-wikis/regtests/awa-wikis-modules-tests.ads | -----------------------------------------------------------------------
-- awa-wikis-modules-tests -- Unit tests for wikis service
-- Copyright (C) 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... | -----------------------------------------------------------------------
-- awa-wikis-modules-tests -- Unit tests for wikis service
-- Copyright (C) 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... | Add the Test_Create_Wiki_Content unit test | Add the Test_Create_Wiki_Content unit test
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa |
d26f95c8b01338ce7fa7f7e14db72b88fbad2356 | awa/plugins/awa-changelogs/regtests/awa-changelogs-modules-tests.ads | awa/plugins/awa-changelogs/regtests/awa-changelogs-modules-tests.ads | -----------------------------------------------------------------------
-- awa-changelogs-tests -- Tests for changelogs
-- 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 ... | -----------------------------------------------------------------------
-- awa-changelogs-tests -- Tests for changelogs
-- 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 ... | Fix the unit test to use AWA.Tests.Test for the correct test setup | Fix the unit test to use AWA.Tests.Test for the correct test setup
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa |
d0c1a2f378949a2f9bb5a29e019e408069cf82c6 | awa/plugins/awa-sysadmin/src/awa-sysadmin.ads | awa/plugins/awa-sysadmin/src/awa-sysadmin.ads | -----------------------------------------------------------------------
-- awa-sysadmin --
-- Copyright (C) 2019 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 with th... | -----------------------------------------------------------------------
-- awa-sysadmin -- sysadmin module
-- Copyright (C) 2019, 2022 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 ... | Fix style warnings: add missing overriding and update and then/or else conditions | Fix style warnings: add missing overriding and update and then/or else conditions
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa |
4b6cb4655b33b7ccf6d41dc7ed0ab7fe9ca90042 | testutil/aunit/util-test_caller.adb | testutil/aunit/util-test_caller.adb | -----------------------------------------------------------------------
-- AUnit utils - Helper for writing unit tests
-- 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... | -----------------------------------------------------------------------
-- AUnit utils - Helper for writing unit tests
-- Copyright (C) 2009, 2010, 2011, 2013 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may n... | Use the Is_Test_Enabled function to ignore or take into account the test when it is added in the testsuite. | Use the Is_Test_Enabled function to ignore or take into account the
test when it is added in the testsuite.
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util |
be9a12a2de15ff47e8e37350bdb9f8de0a307156 | src/gen-commands-propset.ads | src/gen-commands-propset.ads | -----------------------------------------------------------------------
-- gen-commands-propset -- Set a property on dynamo project
-- Copyright (C) 2011, 2017, 2018 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- yo... | -----------------------------------------------------------------------
-- gen-commands-propset -- Set a property on dynamo project
-- Copyright (C) 2011, 2017, 2018, 2019 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
... | Add Name parameter to the Help procedure | Add Name parameter to the Help procedure
| Ada | apache-2.0 | stcarrez/dynamo,stcarrez/dynamo,stcarrez/dynamo |
51609ba9fcb7467fa3c4ae6f247d75c86158a0fe | src/gen.ads | src/gen.ads | -----------------------------------------------------------------------
-- Gen -- Code Generator
-- 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 in c... | -----------------------------------------------------------------------
-- gen -- Code Generator
-- Copyright (C) 2009, 2010, 2011, 2021 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 excep... | Declare the UString subtype to simplify the implementation and use of Unbounded_String | Declare the UString subtype to simplify the implementation and use of Unbounded_String
| Ada | apache-2.0 | stcarrez/dynamo,stcarrez/dynamo,stcarrez/dynamo |
bea375106da24b7c7cb8af2fb789fd15ccafe787 | mat/src/mat-formats.ads | mat/src/mat-formats.ads | -----------------------------------------------------------------------
-- 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... | Declare the Location function to format a file,line,function code location | Declare the Location function to format a file,line,function code location
| Ada | apache-2.0 | stcarrez/mat,stcarrez/mat,stcarrez/mat |
560eff37d2893ed598e42721e862521e5b653bf5 | mat/src/mat-formats.adb | mat/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... | Implement the Size function to format sizes | Implement the Size function to format sizes
| Ada | apache-2.0 | stcarrez/mat,stcarrez/mat,stcarrez/mat |
8394c019a158014ea7d09749006d2ba48c358c14 | mat/src/matp.adb | mat/src/matp.adb | -----------------------------------------------------------------------
-- mat-types -- Global types
-- 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 complianc... | -----------------------------------------------------------------------
-- mat-types -- Global types
-- 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 complianc... | Use Util.Log.Loggers.Initialize to configure the loggers | Use Util.Log.Loggers.Initialize to configure the loggers
| Ada | apache-2.0 | stcarrez/mat,stcarrez/mat,stcarrez/mat |
74816706bdf72c1c44fe655232dbf4ee092a5827 | mat/src/mat-readers-streams.ads | mat/src/mat-readers-streams.ads | -----------------------------------------------------------------------
-- mat-readers-streams -- Reader for streams
-- 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 exc... | -----------------------------------------------------------------------
-- mat-readers-streams -- Reader for streams
-- 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 exc... | Use the Message_Type and MAT.Events.Probes.Probe_Manager_Type types | Use the Message_Type and MAT.Events.Probes.Probe_Manager_Type types
| Ada | apache-2.0 | stcarrez/mat,stcarrez/mat,stcarrez/mat |
End of preview. Expand in Data Studio
huihui-ai/commitpackft_merged
This dataset is a copy of bigcode/commitpackft
The records where old_contents is empty have been removed.
- Downloads last month
- 48