hexsha stringlengths 40 40 | size int64 5 1.05M | ext stringclasses 588
values | lang stringclasses 305
values | max_stars_repo_path stringlengths 3 363 | max_stars_repo_name stringlengths 5 118 | max_stars_repo_head_hexsha stringlengths 40 40 | max_stars_repo_licenses listlengths 1 10 | max_stars_count float64 1 191k ⌀ | max_stars_repo_stars_event_min_datetime stringdate 2015-01-01 00:00:35 2022-03-31 23:43:49 ⌀ | max_stars_repo_stars_event_max_datetime stringdate 2015-01-01 12:37:38 2022-03-31 23:59:52 ⌀ | max_issues_repo_path stringlengths 3 363 | max_issues_repo_name stringlengths 5 118 | max_issues_repo_head_hexsha stringlengths 40 40 | max_issues_repo_licenses listlengths 1 10 | max_issues_count float64 1 134k ⌀ | max_issues_repo_issues_event_min_datetime stringlengths 24 24 ⌀ | max_issues_repo_issues_event_max_datetime stringlengths 24 24 ⌀ | max_forks_repo_path stringlengths 3 363 | max_forks_repo_name stringlengths 5 135 | max_forks_repo_head_hexsha stringlengths 40 40 | max_forks_repo_licenses listlengths 1 10 | max_forks_count float64 1 105k ⌀ | max_forks_repo_forks_event_min_datetime stringdate 2015-01-01 00:01:02 2022-03-31 23:27:27 ⌀ | max_forks_repo_forks_event_max_datetime stringdate 2015-01-03 08:55:07 2022-03-31 23:59:24 ⌀ | content stringlengths 5 1.05M | avg_line_length float64 1.13 1.04M | max_line_length int64 1 1.05M | alphanum_fraction float64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ecb76e9124d8bdbb6bf9aec9f7430cc79b2f819a | 681 | as | ActionScript | duckstazy-p2p/d2-sources/src/com/ek/duckstazy/utils/XRandom.as | highduck/duckstazy-archive | 6ef609fe87943d58e27181b4cdfaf13ca366f8d6 | [
"MIT"
] | null | null | null | duckstazy-p2p/d2-sources/src/com/ek/duckstazy/utils/XRandom.as | highduck/duckstazy-archive | 6ef609fe87943d58e27181b4cdfaf13ca366f8d6 | [
"MIT"
] | null | null | null | duckstazy-p2p/d2-sources/src/com/ek/duckstazy/utils/XRandom.as | highduck/duckstazy-archive | 6ef609fe87943d58e27181b4cdfaf13ca366f8d6 | [
"MIT"
] | null | null | null | package com.ek.duckstazy.utils
{
/**
* @author eliasku
*/
public class XRandom
{
private static var _seed:int;
private static const A:uint = 16807;
private static const C:uint = 12345;
private static const MASK:uint = 0x7fffffff;
public static function shuffle():void
{
_seed = int((new Date()).... | 19.457143 | 75 | 0.638767 |
b482efbb30a67200de0b6e4d739be7869497786f | 292 | as | ActionScript | Data/Interface/Source/Bethesda/UI/LevelUpMenu/PerkClipe9453.as | clayne/FO4_Interface | 8e6872c7daffa44a2e2cdf77ad84d5d3991d7942 | [
"RSA-MD"
] | 14 | 2016-08-11T04:15:53.000Z | 2020-04-04T18:22:41.000Z | Data/Interface/Source/Bethesda/UI/LevelUpMenu/PerkClipe9453.as | clayne/FO4_Interface | 8e6872c7daffa44a2e2cdf77ad84d5d3991d7942 | [
"RSA-MD"
] | 3 | 2016-08-16T00:34:41.000Z | 2017-09-23T19:22:11.000Z | Data/Interface/Source/Bethesda/UI/LevelUpMenu/PerkClipe9453.as | clayne/FO4_Interface | 8e6872c7daffa44a2e2cdf77ad84d5d3991d7942 | [
"RSA-MD"
] | 3 | 2020-05-01T00:00:36.000Z | 2022-01-15T00:21:09.000Z | package
{
public dynamic class PerkClipe9453 extends PerkAnimHolder
{
public function PerkClipe9453()
{
super();
addFrameScript(0,this.frame1,151,this.frame152);
}
function frame1() : *
{
stop();
}
function frame152() : *
{
gotoAndPlay(2);
}
}
}
| 12.166667 | 58 | 0.606164 |
31adf851a07ca95d2301f312d46bee2f60fe3279 | 1,291 | as | ActionScript | AIR/src/feathers/layout/HorizontalAlign.as | Dimensionscape/OpenFL-Tile-Packer | fb9b45d7116ee94659b59cceb3c3865a666eb3c0 | [
"MIT"
] | 2 | 2020-08-24T14:17:38.000Z | 2020-11-12T21:12:58.000Z | AIR/src/feathers/layout/HorizontalAlign.as | Dimensionscape/OpenFL-Tile-Packer | fb9b45d7116ee94659b59cceb3c3865a666eb3c0 | [
"MIT"
] | null | null | null | AIR/src/feathers/layout/HorizontalAlign.as | Dimensionscape/OpenFL-Tile-Packer | fb9b45d7116ee94659b59cceb3c3865a666eb3c0 | [
"MIT"
] | null | null | null | /*
Feathers
Copyright 2012-2019 Bowler Hat LLC. All Rights Reserved.
This program is free software. You can redistribute and/or modify it in
accordance with the terms of the accompanying license agreement.
*/
package feathers.layout
{
/**
* Constants for horizontal alignment of items in a layout.
*
* <p>Note: S... | 24.358491 | 75 | 0.683191 |
3ad9c7c96dc14db0d5b885b6baa139c4c89dc043 | 9,331 | as | ActionScript | samples/client/petstore/flash/flash/src/org/openapitools/client/api/PetApi.as | MalcolmScoffable/openapi-generator | 73605a0c0e0c825286c95123c63678ba75b44d5c | [
"Apache-2.0"
] | 5 | 2019-12-03T13:50:09.000Z | 2021-11-14T12:59:48.000Z | samples/client/petstore/flash/flash/src/org/openapitools/client/api/PetApi.as | MalcolmScoffable/openapi-generator | 73605a0c0e0c825286c95123c63678ba75b44d5c | [
"Apache-2.0"
] | 10 | 2019-06-28T09:01:45.000Z | 2022-02-26T12:19:16.000Z | samples/client/petstore/flash/flash/src/org/openapitools/client/api/PetApi.as | MalcolmScoffable/openapi-generator | 73605a0c0e0c825286c95123c63678ba75b44d5c | [
"Apache-2.0"
] | 5 | 2020-11-26T05:13:41.000Z | 2021-04-09T15:58:18.000Z | package org.openapitools.client.api {
import org.openapitools.common.ApiInvoker;
import org.openapitools.exception.ApiErrorCodes;
import org.openapitools.exception.ApiError;
import org.openapitools.common.ApiUserCredentials;
import org.openapitools.event.Response;
import org.openapitools.common.OpenApi;
import org.ope... | 30.694079 | 147 | 0.616761 |
b89305a4ae65a2cf8ddb39e05772345cadd9299c | 1,236 | as | ActionScript | src/sabelas/graphics/DummyQuadView.as | abiyasa/they-were-11-clones | 3e14d5583cac044748bb00b5a2094eca050b1255 | [
"MIT"
] | 3 | 2015-06-19T07:10:07.000Z | 2021-06-11T14:56:39.000Z | src/sabelas/graphics/DummyQuadView.as | abiyasa/they-were-11-clones | 3e14d5583cac044748bb00b5a2094eca050b1255 | [
"MIT"
] | null | null | null | src/sabelas/graphics/DummyQuadView.as | abiyasa/they-were-11-clones | 3e14d5583cac044748bb00b5a2094eca050b1255 | [
"MIT"
] | 1 | 2016-02-10T14:56:53.000Z | 2016-02-10T14:56:53.000Z | package sabelas.graphics
{
import starling.display.Sprite;
import starling.display.Quad;
/**
* A dummy Starling sprite, rendering a quad
* @author Abiyasa
*/
public class DummyQuadView extends Sprite
{
protected var _q:Quad;
/**
* Dummy view (a quad)
*
* @param size The width of the quad
... | 21.684211 | 86 | 0.635113 |
1a8a9877b5979393b2e9ab6235eab4ffe4c3986e | 1,909 | as | ActionScript | rockdot/source/flash/lib/org/springextensions/actionscript/ioc/factory/IReferenceResolver.as | blockforest/rockdot-actionscript | 9b3028c5007d35e6bbe59ef2e3449054ec85374f | [
"MIT"
] | 1 | 2016-07-14T23:17:30.000Z | 2016-07-14T23:17:30.000Z | rockdot/source/flash/lib/org/springextensions/actionscript/ioc/factory/IReferenceResolver.as | acanvas/acanvas-actionscript-framework | 9b3028c5007d35e6bbe59ef2e3449054ec85374f | [
"MIT"
] | null | null | null | rockdot/source/flash/lib/org/springextensions/actionscript/ioc/factory/IReferenceResolver.as | acanvas/acanvas-actionscript-framework | 9b3028c5007d35e6bbe59ef2e3449054ec85374f | [
"MIT"
] | null | null | null | /*
* Copyright 2007-2011 the original author or authors.
*
* 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 requi... | 35.351852 | 114 | 0.698795 |
09b244f34116014438dca172332300061f13c7af | 1,257 | as | ActionScript | audioapi/AudioNode.as | Korilakkuma/Action-Audio-API | 7878341e1f44a35159493718391565a2ecc858bb | [
"MIT"
] | 3 | 2015-02-03T14:21:42.000Z | 2017-11-15T21:57:10.000Z | audioapi/AudioNode.as | Korilakkuma/ActionAudioAPI | 7878341e1f44a35159493718391565a2ecc858bb | [
"MIT"
] | null | null | null | audioapi/AudioNode.as | Korilakkuma/ActionAudioAPI | 7878341e1f44a35159493718391565a2ecc858bb | [
"MIT"
] | null | null | null | package audioapi {
import flash.events.SampleDataEvent;
public class AudioNode {
public static const BUFFER_SIZE:uint = 4096;
protected var inputs:Array = [];
protected var outputs:Array = [];
protected var numberOfConnections = 0;
protected var numberOfOutputs ... | 27.326087 | 104 | 0.529833 |
3b24d101a3a97af411bc8d23f9e7f376622ddcf3 | 5,274 | as | ActionScript | ageb/src/ageb/modules/avatar/timelineClasses/FrameLayerList.as | nexttouches/age_client | c2c9b0f95aa2bd2c95afc20ddcf38ac33b92a5c9 | [
"MIT"
] | 3 | 2019-08-17T04:42:42.000Z | 2021-04-07T19:10:31.000Z | ageb/src/ageb/modules/avatar/timelineClasses/FrameLayerList.as | nexttouches/age_client | c2c9b0f95aa2bd2c95afc20ddcf38ac33b92a5c9 | [
"MIT"
] | null | null | null | ageb/src/ageb/modules/avatar/timelineClasses/FrameLayerList.as | nexttouches/age_client | c2c9b0f95aa2bd2c95afc20ddcf38ac33b92a5c9 | [
"MIT"
] | 1 | 2015-07-03T03:29:48.000Z | 2015-07-03T03:29:48.000Z | package ageb.modules.avatar.timelineClasses
{
import flash.events.MouseEvent;
import flash.geom.Point;
import mx.core.ClassFactory;
import mx.core.DragSource;
import mx.core.IUIComponent;
import mx.core.mx_internal;
import mx.events.DragEvent;
import mx.managers.DragManager;
import spark.components.List;
impo... | 24.877358 | 157 | 0.673303 |
5c2bf943ecd2b07b7a9f86e33e9036825567310c | 2,601 | as | ActionScript | SJGame/src/GameConsole/ConsoleApplication.as | liu-jack/SJGame | 2ade3f9d4ec3cf6a6589301d77dd980cfa2500d5 | [
"MIT"
] | 1 | 2021-06-09T23:39:11.000Z | 2021-06-09T23:39:11.000Z | SJGame/src/GameConsole/ConsoleApplication.as | liu-jack/SJGame | 2ade3f9d4ec3cf6a6589301d77dd980cfa2500d5 | [
"MIT"
] | null | null | null | SJGame/src/GameConsole/ConsoleApplication.as | liu-jack/SJGame | 2ade3f9d4ec3cf6a6589301d77dd980cfa2500d5 | [
"MIT"
] | null | null | null | package GameConsole
{
import GameConsole.core.ConsoleLog;
import GameConsole.core.IConsole;
import engine_starling.display.SNode;
import flash.display.Sprite;
import flash.events.MouseEvent;
import flash.utils.Dictionary;
import starling.core.Starling;
import starling.display.Stage;
import starling.event... | 23.862385 | 81 | 0.723183 |
55e97ee74072c6abd7161dcb4ff76b8046e1d233 | 476 | as | ActionScript | tests/swf/trace/movieclip-version.as | lieff/lvg | d8f8f77ba42c714532c40380ce6b013a82ffb43b | [
"CC0-1.0"
] | 100 | 2016-08-02T07:26:37.000Z | 2022-03-27T15:15:28.000Z | tests/swf/trace/movieclip-version.as | lieff/lvg | d8f8f77ba42c714532c40380ce6b013a82ffb43b | [
"CC0-1.0"
] | 4 | 2018-08-12T18:28:29.000Z | 2022-02-28T03:06:16.000Z | tests/swf/trace/movieclip-version.as | lieff/lvg | d8f8f77ba42c714532c40380ce6b013a82ffb43b | [
"CC0-1.0"
] | 9 | 2018-01-11T13:35:00.000Z | 2021-08-09T07:15:25.000Z | // makeswf -v 7 -s 200x150 -r 1 -o movieclip-version.swf movieclip-version.as
trace (this);
trace ($version.substr (0, 3));
trace (this.$version.substr (0, 3));
if (this == _root) {
for (i = 5; i <= 8; i++) {
createEmptyMovieClip ("m" + i, i);
loadMovie ("movieclip-version-" + i + ".swf", "m" + i);
loadM... | 28 | 77 | 0.584034 |
65a3f053cc7e4414a4438eecb870a5a99a877d72 | 264 | as | ActionScript | src/utils/validation/isValidEmailAddress.as | wpsmith/as3-utils | 838aad249f53afcfb88c2cdbba7004b07b1637e7 | [
"MIT"
] | 55 | 2015-01-13T10:20:25.000Z | 2021-07-27T21:14:19.000Z | src/utils/validation/isValidEmailAddress.as | wpsmith/as3-utils | 838aad249f53afcfb88c2cdbba7004b07b1637e7 | [
"MIT"
] | null | null | null | src/utils/validation/isValidEmailAddress.as | wpsmith/as3-utils | 838aad249f53afcfb88c2cdbba7004b07b1637e7 | [
"MIT"
] | 19 | 2015-01-13T10:18:40.000Z | 2021-04-06T01:38:56.000Z | package utils.validation
{
/**
* Validate a string as a valid email address.
*/
public function isValidEmailAddress(str:String):Boolean
{
var emailExpression:RegExp = /^[a-z][\w.-]+@\w[\w.-]+\.[\w.-]*[a-z][a-z]$/i;
return emailExpression.test(str);
}
} | 24 | 78 | 0.640152 |
3bbbbe3d406a68a7c9d59de43a0659ae546ce519 | 7,547 | as | ActionScript | bin/as/LayaAirFlash/flash/src/laya/flash/FlashContext.as | ly774508966/layaair | 9009e0d114c826dee1ff0e981bc9a172a826b87b | [
"MIT"
] | 2 | 2016-10-26T20:06:03.000Z | 2021-01-21T13:00:58.000Z | bin/as/LayaAirFlash/flash/src/laya/flash/FlashContext.as | ly774508966/layaair | 9009e0d114c826dee1ff0e981bc9a172a826b87b | [
"MIT"
] | null | null | null | bin/as/LayaAirFlash/flash/src/laya/flash/FlashContext.as | ly774508966/layaair | 9009e0d114c826dee1ff0e981bc9a172a826b87b | [
"MIT"
] | null | null | null | /*[IF-FLASH]*/package laya.flash
{
import flash.display.Bitmap;
import flash.display.BitmapData;
import flash.display.Sprite;
import flash.geom.Matrix;
import flash.geom.Rectangle;
import flash.text.TextField;
import flash.text.TextFieldAutoSize;
import flash.text.TextFormat;
import flash.utils.Dictionary;
i... | 28.055762 | 115 | 0.625149 |
a860161783e46e3e8b728e8b2801bba6d2af1784 | 845 | as | ActionScript | Source/Helpers/Utils.as | ZayshaaCodes/tm-dashboard | 3f4241f8596133e58f2f7c9c50e0fb7d05b8020c | [
"MIT"
] | 1 | 2021-12-27T21:56:02.000Z | 2021-12-27T21:56:02.000Z | Source/Helpers/Utils.as | ZayshaaCodes/tm-dashboard | 3f4241f8596133e58f2f7c9c50e0fb7d05b8020c | [
"MIT"
] | null | null | null | Source/Helpers/Utils.as | ZayshaaCodes/tm-dashboard | 3f4241f8596133e58f2f7c9c50e0fb7d05b8020c | [
"MIT"
] | null | null | null | namespace Util
{
#if TMNEXT
CSmPlayer@ GetViewingPlayer()
{
auto playground = GetApp().CurrentPlayground;
if (playground is null || playground.GameTerminals.Length != 1) {
return null;
}
return cast<CSmPlayer>(playground.GameTerminals[0].GUIPlayer);
}
#elif TUR... | 25.606061 | 76 | 0.611834 |
89b16a94571256b5b25edc513944ce3400aa7523 | 2,952 | as | ActionScript | Entry/src/com/tencent/morefun/naruto/plugin/exui/tooltip/UserTitleTips.as | w2h/SomeTool | 5f4df7bd6e226ce984bf6bd7264e9e790dd1e8ac | [
"MIT"
] | 6 | 2016-10-13T18:08:03.000Z | 2021-05-30T20:46:51.000Z | Entry/src/com/tencent/morefun/naruto/plugin/exui/tooltip/UserTitleTips.as | w2h/SomeTool | 5f4df7bd6e226ce984bf6bd7264e9e790dd1e8ac | [
"MIT"
] | null | null | null | Entry/src/com/tencent/morefun/naruto/plugin/exui/tooltip/UserTitleTips.as | w2h/SomeTool | 5f4df7bd6e226ce984bf6bd7264e9e790dd1e8ac | [
"MIT"
] | 1 | 2016-10-13T18:17:38.000Z | 2016-10-13T18:17:38.000Z | package com.tencent.morefun.naruto.plugin.exui.tooltip
{
import com.tencent.morefun.naruto.plugin.ui.tips.BaseTipsView;
import ui.plugin.tooltip.crew.UserTitleTipsUI;
import rank.model.data.RankTitleCfgInfo;
import com.greensock.TweenLite;
import com.tencent.morefun.naruto.plugin.exui.base.Image;
... | 33.545455 | 109 | 0.570799 |
96a4d6acd400b451cebe08180d1115ce57413acb | 4,275 | as | ActionScript | frameworks/projects/Text/src/main/royale/TextClasses.as | jmegonzalez/royale-asjs | bd5cbefc187fd9d650b93e89f684ce13f986729b | [
"ECL-2.0",
"Apache-2.0"
] | 306 | 2017-10-05T14:28:14.000Z | 2022-01-25T09:30:45.000Z | frameworks/projects/Text/src/main/royale/TextClasses.as | joseRamonLeon/royale-asjs | 4dfa86ec6907da834fb5df7e5dc28e48ba65cbeb | [
"Apache-2.0",
"MIT"
] | 995 | 2017-09-29T16:42:20.000Z | 2022-03-30T11:06:36.000Z | frameworks/projects/Text/src/main/royale/TextClasses.as | joseRamonLeon/royale-asjs | 4dfa86ec6907da834fb5df7e5dc28e48ba65cbeb | [
"Apache-2.0",
"MIT"
] | 132 | 2017-11-02T00:07:24.000Z | 2022-01-31T11:53:31.000Z | ////////////////////////////////////////////////////////////////////////////////
//
// 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... | 54.113924 | 89 | 0.775673 |
7f978d24bf8a31c0aecc83a5b3090920bf6b3dd6 | 8,546 | as | ActionScript | flash-toy-sync-as3/src/core/TPDisplayObject.as | shogunsho2/flash-toy-sync-v3 | 503a27a52b36dc488d10f8ea06dc15a78ea2733c | [
"MIT"
] | 5 | 2022-01-03T02:01:04.000Z | 2022-02-20T12:19:28.000Z | flash-toy-sync-as3/src/core/TPDisplayObject.as | shogunsho2/flash-toy-sync-v3 | 503a27a52b36dc488d10f8ea06dc15a78ea2733c | [
"MIT"
] | null | null | null | flash-toy-sync-as3/src/core/TPDisplayObject.as | shogunsho2/flash-toy-sync-v3 | 503a27a52b36dc488d10f8ea06dc15a78ea2733c | [
"MIT"
] | 2 | 2022-01-26T01:49:43.000Z | 2022-03-07T22:16:20.000Z | package core {
import flash.display.DisplayObject;
import flash.display.DisplayObjectContainer;
import flash.display.Graphics;
import flash.display.Shape;
import flash.events.Event;
import flash.geom.ColorTransform;
import flash.geom.Point;
import flash.geom.Rectangle;
/**
* Provides an interface for dis... | 29.673611 | 148 | 0.707582 |
b5ecb744acaf8108c35eb06ab2dd16a9d15b6870 | 1,076 | as | ActionScript | trf/trf.as | juklucas/HPRC_Assembly_Hub | 3c88cf90058a3bd4735b45ad1a7399da4ad105d8 | [
"MIT"
] | null | null | null | trf/trf.as | juklucas/HPRC_Assembly_Hub | 3c88cf90058a3bd4735b45ad1a7399da4ad105d8 | [
"MIT"
] | null | null | null | trf/trf.as | juklucas/HPRC_Assembly_Hub | 3c88cf90058a3bd4735b45ad1a7399da4ad105d8 | [
"MIT"
] | null | null | null | table TRF
"Tandem Repeats Finder"
(
string chrom; "Genomic sequence name"
uint chromStart; "Start in genomic sequence"
uint chromEnd; "End in genomic sequence"
uint PeriodSize; "Period size of the repeat"
float CopyNumber; "Number of copies aligned with the consensus patte... | 51.238095 | 98 | 0.683086 |
b6b30549037e676e92b89f9e75de0b0ef92b9d64 | 3,519 | as | ActionScript | Source Client/By Name/dofus/graphics/gapi/controls/jobviewer/JobViewerSkillItem.as | AXeL-dev/Dofus-client-1.29 | e09c7e5fec1fff0d542a16985868fc561aeca02b | [
"MIT"
] | 1 | 2021-01-18T15:19:16.000Z | 2021-01-18T15:19:16.000Z | Source Client/By Name/dofus/graphics/gapi/controls/jobviewer/JobViewerSkillItem.as | Guardian820/Dofus-client-1.29 | e09c7e5fec1fff0d542a16985868fc561aeca02b | [
"MIT"
] | null | null | null | Source Client/By Name/dofus/graphics/gapi/controls/jobviewer/JobViewerSkillItem.as | Guardian820/Dofus-client-1.29 | e09c7e5fec1fff0d542a16985868fc561aeca02b | [
"MIT"
] | 1 | 2020-10-07T20:03:49.000Z | 2020-10-07T20:03:49.000Z | // Action script...
// [Initial MovieClip Action of sprite 20715]
#initclip 236
if (!dofus.graphics.gapi.controls.jobviewer.JobViewerSkillItem)
{
if (!dofus)
{
_global.dofus = new Object();
} // end if
if (!dofus.graphics)
{
_global.dofus.graphics = new Object();
} // end if
... | 34.841584 | 178 | 0.56266 |
6198987efd66b8f0171c33edaea6b501e22d37af | 42,213 | as | ActionScript | src/Box2D/Dynamics/b2World.as | ZaaLabs/PushButtonEngine | 64ff958d0375de5e7d7ca8f7f1bcb0f88bbe7b04 | [
"MIT-0",
"MIT"
] | 3 | 2016-01-06T08:59:27.000Z | 2021-09-02T03:18:34.000Z | src/Box2D/Dynamics/b2World.as | zerojuan/PushButtonEngine | 26130a4bbf578131d4dd94d6c7692d7ccdf0999c | [
"MIT-0",
"MIT"
] | null | null | null | src/Box2D/Dynamics/b2World.as | zerojuan/PushButtonEngine | 26130a4bbf578131d4dd94d6c7692d7ccdf0999c | [
"MIT-0",
"MIT"
] | 5 | 2016-02-19T02:50:54.000Z | 2019-07-22T13:58:06.000Z | /*
* Copyright (c) 2006-2007 Erin Catto http://www.gphysics.com
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any damages
* arising from the use of this software.
* Permission is granted to anyone to use this software for any pu... | 33.108235 | 134 | 0.521474 |
f9ab9920839cc3ff34d55f54ad1696914322992a | 8,477 | as | ActionScript | bin/Data/AngelScript/Ingame/LocalSceneManager.as | frobino/urho3d-simple-multiplayer-shooter | 4397c58dfce15dff7d182787f0b2415e746405b7 | [
"MIT"
] | 4 | 2016-11-05T12:59:20.000Z | 2021-01-17T00:03:09.000Z | bin/Data/AngelScript/Ingame/LocalSceneManager.as | frobino/urho3d-simple-multiplayer-shooter | 4397c58dfce15dff7d182787f0b2415e746405b7 | [
"MIT"
] | null | null | null | bin/Data/AngelScript/Ingame/LocalSceneManager.as | frobino/urho3d-simple-multiplayer-shooter | 4397c58dfce15dff7d182787f0b2415e746405b7 | [
"MIT"
] | 2 | 2020-07-06T09:00:13.000Z | 2021-10-01T17:14:13.000Z | namespace Ingame
{
class LocalSceneManager
{
protected Node @cameraNode_;
protected Node @playerNode_;
protected Array <Node @> otherPlayersNodes_;
protected void CreateLocals ()
{
Array <Node @> nodes = SharedGlobals::syncedGameScene.GetChildren (tru... | 39.24537 | 114 | 0.473045 |
d454b0dcd40d9e9a42cdefb6d735801423eaa14b | 6,470 | as | ActionScript | src/otlib/utils/FrameDurationsOptimizer.as | EPuncker/ObjectBuilder | 9590bb2f808be5f748b1cc7c8ad2296d124aa647 | [
"MIT"
] | null | null | null | src/otlib/utils/FrameDurationsOptimizer.as | EPuncker/ObjectBuilder | 9590bb2f808be5f748b1cc7c8ad2296d124aa647 | [
"MIT"
] | null | null | null | src/otlib/utils/FrameDurationsOptimizer.as | EPuncker/ObjectBuilder | 9590bb2f808be5f748b1cc7c8ad2296d124aa647 | [
"MIT"
] | 1 | 2018-08-14T00:55:49.000Z | 2018-08-14T00:55:49.000Z | /*
* Copyright (c) 2014-2022 Object Builder <https://github.com/ottools/ObjectBuilder>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation ... | 41.741935 | 146 | 0.598918 |
b2a8983b3208346525062e4c0c7548c5130225c8 | 1,031 | as | ActionScript | kag2d/Mods/ZFM+1.6.7f/Rules/SpawnMigrants.as | agalera/kag2d_zfm- | 3c3e81e24d7d6de229df994110fc044e05758411 | [
"curl"
] | null | null | null | kag2d/Mods/ZFM+1.6.7f/Rules/SpawnMigrants.as | agalera/kag2d_zfm- | 3c3e81e24d7d6de229df994110fc044e05758411 | [
"curl"
] | null | null | null | kag2d/Mods/ZFM+1.6.7f/Rules/SpawnMigrants.as | agalera/kag2d_zfm- | 3c3e81e24d7d6de229df994110fc044e05758411 | [
"curl"
] | null | null | null | #define SERVER_ONLY
const string migrant_name = "migrantbot";
void onTick(CRules@ this)
{
if (getGameTime() %29 != 0) return;
//if (XORRandom(512) < 256) return; //50% chance of actually doing anything
CMap@ map = getMap();
if (map is null || map.tilemapwidth < 2) return; //failed to load map?
CBlob@[] migrant... | 24.547619 | 86 | 0.624636 |
7a0b24d159687aa2520441dfd0b3361ae8b37f96 | 7,396 | as | ActionScript | common-snapshot/src/com/neopets/games/inhouse/SuperSearch/SuperSearch_GameScreen.as | vikiana/ShenkuuWarriorII | cd734d339b6237675f20ac0ab0b3726967bb0a49 | [
"MIT"
] | 1 | 2021-06-23T08:53:53.000Z | 2021-06-23T08:53:53.000Z | common-snapshot/src/com/neopets/games/inhouse/SuperSearch/SuperSearch_GameScreen.as | vikiana/ShenkuuWarriorII | cd734d339b6237675f20ac0ab0b3726967bb0a49 | [
"MIT"
] | null | null | null | common-snapshot/src/com/neopets/games/inhouse/SuperSearch/SuperSearch_GameScreen.as | vikiana/ShenkuuWarriorII | cd734d339b6237675f20ac0ab0b3726967bb0a49 | [
"MIT"
] | null | null | null |
/* AS3
Copyright 2008
*/
package com.neopets.games.inhouse.SuperSearch
{
import flash.display.MovieClip;
import flash.text.TextField;
import flash.events.Event;
import com.neopets.projects.gameEngine.gui.Interface.GameScreen;
import com.neopets.projects.gameEngine.gui.MenuManager;
import com.neopets.util.eve... | 31.606838 | 92 | 0.666577 |
54c55822ff34c985d3bf55482155b887d133f8a4 | 2,978 | as | ActionScript | lib/se/lnu/stickossdk/input/InputKey.as | paontuus/RacingForFreedom | b1fca650e3ac44dfcda49f59c1cb8f968a3c7374 | [
"Apache-2.0"
] | null | null | null | lib/se/lnu/stickossdk/input/InputKey.as | paontuus/RacingForFreedom | b1fca650e3ac44dfcda49f59c1cb8f968a3c7374 | [
"Apache-2.0"
] | null | null | null | lib/se/lnu/stickossdk/input/InputKey.as | paontuus/RacingForFreedom | b1fca650e3ac44dfcda49f59c1cb8f968a3c7374 | [
"Apache-2.0"
] | null | null | null | package se.lnu.stickossdk.input {
//-----------------------------------------------------------
// Public class
//-----------------------------------------------------------
/**
* Representerar en inmatningstangent, exempelvis en tangent
* på ett tangentbord.
*
* @version 1.0
* @copyright Copyright (... | 22.732824 | 84 | 0.502686 |
121e33fe7a86817375cd7fc6b013013d9e968400 | 7,346 | as | ActionScript | src/main/actionscript/hu/vpmedia/utils/DateUtil.as | vpmedia/vpmedia-as3 | 7bf2f410181b8c59e9b5dd3fdf6e62cdd9f9ae18 | [
"MIT"
] | 1 | 2019-03-06T03:18:23.000Z | 2019-03-06T03:18:23.000Z | src/main/actionscript/hu/vpmedia/utils/DateUtil.as | vpmedia/vpmedia-as3 | 7bf2f410181b8c59e9b5dd3fdf6e62cdd9f9ae18 | [
"MIT"
] | null | null | null | src/main/actionscript/hu/vpmedia/utils/DateUtil.as | vpmedia/vpmedia-as3 | 7bf2f410181b8c59e9b5dd3fdf6e62cdd9f9ae18 | [
"MIT"
] | null | null | null | /*
* =BEGIN CLOSED LICENSE
*
* Copyright (c) 2013-2014 Andras Csizmadia
* http://www.vpmedia.eu
*
* For information about the licensing and copyright please
* contact Andras Csizmadia at andras@vpmedia.eu
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT N... | 31.800866 | 170 | 0.542744 |
46bde2dc6f43e2895551f99765f4b7677c422b43 | 412 | as | ActionScript | swf/com/playata/application/data/stream/ServerSystemMessage.as | Zweer/BigBangEmpireBot | d0fd04118822bf0eb6fffd271ce944f0475c5998 | [
"MIT"
] | 1 | 2019-10-31T13:49:58.000Z | 2019-10-31T13:49:58.000Z | swf/com/playata/application/data/stream/ServerSystemMessage.as | Zweer/BigBangEmpireBot | d0fd04118822bf0eb6fffd271ce944f0475c5998 | [
"MIT"
] | 11 | 2018-09-30T15:17:00.000Z | 2022-02-13T11:52:26.000Z | swf/com/playata/application/data/stream/ServerSystemMessage.as | Zweer/BigBangEmpireBot | d0fd04118822bf0eb6fffd271ce944f0475c5998 | [
"MIT"
] | 6 | 2018-06-18T18:43:46.000Z | 2021-03-03T21:48:43.000Z | package com.playata.application.data.stream
{
import com.playata.framework.display.ui.IListItem;
public class ServerSystemMessage extends SystemMessage implements IListItem
{
public function ServerSystemMessage(param1:Object = null)
{
super(param1);
}
... | 20.6 | 78 | 0.618932 |
fecbf856ff272dce48ca4a88d39b4891284b4ac0 | 466 | as | ActionScript | Zcup/src/com/zcup/manager/SingletonFactory.as | mldongs/ZCup | 6f848ee624c3d08c8fd19f982cecb8072cf00a79 | [
"MIT"
] | 2 | 2015-01-13T12:53:44.000Z | 2015-01-13T12:53:47.000Z | Zcup/src/com/zcup/manager/SingletonFactory.as | mldongs/ZCup | 6f848ee624c3d08c8fd19f982cecb8072cf00a79 | [
"MIT"
] | null | null | null | Zcup/src/com/zcup/manager/SingletonFactory.as | mldongs/ZCup | 6f848ee624c3d08c8fd19f982cecb8072cf00a79 | [
"MIT"
] | null | null | null | package com.zcup.manager
{
import com.zcup.utils.HashMap;
/**
* 单例工厂
* @author pvsp
*
*/
public class SingletonFactory
{
private static var objectCache:HashMap=new HashMap();
/**
* 创建对象
* @param clz 对象类型
* @return
*
*/
public static function createObject(clz:Class):*
{
var resul... | 15.032258 | 55 | 0.609442 |
4be76a09e9b83ce834104317ed742f349a59bb98 | 2,164 | as | ActionScript | frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/IEEventAdapterBead.as | raudjcholo/royale-asjs | 41bf846b97b2f712ae7999d0a18d05d0a20594a6 | [
"ECL-2.0",
"Apache-2.0"
] | 1 | 2020-07-18T16:49:41.000Z | 2020-07-18T16:49:41.000Z | frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/IEEventAdapterBead.as | raudjcholo/royale-asjs | 41bf846b97b2f712ae7999d0a18d05d0a20594a6 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/IEEventAdapterBead.as | raudjcholo/royale-asjs | 41bf846b97b2f712ae7999d0a18d05d0a20594a6 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | ////////////////////////////////////////////////////////////////////////////////
//
// 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... | 33.292308 | 103 | 0.640018 |
3994b18701e903efeb9c63271f2ec47072892ff8 | 795 | as | ActionScript | client/src/kabam/rotmg/ui/view/PotionInventoryView.as | xoxobby/LoE-Realm-NC-2 | ebfb8681a13f85f451739d575c8174b47072b211 | [
"MIT"
] | 3 | 2017-10-03T13:16:24.000Z | 2017-10-14T19:54:22.000Z | client/src/kabam/rotmg/ui/view/PotionInventoryView.as | xoxobby/LoE-Realm-NC-2 | ebfb8681a13f85f451739d575c8174b47072b211 | [
"MIT"
] | null | null | null | client/src/kabam/rotmg/ui/view/PotionInventoryView.as | xoxobby/LoE-Realm-NC-2 | ebfb8681a13f85f451739d575c8174b47072b211 | [
"MIT"
] | 12 | 2018-11-08T14:35:04.000Z | 2019-11-08T15:03:04.000Z | package kabam.rotmg.ui.view {
import flash.display.Sprite;
import kabam.rotmg.ui.view.components.PotionSlotView;
public class PotionInventoryView extends Sprite {
private static const LEFT_BUTTON_CUTS:Array = [1, 0, 0, 1];
private static const RIGHT_BUTTON_CUTS:Array = [0, 1, 1, 0];
private static const... | 28.392857 | 81 | 0.654088 |
9e2e1a2a90179e1767a4ad31f6978a397f3dac04 | 3,466 | as | ActionScript | swf/starling/utils/MathUtil.as | lukastechhonda/BigBangEmpireBot | 5d5666c9d06111dc079f61b6038e2338d21fc8a7 | [
"MIT"
] | 1 | 2019-10-31T13:49:58.000Z | 2019-10-31T13:49:58.000Z | swf/starling/utils/MathUtil.as | lukastechhonda/BigBangEmpireBot | 5d5666c9d06111dc079f61b6038e2338d21fc8a7 | [
"MIT"
] | 11 | 2018-09-30T15:17:00.000Z | 2022-02-13T11:52:26.000Z | swf/starling/utils/MathUtil.as | Zweer/BigBangEmpireBot | d0fd04118822bf0eb6fffd271ce944f0475c5998 | [
"MIT"
] | 6 | 2018-06-18T18:43:46.000Z | 2021-03-03T21:48:43.000Z | package starling.utils
{
import flash.geom.Point;
import flash.geom.Vector3D;
import starling.errors.AbstractClassError;
public class MathUtil
{
private static const TWO_PI:Number = 6.283185307179586;
public function MathUtil()
{
super();
thro... | 33.326923 | 116 | 0.565782 |
52f9357ee6ae28a0f93dce75c3dde2f39db60fc8 | 769 | as | ActionScript | src/com/company/assembleegameclient/objects/MysteryBoxGround.as | Zolmex/RotMG-Flash-Client | 1859de2f628ffb68a20005d651d9c4d8c7ff6de6 | [
"MIT"
] | 1 | 2022-01-18T17:30:38.000Z | 2022-01-18T17:30:38.000Z | src/com/company/assembleegameclient/objects/MysteryBoxGround.as | Zolmex/RotMG-Flash-Client | 1859de2f628ffb68a20005d651d9c4d8c7ff6de6 | [
"MIT"
] | null | null | null | src/com/company/assembleegameclient/objects/MysteryBoxGround.as | Zolmex/RotMG-Flash-Client | 1859de2f628ffb68a20005d651d9c4d8c7ff6de6 | [
"MIT"
] | 2 | 2021-08-07T07:37:45.000Z | 2021-08-08T02:15:51.000Z | // Decompiled by AS3 Sorcerer 6.08
// www.as3sorcerer.com
//com.company.assembleegameclient.objects.MysteryBoxGround
package com.company.assembleegameclient.objects
{
import kabam.rotmg.game.view.MysteryBoxPanel;
import com.company.assembleegameclient.game.GameSprite;
import com.company.assembleegameclie... | 25.633333 | 83 | 0.703511 |
23a9ab026be0f46444df3f84601cae56de3f2886 | 15,771 | as | ActionScript | frameworks/projects/MXRoyale/src/main/royale/mx/containers/Form.as | pashminakazi/royale-asjs | 912f8a91f88d2c192d63a5a032d2deccbafd37b6 | [
"Apache-2.0",
"MIT"
] | 1 | 2021-01-20T21:46:41.000Z | 2021-01-20T21:46:41.000Z | frameworks/projects/MXRoyale/src/main/royale/mx/containers/Form.as | joseRamonLeon/royale-asjs | 4dfa86ec6907da834fb5df7e5dc28e48ba65cbeb | [
"Apache-2.0",
"MIT"
] | null | null | null | frameworks/projects/MXRoyale/src/main/royale/mx/containers/Form.as | joseRamonLeon/royale-asjs | 4dfa86ec6907da834fb5df7e5dc28e48ba65cbeb | [
"Apache-2.0",
"MIT"
] | null | null | null | ////////////////////////////////////////////////////////////////////////////////
//
// 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... | 30.863014 | 135 | 0.545875 |
c279a4685bba53e2f2bc8c90ff0e4138fef42c62 | 1,706 | as | ActionScript | src/com/ctyeung/Targa/TGATypeEnum.as | Abarrowman/Color | 2d9995d780d4bc2341a7d2f8bffee29628d4b294 | [
"MIT"
] | null | null | null | src/com/ctyeung/Targa/TGATypeEnum.as | Abarrowman/Color | 2d9995d780d4bc2341a7d2f8bffee29628d4b294 | [
"MIT"
] | null | null | null | src/com/ctyeung/Targa/TGATypeEnum.as | Abarrowman/Color | 2d9995d780d4bc2341a7d2f8bffee29628d4b294 | [
"MIT"
] | 1 | 2018-10-30T07:47:05.000Z | 2018-10-30T07:47:05.000Z | package com.ctyeung.Targa
{
public class TGATypeEnum
{
public static const HEADER_LEN:int = 18;
// screen origin
public static const ORIG_LOW_LEFT:int = 0;
public static const ORIG_LOW_RIGHT:int = 1;
public static const ORIG_UP_LEFT:int = 10;
public static const ORIG_UP_RIGHT:int = 11;
... | 37.911111 | 64 | 0.716882 |
aaf117328ffc906920c2f03f24e2b287cfa6980b | 208 | as | ActionScript | src/com/logicom/geom/ExPolygons.as | ChrisDenham/PolygonClipper.AS3 | 7f0d36896729cd337b194ad5ca257962336d8f12 | [
"BSL-1.0"
] | 7 | 2015-01-09T07:25:32.000Z | 2021-12-10T08:02:35.000Z | src/com/logicom/geom/ExPolygons.as | ChrisDenham/PolygonClipper.AS3 | 7f0d36896729cd337b194ad5ca257962336d8f12 | [
"BSL-1.0"
] | 1 | 2016-01-29T18:22:31.000Z | 2016-01-29T19:37:59.000Z | src/com/logicom/geom/ExPolygons.as | ChrisDenham/PolygonClipper.AS3 | 7f0d36896729cd337b194ad5ca257962336d8f12 | [
"BSL-1.0"
] | 4 | 2017-03-06T21:32:15.000Z | 2021-12-10T08:02:36.000Z | package com.logicom.geom
{
public class ExPolygons extends Array
{
public function ExPolygons()
{
}
public function addExPolygon(exPolygon:ExPolygon):void
{
push(exPolygon);
}
}
} | 14.857143 | 56 | 0.668269 |
87e4d7f9cb6a761eee0e6777bba8939972c2b27c | 6,165 | as | ActionScript | dicecode/away3d/materials/shaders/DiffusePhongShader.as | HKMOpen/AS3MonoPoly | ebfb1473a68a3fd3a008bdf66432f5646a6e75b3 | [
"MIT"
] | null | null | null | dicecode/away3d/materials/shaders/DiffusePhongShader.as | HKMOpen/AS3MonoPoly | ebfb1473a68a3fd3a008bdf66432f5646a6e75b3 | [
"MIT"
] | null | null | null | dicecode/away3d/materials/shaders/DiffusePhongShader.as | HKMOpen/AS3MonoPoly | ebfb1473a68a3fd3a008bdf66432f5646a6e75b3 | [
"MIT"
] | null | null | null | package away3d.materials.shaders {
import away3d.core.light.DirectionalLight;
import away3d.containers.*;
import away3d.arcane;
import away3d.core.base.*;
import away3d.core.draw.*;
import away3d.core.math.*;
import away3d.core.render.*;
import away3d.core.utils.*;
import flash.display.*;
import flash.geo... | 6,165 | 6,165 | 0.642011 |
8f9fe872f6197ba98f9534b9f5d893bae1efc46e | 2,457 | as | ActionScript | src/Malon.as | UnknownGuardian/Mirror-Maze | 19f699e45463efb1a6866d2fdd3b1d88e80d05c6 | [
"Unlicense"
] | null | null | null | src/Malon.as | UnknownGuardian/Mirror-Maze | 19f699e45463efb1a6866d2fdd3b1d88e80d05c6 | [
"Unlicense"
] | null | null | null | src/Malon.as | UnknownGuardian/Mirror-Maze | 19f699e45463efb1a6866d2fdd3b1d88e80d05c6 | [
"Unlicense"
] | null | null | null | package
{
import flash.display.Sprite;
import flash.events.Event;
import net.profusiondev.graphics.SpriteSheetAnimation;
/**
* ...
* @author UnknownGuardian
*/
public class Malon extends SpriteSheetAnimation
{
private var directionFacing:uint = 0;
public var isMoving:Boolean = false;
public var de... | 18.473684 | 55 | 0.582011 |
2a548cb5d4f1dab169293fee7d41164f64cf8e0e | 2,321 | as | ActionScript | data/DofusInvoker/scripts/com/ankamagames/dofus/logic/common/managers/HyperlinkShowTitleManager.as | LucBerge/Datafus | 6ff545662c99f5f727c5a8522da853fbbd99782a | [
"MIT"
] | 10 | 2019-11-10T21:24:38.000Z | 2021-05-24T23:56:36.000Z | data/DofusInvoker/scripts/com/ankamagames/dofus/logic/common/managers/HyperlinkShowTitleManager.as | LucBerge/Datafus | 6ff545662c99f5f727c5a8522da853fbbd99782a | [
"MIT"
] | 15 | 2021-01-27T21:41:58.000Z | 2021-03-03T16:47:19.000Z | data/DofusInvoker/scripts/com/ankamagames/dofus/logic/common/managers/HyperlinkShowTitleManager.as | bot4dofus/Datafus | 126838a84b0e41d5486d735aa38d78deeb8d6681 | [
"MIT"
] | 3 | 2021-11-08T22:58:20.000Z | 2022-02-09T22:22:33.000Z | package com.ankamagames.dofus.logic.common.managers
{
import com.ankamagames.berilia.enums.StrataEnum;
import com.ankamagames.berilia.managers.KernelEventsManager;
import com.ankamagames.berilia.managers.TooltipManager;
import com.ankamagames.berilia.managers.UiModuleManager;
import com.ankamagames... | 37.435484 | 187 | 0.644119 |
46c9c3ddffdc43d35aa828324d8eaeb1a2f1a671 | 95 | as | ActionScript | data/DofusInvoker/scripts/cmodule/lua_wrapper/_ebuf_2E_1986.as | LucBerge/Datafus | 6ff545662c99f5f727c5a8522da853fbbd99782a | [
"MIT"
] | 10 | 2019-11-10T21:24:38.000Z | 2021-05-24T23:56:36.000Z | data/DofusInvoker/scripts/cmodule/lua_wrapper/_ebuf_2E_1986.as | LucBerge/Datafus | 6ff545662c99f5f727c5a8522da853fbbd99782a | [
"MIT"
] | 15 | 2021-01-27T21:41:58.000Z | 2021-03-03T16:47:19.000Z | data/DofusInvoker/scripts/cmodule/lua_wrapper/_ebuf_2E_1986.as | bot4dofus/Datafus | 126838a84b0e41d5486d735aa38d78deeb8d6681 | [
"MIT"
] | 3 | 2021-11-08T22:58:20.000Z | 2022-02-09T22:22:33.000Z | package cmodule.lua_wrapper
{
const _ebuf_2E_1986:int = gstaticInitter.alloc(2048,1);
}
| 19 | 59 | 0.736842 |
64ff51f03e0019ebac5f8abb029c33cd1ae485ef | 2,470 | as | ActionScript | src/egg82/utils/CookieUtil.as | CyberFlameGO/Comfort-2 | 4ba603eb869554343178c5fda12ccae716c41f21 | [
"Unlicense"
] | 1 | 2021-06-30T22:23:00.000Z | 2021-06-30T22:23:00.000Z | src/egg82/utils/CookieUtil.as | CyberFlameGO/Comfort-2 | 4ba603eb869554343178c5fda12ccae716c41f21 | [
"Unlicense"
] | null | null | null | src/egg82/utils/CookieUtil.as | CyberFlameGO/Comfort-2 | 4ba603eb869554343178c5fda12ccae716c41f21 | [
"Unlicense"
] | 1 | 2021-08-14T13:00:10.000Z | 2021-08-14T13:00:10.000Z | /**
* Copyright (c) 2015 egg82 (Alexander Mason)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, ... | 26.847826 | 80 | 0.691093 |
950b4602b8c6aa1b68b3790fdbed20d421935ba1 | 697 | as | ActionScript | dicecode/away3d/cameras/lenses/ILens.as | HKMOpen/AS3MonoPoly | ebfb1473a68a3fd3a008bdf66432f5646a6e75b3 | [
"MIT"
] | null | null | null | dicecode/away3d/cameras/lenses/ILens.as | HKMOpen/AS3MonoPoly | ebfb1473a68a3fd3a008bdf66432f5646a6e75b3 | [
"MIT"
] | null | null | null | dicecode/away3d/cameras/lenses/ILens.as | HKMOpen/AS3MonoPoly | ebfb1473a68a3fd3a008bdf66432f5646a6e75b3 | [
"MIT"
] | null | null | null | package away3d.cameras.lenses
{
import away3d.containers.*;
import away3d.core.base.*;
import away3d.core.draw.*;
import away3d.core.geom.*;
import away3d.core.math.*;
public interface ILens
{
function get near():Number;
function get far():Number;
function setView(val:View3D):void
function get... | 23.233333 | 92 | 0.678623 |
74036dd4c45eab62d18b8a635feea20369d59d3a | 31,487 | as | ActionScript | src/me/rainssong/tools/SimpleGUI.as | rainssong/RainsAsLib | 7b9bf0e10f051259cb541d9007d6f34e3cfa43f2 | [
"MIT"
] | 7 | 2015-01-13T08:34:30.000Z | 2020-12-28T01:52:36.000Z | src/me/rainssong/tools/SimpleGUI.as | rainssong/RainsAsLib | 7b9bf0e10f051259cb541d9007d6f34e3cfa43f2 | [
"MIT"
] | null | null | null | src/me/rainssong/tools/SimpleGUI.as | rainssong/RainsAsLib | 7b9bf0e10f051259cb541d9007d6f34e3cfa43f2 | [
"MIT"
] | 5 | 2015-07-10T03:11:54.000Z | 2021-02-18T10:30:11.000Z |
/**
*
* uk.co.soulwire.gui.SimpleGUI
*
* @version 1.00 | Jan 13, 2011
* @author Justin Windle
*
* SimpleGUI is a single Class utility designed for AS3 projects where a developer needs to
* quickly add UI controls for variables or functions to a sketch. Properties can be controlled
* with just one line ... | 26.173732 | 148 | 0.630864 |
125868e85be8299cafc6e5f94bd2a81b507e450a | 1,836 | as | ActionScript | swf/visuals/ui/elements/buttons/SymbolButtonVideoAdvertismentGeneric.as | lukastechhonda/BigBangEmpireBot | 5d5666c9d06111dc079f61b6038e2338d21fc8a7 | [
"MIT"
] | 1 | 2019-10-31T13:49:58.000Z | 2019-10-31T13:49:58.000Z | swf/visuals/ui/elements/buttons/SymbolButtonVideoAdvertismentGeneric.as | lukastechhonda/BigBangEmpireBot | 5d5666c9d06111dc079f61b6038e2338d21fc8a7 | [
"MIT"
] | 11 | 2018-09-30T15:17:00.000Z | 2022-02-13T11:52:26.000Z | swf/visuals/ui/elements/buttons/SymbolButtonVideoAdvertismentGeneric.as | Zweer/BigBangEmpireBot | d0fd04118822bf0eb6fffd271ce944f0475c5998 | [
"MIT"
] | 6 | 2018-06-18T18:43:46.000Z | 2021-03-03T21:48:43.000Z | package visuals.ui.elements.buttons
{
import com.playata.framework.display.Sprite;
import com.playata.framework.display.lib.flash.FlashDisplayObjectContainer;
import com.playata.framework.display.lib.flash.FlashSprite;
import flash.display.MovieClip;
import visuals.ui.base.SymbolDummyGeneric;
import v... | 32.785714 | 89 | 0.673203 |
959615372c3d68a4eaf92151fd0a1998c6709665 | 3,895 | as | ActionScript | client/src/org/as3commons/file/PropertiesFile.as | airsdk/apm | b52f84cb228ea9dcfe5e47b581b250af2e5b5254 | [
"MIT"
] | 27 | 2021-03-02T09:41:11.000Z | 2022-03-13T04:17:11.000Z | client/src/org/as3commons/file/PropertiesFile.as | airnativeextensions/apm | b52f84cb228ea9dcfe5e47b581b250af2e5b5254 | [
"MIT"
] | 59 | 2021-07-23T11:55:52.000Z | 2022-03-29T19:05:05.000Z | client/src/org/as3commons/file/PropertiesFile.as | airsdk/apm | b52f84cb228ea9dcfe5e47b581b250af2e5b5254 | [
"MIT"
] | 6 | 2021-04-14T02:00:04.000Z | 2021-11-10T21:41:27.000Z | /**
* __ __ __
* ____/ /_ ____/ /______ _ ___ / /_
* / __ / / ___/ __/ ___/ / __ `/ __/
* / /_/ / (__ ) / / / / / /_/ / /
* \__,_/_/____/_/ /_/ /_/\__, /_/
* / /
* \/
* http://distriqt.com
*
* @author Michael (https://git... | 23.895706 | 83 | 0.547625 |
9190de6d999a7d491a624e232eb61163265ec639 | 683 | as | ActionScript | src/classes/api/events/GetProjectInfoEvent.as | shavenzov/music3000-vk | 5a47baedc59271c14bf57bd158767be198e6c41a | [
"MIT"
] | null | null | null | src/classes/api/events/GetProjectInfoEvent.as | shavenzov/music3000-vk | 5a47baedc59271c14bf57bd158767be198e6c41a | [
"MIT"
] | null | null | null | src/classes/api/events/GetProjectInfoEvent.as | shavenzov/music3000-vk | 5a47baedc59271c14bf57bd158767be198e6c41a | [
"MIT"
] | 1 | 2020-01-03T16:24:03.000Z | 2020-01-03T16:24:03.000Z | package classes.api.events
{
import flash.events.Event;
import classes.api.data.ProjectInfo;
import classes.api.errors.APIError;
public class GetProjectInfoEvent extends Event
{
public static const GET_PROJECT_INFO : String = 'GET_PROJECT_INFO';
public var info : ProjectInfo;
public var error : int;
... | 20.69697 | 87 | 0.688141 |
e8328d69d366129d67517c0e4f88fba4a770c905 | 841 | as | ActionScript | src/test/org/spicefactory/parsley/context/scope/model/OrderedMixedScopeReceivers.as | teramura/Parsley-Core | 3252fbc4eb9e3dcafa43ef4ba1745cbd5757ded2 | [
"Apache-2.0"
] | 7 | 2015-01-28T05:00:27.000Z | 2021-06-14T21:22:42.000Z | src/test/org/spicefactory/parsley/context/scope/model/OrderedMixedScopeReceivers.as | huang-x-h/Parsley-Core | 6f52d0d31394d7cf4c4c35e7643fee78f15c5a53 | [
"Apache-2.0"
] | null | null | null | src/test/org/spicefactory/parsley/context/scope/model/OrderedMixedScopeReceivers.as | huang-x-h/Parsley-Core | 6f52d0d31394d7cf4c4c35e7643fee78f15c5a53 | [
"Apache-2.0"
] | 10 | 2015-03-12T20:46:45.000Z | 2018-09-08T17:29:36.000Z | package org.spicefactory.parsley.context.scope.model {
import org.spicefactory.parsley.util.MessageCounter;
/**
* @author Jens Halm
*/
public class OrderedMixedScopeReceivers extends MessageCounter {
public var order:String = "";
[MessageHandler(scope="local", order="1")]
public function handleLocalMessage2 (... | 25.484848 | 64 | 0.673008 |
1b5dce1f19fb86f0c76ebbfd9a512b3243b0ce6d | 519 | as | ActionScript | src/hg/lib/ensemblXref3.as | andypohl/kent | af7a004c8f3fa909cd8c2cfc2e5bea60e3421cd1 | [
"MIT"
] | 171 | 2015-04-22T15:16:02.000Z | 2022-03-18T20:21:53.000Z | src/hg/lib/ensemblXref3.as | andypohl/kent | af7a004c8f3fa909cd8c2cfc2e5bea60e3421cd1 | [
"MIT"
] | 60 | 2016-10-03T15:15:06.000Z | 2022-03-30T15:21:52.000Z | src/hg/lib/ensemblXref3.as | andypohl/kent | af7a004c8f3fa909cd8c2cfc2e5bea60e3421cd1 | [
"MIT"
] | 80 | 2015-04-16T10:39:48.000Z | 2022-03-29T16:36:30.000Z | table ensemblXref3
"A cross-reference table for Ensembl Genes."
(
string gene; "Ensembl gene ID"
string geneVer; "Ensembl gene ID version number"
string transcript; "Ensembl transcript ID"
string transcriptVer; "Ensembl transcript ID version number"
string protein; "Ensembl protein ID"
string proteinVer; "En... | 37.071429 | 61 | 0.780347 |
08d7268ac0d16e202db78206e9624e05bea2b9d4 | 4,740 | as | ActionScript | com/tinyspeck/engine/animatedbitmap/AnimatedBitmap.as | tinyspeck/glitch-client | 2ad533a82370694eddd16ec225e518115a9690b1 | [
"CC0-1.0"
] | 66 | 2015-01-19T03:03:00.000Z | 2022-01-05T03:27:32.000Z | com/tinyspeck/engine/animatedbitmap/AnimatedBitmap.as | Kiichi77/glitch-client | 2ad533a82370694eddd16ec225e518115a9690b1 | [
"CC0-1.0"
] | null | null | null | com/tinyspeck/engine/animatedbitmap/AnimatedBitmap.as | Kiichi77/glitch-client | 2ad533a82370694eddd16ec225e518115a9690b1 | [
"CC0-1.0"
] | 49 | 2015-01-13T20:20:50.000Z | 2021-05-12T14:49:35.000Z | package com.tinyspeck.engine.animatedbitmap {
import flash.display.Bitmap;
import flash.display.BitmapData;
import flash.events.Event;
import flash.geom.Point;
import flash.geom.Rectangle;
/**
* Bitmap which achieves animation by using copyPixels to draw pre-defined frames within a "sprite sheet" to a canvas.... | 31.390728 | 134 | 0.71097 |
fc463ed013831bbd82cefb9b63fa8e7847275266 | 2,883 | as | ActionScript | core-redirects-studio-plugin/src/main/joo/com/tallence/core/redirects/studio/util/PromiseUtil.as | isabella232/core-redirects | a0d4ebb2360990e2e551c36a3f53a0af2d3b9ed9 | [
"Apache-2.0"
] | null | null | null | core-redirects-studio-plugin/src/main/joo/com/tallence/core/redirects/studio/util/PromiseUtil.as | isabella232/core-redirects | a0d4ebb2360990e2e551c36a3f53a0af2d3b9ed9 | [
"Apache-2.0"
] | 1 | 2021-06-17T17:53:55.000Z | 2021-06-17T17:53:55.000Z | core-redirects-studio-plugin/src/main/joo/com/tallence/core/redirects/studio/util/PromiseUtil.as | isabella232/core-redirects | a0d4ebb2360990e2e551c36a3f53a0af2d3b9ed9 | [
"Apache-2.0"
] | null | null | null | package com.tallence.core.redirects.studio.util {
import com.coremedia.ui.data.RemoteBean;
import com.coremedia.ui.data.impl.RemoteServiceMethod;
import com.coremedia.ui.data.impl.RemoteServiceMethodResponse;
import ext.Deferred;
import ext.IPromise;
import ext.JSON;
import ext.Promise;
/**
* Utility class for creat... | 33.523256 | 117 | 0.710371 |
585d4c4572b829ad6a7f6b1b0c4f4736144c4251 | 1,407 | as | ActionScript | swf/com/playata/application/ui/elements/application/UiLetterbox.as | lukastechhonda/BigBangEmpireBot | 5d5666c9d06111dc079f61b6038e2338d21fc8a7 | [
"MIT"
] | 1 | 2019-10-31T13:49:58.000Z | 2019-10-31T13:49:58.000Z | swf/com/playata/application/ui/elements/application/UiLetterbox.as | lukastechhonda/BigBangEmpireBot | 5d5666c9d06111dc079f61b6038e2338d21fc8a7 | [
"MIT"
] | 11 | 2018-09-30T15:17:00.000Z | 2022-02-13T11:52:26.000Z | swf/com/playata/application/ui/elements/application/UiLetterbox.as | Zweer/BigBangEmpireBot | d0fd04118822bf0eb6fffd271ce944f0475c5998 | [
"MIT"
] | 6 | 2018-06-18T18:43:46.000Z | 2021-03-03T21:48:43.000Z | package com.playata.application.ui.elements.application
{
import com.greensock.easing.Power1;
import com.playata.framework.application.Environment;
import visuals.ui.elements.quest.SymbolLetterboxGeneric;
public class UiLetterbox
{
private var _content:SymbolLetterboxGeneric = nu... | 25.125 | 80 | 0.525231 |
9a1ddc746dd61c5f034e9617a8375634e1a1b916 | 4,646 | as | ActionScript | src/axl/xdef/types/xScript.as | axldns/AXLX-framework | fc11e7c4a9d76065ba67137312a078c287f5d7c7 | [
"BSD-2-Clause-FreeBSD"
] | 4 | 2016-08-10T13:32:09.000Z | 2022-01-29T23:13:27.000Z | src/axl/xdef/types/xScript.as | axldns/AXLX-framework | fc11e7c4a9d76065ba67137312a078c287f5d7c7 | [
"BSD-2-Clause-FreeBSD"
] | null | null | null | src/axl/xdef/types/xScript.as | axldns/AXLX-framework | fc11e7c4a9d76065ba67137312a078c287f5d7c7 | [
"BSD-2-Clause-FreeBSD"
] | 2 | 2016-08-10T13:32:10.000Z | 2016-08-11T02:36:33.000Z | /**
*
* AXLX Framework
* Copyright 2014-2016 Denis Aleksandrowicz. All Rights Reserved.
*
* This program is free software. You can redistribute and/or modify it
* in accordance with the terms of the accompanying license agreement.
*
*/
package axl.xdef.types
{
import axl.utils.U;
import axl.xdef.XSupport;
im... | 48.395833 | 145 | 0.713302 |
072d93d8779273148a6292f56c5603dc2aa91b25 | 5,406 | as | ActionScript | node_modules/flex-sdk/lib/flex_sdk/frameworks/projects/charts/src/mx/charts/chartClasses/DataDescription.as | guidoalloatti/zype_player | 3ace80e8122cf09c22bc7971e48f360ce691f628 | [
"Apache-2.0"
] | null | null | null | node_modules/flex-sdk/lib/flex_sdk/frameworks/projects/charts/src/mx/charts/chartClasses/DataDescription.as | guidoalloatti/zype_player | 3ace80e8122cf09c22bc7971e48f360ce691f628 | [
"Apache-2.0"
] | null | null | null | node_modules/flex-sdk/lib/flex_sdk/frameworks/projects/charts/src/mx/charts/chartClasses/DataDescription.as | guidoalloatti/zype_player | 3ace80e8122cf09c22bc7971e48f360ce691f628 | [
"Apache-2.0"
] | null | null | null | ////////////////////////////////////////////////////////////////////////////////
//
// ADOBE SYSTEMS INCORPORATED
// Copyright 2009 Adobe Systems Incorporated
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file
// in accordance with the terms of the license agreement ac... | 26.895522 | 85 | 0.54791 |
0df18a4202fdd24c9af2fc6c813951732804c7f8 | 364 | as | ActionScript | test/issues/Issue213.as | prominic/as3hx-forked-for-moonshine-ide | 902c7c13571ee901f70af97073e01abe9bbc0629 | [
"MIT"
] | 132 | 2015-01-12T17:23:45.000Z | 2022-03-20T20:41:08.000Z | test/issues/Issue213.as | prominic/as3hx-forked-for-moonshine-ide | 902c7c13571ee901f70af97073e01abe9bbc0629 | [
"MIT"
] | 197 | 2015-01-12T17:11:47.000Z | 2021-11-08T23:10:05.000Z | test/issues/Issue213.as | prominic/as3hx-forked-for-moonshine-ide | 902c7c13571ee901f70af97073e01abe9bbc0629 | [
"MIT"
] | 48 | 2015-01-26T10:16:40.000Z | 2022-03-16T11:28:35.000Z | package {
import starling.utils.StringUtil;
public class Issue213 {
public function Issue213() {
StringUtil.format("[VertexData format=\"{0}\" numVertices={1}]", "", 1);
}
}
}
import mx.utils.StringUtil;
class Foo {
public function Foo() {
StringUtil.trim(" abc ");
... | 21.411765 | 84 | 0.576923 |
fe7da7a4484d7faaf37fe5269f1873e3dc2972ef | 8,177 | as | ActionScript | app/client/src/view/scene/quest/QuestDataClip.as | yamatoyaryuta/Unlight | 37a5080e477a6bf6c03f671d1f8229502a6437e9 | [
"MIT"
] | 171 | 2019-07-30T10:02:59.000Z | 2022-02-07T12:50:07.000Z | app/client/src/view/scene/quest/QuestDataClip.as | outshaker/Unlight | 015d92e4493f81a8e7975f60f7473e156322187b | [
"MIT"
] | 11 | 2019-08-01T14:39:17.000Z | 2019-08-17T05:17:50.000Z | app/client/src/view/scene/quest/QuestDataClip.as | outshaker/Unlight | 015d92e4493f81a8e7975f60f7473e156322187b | [
"MIT"
] | 82 | 2019-08-03T12:45:48.000Z | 2022-03-03T01:28:24.000Z | package view.scene.quest
{
import flash.display.*;
import flash.events.Event;
import flash.events.MouseEvent;
import flash.events.EventDispatcher;
import flash.geom.*;
import mx.core.UIComponent;
import mx.controls.Label;
import mx.controls.Text;
import org.libspark.thread.Thread;
... | 34.213389 | 89 | 0.553015 |
406a08904fb87de653c469e9f0a38b8b2c03117a | 297 | as | ActionScript | data/DofusInvoker/scripts/flashx/textLayout/formats/ITabStopFormat.as | LucBerge/Datafus | 6ff545662c99f5f727c5a8522da853fbbd99782a | [
"MIT"
] | 10 | 2019-11-10T21:24:38.000Z | 2021-05-24T23:56:36.000Z | data/DofusInvoker/scripts/flashx/textLayout/formats/ITabStopFormat.as | LucBerge/Datafus | 6ff545662c99f5f727c5a8522da853fbbd99782a | [
"MIT"
] | 15 | 2021-01-27T21:41:58.000Z | 2021-03-03T16:47:19.000Z | data/DofusInvoker/scripts/flashx/textLayout/formats/ITabStopFormat.as | bot4dofus/Datafus | 126838a84b0e41d5486d735aa38d78deeb8d6681 | [
"MIT"
] | 3 | 2021-11-08T22:58:20.000Z | 2022-02-09T22:22:33.000Z | package flashx.textLayout.formats
{
public interface ITabStopFormat
{
function getStyle(param1:String) : *;
function get position() : *;
function get alignment() : *;
function get decimalAlignmentToken() : *;
}
}
| 18.5625 | 48 | 0.531987 |
270fd67778d8098f8b4de6feac6f7b6f91d8f6fb | 207 | as | ActionScript | ResourceHelper4eiyaEngine/external/com/hurlant/eval/ast/LiteralExpr.as | wJsJwr/eiya | 5d437f9f659362cc04d3a24d5bdfd5f30f52c6f4 | [
"MIT"
] | 3 | 2019-01-06T10:11:00.000Z | 2019-04-26T07:03:51.000Z | ResourceHelper4eiyaEngine/external/com/hurlant/eval/ast/LiteralExpr.as | wJsJwr/eiya | 5d437f9f659362cc04d3a24d5bdfd5f30f52c6f4 | [
"MIT"
] | null | null | null | ResourceHelper4eiyaEngine/external/com/hurlant/eval/ast/LiteralExpr.as | wJsJwr/eiya | 5d437f9f659362cc04d3a24d5bdfd5f30f52c6f4 | [
"MIT"
] | null | null | null | package com.hurlant.eval.ast
{
public class LiteralExpr implements IAstExpr
{
public var literal : IAstLiteral;
public function LiteralExpr(literal) {
this.literal = literal;
}
}
} | 20.7 | 45 | 0.681159 |
cf94dc24d3f05f5b86e24e1084314d2d6ab5b655 | 1,476 | as | ActionScript | native_extension/VisionCloudLabelANE/src/com/tuarua/firebase/ml/vision/label/VisionImageLabel.as | mrchnk/Firebase-ANE | 2dd635c5186e423aa09b313eb91e8e331426b0b6 | [
"Apache-2.0"
] | 30 | 2018-06-10T15:59:55.000Z | 2021-07-28T08:18:21.000Z | native_extension/VisionCloudLabelANE/src/com/tuarua/firebase/ml/vision/label/VisionImageLabel.as | mrchnk/Firebase-ANE | 2dd635c5186e423aa09b313eb91e8e331426b0b6 | [
"Apache-2.0"
] | 29 | 2018-09-04T19:09:04.000Z | 2021-05-03T16:05:02.000Z | native_extension/VisionCloudLabelANE/src/com/tuarua/firebase/ml/vision/label/VisionImageLabel.as | mrchnk/Firebase-ANE | 2dd635c5186e423aa09b313eb91e8e331426b0b6 | [
"Apache-2.0"
] | 5 | 2019-01-25T10:42:03.000Z | 2021-04-16T17:56:58.000Z | /*
* Copyright 2019 Tua Rua Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in ... | 35.142857 | 121 | 0.693089 |
6acd8f0e998c339a949969b524b4cd4502dfe29c | 4,368 | as | ActionScript | com/adobe/cairngorm/business/Consumers.as | peter517/Cairngorm | 72d29d7efa23b9537a928bf32b9dbde63f824447 | [
"BSD-3-Clause"
] | 1 | 2020-04-26T05:22:30.000Z | 2020-04-26T05:22:30.000Z | com/adobe/cairngorm/business/Consumers.as | peter517/Cairngorm | 72d29d7efa23b9537a928bf32b9dbde63f824447 | [
"BSD-3-Clause"
] | null | null | null | com/adobe/cairngorm/business/Consumers.as | peter517/Cairngorm | 72d29d7efa23b9537a928bf32b9dbde63f824447 | [
"BSD-3-Clause"
] | null | null | null | /*
Copyright (c) 2006. Adobe Systems Incorporated.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice,
this list of conditions... | 33.860465 | 98 | 0.631639 |
a5a6493ebfa8e4f1e7710b4713166d18bd2e620d | 845 | as | ActionScript | example/test/asproj/src/human/Human.as | Halliwood/as2ts | 4f32e019e10eb9c873f0fc29ecee392b7d9b2d7c | [
"Apache-2.0"
] | 21 | 2020-08-15T16:17:09.000Z | 2022-02-28T16:22:13.000Z | example/test/asproj/src/human/Human.as | Halliwood/as2ts | 4f32e019e10eb9c873f0fc29ecee392b7d9b2d7c | [
"Apache-2.0"
] | null | null | null | example/test/asproj/src/human/Human.as | Halliwood/as2ts | 4f32e019e10eb9c873f0fc29ecee392b7d9b2d7c | [
"Apache-2.0"
] | 3 | 2020-09-23T06:41:57.000Z | 2020-12-07T07:12:11.000Z | package human {
public class Human {
// 变量类型将被替换
protected var _name: String;
protected var _age: int;
protected var _gender: int;
public function Human() {
super();
}
public function set age(value: int): void {
// 这里缺省了this指针
... | 24.142857 | 60 | 0.455621 |
b8bc41acd590b02bf99f043f665592c94fee774b | 1,280 | as | ActionScript | GeneticAlgorithmFlash/src/com/wg/ga/missile/map/MapObject.as | refracta/genetic-algorithm | 12f72d4d95a9f24a011a2d61861ad05616b8d59a | [
"MIT"
] | null | null | null | GeneticAlgorithmFlash/src/com/wg/ga/missile/map/MapObject.as | refracta/genetic-algorithm | 12f72d4d95a9f24a011a2d61861ad05616b8d59a | [
"MIT"
] | null | null | null | GeneticAlgorithmFlash/src/com/wg/ga/missile/map/MapObject.as | refracta/genetic-algorithm | 12f72d4d95a9f24a011a2d61861ad05616b8d59a | [
"MIT"
] | null | null | null | /**
* 개발자 : refracta
* 날짜 : 2014-08-15 오전 12:40
*/
package com.wg.ga.missile.map {
import com.wg.ga.missile.*;
import flash.display.MovieClip;
public class MapObject {
private var _missileMap:MissileMap;
private var _expressionObject:MovieClip;
public function get missileMap():MissileMap {
return _missileM... | 22.45614 | 97 | 0.727344 |
74596f12c75534391902144895f1febc51681b82 | 9,001 | as | ActionScript | src/org/osflash/ui/components/themes/graphic/analog/UIAnalogRotaryKnobView.as | SimonRichardson/as3-uicomponents | 6c15368384662e375d69796b7ef91921766c9243 | [
"MIT"
] | null | null | null | src/org/osflash/ui/components/themes/graphic/analog/UIAnalogRotaryKnobView.as | SimonRichardson/as3-uicomponents | 6c15368384662e375d69796b7ef91921766c9243 | [
"MIT"
] | null | null | null | src/org/osflash/ui/components/themes/graphic/analog/UIAnalogRotaryKnobView.as | SimonRichardson/as3-uicomponents | 6c15368384662e375d69796b7ef91921766c9243 | [
"MIT"
] | null | null | null | package org.osflash.ui.components.themes.graphic.analog
{
import org.osflash.signals.ISignal;
import org.osflash.signals.natives.NativeSignal;
import org.osflash.ui.components.analog.IUIAnalogRotaryKnobView;
import org.osflash.ui.components.analog.UIAnalogRotaryKnob;
import org.osflash.ui.components.analog.UIAnalo... | 22.615578 | 92 | 0.629597 |
59d8382e66d1acea209053cf7eabc2af63ad3aa7 | 6,986 | as | ActionScript | src/pl/onthemoon/starEngine/camera/Camera.as | N0N4M3pl/StarEngine | 4e75b3c0b3f372ca053f06a3dbf17ef01bfd9aa9 | [
"MIT"
] | 1 | 2015-12-25T18:38:58.000Z | 2015-12-25T18:38:58.000Z | src/pl/onthemoon/starEngine/camera/Camera.as | N0N4M3pl/StarEngine | 4e75b3c0b3f372ca053f06a3dbf17ef01bfd9aa9 | [
"MIT"
] | null | null | null | src/pl/onthemoon/starEngine/camera/Camera.as | N0N4M3pl/StarEngine | 4e75b3c0b3f372ca053f06a3dbf17ef01bfd9aa9 | [
"MIT"
] | null | null | null | package pl.onthemoon.starEngine.camera {
import flash.geom.Rectangle;
import flash.utils.Dictionary;
import pl.onthemoon.starEngine.StarEngine;
import pl.onthemoon.starEngine.layer.Layer;
import starling.animation.Transitions;
import starling.animation.Tween;
public class Camera {
//------------------------------... | 28.056225 | 80 | 0.528915 |
c8e72a749c537a67f7e9d0c9077e8d42ad4ab6ea | 2,267 | as | ActionScript | src/net/sfmultimedia/argonaut/type/ClassMapFactory.as | alecmce/Argonaut | 2a1e9b5c563db6118de5080e2136048b558c556c | [
"MIT"
] | 1 | 2021-01-04T12:13:23.000Z | 2021-01-04T12:13:23.000Z | src/net/sfmultimedia/argonaut/type/ClassMapFactory.as | alecmce/Argonaut | 2a1e9b5c563db6118de5080e2136048b558c556c | [
"MIT"
] | null | null | null | src/net/sfmultimedia/argonaut/type/ClassMapFactory.as | alecmce/Argonaut | 2a1e9b5c563db6118de5080e2136048b558c556c | [
"MIT"
] | null | null | null | package net.sfmultimedia.argonaut.type
{
import flash.utils.describeType;
import flash.utils.getDefinitionByName;
public class ClassMapFactory
{
private const DONT_SERIALIZE:String = "DontSerialize";
public var typeFactory:DataTypeFactory;
private var cached:Object;
p... | 31.054795 | 83 | 0.59506 |
817879f69e23b54e18e39def7903b93d104a2c91 | 2,420 | as | ActionScript | src/org/vancura/vaclav/widgets/interfaces/IGlyphLabelButton.as | vancura/vancura-as3-libs | 9c93462ac4586e00b9a13b531456acd7d94f636b | [
"Unlicense"
] | 1 | 2016-05-19T14:44:21.000Z | 2016-05-19T14:44:21.000Z | src/org/vancura/vaclav/widgets/interfaces/IGlyphLabelButton.as | vancura/vancura-as3-libs | 9c93462ac4586e00b9a13b531456acd7d94f636b | [
"Unlicense"
] | null | null | null | src/org/vancura/vaclav/widgets/interfaces/IGlyphLabelButton.as | vancura/vancura-as3-libs | 9c93462ac4586e00b9a13b531456acd7d94f636b | [
"Unlicense"
] | null | null | null | /***********************************************************************************************************************
* Copyright (c) 2010. Vaclav Vancura.
* Contact me at vaclav@vancura.org or see my homepage at vaclav.vancura.org
* Project's GIT repo: http://github.com/vancura/vancura-as3-libs
* Documentation:... | 42.45614 | 120 | 0.688843 |
bc3707312442e89825f7339287c35ed4c4bc3039 | 463 | as | ActionScript | Entry/src/ninjaStorage/command/OpenNinjaStorageCommand.as | w2h/SomeTool | 5f4df7bd6e226ce984bf6bd7264e9e790dd1e8ac | [
"MIT"
] | 6 | 2016-10-13T18:08:03.000Z | 2021-05-30T20:46:51.000Z | Entry/src/ninjaStorage/command/OpenNinjaStorageCommand.as | w2h/SomeTool | 5f4df7bd6e226ce984bf6bd7264e9e790dd1e8ac | [
"MIT"
] | null | null | null | Entry/src/ninjaStorage/command/OpenNinjaStorageCommand.as | w2h/SomeTool | 5f4df7bd6e226ce984bf6bd7264e9e790dd1e8ac | [
"MIT"
] | 1 | 2016-10-13T18:17:38.000Z | 2016-10-13T18:17:38.000Z | package ninjaStorage.command
{
import com.tencent.morefun.framework.base.Command;
import def.PluginDef;
public class OpenNinjaStorageCommand extends Command
{
public var tab:int;
public function OpenNinjaStorageCommand(param1:int)
{
super();
this.tab = ... | 20.130435 | 57 | 0.611231 |
e2104efb98446ea9870a0a9085dc5da63e412b96 | 613 | as | ActionScript | MAIN/Code/LibWSClient/src/wsForm/CommandNativeMenuItem.as | neurospeech/wsclient-plus-plus | f0d34bb53f4a8267ef078b1a60377f54af2db75d | [
"MIT"
] | null | null | null | MAIN/Code/LibWSClient/src/wsForm/CommandNativeMenuItem.as | neurospeech/wsclient-plus-plus | f0d34bb53f4a8267ef078b1a60377f54af2db75d | [
"MIT"
] | 1 | 2020-12-30T15:49:37.000Z | 2021-09-04T05:58:20.000Z | MAIN/Code/LibWSClient/src/wsForm/CommandNativeMenuItem.as | neurospeech/wsclient-plus-plus | f0d34bb53f4a8267ef078b1a60377f54af2db75d | [
"MIT"
] | null | null | null | package wsForm
{
import com.neuro.command.GenericCommand;
import flash.display.NativeMenuItem;
import flash.events.Event;
public class CommandNativeMenuItem extends NativeMenuItem
{
public function CommandNativeMenuItem(label:String="", isSeparator:Boolean=false, cmd:GenericCommand = null)
{
... | 24.52 | 111 | 0.709625 |
7adbf924bd2dc166a5fcf84ccb0d7b8ec5ad4223 | 2,800 | as | ActionScript | data/DofusInvoker/scripts/damageCalculation/tools/MathUtils.as | LucBerge/Datafus | 6ff545662c99f5f727c5a8522da853fbbd99782a | [
"MIT"
] | 10 | 2019-11-10T21:24:38.000Z | 2021-05-24T23:56:36.000Z | data/DofusInvoker/scripts/damageCalculation/tools/MathUtils.as | LucBerge/Datafus | 6ff545662c99f5f727c5a8522da853fbbd99782a | [
"MIT"
] | 15 | 2021-01-27T21:41:58.000Z | 2021-03-03T16:47:19.000Z | data/DofusInvoker/scripts/damageCalculation/tools/MathUtils.as | bot4dofus/Datafus | 126838a84b0e41d5486d735aa38d78deeb8d6681 | [
"MIT"
] | 3 | 2021-11-08T22:58:20.000Z | 2022-02-09T22:22:33.000Z | package damageCalculation.tools
{
import mapTools.Point;
public class MathUtils
{
public function MathUtils()
{
}
public static function computeVector(param1:Point, param2:Point) : Point
{
return new Point(param2.x - param1.x,param2... | 35 | 126 | 0.569286 |
6e49b46f10d7970c5bc565e3d209c62af52a6606 | 1,940 | as | ActionScript | rockdot/source/flash/lib/org/springextensions/actionscript/ioc/config/impl/metadata/customscanner/AbstractCustomConfigurationClassScanner.as | blockforest/rockdot-actionscript | 9b3028c5007d35e6bbe59ef2e3449054ec85374f | [
"MIT"
] | 1 | 2016-07-14T23:17:30.000Z | 2016-07-14T23:17:30.000Z | rockdot/source/flash/lib/org/springextensions/actionscript/ioc/config/impl/metadata/customscanner/AbstractCustomConfigurationClassScanner.as | acanvas/acanvas-actionscript-framework | 9b3028c5007d35e6bbe59ef2e3449054ec85374f | [
"MIT"
] | null | null | null | rockdot/source/flash/lib/org/springextensions/actionscript/ioc/config/impl/metadata/customscanner/AbstractCustomConfigurationClassScanner.as | acanvas/acanvas-actionscript-framework | 9b3028c5007d35e6bbe59ef2e3449054ec85374f | [
"MIT"
] | null | null | null | /*
* Copyright 2007-2011 the original author or authors.
*
* 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... | 39.591837 | 200 | 0.775258 |
4d1f509488d22e2c3dc37ac0de8ac23c3f1e51a1 | 1,011 | as | ActionScript | rockdot/source/flash/src/com/rockdot/plugin/ugc/command/AbstractUGCCommand.as | blockforest/rockdot-actionscript | 9b3028c5007d35e6bbe59ef2e3449054ec85374f | [
"MIT"
] | 1 | 2016-07-14T23:17:30.000Z | 2016-07-14T23:17:30.000Z | rockdot/source/flash/src/com/rockdot/plugin/ugc/command/AbstractUGCCommand.as | acanvas/acanvas-actionscript-framework | 9b3028c5007d35e6bbe59ef2e3449054ec85374f | [
"MIT"
] | null | null | null | rockdot/source/flash/src/com/rockdot/plugin/ugc/command/AbstractUGCCommand.as | acanvas/acanvas-actionscript-framework | 9b3028c5007d35e6bbe59ef2e3449054ec85374f | [
"MIT"
] | null | null | null | package com.rockdot.plugin.ugc.command {
import com.rockdot.core.mvc.CoreCommand;
import com.rockdot.plugin.ugc.command.operation.PersistenceOperation;
import com.rockdot.plugin.ugc.inject.IUGCModelAware;
import com.rockdot.plugin.ugc.model.UGCModel;
import org.as3commons.async.operation.IOperation;
import org.a... | 37.444444 | 92 | 0.785361 |
a5e422e5c8f686b9983400d6db74ae88f66de4ad | 1,356 | as | ActionScript | src/com/pblabs/engine/resource/MP3Resource.as | ZaaLabs/PushButtonEngine | 64ff958d0375de5e7d7ca8f7f1bcb0f88bbe7b04 | [
"MIT-0",
"MIT"
] | 3 | 2016-01-06T08:59:27.000Z | 2021-09-02T03:18:34.000Z | src/com/pblabs/engine/resource/MP3Resource.as | zerojuan/PushButtonEngine | 26130a4bbf578131d4dd94d6c7692d7ccdf0999c | [
"MIT-0",
"MIT"
] | null | null | null | src/com/pblabs/engine/resource/MP3Resource.as | zerojuan/PushButtonEngine | 26130a4bbf578131d4dd94d6c7692d7ccdf0999c | [
"MIT-0",
"MIT"
] | 5 | 2016-02-19T02:50:54.000Z | 2019-07-22T13:58:06.000Z | /*******************************************************************************
* PushButton Engine
* Copyright (C) 2009 PushButton Labs, LLC
* For more information see http://www.pushbuttonengine.com
*
* This file is licensed under the terms of the MIT license, which is included
* in the License.html file at t... | 28.851064 | 80 | 0.518437 |
a6f931a03985fa04f44d5ee10580d55bbb5eed85 | 2,032 | as | ActionScript | spine-starling/spine-starling-example/src/Game.as | gabomdq/spine-runtimes | 02a0f9c1c0a4e810e9ac0edd8bd86baaa47ba4c5 | [
"BSD-2-Clause"
] | 1 | 2020-05-28T12:12:39.000Z | 2020-05-28T12:12:39.000Z | spine-starling/spine-starling-example/src/Game.as | stnguyen/spine-runtimes | bf6eaaae34aa4aa48cadb50520964d2123a6e534 | [
"BSD-2-Clause"
] | null | null | null | spine-starling/spine-starling-example/src/Game.as | stnguyen/spine-runtimes | bf6eaaae34aa4aa48cadb50520964d2123a6e534 | [
"BSD-2-Clause"
] | 2 | 2016-07-30T05:53:54.000Z | 2021-03-19T11:09:25.000Z | package {
import spine.AnimationStateData;
import spine.SkeletonData;
import spine.SkeletonJson;
import spine.starling.SkeletonAnimationSprite;
import spine.starling.StarlingAtlasAttachmentLoader;
import starling.core.Starling;
import starling.display.Sprite;
import starling.events.Touch;
import starling.events.Touch... | 31.261538 | 85 | 0.76624 |
8d7bce4c01cc34fbccbb0a41cf54e7eea8ed45ad | 2,652 | as | ActionScript | PLANTILLA_FLASH/TM_24369.ARENAWAREZ/sources/flash/mx/effects/Tween.as | zayro/templates-free | 0eb86764d295f8a5c75e0152443df19f0b312139 | [
"MIT"
] | null | null | null | PLANTILLA_FLASH/TM_24369.ARENAWAREZ/sources/flash/mx/effects/Tween.as | zayro/templates-free | 0eb86764d295f8a5c75e0152443df19f0b312139 | [
"MIT"
] | null | null | null | PLANTILLA_FLASH/TM_24369.ARENAWAREZ/sources/flash/mx/effects/Tween.as | zayro/templates-free | 0eb86764d295f8a5c75e0152443df19f0b312139 | [
"MIT"
] | null | null | null | class mx.effects.Tween extends Object
{
static var IntervalToken;
var arrayMode, listener, initVal, endVal, startTime, updateFunc, endFunc, ID;
function Tween (listenerObj, init, end, dur) {
super();
if (listenerObj == undefined) {
return;
}
if (typeof(init) != "number") {
arrayMode = true;
... | 25.5 | 112 | 0.627451 |
796485ce29011c9ccf8ffaadd9c0e584ca4a6827 | 3,515 | as | ActionScript | flashclient/views/panel_util/Data_Grid_2.as | lbouma/Cyclopath | d09d927a1e6f9e07924007fd39e8e807cd9c0f8c | [
"Apache-2.0"
] | 15 | 2015-05-06T05:11:48.000Z | 2021-12-03T14:56:58.000Z | flashclient/views/panel_util/Data_Grid_2.as | landonb/Cyclopath | d09d927a1e6f9e07924007fd39e8e807cd9c0f8c | [
"Apache-2.0"
] | null | null | null | flashclient/views/panel_util/Data_Grid_2.as | landonb/Cyclopath | d09d927a1e6f9e07924007fd39e8e807cd9c0f8c | [
"Apache-2.0"
] | 8 | 2015-05-06T05:11:36.000Z | 2020-11-04T05:11:22.000Z | /* Copyright (c) 2006-2013 Regents of the University of Minnesota.
For licensing terms, see the file LICENSE. */
// http://cookbooks.adobe.com/post_How_to_change_datagrid_s_row_background_color_-12548.html
package views.panel_util {
import mx.controls.DataGrid;
import mx.controls.listClasses.ListBaseContent... | 33.160377 | 92 | 0.521479 |
a26484f85187d45e6c2d9a4895496143edd66914 | 4,182 | as | ActionScript | src/js/classes/singularity/demos/src/Singularity/Numeric/SimpleRoot.as | nnukem/spectrumCombiner | 12b976eb9042ce4bb1f73f51dcd99ebcf6c888fe | [
"MIT"
] | null | null | null | src/js/classes/singularity/demos/src/Singularity/Numeric/SimpleRoot.as | nnukem/spectrumCombiner | 12b976eb9042ce4bb1f73f51dcd99ebcf6c888fe | [
"MIT"
] | null | null | null | src/js/classes/singularity/demos/src/Singularity/Numeric/SimpleRoot.as | nnukem/spectrumCombiner | 12b976eb9042ce4bb1f73f51dcd99ebcf6c888fe | [
"MIT"
] | null | null | null | /**
* <p>SimpleRoot.js - A straight port of Jack Crenshaw's TWBRF method for simple roots in an interval. To use, identify an interval in which
* the function whose zero is desired has a sign change (via bisection, for example). Call the <code>findRoot</code> method.</p>
*
* Copyright (c) 2008, Jim Armstrong. All ri... | 26.636943 | 140 | 0.545672 |
880f42f13c3f7ba9ccc81178a3f02b9b85710a1a | 2,383 | as | ActionScript | boggle_flash/src/ui/PushButton.as | adamayogo/BoggleSolver | f09e700ff250ac0ccb2c1e4aac9c37fcfe581d92 | [
"MIT"
] | null | null | null | boggle_flash/src/ui/PushButton.as | adamayogo/BoggleSolver | f09e700ff250ac0ccb2c1e4aac9c37fcfe581d92 | [
"MIT"
] | 1 | 2020-11-02T00:43:20.000Z | 2021-05-14T05:48:50.000Z | boggle_flash/src/ui/PushButton.as | adamayogo/BoggleSolver | f09e700ff250ac0ccb2c1e4aac9c37fcfe581d92 | [
"MIT"
] | null | null | null | package ui {
import flash.display.MovieClip;
import flash.display.Sprite;
import com.greensock.TweenMax;
import flash.events.MouseEvent;
import flash.text.TextField;
/**
* ...
* @author Adam Vernon
*/
public class PushButton extends Sprite {
//--In FLA--//
public var over:Sprite;
public var do... | 25.902174 | 72 | 0.647503 |
526e0e2dd49d356dc4d77fb1baf22fc32383e981 | 185 | as | ActionScript | src/net/fpp/pandastory/game/events/GameMainEvent.as | NewKrok/PandaStory | fdfae5484317328847b14910da22f75c4e65d17e | [
"Apache-2.0"
] | null | null | null | src/net/fpp/pandastory/game/events/GameMainEvent.as | NewKrok/PandaStory | fdfae5484317328847b14910da22f75c4e65d17e | [
"Apache-2.0"
] | null | null | null | src/net/fpp/pandastory/game/events/GameMainEvent.as | NewKrok/PandaStory | fdfae5484317328847b14910da22f75c4e65d17e | [
"Apache-2.0"
] | null | null | null | /**
* Created by newkrok on 16/08/16.
*/
package net.fpp.pandastory.game.events
{
public class GameMainEvent
{
public static const DISPOSED:String = 'GameMainEvent.DISPOSED';
}
} | 18.5 | 65 | 0.718919 |
adb0e326e550cb8e00d366a68687699f5b57357a | 2,884 | as | ActionScript | Entry/src/serverProto/chipRecycle/ProtoChipRefineryConf.as | w2h/SomeTool | 5f4df7bd6e226ce984bf6bd7264e9e790dd1e8ac | [
"MIT"
] | 6 | 2016-10-13T18:08:03.000Z | 2021-05-30T20:46:51.000Z | Entry/src/serverProto/chipRecycle/ProtoChipRefineryConf.as | w2h/SomeTool | 5f4df7bd6e226ce984bf6bd7264e9e790dd1e8ac | [
"MIT"
] | null | null | null | Entry/src/serverProto/chipRecycle/ProtoChipRefineryConf.as | w2h/SomeTool | 5f4df7bd6e226ce984bf6bd7264e9e790dd1e8ac | [
"MIT"
] | 1 | 2016-10-13T18:17:38.000Z | 2016-10-13T18:17:38.000Z | package serverProto.chipRecycle
{
import com.netease.protobuf.Message;
import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_INT32;
import com.netease.protobuf.fieldDescriptors.RepeatedFieldDescriptor$TYPE_INT32;
import com.netease.protobuf.WireType;
import com.netease.protobuf.WritingBuffer;... | 32.772727 | 210 | 0.627947 |
5caa482c52206abf576ababd157d97102980c8a1 | 951 | as | ActionScript | mcs/psc_tests/tamarin-redux/tests/performance/asmicro/switch-3.as | sushihangover/PlayScript | a2b7c04e176ddb0ddbc16999e5a5902a1e15b563 | [
"Apache-2.0"
] | 20 | 2015-07-14T07:30:28.000Z | 2021-11-12T07:41:34.000Z | avmplus/test/performance/asmicro/switch-3.as | vidkidz/crossbridge | ba0bf94aee0ce6cf7eb5be882382e52bc57ba396 | [
"MIT"
] | 83 | 2015-07-16T01:31:41.000Z | 2016-01-13T02:15:47.000Z | avmplus/test/performance/asmicro/switch-3.as | vidkidz/crossbridge | ba0bf94aee0ce6cf7eb5be882382e52bc57ba396 | [
"MIT"
] | 10 | 2015-06-14T14:39:59.000Z | 2021-11-12T07:41:35.000Z | /* 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/. */
var DESC = "Switch on string value, var-length string keys";
include "driver.as"
function switchloop():uint {
... | 26.416667 | 70 | 0.520505 |
da5865304dff78f04c66a8ccd398b0aaf8482cf0 | 1,310 | as | ActionScript | src/com/rockmatch/screenstates/preloader/views/PreloaderView.as | Dreams0911/rock_match | de0f537069cdcbbf0c2bcd23f793b40a4e1ded11 | [
"MIT"
] | 1 | 2021-06-22T22:28:33.000Z | 2021-06-22T22:28:33.000Z | src/com/rockmatch/screenstates/preloader/views/PreloaderView.as | Dreams0911/rock_match | de0f537069cdcbbf0c2bcd23f793b40a4e1ded11 | [
"MIT"
] | null | null | null | src/com/rockmatch/screenstates/preloader/views/PreloaderView.as | Dreams0911/rock_match | de0f537069cdcbbf0c2bcd23f793b40a4e1ded11 | [
"MIT"
] | null | null | null | package com.rockmatch.screenstates.preloader.views
{
import com.rockmatch.core.base.views.BaseView;
import flash.display.MovieClip;
import flash.text.TextField;
/**
*
* @author dkoloskov
*
*/
public class PreloaderView extends BaseView
{
private var _percents_tf:TextField;
//======================... | 23.818182 | 82 | 0.487786 |
925c13b9b1bd38b7955492adf91d38fbf08bae74 | 1,077 | as | ActionScript | project_tmpl/src/utils/text/createDynamicTextField.as | pesh1983/as3_libs | 4deb882f6ddb1150e35c8c77b5b40e2482880ffa | [
"MIT"
] | null | null | null | project_tmpl/src/utils/text/createDynamicTextField.as | pesh1983/as3_libs | 4deb882f6ddb1150e35c8c77b5b40e2482880ffa | [
"MIT"
] | null | null | null | project_tmpl/src/utils/text/createDynamicTextField.as | pesh1983/as3_libs | 4deb882f6ddb1150e35c8c77b5b40e2482880ffa | [
"MIT"
] | null | null | null | package utils.text {
import flash.text.AntiAliasType;
import flash.text.GridFitType;
import flash.text.TextField;
import flash.text.TextFieldType;
import flash.text.TextFormat;
/**
* @author Павел Гольцев
*/
public function createDynamicTextField(fontName:String,
multiline:Boolean = true,
... | 30.771429 | 102 | 0.712163 |
62207b7c214bccc3ba578cb47178c36adb8c83e3 | 208 | as | ActionScript | src/com/epolyakov/async/IAsync.as | evgeniy-polyakov/as3-async | 9652bbd3ec63140518450dd491c87e471f8eb19e | [
"MIT"
] | 2 | 2020-03-11T19:05:57.000Z | 2020-08-17T21:42:43.000Z | src/com/epolyakov/async/IAsync.as | evgeniy-polyakov/as3-async | 9652bbd3ec63140518450dd491c87e471f8eb19e | [
"MIT"
] | null | null | null | src/com/epolyakov/async/IAsync.as | evgeniy-polyakov/as3-async | 9652bbd3ec63140518450dd491c87e471f8eb19e | [
"MIT"
] | null | null | null | package com.epolyakov.async
{
/**
* @author epolyakov
*/
public interface IAsync extends ITask
{
function then(task:Object, onError:Object = null):IAsync;
function except(task:Object):IAsync;
}
} | 17.333333 | 59 | 0.706731 |
d5518fe7996af26af6e3f301bd0e119e57a602c4 | 5,109 | as | ActionScript | src/starling/extensions/window/StarlingWindowsManager.as | Dimensionscape/Starling-Windows-Manager | bfb8a7be8b48052de16497ea16bf589dc44c9588 | [
"MIT"
] | 2 | 2020-09-13T06:33:05.000Z | 2020-09-13T20:34:28.000Z | src/starling/extensions/window/StarlingWindowsManager.as | Dimensionscape/Starling-Windows-Manager | bfb8a7be8b48052de16497ea16bf589dc44c9588 | [
"MIT"
] | null | null | null | src/starling/extensions/window/StarlingWindowsManager.as | Dimensionscape/Starling-Windows-Manager | bfb8a7be8b48052de16497ea16bf589dc44c9588 | [
"MIT"
] | null | null | null | package starling.extensions.window {
import starling.events.Event;
import flash.geom.Rectangle;
import flash.display.Sprite;
import starling.core.Starling;
import flash.display.Stage;
import flash.events.Event;
import flash.display.NativeWindow;
public class StarlingWindowsManager {
private static var __st... | 51.606061 | 217 | 0.786651 |
1511d0533bcec19846521859448d1e5f8cef5806 | 1,649 | as | ActionScript | lib/goplayer/PackerSpecification.as | dbrock/goplayer | de5552c7e6dbd84970e8da52bf40739ab46e63ae | [
"MIT"
] | 5 | 2015-01-14T06:55:30.000Z | 2018-01-06T03:35:43.000Z | lib/goplayer/PackerSpecification.as | dbrock/goplayer | de5552c7e6dbd84970e8da52bf40739ab46e63ae | [
"MIT"
] | null | null | null | lib/goplayer/PackerSpecification.as | dbrock/goplayer | de5552c7e6dbd84970e8da52bf40739ab46e63ae | [
"MIT"
] | null | null | null | package goplayer
{
import org.asspec.specification.AbstractSpecification
import flash.display.Sprite
public class PackerSpecification extends AbstractSpecification
{
override protected function execute() : void
{
it("should allow packing nothing", function () : void {
specify(function ()... | 26.596774 | 80 | 0.594906 |
c4fcc997f7b4ddd47823c4133de323c42fa35b6d | 6,365 | as | ActionScript | common-snapshot/src/com/neopets/games/inhouse/shenkuuSideScroller/characters/Helper.as | vikiana/ShenkuuWarriorII | cd734d339b6237675f20ac0ab0b3726967bb0a49 | [
"MIT"
] | 1 | 2021-06-23T08:53:53.000Z | 2021-06-23T08:53:53.000Z | common-snapshot/src/com/neopets/games/inhouse/shenkuuSideScroller/characters/Helper.as | vikiana/ShenkuuWarriorII | cd734d339b6237675f20ac0ab0b3726967bb0a49 | [
"MIT"
] | null | null | null | common-snapshot/src/com/neopets/games/inhouse/shenkuuSideScroller/characters/Helper.as | vikiana/ShenkuuWarriorII | cd734d339b6237675f20ac0ab0b3726967bb0a49 | [
"MIT"
] | null | null | null | /**
*enemy Character
*
*@langversion ActionScript 3.0
*@playerversion Flash 9.0
*@author Abraham Lee
*@since aug.2009
*/
package com.neopets.games.inhouse.shenkuuSideScroller.characters{
//----------------------------------------
//IMPORTS
//----------------------------------------
import flash.geom.Poi... | 25.358566 | 164 | 0.563079 |
58253f7b899982f711e8131663c973d875b8b753 | 178 | as | ActionScript | src/com/hurrygames/grabber/IRenders/ITowerRender.as | zhjzhjxzhl/LandGrabbers | f1b9f0ae694e17ae039e6f722fbeacf9521df0cc | [
"Apache-2.0"
] | 1 | 2018-03-29T08:21:39.000Z | 2018-03-29T08:21:39.000Z | src/com/hurrygames/grabber/IRenders/ITowerRender.as | zhjzhjxzhl/LandGrabbers | f1b9f0ae694e17ae039e6f722fbeacf9521df0cc | [
"Apache-2.0"
] | null | null | null | src/com/hurrygames/grabber/IRenders/ITowerRender.as | zhjzhjxzhl/LandGrabbers | f1b9f0ae694e17ae039e6f722fbeacf9521df0cc | [
"Apache-2.0"
] | 2 | 2019-12-10T09:52:30.000Z | 2019-12-10T09:52:37.000Z | package com.hurrygames.grabber.IRenders
{
import flash.geom.Point;
public interface ITowerRender extends ICityRender
{
function attackOnePosition(position:Point):void;
}
} | 19.777778 | 50 | 0.797753 |
10bf4843a303db0997488e260cf564800c980abd | 309 | as | ActionScript | cadetEditor/src/cadetEditor/tools/ITool.as | CadetEditor/CadetEditor-as | bed6beb5046881d70058fc0523a5a618d21c0511 | [
"BSD-2-Clause-FreeBSD"
] | 6 | 2015-05-20T04:51:56.000Z | 2021-08-19T03:01:58.000Z | cadetEditor/src/cadetEditor/tools/ITool.as | CadetEditor/CadetEditor-as | bed6beb5046881d70058fc0523a5a618d21c0511 | [
"BSD-2-Clause-FreeBSD"
] | null | null | null | cadetEditor/src/cadetEditor/tools/ITool.as | CadetEditor/CadetEditor-as | bed6beb5046881d70058fc0523a5a618d21c0511 | [
"BSD-2-Clause-FreeBSD"
] | 3 | 2018-06-29T06:46:27.000Z | 2021-08-19T03:01:58.000Z | // Copyright (c) 2012, Unwrong Ltd. http://www.unwrong.com
// All rights reserved.
package cadetEditor.tools
{
import core.appEx.core.contexts.IContext;
public interface ITool
{
function init(context:IContext):void;
function dispose():void;
function enable():void;
function disable():void;
}
} | 20.6 | 58 | 0.721683 |
5d08c4e0920d8a0ddf57f24fd5c87d6a0fee51e5 | 36,857 | as | ActionScript | webconsole-systembuilder-flex/src/main/flex/com/deleidos/rtws/systemcfg/models/SystemPropertiesModel.as | deleidos/digitaledge-platform | 1eafdb92f6a205936ab4e08ef62be6bb0b9c9ec9 | [
"Apache-2.0"
] | 4 | 2015-07-09T14:57:07.000Z | 2022-02-23T17:48:24.000Z | webconsole-systembuilder-flex/src/main/flex/com/deleidos/rtws/systemcfg/models/SystemPropertiesModel.as | deleidos/digitaledge-platform | 1eafdb92f6a205936ab4e08ef62be6bb0b9c9ec9 | [
"Apache-2.0"
] | 1 | 2016-04-20T01:13:29.000Z | 2016-04-20T01:13:29.000Z | webconsole-systembuilder-flex/src/main/flex/com/deleidos/rtws/systemcfg/models/SystemPropertiesModel.as | deleidos/digitaledge-platform | 1eafdb92f6a205936ab4e08ef62be6bb0b9c9ec9 | [
"Apache-2.0"
] | 4 | 2016-03-10T00:23:17.000Z | 2022-03-02T11:17:02.000Z | /**
* Apache License
* Version 2.0, January 2004
* http://www.apache.org/licenses/
*
* TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
*
* 1. Definitions.
*
* "License" shall mean the terms and conditio... | 37.840862 | 138 | 0.706243 |
a7f976f0ee6ec7927b2d14ceeabbf3e730c75ea8 | 770 | as | ActionScript | 3XMobile/src/com/game/consts/ConstIcon.as | 602147629/3xGame | dbee66de2a3d50ab8165b6d1c18d37051de396ec | [
"MIT"
] | 1 | 2021-01-08T05:12:52.000Z | 2021-01-08T05:12:52.000Z | 3XMobile/src/com/game/consts/ConstIcon.as | 602147629/3xGame | dbee66de2a3d50ab8165b6d1c18d37051de396ec | [
"MIT"
] | null | null | null | 3XMobile/src/com/game/consts/ConstIcon.as | 602147629/3xGame | dbee66de2a3d50ab8165b6d1c18d37051de396ec | [
"MIT"
] | 1 | 2022-03-15T10:05:00.000Z | 2022-03-15T10:05:00.000Z | package com.game.consts
{
/**
* @author caihua
* @comment 小图标
* 创建时间:2014-7-21 上午11:42:54
*/
public class ConstIcon
{
//体力
public static const ICON_TYPE_ENERTY:int = 0;
//银豆
public static const ICON_TYPE_SILVER:int = 1;
//金豆
public static const ICON_TYPE_GOLD:int = 2;
//星星
public static cons... | 20.810811 | 120 | 0.636364 |
51d00ccf5bfcc570ca88e2fc9aab9654013abcba | 35,176 | as | ActionScript | com/tinyspeck/engine/port/GetInfoDialog.as | tinyspeck/glitch-client | 2ad533a82370694eddd16ec225e518115a9690b1 | [
"CC0-1.0"
] | 66 | 2015-01-19T03:03:00.000Z | 2022-01-05T03:27:32.000Z | com/tinyspeck/engine/port/GetInfoDialog.as | Kiichi77/glitch-client | 2ad533a82370694eddd16ec225e518115a9690b1 | [
"CC0-1.0"
] | null | null | null | com/tinyspeck/engine/port/GetInfoDialog.as | Kiichi77/glitch-client | 2ad533a82370694eddd16ec225e518115a9690b1 | [
"CC0-1.0"
] | 49 | 2015-01-13T20:20:50.000Z | 2021-05-12T14:49:35.000Z | package com.tinyspeck.engine.port
{
import com.tinyspeck.debug.Console;
import com.tinyspeck.engine.api.APICall;
import com.tinyspeck.engine.control.TSFrontController;
import com.tinyspeck.engine.data.SDBItemInfo;
import com.tinyspeck.engine.data.client.Activity;
import com.tinyspeck.engine.data.item.Item;
impor... | 30.775153 | 175 | 0.688538 |
4e4c0350378fbd9d0f35a81c45b7ec6931ffef96 | 1,741 | as | ActionScript | app/client/src/view/image/shop/ShopItemButton.as | yamatoyaryuta/Unlight | 37a5080e477a6bf6c03f671d1f8229502a6437e9 | [
"MIT"
] | 171 | 2019-07-30T10:02:59.000Z | 2022-02-07T12:50:07.000Z | app/client/src/view/image/shop/ShopItemButton.as | outshaker/Unlight | 015d92e4493f81a8e7975f60f7473e156322187b | [
"MIT"
] | 11 | 2019-08-01T14:39:17.000Z | 2019-08-17T05:17:50.000Z | app/client/src/view/image/shop/ShopItemButton.as | outshaker/Unlight | 015d92e4493f81a8e7975f60f7473e156322187b | [
"MIT"
] | 82 | 2019-08-03T12:45:48.000Z | 2022-03-03T01:28:24.000Z | package view.image.shop
{
import flash.display.*;
import flash.events.Event;
import view.image.BaseImage;
/**
* ShopItemButton表示クラス
*
*/
public class ShopItemButton extends BaseImage
{
// HP表示元SWF
[Embed(source="../../../../data/image/shop/btn_item.swf")]
... | 20.72619 | 69 | 0.515796 |
d7a9e61766db8cded5e5634c05a75291a414e3a7 | 503 | as | ActionScript | src/game/beach/WaterCover.as | JordanMagnuson/The-Killer | b002fb5fca50df69a43c460c604c17faca298f5a | [
"AAL"
] | 6 | 2015-11-20T05:09:49.000Z | 2020-11-05T01:10:39.000Z | src/game/beach/WaterCover.as | JordanMagnuson/The-Killer | b002fb5fca50df69a43c460c604c17faca298f5a | [
"AAL"
] | null | null | null | src/game/beach/WaterCover.as | JordanMagnuson/The-Killer | b002fb5fca50df69a43c460c604c17faca298f5a | [
"AAL"
] | 9 | 2015-02-04T17:05:31.000Z | 2022-03-28T16:07:54.000Z | package game.beach
{
import net.flashpunk.Entity;
import net.flashpunk.graphics.Backdrop;
import net.flashpunk.FP;
/**
* ...
* @author Jordan Magnuson
*/
public class WaterCover extends Entity
{
public var backdrop:Backdrop = new Backdrop(Assets.WATER_COVER, false, false);
public function WaterCov... | 17.344828 | 80 | 0.630219 |
b5da7d6e9d9a40e5d38e7910c48bdb88fd8ac846 | 8,985 | as | ActionScript | src/jwplayer-6.7-free/src/flash/com/longtailvideo/jwplayer/model/PlaylistItem.as | mrwii/mockup-skin-for-jw6 | bb5311b4a48c70b1bd253abb0f1f8b6253a7f962 | [
"MIT"
] | 1 | 2016-02-01T01:49:13.000Z | 2016-02-01T01:49:13.000Z | src/jwplayer-6.7-free/src/flash/com/longtailvideo/jwplayer/model/PlaylistItem.as | mrwii/mockup-skin-for-jw6 | bb5311b4a48c70b1bd253abb0f1f8b6253a7f962 | [
"MIT"
] | null | null | null | src/jwplayer-6.7-free/src/flash/com/longtailvideo/jwplayer/model/PlaylistItem.as | mrwii/mockup-skin-for-jw6 | bb5311b4a48c70b1bd253abb0f1f8b6253a7f962 | [
"MIT"
] | null | null | null | package com.longtailvideo.jwplayer.model {
import com.longtailvideo.jwplayer.utils.Logger;
import com.longtailvideo.jwplayer.utils.Strings;
/**
* Playlist item data. The class is dynamic; any items parsed from the jwplayer XML namespace are added to the item.
*
* @author Pablo Schklowsky
*/
public dynam... | 25.744986 | 118 | 0.587869 |
b22afb502b2a2be6ebf12234f6d799b3df95766a | 8,278 | as | ActionScript | SJGame/src/SJ/Game/transferAbility/CJTransferAbilityHeroHeadItem.as | liu-jack/SJGame | 2ade3f9d4ec3cf6a6589301d77dd980cfa2500d5 | [
"MIT"
] | 1 | 2021-06-09T23:39:11.000Z | 2021-06-09T23:39:11.000Z | SJGame/src/SJ/Game/transferAbility/CJTransferAbilityHeroHeadItem.as | liu-jack/SJGame | 2ade3f9d4ec3cf6a6589301d77dd980cfa2500d5 | [
"MIT"
] | null | null | null | SJGame/src/SJ/Game/transferAbility/CJTransferAbilityHeroHeadItem.as | liu-jack/SJGame | 2ade3f9d4ec3cf6a6589301d77dd980cfa2500d5 | [
"MIT"
] | null | null | null | package SJ.Game.transferAbility
{
import SJ.Common.Constants.ConstHero;
import SJ.Game.data.CJDataManager;
import SJ.Game.data.CJDataOfRole;
import SJ.Game.data.CJDataOfTransferAbility;
import SJ.Game.data.config.CJDataHeroProperty;
import SJ.Game.data.config.CJDataOfHeroPropertyList;
import SJ.Game.formation.CJ... | 24.710448 | 104 | 0.683982 |
892db5a75c7ad9ae93c1cd19c8ded5768cc94bb8 | 91 | as | ActionScript | Source Flash/scripts/cmodule/decry/AS3_NOP.as | itspaiva/DDTank4.1 | 99d67ca8ad15851b8a37e9dddf2f3f9018c770e4 | [
"MIT"
] | 4 | 2021-11-13T07:22:26.000Z | 2022-02-21T20:38:53.000Z | Source Flash/scripts/cmodule/decry/AS3_NOP.as | itspaiva/DDTank4.1 | 99d67ca8ad15851b8a37e9dddf2f3f9018c770e4 | [
"MIT"
] | null | null | null | Source Flash/scripts/cmodule/decry/AS3_NOP.as | itspaiva/DDTank4.1 | 99d67ca8ad15851b8a37e9dddf2f3f9018c770e4 | [
"MIT"
] | 7 | 2021-11-13T07:22:31.000Z | 2022-02-15T07:08:09.000Z | package cmodule.decry
{
function AS3_NOP(param1:*) : *
{
return param1;
}
}
| 11.375 | 33 | 0.571429 |
0e2b1f2300353e19a76c40facb4ea69a8326eea3 | 1,969 | as | ActionScript | Source Flash/scripts/im/info/PresentRecordInfo.as | itspaiva/DDTank4.1 | 99d67ca8ad15851b8a37e9dddf2f3f9018c770e4 | [
"MIT"
] | 4 | 2021-11-13T07:22:26.000Z | 2022-02-21T20:38:53.000Z | Source Flash/scripts/im/info/PresentRecordInfo.as | itspaiva/DDTank4.1 | 99d67ca8ad15851b8a37e9dddf2f3f9018c770e4 | [
"MIT"
] | null | null | null | Source Flash/scripts/im/info/PresentRecordInfo.as | itspaiva/DDTank4.1 | 99d67ca8ad15851b8a37e9dddf2f3f9018c770e4 | [
"MIT"
] | 7 | 2021-11-13T07:22:31.000Z | 2022-02-15T07:08:09.000Z | package im.info
{
import ddt.manager.PlayerManager;
import road7th.utils.DateUtils;
public class PresentRecordInfo
{
public static const SHOW:int = 0;
public static const HIDE:int = 1;
public static const UNREAD:int = 2;
public var id:int;
... | 28.536232 | 113 | 0.516506 |
c5af1b38c01dd7d0431648792f41f4af37c88bc7 | 4,408 | as | ActionScript | data/DofusInvoker/scripts/com/ankamagames/dofus/network/messages/game/prism/PrismSettingsRequestMessage.as | LucBerge/Datafus | 6ff545662c99f5f727c5a8522da853fbbd99782a | [
"MIT"
] | 10 | 2019-11-10T21:24:38.000Z | 2021-05-24T23:56:36.000Z | data/DofusInvoker/scripts/com/ankamagames/dofus/network/messages/game/prism/PrismSettingsRequestMessage.as | LucBerge/Datafus | 6ff545662c99f5f727c5a8522da853fbbd99782a | [
"MIT"
] | 15 | 2021-01-27T21:41:58.000Z | 2021-03-03T16:47:19.000Z | data/DofusInvoker/scripts/com/ankamagames/dofus/network/messages/game/prism/PrismSettingsRequestMessage.as | LucBerge/Datafus | 6ff545662c99f5f727c5a8522da853fbbd99782a | [
"MIT"
] | 1 | 2021-04-05T23:22:53.000Z | 2021-04-05T23:22:53.000Z | package com.ankamagames.dofus.network.messages.game.prism
{
import com.ankamagames.jerakine.network.CustomDataWrapper;
import com.ankamagames.jerakine.network.ICustomDataInput;
import com.ankamagames.jerakine.network.ICustomDataOutput;
import com.ankamagames.jerakine.network.INetworkMessage;
import... | 33.142857 | 140 | 0.616606 |
d5e4fd98150af77502a57dfbbb82421f889a3a52 | 1,701 | as | ActionScript | src/comun/Check/CheckBoxList.as | CHQGIT/gisredext | 3c7ff60d5df764bdd334922e9cc763fde0623c8e | [
"Apache-2.0"
] | 1 | 2017-06-07T14:29:20.000Z | 2017-06-07T14:29:20.000Z | src/comun/Check/CheckBoxList.as | CHQGIT/gisredext | 3c7ff60d5df764bdd334922e9cc763fde0623c8e | [
"Apache-2.0"
] | null | null | null | src/comun/Check/CheckBoxList.as | CHQGIT/gisredext | 3c7ff60d5df764bdd334922e9cc763fde0623c8e | [
"Apache-2.0"
] | null | null | null | package comun.Check
{
import flash.display.Sprite;
import flash.events.KeyboardEvent;
import mx.controls.List;
import mx.controls.listClasses.IListItemRenderer;
import mx.controls.CheckBox;
/**
* List that uses checkboxes for multiple selection
*/
public class CheckBoxList extends List
{
// fake all mouse inter... | 32.711538 | 73 | 0.636684 |
e0a5192f563fcc3858333e5373d2c01955bc5193 | 558 | as | ActionScript | src/org/osflash/stream/IStreamInput.as | SimonRichardson/as3-stream | 1d6b6ed7167d10f238624dd8d300e2c4ebaf0489 | [
"MIT"
] | null | null | null | src/org/osflash/stream/IStreamInput.as | SimonRichardson/as3-stream | 1d6b6ed7167d10f238624dd8d300e2c4ebaf0489 | [
"MIT"
] | null | null | null | src/org/osflash/stream/IStreamInput.as | SimonRichardson/as3-stream | 1d6b6ed7167d10f238624dd8d300e2c4ebaf0489 | [
"MIT"
] | null | null | null | package org.osflash.stream
{
/**
* @author Simon Richardson - simon@ustwo.co.uk
*/
public interface IStreamInput
{
function readInt() : int;
function readUnsignedInt() : uint;
function readFloat() : Number;
function readUTF() : String;
function readBoolean() : Boolean;
function readXML... | 17.4375 | 48 | 0.641577 |
cb8dfdaccb248e42cc83fa14fc76483c7696a19b | 831 | as | ActionScript | Zcup/src/com/zcup/display/IMovie.as | mldongs/ZCup | 6f848ee624c3d08c8fd19f982cecb8072cf00a79 | [
"MIT"
] | 2 | 2015-01-13T12:53:44.000Z | 2015-01-13T12:53:47.000Z | Zcup/src/com/zcup/display/IMovie.as | mldongs/ZCup | 6f848ee624c3d08c8fd19f982cecb8072cf00a79 | [
"MIT"
] | null | null | null | Zcup/src/com/zcup/display/IMovie.as | mldongs/ZCup | 6f848ee624c3d08c8fd19f982cecb8072cf00a79 | [
"MIT"
] | null | null | null | package com.zcup.display
{
/**
*
* @atuhor: mldongs
* @qq: 25772076
* @time: 2011-9-19 下午12:18:06
**/
public interface IMovie
{
function removeAllFrameScript():void;
function removeFrameScript(frame:int):void;
function addFrameScript(frame:int,func:Function = null):void;
function play(delay:... | 25.96875 | 63 | 0.728039 |
202eeaae5d02877db82ab8ea747a05d30233715b | 3,850 | as | ActionScript | frameworks/projects/MXRoyale/src/main/royale/mx/containers/HBox.as | jmegonzalez/royale-asjs | bd5cbefc187fd9d650b93e89f684ce13f986729b | [
"ECL-2.0",
"Apache-2.0"
] | 306 | 2017-10-05T14:28:14.000Z | 2022-01-25T09:30:45.000Z | frameworks/projects/MXRoyale/src/main/royale/mx/containers/HBox.as | joseRamonLeon/royale-asjs | 4dfa86ec6907da834fb5df7e5dc28e48ba65cbeb | [
"Apache-2.0",
"MIT"
] | 995 | 2017-09-29T16:42:20.000Z | 2022-03-30T11:06:36.000Z | frameworks/projects/MXRoyale/src/main/royale/mx/containers/HBox.as | joseRamonLeon/royale-asjs | 4dfa86ec6907da834fb5df7e5dc28e48ba65cbeb | [
"Apache-2.0",
"MIT"
] | 132 | 2017-11-02T00:07:24.000Z | 2022-01-31T11:53:31.000Z | ////////////////////////////////////////////////////////////////////////////////
//
// 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... | 31.557377 | 118 | 0.535844 |
bba11f911c402dfa69661dd47e305f6ef4c6e620 | 2,658 | as | ActionScript | src/com/relivethefuture/go/LiveRepeater.as | marvotron/gobox | 22f3f110637ae0eba7057fb37d5230c2647fcd02 | [
"MIT"
] | 1 | 2016-05-08T19:16:29.000Z | 2016-05-08T19:16:29.000Z | src/com/relivethefuture/go/LiveRepeater.as | marvotron/gobox | 22f3f110637ae0eba7057fb37d5230c2647fcd02 | [
"MIT"
] | null | null | null | src/com/relivethefuture/go/LiveRepeater.as | marvotron/gobox | 22f3f110637ae0eba7057fb37d5230c2647fcd02 | [
"MIT"
] | null | null | null | /**
* Copyright (c) 2008 Martin Wood-Mitrovski
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modi... | 39.088235 | 151 | 0.718585 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.