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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
abe5f6f884729779691fef1f564e8f55aae42497 | 4,505 | as | ActionScript | src/mod/SelectWindowMod.as | deisyjapan/KanColleListMakerKaini | ee9c1cb2e89e5a77f6f464f602171a4911fe7af1 | [
"MIT"
] | 18 | 2016-12-02T10:01:55.000Z | 2021-11-07T07:15:52.000Z | src/mod/SelectWindowMod.as | deisyjapan/KanColleListMakerKaini | ee9c1cb2e89e5a77f6f464f602171a4911fe7af1 | [
"MIT"
] | 5 | 2018-08-26T05:53:48.000Z | 2020-02-01T12:11:31.000Z | src/mod/SelectWindowMod.as | deisyjapan/KanColleListMakerKaini | ee9c1cb2e89e5a77f6f464f602171a4911fe7af1 | [
"MIT"
] | 8 | 2018-08-13T14:01:45.000Z | 2022-03-13T03:22:23.000Z | #include "modclbk3.hsp"
//#include "hsp3utf.as"
#ifndef newclbk3
dialog "このモジュールはmodclbk3.hspのインクルードが必須です。\n呼び出し元のメインスクリプトでインクルードして下さい。", 1, "SelectWindowMod.hsp"
end
#endif
#if 0
#ifndef __hsp3utf__
dialog "このモジュールはhsp3utf.asのインクルードが必須です。\n呼び出し元のメインスクリプトでインクルードして下さい。", 1, "SelectWindowMod.hsp"
end
#endif
#endif
... | 24.483696 | 166 | 0.74828 |
b80b224523b5b4af5f2927d3fe2ab54a97567aa4 | 3,229 | as | ActionScript | libs/laya/src/laya/net/LocalStorage.as | wildfirecode/LayaAir-ActionScript-Debug-Demo | 6aabf492ce21428c58d58a8ef129002982831d91 | [
"MIT"
] | 2 | 2017-08-08T01:28:29.000Z | 2017-08-15T01:24:09.000Z | libs/laya/src/laya/net/LocalStorage.as | wildfirecode/LayaAir-ActionScript-Debug-Demo | 6aabf492ce21428c58d58a8ef129002982831d91 | [
"MIT"
] | null | null | null | libs/laya/src/laya/net/LocalStorage.as | wildfirecode/LayaAir-ActionScript-Debug-Demo | 6aabf492ce21428c58d58a8ef129002982831d91 | [
"MIT"
] | 1 | 2021-09-06T03:07:10.000Z | 2021-09-06T03:07:10.000Z | package laya.net {
import laya.net.LocalStorage;
/**
* <p> <code>LocalStorage</code> 类用于没有时间限制的数据存储。</p>
*/
public class LocalStorage {
//基础类
public static var _baseClass:Class;
/**
* 数据列表。
*/
public static var items:*;
/**
* 表示是否支持 <code>LocalStorage</code>。
*/
public static va... | 20.566879 | 232 | 0.624342 |
52c5b89be0bf7765534bcc451fe9457da35557e1 | 3,517 | as | ActionScript | Script/Door/DoorBase.as | CreativeMetalCat/PuzzleHorrorPrototype | 0aba6e684a630a533c028afb92899fcc010a65e4 | [
"BSD-2-Clause"
] | null | null | null | Script/Door/DoorBase.as | CreativeMetalCat/PuzzleHorrorPrototype | 0aba6e684a630a533c028afb92899fcc010a65e4 | [
"BSD-2-Clause"
] | null | null | null | Script/Door/DoorBase.as | CreativeMetalCat/PuzzleHorrorPrototype | 0aba6e684a630a533c028afb92899fcc010a65e4 | [
"BSD-2-Clause"
] | null | null | null | import InteractableObjectBase;
import PickupableObject.LockBase;
class ADoorBase:InteractableObjectBase
{
UPROPERTY()
ALockBase Lock;
/*If true door will act as lock for itself*/
UPROPERTY()
bool SelfLock=false;
UPROPERTY()
int SelfLockKeyId=0;
UPROPERTY()
bool Lo... | 26.847328 | 96 | 0.577481 |
9cfb6c073347cb351473be5aadab44e6f5b45032 | 1,622 | as | ActionScript | draw_lib/src/com/roipeker/starling/draw/AbsMesh.as | roipeker/DrawLib | 1eb3b74f99262e76a37129a37df492e9972bec4a | [
"MIT"
] | 22 | 2019-05-16T23:54:10.000Z | 2021-08-20T20:33:57.000Z | draw_lib/src/com/roipeker/starling/draw/AbsMesh.as | roipeker/DrawLib | 1eb3b74f99262e76a37129a37df492e9972bec4a | [
"MIT"
] | 1 | 2019-06-01T11:47:42.000Z | 2019-06-01T14:11:09.000Z | draw_lib/src/com/roipeker/starling/draw/AbsMesh.as | roipeker/DrawLib | 1eb3b74f99262e76a37129a37df492e9972bec4a | [
"MIT"
] | 3 | 2020-01-10T07:53:16.000Z | 2021-08-20T20:33:58.000Z | // =================================================================================================
//
// Created by Rodrigo Lopez [roipeker™] on 31/12/2018.
//
// =================================================================================================
package com.roipeker.starling.draw {
import starling.dis... | 27.965517 | 102 | 0.540074 |
2f34d7100680fb6745c6ae8271fc3aaeadb6c1a0 | 2,304 | as | ActionScript | src/com/lowoui_as/component/DropdownMenu.as | lightoy/LowoUI-AS | 03c244b791d1abb53ad83c2febd50264fbf3340b | [
"MIT"
] | null | null | null | src/com/lowoui_as/component/DropdownMenu.as | lightoy/LowoUI-AS | 03c244b791d1abb53ad83c2febd50264fbf3340b | [
"MIT"
] | null | null | null | src/com/lowoui_as/component/DropdownMenu.as | lightoy/LowoUI-AS | 03c244b791d1abb53ad83c2febd50264fbf3340b | [
"MIT"
] | 3 | 2017-05-09T11:02:05.000Z | 2017-05-10T09:57:56.000Z | package com.lowoui_as.component
{
import com.lowoui_as.core.UIComponent;
import com.lowoui_as.events.ButtonEvent;
import com.lowoui_as.events.DropMenuEvent;
import flash.events.Event;
import flash.events.MouseEvent;
import flash.text.TextField;
import flash.utils.getDefinitionByName;
[Event(name = "select", t... | 23.752577 | 70 | 0.665799 |
efa487910e148072729b65f4a41c05ad72dcad8d | 2,290 | as | ActionScript | src/ScoreShowState.as | raptros/DeveloperHappyHour | def369444f162aba1ea40a9d4142b27072fd5330 | [
"MIT"
] | 3 | 2017-06-27T04:43:26.000Z | 2021-06-12T19:40:01.000Z | src/ScoreShowState.as | raptros/DeveloperHappyHour | def369444f162aba1ea40a9d4142b27072fd5330 | [
"MIT"
] | null | null | null | src/ScoreShowState.as | raptros/DeveloperHappyHour | def369444f162aba1ea40a9d4142b27072fd5330 | [
"MIT"
] | null | null | null | package
{
import org.flixel.*;
/**
* A momentary display of the points that certain things are worth - displayed
* only at the start of the game
*/
public class ScoreShowState extends FlxState
{
public var cfg:Class = MeasuresConfig;
//how long the screen should be displa... | 36.935484 | 110 | 0.564629 |
4a1f291a0fe7ad430c99cade0306344573fb5a13 | 1,262 | as | ActionScript | OldProjects/helium2.0/src/services/command/rates/companyRates/GetGroupListCompanyRatesCommand.as | kirzyka/SampleBase | 84c3da4d8ced37e7734301c60acad5bfb49169db | [
"MIT"
] | null | null | null | OldProjects/helium2.0/src/services/command/rates/companyRates/GetGroupListCompanyRatesCommand.as | kirzyka/SampleBase | 84c3da4d8ced37e7734301c60acad5bfb49169db | [
"MIT"
] | null | null | null | OldProjects/helium2.0/src/services/command/rates/companyRates/GetGroupListCompanyRatesCommand.as | kirzyka/SampleBase | 84c3da4d8ced37e7734301c60acad5bfb49169db | [
"MIT"
] | null | null | null | package services.command.rates.companyRates
{
import com.adobe.cairngorm.control.CairngormEvent;
import services.business.rates.companyRates.CompanyRatesDelegate;
import services.cairngorm.BaseCommand;
import services.events.rates.companyRates.GetGroupListCompanyRatesEvent;
import mx.collections.ArrayCollectio... | 30.047619 | 81 | 0.757528 |
674c4aadfb95f564714bb7ca24d7eb0d4c06662f | 153,819 | as | ActionScript | common-snapshot/src/virtualworlds/lang/PPPTranslationData.as | vikiana/ShenkuuWarriorII | cd734d339b6237675f20ac0ab0b3726967bb0a49 | [
"MIT"
] | 1 | 2021-06-23T08:53:53.000Z | 2021-06-23T08:53:53.000Z | common-snapshot/src/virtualworlds/lang/PPPTranslationData.as | vikiana/ShenkuuWarriorII | cd734d339b6237675f20ac0ab0b3726967bb0a49 | [
"MIT"
] | null | null | null | common-snapshot/src/virtualworlds/lang/PPPTranslationData.as | vikiana/ShenkuuWarriorII | cd734d339b6237675f20ac0ab0b3726967bb0a49 | [
"MIT"
] | null | null | null | package virtualworlds.lang
{
import virtualworlds.lang.TranslationData;
/**
* Petpet Park translation data.
*
*/
dynamic public class PPPTranslationData extends TranslationData
{
//--------------------------------------
// CLASS CONSTANTS
//--------------------------------------
public var TRA... | 124.751825 | 7,416 | 0.697372 |
593a71047d9ff802391adf484efdbbbc077d400e | 1,289 | as | ActionScript | src/game/proto/mail_access_resp.as | dengcs/ddz | 1f2c16cfb3ba38e80ba5f9d7944a05bc8ff6acdd | [
"Apache-2.0"
] | null | null | null | src/game/proto/mail_access_resp.as | dengcs/ddz | 1f2c16cfb3ba38e80ba5f9d7944a05bc8ff6acdd | [
"Apache-2.0"
] | null | null | null | src/game/proto/mail_access_resp.as | dengcs/ddz | 1f2c16cfb3ba38e80ba5f9d7944a05bc8ff6acdd | [
"Apache-2.0"
] | null | null | null | package game.proto {
import com.google.protobuf.*;
import game.proto.mail;
public class mail_access_resp extends Message {
public function mail_access_resp() {
}
private var _mails:Vector.<game.proto.mail> = new Vector.<game.proto.mail>();
public function get mails():Vector.<game.proto.mail> {
... | 26.854167 | 81 | 0.508922 |
8d7ebec8c19ff8a3f4c5b5c16981b07f2dd8cf7a | 818 | as | ActionScript | library/src/com/thebigdev/ai/behaviortree/groups/Sequence.as | idmillington/thebigdev-flash | 19eccf87da7b70ce91b533bed4fc414424145f57 | [
"MIT"
] | 1 | 2020-07-08T01:44:31.000Z | 2020-07-08T01:44:31.000Z | library/src/com/thebigdev/ai/behaviortree/groups/Sequence.as | idmillington/thebigdev-flash | 19eccf87da7b70ce91b533bed4fc414424145f57 | [
"MIT"
] | null | null | null | library/src/com/thebigdev/ai/behaviortree/groups/Sequence.as | idmillington/thebigdev-flash | 19eccf87da7b70ce91b533bed4fc414424145f57 | [
"MIT"
] | null | null | null | package com.thebigdev.ai.behaviortree.groups
{
import com.thebigdev.ai.behaviortree.base.OneTaskFromGroup;
import com.thebigdev.ai.behaviortree.base.Task;
import com.thebigdev.ai.behaviortree.base.TaskResult;
/**
* A sequence is one of the basic building blocks of a behavior
* tree: it tries its children in or... | 27.266667 | 67 | 0.722494 |
073e2f474d0b37d37b42508cf598099cc262ee23 | 3,922 | as | ActionScript | src/org/axgl/AxRect.as | arkeus/Axel | c0fd56b4ab1afdc8af02958ebda486540ef38958 | [
"MIT"
] | 11 | 2015-01-18T21:32:44.000Z | 2019-03-24T17:19:37.000Z | src/org/axgl/AxRect.as | arkeus/Axel | c0fd56b4ab1afdc8af02958ebda486540ef38958 | [
"MIT"
] | null | null | null | src/org/axgl/AxRect.as | arkeus/Axel | c0fd56b4ab1afdc8af02958ebda486540ef38958 | [
"MIT"
] | 3 | 2015-01-15T04:15:58.000Z | 2022-03-14T11:37:35.000Z | package org.axgl {
import org.axgl.input.AxMouseButton;
/**
* Stores the x and y values, along with the width and height, of a rectangle object.
*/
public class AxRect extends AxPoint {
/**
* The width of this object in pixels.
* @default 0
*/
public var width:Number;
/**
* The height of this ... | 29.268657 | 151 | 0.649414 |
44564d8f8d03a1b4784b1e795cdf7828122e66bf | 2,711 | as | ActionScript | SmartFoxServer_PRO_1.6.6/Server/sfsExtensions/E4X_example.as | ChisdealHD/DetlasWorldLinux | 336465a4df1a48c9a273329fc7a09d8099c4e4d5 | [
"MIT"
] | null | null | null | SmartFoxServer_PRO_1.6.6/Server/sfsExtensions/E4X_example.as | ChisdealHD/DetlasWorldLinux | 336465a4df1a48c9a273329fc7a09d8099c4e4d5 | [
"MIT"
] | null | null | null | SmartFoxServer_PRO_1.6.6/Server/sfsExtensions/E4X_example.as | ChisdealHD/DetlasWorldLinux | 336465a4df1a48c9a273329fc7a09d8099c4e4d5 | [
"MIT"
] | null | null | null | /*
* SmartFoxServer PRO
* E4X Example based on the XML Parser Example
*
* Demonstrates how to use E4X languages inside an actionscript extension
*
* v 1.0.0
*
* (c) 2005-2006 gotoAndPlay()
*
*/
/*
* Initializion point:
*
* this function is called as soon as the extension
* is loaded in the server.
*
* You can ... | 20.231343 | 88 | 0.623386 |
fa70c03fc42ff62563f4b80ff1d03de8cf857b2f | 4,326 | as | ActionScript | mcs/psc_tests/tamarin-redux/tests/acceptance/as3/Types/Number/abs.as | sushihangover/PlayScript | a2b7c04e176ddb0ddbc16999e5a5902a1e15b563 | [
"Apache-2.0"
] | 20 | 2015-07-14T07:30:28.000Z | 2021-11-12T07:41:34.000Z | avmplus/test/acceptance/as3/Types/Number/abs.as | vidkidz/crossbridge | ba0bf94aee0ce6cf7eb5be882382e52bc57ba396 | [
"MIT"
] | 83 | 2015-07-16T01:31:41.000Z | 2016-01-13T02:15:47.000Z | avmplus/test/acceptance/as3/Types/Number/abs.as | vidkidz/crossbridge | ba0bf94aee0ce6cf7eb5be882382e52bc57ba396 | [
"MIT"
] | 10 | 2015-06-14T14:39:59.000Z | 2021-11-12T07:41:35.000Z | /* -*- c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 4 -*- */
/* vi: set ts=4 sw=4 expandtab: (add to ~/.vimrc: set modeline modelines=5) */
/* 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... | 55.461538 | 130 | 0.736015 |
2daa19fd1fb7393c0d759a2b4fbf217252e8b7bd | 209 | as | ActionScript | src/melon/physics/nape/service/IMaterialManager.as | flow38/Melon-Engine | 8915684e712f39295183e612d56ffe5c4f1c523e | [
"MIT"
] | null | null | null | src/melon/physics/nape/service/IMaterialManager.as | flow38/Melon-Engine | 8915684e712f39295183e612d56ffe5c4f1c523e | [
"MIT"
] | null | null | null | src/melon/physics/nape/service/IMaterialManager.as | flow38/Melon-Engine | 8915684e712f39295183e612d56ffe5c4f1c523e | [
"MIT"
] | null | null | null | /**
* Created by FALCYFLO on 06/11/2015.
*/
package melon.physics.nape.service {
import nape.phys.Material;
public interface IMaterialManager {
function getMaterial(materialID : String) : Material;
}
}
| 19 | 57 | 0.732057 |
d26bb53c16e2eed8fa84fead2c9ca649be46e2d0 | 1,421 | as | ActionScript | gittok/src/portrayal/label/Label.as | stinfodesign/gittok | bb6ee18ffca5bc0b9a2f4c1794ceb898000088a5 | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | 6 | 2015-02-20T09:19:22.000Z | 2020-07-28T06:01:30.000Z | gittok/src/portrayal/label/Label.as | stinfodesign/gittok | bb6ee18ffca5bc0b9a2f4c1794ceb898000088a5 | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | null | null | null | gittok/src/portrayal/label/Label.as | stinfodesign/gittok | bb6ee18ffca5bc0b9a2f4c1794ceb898000088a5 | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | null | null | null | package portrayal.label
{
import dataTypes.spatialGeometry.Coordinate2;
import flash.display.Sprite;
import flash.text.TextField;
import flash.text.TextFieldAutoSize;
import flash.text.TextFormat;
import portrayal.labelStyle.LabelStyle;
public class Label extends Sprite
{
public var text:String;
publi... | 21.861538 | 68 | 0.654469 |
86d605e09817319fd51efb33c772941d13370f22 | 2,217 | as | ActionScript | src/as/com/threerings/msoy/data/all/ChannelName.as | VirtueDev/synced_repo | adc1b61ad68402492386fa011e4c628d6588c800 | [
"BSD-3-Clause"
] | 21 | 2015-04-30T10:28:47.000Z | 2021-06-23T23:00:45.000Z | src/as/com/threerings/msoy/data/all/ChannelName.as | VirtueDev/synced_repo | adc1b61ad68402492386fa011e4c628d6588c800 | [
"BSD-3-Clause"
] | 36 | 2015-07-29T20:50:57.000Z | 2021-09-18T22:37:25.000Z | src/as/com/threerings/msoy/data/all/ChannelName.as | VirtueDev/synced_repo | adc1b61ad68402492386fa011e4c628d6588c800 | [
"BSD-3-Clause"
] | 35 | 2015-04-30T10:29:41.000Z | 2022-02-15T21:17:01.000Z | //
// $Id$
package com.threerings.msoy.data.all {
import com.threerings.io.ObjectInputStream;
import com.threerings.io.ObjectOutputStream;
import com.threerings.io.Streamable;
import com.threerings.util.Comparable;
import com.threerings.util.Hashable;
import com.threerings.util.Name;
/**
* Contains a channel name ... | 25.77907 | 73 | 0.62968 |
c23c212a41e03eeffaa5003f1774de431cfdbab9 | 1,518 | as | ActionScript | src/kabam/rotmg/legends/service/GetLegendsListTask.as | ProtoGrace/TKMafia-VIP | 97dc3c7183e52c6f25af51eaaaafbe62064bb111 | [
"MIT"
] | 1 | 2021-06-18T13:33:27.000Z | 2021-06-18T13:33:27.000Z | src/kabam/rotmg/legends/service/GetLegendsListTask.as | ppmaks/TKMafia-VIP | eb3784cbac3b3faaabba27bd3fabe5de2486763f | [
"MIT"
] | null | null | null | src/kabam/rotmg/legends/service/GetLegendsListTask.as | ppmaks/TKMafia-VIP | eb3784cbac3b3faaabba27bd3fabe5de2486763f | [
"MIT"
] | 1 | 2021-03-14T12:12:27.000Z | 2021-03-14T12:12:27.000Z | package kabam.rotmg.legends.service {
import kabam.lib.tasks.BaseTask;
import kabam.rotmg.appengine.api.AppEngineClient;
import kabam.rotmg.core.model.PlayerModel;
import kabam.rotmg.legends.model.Legend;
import kabam.rotmg.legends.model.LegendFactory;
import kabam.rotmg.legends.model.LegendsModel;
import kabam.rotmg.l... | 29.192308 | 74 | 0.698946 |
ef0dc32a99151beb531b3bf9ef31aa0365ef7069 | 1,069 | as | ActionScript | recorder/src/test/flashwavrecorder/MicrophoneSamplesEventTest.as | bhishamtrehan/themedconsult | 6824436d5000bf9740acfb78c11e2de41440f5e9 | [
"MIT"
] | 169 | 2015-01-08T08:00:41.000Z | 2021-11-15T11:48:50.000Z | recorder/src/test/flashwavrecorder/MicrophoneSamplesEventTest.as | bhishamtrehan/themedconsult | 6824436d5000bf9740acfb78c11e2de41440f5e9 | [
"MIT"
] | 91 | 2019-11-11T15:41:26.000Z | 2022-03-21T04:17:18.000Z | recorder/src/test/flashwavrecorder/MicrophoneSamplesEventTest.as | bhishamtrehan/themedconsult | 6824436d5000bf9740acfb78c11e2de41440f5e9 | [
"MIT"
] | 81 | 2015-01-04T06:57:17.000Z | 2021-09-09T02:23:22.000Z | package flashwavrecorder {
import flashwavrecorder.events.MicrophoneSamplesEvent;
import org.hamcrest.assertThat;
import org.hamcrest.core.isA;
import org.hamcrest.object.equalTo;
public class MicrophoneSamplesEventTest {
[Test]
public function should_have_static_constant_property_in_type_of_string():void {
... | 29.694444 | 94 | 0.778297 |
924c6e36f3b311d9c360d32b584140134c1bc720 | 5,559 | as | ActionScript | src/as/com/threerings/msoy/ui/BubblePopup.as | VirtueDev/synced_repo | adc1b61ad68402492386fa011e4c628d6588c800 | [
"BSD-3-Clause"
] | 21 | 2015-04-30T10:28:47.000Z | 2021-06-23T23:00:45.000Z | src/as/com/threerings/msoy/ui/BubblePopup.as | VirtueDev/synced_repo | adc1b61ad68402492386fa011e4c628d6588c800 | [
"BSD-3-Clause"
] | 36 | 2015-07-29T20:50:57.000Z | 2021-09-18T22:37:25.000Z | src/as/com/threerings/msoy/ui/BubblePopup.as | VirtueDev/synced_repo | adc1b61ad68402492386fa011e4c628d6588c800 | [
"BSD-3-Clause"
] | 35 | 2015-04-30T10:29:41.000Z | 2022-02-15T21:17:01.000Z | //
// $Id$
package com.threerings.msoy.ui {
import flash.display.BlendMode;
import flash.display.DisplayObject;
import flash.display.Sprite;
import flash.events.MouseEvent;
import flash.geom.Point;
import flash.text.AntiAliasType;
import flash.text.TextField;
import flash.text.TextFieldAutoSize;
import flash.text.Tex... | 35.183544 | 99 | 0.64562 |
f7823429fb7693b6f5039f02afd281c17bbb9a66 | 1,160 | as | ActionScript | Entry/src/rumorPlot/model/cfg/PlotInfosConfig.as | w2h/SomeTool | 5f4df7bd6e226ce984bf6bd7264e9e790dd1e8ac | [
"MIT"
] | 6 | 2016-10-13T18:08:03.000Z | 2021-05-30T20:46:51.000Z | Entry/src/rumorPlot/model/cfg/PlotInfosConfig.as | w2h/SomeTool | 5f4df7bd6e226ce984bf6bd7264e9e790dd1e8ac | [
"MIT"
] | null | null | null | Entry/src/rumorPlot/model/cfg/PlotInfosConfig.as | w2h/SomeTool | 5f4df7bd6e226ce984bf6bd7264e9e790dd1e8ac | [
"MIT"
] | 1 | 2016-10-13T18:17:38.000Z | 2016-10-13T18:17:38.000Z | package rumorPlot.model.cfg
{
import flash.utils.Dictionary;
import rumorPlot.model.info.PlotInfo;
public class PlotInfosConfig
{
public var plotIDDict:Dictionary;
public function PlotInfosConfig()
{
this.plotIDDict = new Dictionary();
super();
}
... | 22.307692 | 69 | 0.548276 |
147598474fa8d432bd8fc18e62b332d8537dd604 | 263 | as | ActionScript | src/kabam/rotmg/news/controller/NewsDataUpdatedSignal.as | GhostRealm/prodmafia-client | 56cfbecfc8ee7ff5534095c30d4b52bb6ace2bc6 | [
"MIT"
] | 5 | 2020-10-30T20:20:54.000Z | 2021-10-16T09:40:39.000Z | src/kabam/rotmg/news/controller/NewsDataUpdatedSignal.as | ppmaks/TKMafia-VIP | eb3784cbac3b3faaabba27bd3fabe5de2486763f | [
"MIT"
] | null | null | null | src/kabam/rotmg/news/controller/NewsDataUpdatedSignal.as | ppmaks/TKMafia-VIP | eb3784cbac3b3faaabba27bd3fabe5de2486763f | [
"MIT"
] | 5 | 2020-11-14T14:45:20.000Z | 2022-03-18T04:06:11.000Z | package kabam.rotmg.news.controller {
import kabam.rotmg.news.model.NewsCellVO;
import org.osflash.signals.Signal;
public class NewsDataUpdatedSignal extends Signal {
public function NewsDataUpdatedSignal() {
super(Vector.<NewsCellVO>);
}
}
}
| 18.785714 | 51 | 0.745247 |
2430a5d8d23eb312fc3dc51aa3608e1be02f081d | 21,740 | as | ActionScript | example/src/StarlingRoot.as | tuarua/Google-Maps-ANE | 3e922246820c938e5aa4abdd4f3a02574c2b9d7f | [
"Apache-2.0"
] | 24 | 2017-08-22T11:57:25.000Z | 2021-02-23T06:50:49.000Z | example/src/StarlingRoot.as | tuarua/Google-Maps-ANE | 3e922246820c938e5aa4abdd4f3a02574c2b9d7f | [
"Apache-2.0"
] | 25 | 2017-10-12T06:26:43.000Z | 2019-06-07T19:03:33.000Z | example/src/StarlingRoot.as | tuarua/Google-Maps-ANE | 3e922246820c938e5aa4abdd4f3a02574c2b9d7f | [
"Apache-2.0"
] | 9 | 2017-09-15T02:10:59.000Z | 2018-11-01T03:31:06.000Z | package {
import com.tuarua.GoogleMaps;
import com.tuarua.fre.ANEError;
import com.tuarua.googlemaps.CameraPosition;
import com.tuarua.googlemaps.Circle;
import com.tuarua.googlemaps.ColorARGB;
import com.tuarua.googlemaps.Coordinate;
import com.tuarua.googlemaps.GoogleMapsEvent;
import com.tuarua.googlemaps.GroundOver... | 41.174242 | 128 | 0.634913 |
bd2d0f245f843cf59b8d0a5b1a0e1c05d104a4a0 | 306 | as | ActionScript | PfApiTest/com/playfab/AdminModels/GetServerBuildInfoRequest.as | PlayFab/ActionScriptSDK | 982e7844309d63c81d544bb136ff462f2fdf1141 | [
"Apache-2.0"
] | 20 | 2015-05-01T09:09:41.000Z | 2020-04-14T10:48:45.000Z | PfApiTest/com/playfab/AdminModels/GetServerBuildInfoRequest.as | PlayFab/ActionScriptSDK | 982e7844309d63c81d544bb136ff462f2fdf1141 | [
"Apache-2.0"
] | 20 | 2015-07-24T19:57:58.000Z | 2015-11-14T00:59:55.000Z | PfApiTest/com/playfab/AdminModels/GetServerBuildInfoRequest.as | PlayFab/ActionScriptSDK | 982e7844309d63c81d544bb136ff462f2fdf1141 | [
"Apache-2.0"
] | 7 | 2015-05-06T06:59:14.000Z | 2021-02-20T15:25:04.000Z |
package com.playfab.AdminModels
{
public class GetServerBuildInfoRequest
{
public var BuildId:String;
public function GetServerBuildInfoRequest(data:Object=null)
{
if(data == null)
return;
BuildId = data.BuildId;
}
}
}
| 18 | 67 | 0.565359 |
38e1ccc5cff90309336f5374092e6308efc1dc3f | 585 | as | ActionScript | src/away3d/loaders/utils/TextureLoader.as | gkravas/Gamestone | 180ad7bb22ef36088e7e82601b2aa900c2812a2b | [
"MIT"
] | null | null | null | src/away3d/loaders/utils/TextureLoader.as | gkravas/Gamestone | 180ad7bb22ef36088e7e82601b2aa900c2812a2b | [
"MIT"
] | null | null | null | src/away3d/loaders/utils/TextureLoader.as | gkravas/Gamestone | 180ad7bb22ef36088e7e82601b2aa900c2812a2b | [
"MIT"
] | null | null | null | package away3d.loaders.utils
{
import flash.display.Loader;
import flash.net.URLRequest;
import flash.system.LoaderContext;
/**
* Used to store the name and loader reference of an external texture image.
*/
public class TextureLoader extends Loader
{
public function TextureLoader()
{
super();
}
... | 19.5 | 84 | 0.711111 |
3d40ee2b6d5e95907112aea701489e65e4334a78 | 3,244 | as | ActionScript | common-snapshot/src/com/neopets/games/marketing/destination/despicableMe/widgets/TriviaPopUp.as | vikiana/ShenkuuWarriorII | cd734d339b6237675f20ac0ab0b3726967bb0a49 | [
"MIT"
] | 1 | 2021-06-23T08:53:53.000Z | 2021-06-23T08:53:53.000Z | common-snapshot/src/com/neopets/games/marketing/destination/despicableMe/widgets/TriviaPopUp.as | vikiana/ShenkuuWarriorII | cd734d339b6237675f20ac0ab0b3726967bb0a49 | [
"MIT"
] | null | null | null | common-snapshot/src/com/neopets/games/marketing/destination/despicableMe/widgets/TriviaPopUp.as | vikiana/ShenkuuWarriorII | cd734d339b6237675f20ac0ab0b3726967bb0a49 | [
"MIT"
] | null | null | null | /**
* This class handles sending getting and displaying trivia questions.
*
* @langversion ActionScript 3.0
* @playerversion Flash 9.0
* @author David Cary
* @since 04.09.2010
*/
package com.neopets.games.marketing.destination.despicableMe.widgets
{
//----------------------------------------
// IMPORTS
/... | 32.118812 | 91 | 0.567509 |
fb535ef40c010b30fb6569d04f49a635138f93c5 | 2,543 | as | ActionScript | Manantiales/FlexManantialesCommon/src/main/flex/mx/ecosur/multigame/manantiales/token/SuggestionToken.as | ecosur-sistemas-complejos/MultiGame-Games | 9f446d0899bb20898a2213512f0d05ba8d1b72a5 | [
"AFL-3.0"
] | null | null | null | Manantiales/FlexManantialesCommon/src/main/flex/mx/ecosur/multigame/manantiales/token/SuggestionToken.as | ecosur-sistemas-complejos/MultiGame-Games | 9f446d0899bb20898a2213512f0d05ba8d1b72a5 | [
"AFL-3.0"
] | 6 | 2020-06-30T23:18:47.000Z | 2022-02-01T00:58:27.000Z | Manantiales/FlexManantialesCommon/src/main/flex/mx/ecosur/multigame/manantiales/token/SuggestionToken.as | ecosur-sistemas-complejos/MultiGame-Games | 9f446d0899bb20898a2213512f0d05ba8d1b72a5 | [
"AFL-3.0"
] | null | null | null | //copyright
package mx.ecosur.multigame.manantiales.token
{
import mx.ecosur.multigame.enum.Color;
import mx.ecosur.multigame.manantiales.token.ManantialesToken;
import mx.ecosur.multigame.manantiales.entity.Ficha;
import mx.ecosur.multigame.manantiales.entity.Suggestion;
import mx.ecosur.multigame.manantiales... | 30.638554 | 89 | 0.482501 |
08308f67d31fbee0b18e5dfc2caaf068e54b9a4d | 673 | as | ActionScript | fla/org/papervision3d/core/utils/virtualmouse/VirtualMouseMouseEvent.as | aidswidjaja/PyongyangRacer | 6ea17a4c17154964f5a66e32574eb6fa14b90381 | [
"Apache-2.0"
] | 1 | 2022-01-31T03:14:25.000Z | 2022-01-31T03:14:25.000Z | fla/org/papervision3d/core/utils/virtualmouse/VirtualMouseMouseEvent.as | aidswidjaja/PyongyangRacer | 6ea17a4c17154964f5a66e32574eb6fa14b90381 | [
"Apache-2.0"
] | 1 | 2022-03-21T01:15:50.000Z | 2022-03-21T01:15:50.000Z | fla/org/papervision3d/core/utils/virtualmouse/VirtualMouseMouseEvent.as | aidswidjaja/PyongyangRacer | 6ea17a4c17154964f5a66e32574eb6fa14b90381 | [
"Apache-2.0"
] | null | null | null | package org.papervision3d.core.utils.virtualmouse
{
import flash.display.InteractiveObject;
import flash.events.MouseEvent;
public class VirtualMouseMouseEvent extends MouseEvent implements IVirtualMouseEvent
{
public function VirtualMouseMouseEvent(param1:String, param2:Bo... | 42.0625 | 297 | 0.716196 |
edc533fcca4e049b7999777ff7fb2681aa0374cd | 2,111 | as | ActionScript | src/kabam/rotmg/game/view/components/TabTextView.as | dot1991/ProdMafia-4 | 6562fa78eaa3f7bb1f077dbf639dac3aba8994cd | [
"MIT"
] | null | null | null | src/kabam/rotmg/game/view/components/TabTextView.as | dot1991/ProdMafia-4 | 6562fa78eaa3f7bb1f077dbf639dac3aba8994cd | [
"MIT"
] | null | null | null | src/kabam/rotmg/game/view/components/TabTextView.as | dot1991/ProdMafia-4 | 6562fa78eaa3f7bb1f077dbf639dac3aba8994cd | [
"MIT"
] | null | null | null | package kabam.rotmg.game.view.components {
import com.company.ui.BaseSimpleText;
import com.company.util.AssetLibrary;
import flash.display.Bitmap;
import flash.display.Sprite;
import flash.geom.ColorTransform;
public class TabTextView extends TabView {
public function TabTextView(param1:int, param2:Sprite, para... | 31.984848 | 91 | 0.624822 |
3e529f1720dec4788404fa13756d271067b970c0 | 310 | as | ActionScript | DataExampleApp/src/events/SiteChangeEvent.as | renaun/QNXUIExamples | a455f437fba192a9a2725dab34126c486d3a8381 | [
"MIT"
] | 1 | 2021-01-14T09:25:11.000Z | 2021-01-14T09:25:11.000Z | DataExampleApp/src/events/SiteChangeEvent.as | renaun/QNXUIExamples | a455f437fba192a9a2725dab34126c486d3a8381 | [
"MIT"
] | null | null | null | DataExampleApp/src/events/SiteChangeEvent.as | renaun/QNXUIExamples | a455f437fba192a9a2725dab34126c486d3a8381 | [
"MIT"
] | null | null | null | package events
{
import flash.events.Event;
import vo.SiteVO;
public class SiteChangeEvent extends Event
{
public static var SITE_CHANGE:String = "siteChange";
public function SiteChangeEvent(siteVO:SiteVO)
{
site = siteVO;
super("siteChange", bubbles, cancelable);
}
public var site:SiteVO;
}
} | 16.315789 | 53 | 0.745161 |
3efb72d8e3102a87151b73ddace7f23d8567db87 | 1,801 | as | ActionScript | framework_src/freswift_native_extension/src/com/tuarua/FreSwift.as | Klug76/Swift-IOS-ANE | 198ee21a0bc7037416758b38daef0d8e8225c05a | [
"Apache-2.0"
] | 52 | 2017-03-11T14:55:48.000Z | 2022-03-29T21:14:12.000Z | framework_src/freswift_native_extension/src/com/tuarua/FreSwift.as | Klug76/Swift-IOS-ANE | 198ee21a0bc7037416758b38daef0d8e8225c05a | [
"Apache-2.0"
] | 21 | 2017-04-04T17:39:27.000Z | 2022-03-30T13:46:05.000Z | framework_src/freswift_native_extension/src/com/tuarua/FreSwift.as | Klug76/Swift-IOS-ANE | 198ee21a0bc7037416758b38daef0d8e8225c05a | [
"Apache-2.0"
] | 17 | 2017-09-14T08:10:11.000Z | 2022-03-16T07:20:19.000Z | /*
* Copyright 2017 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 t... | 32.745455 | 88 | 0.622432 |
454701231a896b6dc285c6f55a8bbe39f79326e1 | 1,853 | as | ActionScript | src/helloWorld/commandHandlers/DeleteStringCommandHandler.as | CadetEditor/CoreEditor-HelloWorld-Example-as | f0ecf9941bd026c989fd0b4ab758a20e32585365 | [
"BSD-2-Clause-FreeBSD"
] | 1 | 2021-01-06T19:52:05.000Z | 2021-01-06T19:52:05.000Z | src/helloWorld/commandHandlers/DeleteStringCommandHandler.as | CadetEditor/CoreEditor-HelloWorld-Example-as | f0ecf9941bd026c989fd0b4ab758a20e32585365 | [
"BSD-2-Clause-FreeBSD"
] | null | null | null | src/helloWorld/commandHandlers/DeleteStringCommandHandler.as | CadetEditor/CoreEditor-HelloWorld-Example-as | f0ecf9941bd026c989fd0b4ab758a20e32585365 | [
"BSD-2-Clause-FreeBSD"
] | 1 | 2018-06-29T06:46:09.000Z | 2018-06-29T06:46:09.000Z | package helloWorld.commandHandlers
{
import core.app.operations.ChangePropertyOperation;
import core.app.operations.RemoveItemOperation;
import core.app.operations.UndoableCompoundOperation;
import core.appEx.core.commandHandlers.ICommandHandler;
import core.editor.CoreEditor;
import helloWorld.contexts.StringL... | 42.113636 | 120 | 0.781975 |
a0401895dc742f5c097870bd80cd4f1a3f099769 | 14,807 | as | ActionScript | src/org/flexlite/domUI/managers/impl/ToolTipManagerImpl.as | grandracer/framework | 727151ec8913044417e473912bce59aeeaa854b3 | [
"MIT"
] | null | null | null | src/org/flexlite/domUI/managers/impl/ToolTipManagerImpl.as | grandracer/framework | 727151ec8913044417e473912bce59aeeaa854b3 | [
"MIT"
] | null | null | null | src/org/flexlite/domUI/managers/impl/ToolTipManagerImpl.as | grandracer/framework | 727151ec8913044417e473912bce59aeeaa854b3 | [
"MIT"
] | null | null | null | package org.flexlite.domUI.managers.impl
{
import flash.display.DisplayObject;
import flash.display.DisplayObjectContainer;
import flash.display.InteractiveObject;
import flash.events.Event;
import flash.events.EventDispatcher;
import flash.events.MouseEvent;
import flash.events.TimerEvent;
import f... | 23.92084 | 84 | 0.649895 |
745cbd0168a7c06dfea8a64b88e2bc2298a855c7 | 4,906 | as | ActionScript | YCanvasMapLibrary/src/main/actionscript/sk/yoz/ycanvas/map/managers/MouseTransformationManager.as | marcusbrose/YCanvas | 149a2e88160168b220f313192bc441d047276710 | [
"MIT"
] | 39 | 2015-01-21T11:20:53.000Z | 2021-09-10T17:59:58.000Z | YCanvasMapLibrary/src/main/actionscript/sk/yoz/ycanvas/map/managers/MouseTransformationManager.as | rozdonmobile/YCanvas | 6aada50d8c4c7d6f9739de6de81194379569b383 | [
"MIT"
] | 5 | 2015-07-17T17:43:27.000Z | 2019-04-30T17:19:59.000Z | YCanvasMapLibrary/src/main/actionscript/sk/yoz/ycanvas/map/managers/MouseTransformationManager.as | rozdonmobile/YCanvas | 6aada50d8c4c7d6f9739de6de81194379569b383 | [
"MIT"
] | 19 | 2015-01-21T13:18:24.000Z | 2021-09-10T17:59:59.000Z | package sk.yoz.ycanvas.map.managers
{
import flash.display.Stage;
import flash.events.Event;
import flash.events.MouseEvent;
import flash.geom.Matrix;
import flash.geom.Point;
import sk.yoz.ycanvas.map.YCanvasMap;
import sk.yoz.ycanvas.map.valueObjects.Limit;
import starling.co... | 33.60274 | 86 | 0.578272 |
68ce4e39f25f208f30b918c0cd2a2561ff3c6f00 | 160 | as | ActionScript | test/issues/Issue69.as | prominic/as3hx-forked-for-moonshine-ide | 902c7c13571ee901f70af97073e01abe9bbc0629 | [
"MIT"
] | 132 | 2015-01-12T17:23:45.000Z | 2022-03-20T20:41:08.000Z | test/issues/Issue69.as | prominic/as3hx-forked-for-moonshine-ide | 902c7c13571ee901f70af97073e01abe9bbc0629 | [
"MIT"
] | 197 | 2015-01-12T17:11:47.000Z | 2021-11-08T23:10:05.000Z | test/issues/Issue69.as | prominic/as3hx-forked-for-moonshine-ide | 902c7c13571ee901f70af97073e01abe9bbc0629 | [
"MIT"
] | 48 | 2015-01-26T10:16:40.000Z | 2022-03-16T11:28:35.000Z | package {
public class Issue69 {
public function Issue69() {
var s:String = "";
var c:String = s.charAt();
}
}
} | 20 | 38 | 0.45625 |
17ae20503d330ffdd38a273d4650234941fb62af | 3,745 | as | ActionScript | src/breezetest/BreezeTest.as | GetBreeze/breeze-test | 76fc73fb88575062397b4d9297ee62d63d75cb90 | [
"MIT"
] | 14 | 2017-01-06T20:22:43.000Z | 2021-12-20T02:21:23.000Z | src/breezetest/BreezeTest.as | GetBreeze/breeze-test | 76fc73fb88575062397b4d9297ee62d63d75cb90 | [
"MIT"
] | null | null | null | src/breezetest/BreezeTest.as | GetBreeze/breeze-test | 76fc73fb88575062397b4d9297ee62d63d75cb90 | [
"MIT"
] | 2 | 2017-09-29T00:03:03.000Z | 2019-11-03T19:56:34.000Z | /*
* MIT License
*
* Copyright (c) 2017 Digital Strawberry LLC
*
* 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,... | 24.966667 | 96 | 0.731909 |
d70f94292a4b9bd593d34e9aff8ec48e383cad77 | 13,339 | as | ActionScript | src/main/actionscript/org/as3commons/logging/api/ILogger.as | vpmedia/vpmedia-as3 | 7bf2f410181b8c59e9b5dd3fdf6e62cdd9f9ae18 | [
"MIT"
] | 1 | 2019-03-06T03:18:23.000Z | 2019-03-06T03:18:23.000Z | src/main/actionscript/org/as3commons/logging/api/ILogger.as | vpmedia/vpmedia-as3 | 7bf2f410181b8c59e9b5dd3fdf6e62cdd9f9ae18 | [
"MIT"
] | null | null | null | src/main/actionscript/org/as3commons/logging/api/ILogger.as | vpmedia/vpmedia-as3 | 7bf2f410181b8c59e9b5dd3fdf6e62cdd9f9ae18 | [
"MIT"
] | null | null | null | /*
* Copyright (c) 2008-2009 the original author or authors
*
* 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... | 36.051351 | 84 | 0.62306 |
171b8f1ba2fa0c1c68673c0618e180005e8eaaff | 1,318 | as | ActionScript | RoleObject_1_0_0/src/com/roleobject/loader/RoleMaterialLoader.as | mingfanwang/MyClient2 | d5e3c52a9f9dcb1e5d70b85af375d9f0882f172c | [
"BSD-3-Clause"
] | 1 | 2021-06-22T22:50:34.000Z | 2021-06-22T22:50:34.000Z | RoleObject_1_0_0/src/com/roleobject/loader/RoleMaterialLoader.as | mingfanwang/MyClient2 | d5e3c52a9f9dcb1e5d70b85af375d9f0882f172c | [
"BSD-3-Clause"
] | null | null | null | RoleObject_1_0_0/src/com/roleobject/loader/RoleMaterialLoader.as | mingfanwang/MyClient2 | d5e3c52a9f9dcb1e5d70b85af375d9f0882f172c | [
"BSD-3-Clause"
] | null | null | null | package com.roleobject.loader
{
import flash.events.Event;
import flash.events.IOErrorEvent;
/**
* 角色材质加载
* @author 王明凡
*/
public class RoleMaterialLoader extends ExtendLoader
{
private var loaderArr:Array;
private var mediaArr:Array;
//循环加载个数
private var loopCount:int;
//循环加载... | 19.969697 | 64 | 0.636571 |
f12ac0b5dd274264dcdfb5075a8c4b4fe9975489 | 17,493 | as | ActionScript | src/com/evernote/edam/notestore/NotesMetadataList.as | evernote/evernote-sdk-as3 | 246ea49eacc6d5e5d03f860b286503d2c3e5ef60 | [
"Apache-2.0",
"BSD-2-Clause"
] | 5 | 2015-01-05T15:23:41.000Z | 2020-10-01T01:48:35.000Z | src/com/evernote/edam/notestore/NotesMetadataList.as | evernote/evernote-sdk-as3 | 246ea49eacc6d5e5d03f860b286503d2c3e5ef60 | [
"Apache-2.0",
"BSD-2-Clause"
] | null | null | null | src/com/evernote/edam/notestore/NotesMetadataList.as | evernote/evernote-sdk-as3 | 246ea49eacc6d5e5d03f860b286503d2c3e5ef60 | [
"Apache-2.0",
"BSD-2-Clause"
] | 5 | 2015-01-20T21:10:24.000Z | 2021-06-24T11:26:51.000Z | /**
* Autogenerated by Thrift
*
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
*/
package com.evernote.edam.notestore {
import org.apache.thrift.Set;
import org.apache.thrift.type.BigInteger;
import flash.utils.ByteArray;
import flash.utils.Dictionary;
import org.apache.thrift.*;
import org.ap... | 31.97989 | 144 | 0.591036 |
94f3a4325d9503e167cfd6cc3a1543b9b7b37e64 | 524 | as | ActionScript | media/streams/Spectrum.as | bitfade/actionscript | a13fa84352255437d89cce824f7a779ccc42aea7 | [
"MIT"
] | null | null | null | media/streams/Spectrum.as | bitfade/actionscript | a13fa84352255437d89cce824f7a779ccc42aea7 | [
"MIT"
] | null | null | null | media/streams/Spectrum.as | bitfade/actionscript | a13fa84352255437d89cce824f7a779ccc42aea7 | [
"MIT"
] | null | null | null | /*
This class is used to hold stream properties
*/
package bitfade.media.streams {
import flash.media.*
import flash.events.*
import flash.net.URLRequest
import flash.utils.*
import bitfade.utils.*
public class Spectrum extends bitfade.media.streams.Audio {
public function Spectrum() {
addClass()
... | 15.878788 | 60 | 0.681298 |
a2a8c7d2b5284c670bbff10d5635cba5d17b9cb2 | 6,070 | as | ActionScript | Mvc/src/com/game/framework/views/Mediator.as | nbvghost/actionscript3-mvc | e512d8aa95d4e45a78c7cbbb5ae82c695a524b29 | [
"Apache-2.0"
] | 2 | 2018-02-08T06:07:16.000Z | 2018-02-08T06:07:26.000Z | Mvc/src/com/game/framework/views/Mediator.as | nbvghost/actionscript3-mvc | e512d8aa95d4e45a78c7cbbb5ae82c695a524b29 | [
"Apache-2.0"
] | null | null | null | Mvc/src/com/game/framework/views/Mediator.as | nbvghost/actionscript3-mvc | e512d8aa95d4e45a78c7cbbb5ae82c695a524b29 | [
"Apache-2.0"
] | null | null | null | package com.game.framework.views {
import com.asvital.dev.Log;
import com.game.framework.FW;
import com.game.framework.data.AlertDialogBuilder;
import com.game.framework.error.OperateError;
import com.game.framework.events.AssetsEvent;
import com.game.framework.events.DissolveEvent;
import com.game.framew... | 22.819549 | 106 | 0.628666 |
c63481343701dd73f2c53a3e29e3f3a2e374c316 | 1,589 | as | ActionScript | Source Flash/scripts/game/view/effects/BloodNumberCreater.as | itspaiva/DDTank4.1 | 99d67ca8ad15851b8a37e9dddf2f3f9018c770e4 | [
"MIT"
] | 4 | 2021-11-13T07:22:26.000Z | 2022-02-21T20:38:53.000Z | Source Flash/scripts/game/view/effects/BloodNumberCreater.as | itspaiva/DDTank4.1 | 99d67ca8ad15851b8a37e9dddf2f3f9018c770e4 | [
"MIT"
] | null | null | null | Source Flash/scripts/game/view/effects/BloodNumberCreater.as | itspaiva/DDTank4.1 | 99d67ca8ad15851b8a37e9dddf2f3f9018c770e4 | [
"MIT"
] | 7 | 2021-11-13T07:22:31.000Z | 2022-02-15T07:08:09.000Z | package game.view.effects
{
import com.pickgliss.ui.ComponentFactory;
import flash.display.Bitmap;
import flash.display.BitmapData;
public class BloodNumberCreater
{
private var greenData:Vector.<BitmapData>;
private var redData:Vector.<BitmapData>;
publ... | 26.483333 | 118 | 0.553178 |
2382246c7523debcdf8429c483094fbd1ce7a5b0 | 7,834 | as | ActionScript | SJGame/src/SJ/Game/Platform/SPlatformPPZHUSHOUIOS.as | liu-jack/SJGame | 2ade3f9d4ec3cf6a6589301d77dd980cfa2500d5 | [
"MIT"
] | 1 | 2021-06-09T23:39:11.000Z | 2021-06-09T23:39:11.000Z | SJGame/src/SJ/Game/Platform/SPlatformPPZHUSHOUIOS.as | liu-jack/SJGame | 2ade3f9d4ec3cf6a6589301d77dd980cfa2500d5 | [
"MIT"
] | null | null | null | SJGame/src/SJ/Game/Platform/SPlatformPPZHUSHOUIOS.as | liu-jack/SJGame | 2ade3f9d4ec3cf6a6589301d77dd980cfa2500d5 | [
"MIT"
] | null | null | null | package SJ.Game.Platform
{
/**
* 回调地址更改方式: 开发者后台配置
*/
import flash.desktop.NativeApplication;
import flash.display.StageOrientation;
import flash.events.InvokeEvent;
import flash.utils.getTimer;
import SJ.Common.Constants.ConstGlobal;
import SJ.Common.Constants.ConstNetCommand;
import SJ.Game.SocketServer... | 30.130769 | 120 | 0.742788 |
a6cfb1a8b75c5e3eb58cc3c80cf005319bb8c793 | 7,087 | as | ActionScript | CoverageViewerTests/src/com/allurent/coverage/view/model/CoverageViewerPMTest.as | qickrooms/flexcover | 8386a57974f0bee3e8c32469976d7a971c06bc4d | [
"Unlicense"
] | null | null | null | CoverageViewerTests/src/com/allurent/coverage/view/model/CoverageViewerPMTest.as | qickrooms/flexcover | 8386a57974f0bee3e8c32469976d7a971c06bc4d | [
"Unlicense"
] | null | null | null | CoverageViewerTests/src/com/allurent/coverage/view/model/CoverageViewerPMTest.as | qickrooms/flexcover | 8386a57974f0bee3e8c32469976d7a971c06bc4d | [
"Unlicense"
] | null | null | null | /*
* Copyright (c) 2008 Allurent, Inc.
*
* 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,
* ... | 42.692771 | 104 | 0.587978 |
81f1f7379c03c088975d85284598052aa8727183 | 29,230 | as | ActionScript | source/fairygui/Transition.as | xlsfs/FairyGUI-layabox | c86a8ddbf499dbef7fe06816096b7a406cfae810 | [
"MIT"
] | null | null | null | source/fairygui/Transition.as | xlsfs/FairyGUI-layabox | c86a8ddbf499dbef7fe06816096b7a406cfae810 | [
"MIT"
] | null | null | null | source/fairygui/Transition.as | xlsfs/FairyGUI-layabox | c86a8ddbf499dbef7fe06816096b7a406cfae810 | [
"MIT"
] | null | null | null | package fairygui {
import fairygui.utils.ColorMatrix;
import fairygui.utils.ToolSet;
import laya.filters.ColorFilter;
import laya.utils.Handler;
import laya.utils.Tween;
public class Transition {
public var name: String;
public var autoPlayRepeat: Number = 1;
public var autoPlayDelay: Number ... | 28.214286 | 120 | 0.60284 |
276d97f7a4d7717bf1b7a0994ad6c42239e57b98 | 370 | as | ActionScript | test/org/osflash/vanilla/testdata/PersonPublicFieldsMetadata.as | projectkit/as3-travisci | 2672b129121440f03329964931637232e103a492 | [
"MIT"
] | 28 | 2015-01-11T23:27:38.000Z | 2021-02-03T21:15:19.000Z | test/org/osflash/vanilla/testdata/PersonPublicFieldsMetadata.as | projectkit/as3-travisci | 2672b129121440f03329964931637232e103a492 | [
"MIT"
] | 3 | 2015-03-20T13:07:04.000Z | 2016-04-13T11:48:10.000Z | test/org/osflash/vanilla/testdata/PersonPublicFieldsMetadata.as | projectkit/as3-travisci | 2672b129121440f03329964931637232e103a492 | [
"MIT"
] | 9 | 2015-06-11T06:03:32.000Z | 2019-05-29T14:12:22.000Z | package org.osflash.vanilla.testdata
{
/**
* The fields of this VO don't map to the properties of the source object, we defined Marshalling rules in the
* Metadata to create the correct mappings.
*/
public class PersonPublicFieldsMetadata
{
[Marshall (field="myName")]
public var name : String;
[Marsha... | 23.125 | 111 | 0.705405 |
71cf6ec48317ea54f4e0addb5751208a4f3afbb1 | 613 | as | ActionScript | src/com/likya/pinara/containers/StatuConst.as | likyateknoloji/pinaraui-royale | 0adedeaa01b9ae5dab89382dc078caa2eb3c992c | [
"Apache-2.0"
] | null | null | null | src/com/likya/pinara/containers/StatuConst.as | likyateknoloji/pinaraui-royale | 0adedeaa01b9ae5dab89382dc078caa2eb3c992c | [
"Apache-2.0"
] | 11 | 2018-10-01T19:27:32.000Z | 2018-10-13T16:30:01.000Z | src/com/likya/pinara/containers/StatuConst.as | likyateknoloji/pinaraui-royale | 0adedeaa01b9ae5dab89382dc078caa2eb3c992c | [
"Apache-2.0"
] | null | null | null | package com.likya.pinara.containers
{
public class StatuConst
{
public static const FILTER_ALL:int = -1;
public static const FILTER_READY:int = 0;
public static const FILTER_WAITING:int = 1;
public static const FILTER_WORKING:int = 2;
public static const FILTER_SUCCESSFUL:int = 3;
public static const F... | 30.65 | 48 | 0.745514 |
a993198bffa57370eac8793795b839593f9c076a | 7,484 | as | ActionScript | src/main/as3/org/as3collections/utils/QueueUtil.as | flsilva/as3collections | 6b407c3327bc89343223c776f39fa229a08d7a59 | [
"MIT"
] | 1 | 2016-08-02T23:01:34.000Z | 2016-08-02T23:01:34.000Z | src/main/as3/org/as3collections/utils/QueueUtil.as | flsilva/as3collections | 6b407c3327bc89343223c776f39fa229a08d7a59 | [
"MIT"
] | null | null | null | src/main/as3/org/as3collections/utils/QueueUtil.as | flsilva/as3collections | 6b407c3327bc89343223c776f39fa229a08d7a59 | [
"MIT"
] | null | null | null | /*
* Licensed under the MIT License
*
* Copyright 2010 (c) Flávio Silva, http://flsilva.com
*
* 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 withou... | 38.57732 | 188 | 0.621726 |
4afe9c1935098c13cbbc02f42182b62903364b6c | 1,401 | as | ActionScript | as3SDK/EventBigCloud.as | claymodel/bigcloud | ee7e69bc428fcf495e135bceec11356bf22b94dc | [
"MIT"
] | null | null | null | as3SDK/EventBigCloud.as | claymodel/bigcloud | ee7e69bc428fcf495e135bceec11356bf22b94dc | [
"MIT"
] | null | null | null | as3SDK/EventBigCloud.as | claymodel/bigcloud | ee7e69bc428fcf495e135bceec11356bf22b94dc | [
"MIT"
] | null | null | null | package com.bigcloud
{
public class EventBigCloud
{
private var _key:String;
private var _segmentationKey:String;
private var _segmentationValue:String;
private var _count:int;
private var _sum:Number;
private var _timestamp:Number;
public function EventBigCloud ()
{
_key = null;
... | 16.879518 | 61 | 0.64454 |
31043b96f564572fe1e4f268b922ebe72e0c22b9 | 813 | as | ActionScript | src/net/wooga/selectors/SelectorFactory.as | arne-schroppe/display-list-selector | c7ee032f0bb8ec62e8c9ae1db46492e395b92a3e | [
"MIT"
] | null | null | null | src/net/wooga/selectors/SelectorFactory.as | arne-schroppe/display-list-selector | c7ee032f0bb8ec62e8c9ae1db46492e395b92a3e | [
"MIT"
] | null | null | null | src/net/wooga/selectors/SelectorFactory.as | arne-schroppe/display-list-selector | c7ee032f0bb8ec62e8c9ae1db46492e395b92a3e | [
"MIT"
] | null | null | null | package net.wooga.selectors {
import net.wooga.selectors.usagepatterns.SelectorGroup;
import net.wooga.selectors.usagepatterns.SelectorPool;
public interface SelectorFactory {
function initializeWith(rootObject:Object, externalPropertySource:ExternalPropertySource = null):void;
function createSelector(select... | 35.347826 | 105 | 0.835178 |
7809ea0bdfde18d28ae95ef48e0e29cd766f577f | 2,372 | as | ActionScript | examples/src/com/hsharma/hungryHero/ui/SoundButton.as | matrix3d/spritejs | 0fd5792f4db6127f17e57011cc034782ec933dda | [
"MIT"
] | 99 | 2015-12-01T08:42:16.000Z | 2021-02-04T01:48:20.000Z | test/src/com/hsharma/hungryHero/ui/SoundButton.as | weimingtom/spriteflexjs | 6545f09f3ff6329eeceacaa5122a83503bd40e97 | [
"MIT"
] | 28 | 2016-02-15T18:28:05.000Z | 2021-07-06T07:40:20.000Z | test/src/com/hsharma/hungryHero/ui/SoundButton.as | weimingtom/spriteflexjs | 6545f09f3ff6329eeceacaa5122a83503bd40e97 | [
"MIT"
] | 32 | 2015-12-01T19:03:41.000Z | 2022-01-06T14:08:54.000Z | /**
*
* Hungry Hero Game
* http://www.hungryherogame.com
*
* Copyright (c) 2012 Hemanth Sharma (www.hsharma.com). All rights reserved.
*
* This ActionScript source code is free.
* You can redistribute and/or modify it in accordance with the
* terms of the accompanying Simplified BSD License Agreement.
*
... | 24.708333 | 179 | 0.697723 |
9e1e62debe01a61261f6724f1c27882d36289d71 | 3,627 | as | ActionScript | src/as/com/threerings/msoy/applets/net/Downloader.as | VirtueDev/synced_repo | adc1b61ad68402492386fa011e4c628d6588c800 | [
"BSD-3-Clause"
] | 21 | 2015-04-30T10:28:47.000Z | 2021-06-23T23:00:45.000Z | src/as/com/threerings/msoy/applets/net/Downloader.as | VirtueDev/synced_repo | adc1b61ad68402492386fa011e4c628d6588c800 | [
"BSD-3-Clause"
] | 36 | 2015-07-29T20:50:57.000Z | 2021-09-18T22:37:25.000Z | src/as/com/threerings/msoy/applets/net/Downloader.as | VirtueDev/synced_repo | adc1b61ad68402492386fa011e4c628d6588c800 | [
"BSD-3-Clause"
] | 35 | 2015-04-30T10:29:41.000Z | 2022-02-15T21:17:01.000Z | //
// $Id$
package com.threerings.msoy.applets.net {
import flash.events.ErrorEvent;
import flash.events.Event;
import flash.events.HTTPStatusEvent;
import flash.events.IOErrorEvent;
import flash.events.SecurityErrorEvent;
import flash.net.URLLoader;
import flash.net.URLLoaderDataFormat;
import flash.net.URLRequest;
... | 27.687023 | 89 | 0.663634 |
12d201cca380f6831084f258e8dcb504294f6a75 | 8,385 | as | ActionScript | src/org/actionstep/toolTip/ASToolTip.as | shyndman/ActionStep | 452d86d597ac4e2e9d86f25dfbadbfcd73e6e5eb | [
"BSD-3-Clause"
] | 2 | 2015-07-07T23:46:25.000Z | 2021-05-22T07:14:19.000Z | src/org/actionstep/toolTip/ASToolTip.as | shyndman/ActionStep | 452d86d597ac4e2e9d86f25dfbadbfcd73e6e5eb | [
"BSD-3-Clause"
] | null | null | null | src/org/actionstep/toolTip/ASToolTip.as | shyndman/ActionStep | 452d86d597ac4e2e9d86f25dfbadbfcd73e6e5eb | [
"BSD-3-Clause"
] | 1 | 2021-05-22T07:14:25.000Z | 2021-05-22T07:14:25.000Z | /* See LICENSE for copyright and terms of use */
import org.actionstep.ASTextRenderer;
import org.actionstep.ASUtils;
import org.actionstep.NSEvent;
import org.actionstep.NSNotification;
import org.actionstep.NSPoint;
import org.actionstep.NSRect;
import org.actionstep.NSSize;
import org.actionstep.NSTimer;
import org... | 25.18018 | 77 | 0.62743 |
2c9d7abe1199be67c7c62e7ef56aeaa0bca8f679 | 682 | as | ActionScript | swf/com/playata/framework/display/lib/flash/FlashRichLabelArea.as | lukastechhonda/BigBangEmpireBot | 5d5666c9d06111dc079f61b6038e2338d21fc8a7 | [
"MIT"
] | 1 | 2019-10-31T13:49:58.000Z | 2019-10-31T13:49:58.000Z | swf/com/playata/framework/display/lib/flash/FlashRichLabelArea.as | lukastechhonda/BigBangEmpireBot | 5d5666c9d06111dc079f61b6038e2338d21fc8a7 | [
"MIT"
] | 11 | 2018-09-30T15:17:00.000Z | 2022-02-13T11:52:26.000Z | swf/com/playata/framework/display/lib/flash/FlashRichLabelArea.as | Zweer/BigBangEmpireBot | d0fd04118822bf0eb6fffd271ce944f0475c5998 | [
"MIT"
] | 6 | 2018-06-18T18:43:46.000Z | 2021-03-03T21:48:43.000Z | package com.playata.framework.display.lib.flash
{
import com.playata.framework.core.TypedObject;
import com.playata.framework.display.ui.controls.IRichLabelArea;
import flash.text.TextField;
public class FlashRichLabelArea extends FlashRichTextField implements IRichLabelArea
{
pu... | 28.416667 | 87 | 0.68915 |
d7a264ecb74edead9168cc58dbfa55c0ff590fe7 | 4,864 | as | ActionScript | tests/GAv4/com/google/analytics/BridgeTest.as | mrthuanvn/gaforflash | 708906f38764cb3c1a644d8e9883b6bbce867afe | [
"Apache-2.0"
] | 1 | 2021-01-11T12:42:06.000Z | 2021-01-11T12:42:06.000Z | tests/GAv4/com/google/analytics/BridgeTest.as | mrthuanvn/gaforflash | 708906f38764cb3c1a644d8e9883b6bbce867afe | [
"Apache-2.0"
] | null | null | null | tests/GAv4/com/google/analytics/BridgeTest.as | mrthuanvn/gaforflash | 708906f38764cb3c1a644d8e9883b6bbce867afe | [
"Apache-2.0"
] | null | null | null | /*
* Copyright 2008 Adobe Systems Inc., 2008 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | 29.658537 | 84 | 0.469778 |
d904d6c2c4d7d44e3fb90593f0cd16f7a7c74ef5 | 332 | as | ActionScript | source/fairygui/DisplayListItem.as | xlsfs/FairyGUI-layabox | c86a8ddbf499dbef7fe06816096b7a406cfae810 | [
"MIT"
] | null | null | null | source/fairygui/DisplayListItem.as | xlsfs/FairyGUI-layabox | c86a8ddbf499dbef7fe06816096b7a406cfae810 | [
"MIT"
] | null | null | null | source/fairygui/DisplayListItem.as | xlsfs/FairyGUI-layabox | c86a8ddbf499dbef7fe06816096b7a406cfae810 | [
"MIT"
] | null | null | null | package fairygui
{
public class DisplayListItem
{
public var packageItem:PackageItem;
public var type:String;
public var desc:Object;
public var listItemCount:int;
public function DisplayListItem(packageItem:PackageItem, type:String)
{
this.packageItem = packageItem;
this.type = type;... | 20.75 | 72 | 0.704819 |
3c7989e8144f789d31696fd867d386b9b39bfff6 | 705 | as | ActionScript | src/utils/GlobalConstValues.as | zrong/dragonbones-for-cocos2d-x | 62acc9388551caf6b1b8d5233ef7174f0dfee88c | [
"MIT"
] | 24 | 2015-01-02T20:43:35.000Z | 2021-02-21T07:46:56.000Z | src/utils/GlobalConstValues.as | ywl19891989/dragonbones-for-cocos2d-x | afb8a42de0f4f6f1a1c63c72f8a88263b73a731d | [
"MIT"
] | null | null | null | src/utils/GlobalConstValues.as | ywl19891989/dragonbones-for-cocos2d-x | afb8a42de0f4f6f1a1c63c72f8a88263b73a731d | [
"MIT"
] | 15 | 2015-01-25T21:06:05.000Z | 2020-08-14T09:06:38.000Z | package utils{
public class GlobalConstValues {
public static const SWF_SUFFIX:String = ".swf";
public static const PNG_SUFFIX:String = ".png";
public static const ZIP_SUFFIX:String = ".zip";
public static const OUTPUT_SUFFIX:String = "_output";
public static const SKELETON_XML_NAME:String = "skeleton.xml";... | 41.470588 | 88 | 0.743262 |
a81fef67e81df01beadbad126f9180d1a07df983 | 704 | as | ActionScript | Mypleer flash as3/src/starline/player/Main.as | starline/mypleer | 491f432dc94f2b1fbc38a4e0d15a176b6b96be98 | [
"Apache-2.0"
] | null | null | null | Mypleer flash as3/src/starline/player/Main.as | starline/mypleer | 491f432dc94f2b1fbc38a4e0d15a176b6b96be98 | [
"Apache-2.0"
] | null | null | null | Mypleer flash as3/src/starline/player/Main.as | starline/mypleer | 491f432dc94f2b1fbc38a4e0d15a176b6b96be98 | [
"Apache-2.0"
] | null | null | null | package starline.player {
import flash.display.Sprite;
/**
* @author Guzhva Andrey
* @site http://aguzhva.com
* @date 14.10.2012
*/
public class Main extends Sprite {
// Static Vars
public static const MP_API_URL:String = 'https://mypleer.com/api.php';
public static const CS_SERVER_URL:St... | 25.142857 | 75 | 0.65625 |
125e5c5a29e1762bd1a2841c25f389dd58103ba7 | 1,158 | as | ActionScript | NaitoAir/FinalFlash/NaitoMemorial/src/core/AppController.as | ninapavlich/NaitoLegacyProject | 87a5eb91eaecf6d6d859a05e6a264e15a203f136 | [
"MIT"
] | null | null | null | NaitoAir/FinalFlash/NaitoMemorial/src/core/AppController.as | ninapavlich/NaitoLegacyProject | 87a5eb91eaecf6d6d859a05e6a264e15a203f136 | [
"MIT"
] | null | null | null | NaitoAir/FinalFlash/NaitoMemorial/src/core/AppController.as | ninapavlich/NaitoLegacyProject | 87a5eb91eaecf6d6d859a05e6a264e15a203f136 | [
"MIT"
] | null | null | null | package core
{
import command.*;
import events.AppEvent;
import events.Dispatcher;
import events.StateChangeEvent;
import flash.events.Event;
/**
*
* @author Nina Pavlich
*
* @overview
* bind event constants to command classes in the FrontController
* init() // adds commands to th... | 25.733333 | 133 | 0.707254 |
e76206deccea874b43c62bd7de029a0119fff47a | 86 | as | ActionScript | data/DofusInvoker/scripts/cmodule/lua_wrapper/_iolib.as | LucBerge/Datafus | 6ff545662c99f5f727c5a8522da853fbbd99782a | [
"MIT"
] | 10 | 2019-11-10T21:24:38.000Z | 2021-05-24T23:56:36.000Z | data/DofusInvoker/scripts/cmodule/lua_wrapper/_iolib.as | LucBerge/Datafus | 6ff545662c99f5f727c5a8522da853fbbd99782a | [
"MIT"
] | 15 | 2021-01-27T21:41:58.000Z | 2021-03-03T16:47:19.000Z | data/DofusInvoker/scripts/cmodule/lua_wrapper/_iolib.as | bot4dofus/Datafus | 126838a84b0e41d5486d735aa38d78deeb8d6681 | [
"MIT"
] | 3 | 2021-11-08T22:58:20.000Z | 2022-02-09T22:22:33.000Z | package cmodule.lua_wrapper
{
const _iolib:int = gstaticInitter.alloc(96,8);
}
| 17.2 | 50 | 0.709302 |
42849867abd8570173a50e910daff541a9fe7a55 | 279 | as | ActionScript | data/DofusInvoker/scripts/com/ankamagames/dofus/Constants_BOOK_READER_APP.as | LucBerge/Datafus | 6ff545662c99f5f727c5a8522da853fbbd99782a | [
"MIT"
] | 10 | 2019-11-10T21:24:38.000Z | 2021-05-24T23:56:36.000Z | data/DofusInvoker/scripts/com/ankamagames/dofus/Constants_BOOK_READER_APP.as | LucBerge/Datafus | 6ff545662c99f5f727c5a8522da853fbbd99782a | [
"MIT"
] | 15 | 2021-01-27T21:41:58.000Z | 2021-03-03T16:47:19.000Z | data/DofusInvoker/scripts/com/ankamagames/dofus/Constants_BOOK_READER_APP.as | bot4dofus/Datafus | 126838a84b0e41d5486d735aa38d78deeb8d6681 | [
"MIT"
] | 3 | 2021-11-08T22:58:20.000Z | 2022-02-09T22:22:33.000Z | package com.ankamagames.dofus
{
import mx.core.ByteArrayAsset;
[ExcludeClass]
public class Constants_BOOK_READER_APP extends ByteArrayAsset
{
public function Constants_BOOK_READER_APP()
{
super();
}
}
}
| 17.4375 | 65 | 0.591398 |
605068b02506d76b0f20a3282b34726599df8886 | 14,002 | as | ActionScript | modules/phono-flex/modules/phono-as3xmpp/src/mx/collaboration/xmpp/protocol/XMPPStream.as | creativeprogramming/PhonoSDK | 64a8cc7e0346ebca0200918d583525b8750a19af | [
"Apache-2.0"
] | 1 | 2019-06-12T19:54:52.000Z | 2019-06-12T19:54:52.000Z | modules/phono-flex/modules/phono-as3xmpp/src/mx/collaboration/xmpp/protocol/XMPPStream.as | creativeprogramming/PhonoSDK | 64a8cc7e0346ebca0200918d583525b8750a19af | [
"Apache-2.0"
] | null | null | null | modules/phono-flex/modules/phono-as3xmpp/src/mx/collaboration/xmpp/protocol/XMPPStream.as | creativeprogramming/PhonoSDK | 64a8cc7e0346ebca0200918d583525b8750a19af | [
"Apache-2.0"
] | null | null | null | /*
Adobe Systems Incorporated(r) Source Code License Agreement
Copyright(c) 2005 Adobe Systems Incorporated. All rights reserved.
Please read this Source Code License Agreement carefully before using
the source code.
Adobe Systems Incorporated grants to you a perpetual, worldwide, non-exclusive,
no-c... | 33.821256 | 107 | 0.599414 |
c1e47de92c08218a18308ac36f768da106bb8aab | 2,169 | as | ActionScript | starling/src/starling/filters/IFilterHelper.as | githubrontian/Starling-Framework | 3458ceaf1b3eaa57d62bd9d045e79f8ae48873d9 | [
"BSD-2-Clause-FreeBSD"
] | 1,193 | 2015-01-02T00:47:14.000Z | 2022-03-31T05:58:31.000Z | starling/src/starling/filters/IFilterHelper.as | githubrontian/Starling-Framework | 3458ceaf1b3eaa57d62bd9d045e79f8ae48873d9 | [
"BSD-2-Clause-FreeBSD"
] | 493 | 2015-01-07T21:06:34.000Z | 2022-03-24T07:17:42.000Z | starling/src/starling/filters/IFilterHelper.as | githubrontian/Starling-Framework | 3458ceaf1b3eaa57d62bd9d045e79f8ae48873d9 | [
"BSD-2-Clause-FreeBSD"
] | 403 | 2015-01-08T20:20:08.000Z | 2022-03-17T00:26:06.000Z | // =================================================================================================
//
// Starling Framework
// Copyright Gamua GmbH. 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.
//... | 43.38 | 100 | 0.606731 |
0bb1d70cca43040bab4c38c82b49e66ef110052c | 4,398 | as | ActionScript | modules/module-paint/src/net/psykosoft/psykopaint2/crop/CropModule.as | pagienet/psykopaint2-application | b4082322b0d67742ea6ab94cbb4fd704ecfcb3ef | [
"Unlicense"
] | 2 | 2015-12-07T22:19:29.000Z | 2021-01-02T22:28:53.000Z | modules/module-paint/src/net/psykosoft/psykopaint2/crop/CropModule.as | pagienet/psykopaint2-application | b4082322b0d67742ea6ab94cbb4fd704ecfcb3ef | [
"Unlicense"
] | null | null | null | modules/module-paint/src/net/psykosoft/psykopaint2/crop/CropModule.as | pagienet/psykopaint2-application | b4082322b0d67742ea6ab94cbb4fd704ecfcb3ef | [
"Unlicense"
] | 1 | 2016-05-10T12:08:29.000Z | 2016-05-10T12:08:29.000Z | package net.psykosoft.psykopaint2.crop
{
import flash.display.BitmapData;
import flash.events.Event;
import flash.events.KeyboardEvent;
import flash.geom.Rectangle;
import flash.ui.Keyboard;
import net.psykosoft.psykopaint2.base.utils.io.CameraRollImageOrientation;
import net.psykosoft.psykopaint2.base.utils.... | 34.359375 | 124 | 0.720555 |
33bae14755593d410d322b21b1aaa40b69b839e2 | 2,951 | as | ActionScript | Source/Away3D/src/sunag/sea3d/objects/SEAScript.as | sunag/sea3d | 0533fb0e1192915a50f2d0c38d7570d64dc37be2 | [
"MIT"
] | 458 | 2015-01-03T03:19:33.000Z | 2022-03-28T02:23:56.000Z | Source/Away3D/src/sunag/sea3d/objects/SEAScript.as | MatthewAllen123123/Game | 6a71da644aec9b9c56f8cd11038b64f833f65227 | [
"MIT"
] | 13 | 2015-05-12T07:24:13.000Z | 2022-03-11T08:08:17.000Z | Source/Away3D/src/sunag/sea3d/objects/SEAScript.as | MatthewAllen123123/Game | 6a71da644aec9b9c56f8cd11038b64f833f65227 | [
"MIT"
] | 92 | 2015-01-14T14:38:23.000Z | 2022-03-11T04:12:28.000Z | /*
*
* Copyright (c) 2013 Sunag Entertainment
*
* 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, merge, pub... | 26.585586 | 90 | 0.657404 |
a0ff8170e25b15961f6593e9c82fd6152f249359 | 1,906 | as | ActionScript | src/org/typefest/transitions/keytween/KeyTween.as | hanamura/as3tf | 513a0446997277514c5adaaffe2c4dd4240825b9 | [
"MIT"
] | 1 | 2016-05-09T14:24:35.000Z | 2016-05-09T14:24:35.000Z | src/org/typefest/transitions/keytween/KeyTween.as | hanamura/as3tf | 513a0446997277514c5adaaffe2c4dd4240825b9 | [
"MIT"
] | null | null | null | src/org/typefest/transitions/keytween/KeyTween.as | hanamura/as3tf | 513a0446997277514c5adaaffe2c4dd4240825b9 | [
"MIT"
] | null | null | null | /*
Copyright (c) 2011 Taro Hanamura
See LICENSE.txt for full license information.
*/
package org.typefest.transitions.keytween {
import flash.events.EventDispatcher;
public class KeyTween extends EventDispatcher {
///// target & key
protected var _target:* = null;
protected var _key:* = null;
... | 20.276596 | 69 | 0.501049 |
345e836542afaaabf06739ee01e83a588e2c3ea8 | 553 | as | ActionScript | clients/flash/generated/flash/src/org/openapitools/client/model/GithubRepositorieslinks.as | PankTrue/swaggy-jenkins | aca35a7cca6e1fcc08bd399e05148942ac2f514b | [
"MIT"
] | 23 | 2017-08-01T12:25:26.000Z | 2022-01-25T03:44:11.000Z | clients/flash/generated/flash/src/org/openapitools/client/model/GithubRepositorieslinks.as | PankTrue/swaggy-jenkins | aca35a7cca6e1fcc08bd399e05148942ac2f514b | [
"MIT"
] | 35 | 2017-06-14T03:28:15.000Z | 2022-02-14T10:25:54.000Z | clients/flash/generated/flash/src/org/openapitools/client/model/GithubRepositorieslinks.as | PankTrue/swaggy-jenkins | aca35a7cca6e1fcc08bd399e05148942ac2f514b | [
"MIT"
] | 11 | 2017-08-31T19:00:20.000Z | 2021-12-19T12:04:12.000Z | package org.openapitools.client.model {
import org.openapitools.client.model.Link;
[XmlRootNode(name="GithubRepositorieslinks")]
public class GithubRepositorieslinks {
[XmlElement(name="self")]
public var self: Link = NaN;
[XmlElement(name="_class")]
public var ... | 25.136364 | 54 | 0.576854 |
66fa96a79b5a8432750be3c24f9a1276e95604b3 | 765 | as | ActionScript | clients/flash/air-client/src/org/bigbluebutton/air/deskshare/DeskshareConfig.as | thong-hoczita/bigbluebutton | 612b294e89e708eddb150d4dc7b17349bce21ef5 | [
"MIT"
] | null | null | null | clients/flash/air-client/src/org/bigbluebutton/air/deskshare/DeskshareConfig.as | thong-hoczita/bigbluebutton | 612b294e89e708eddb150d4dc7b17349bce21ef5 | [
"MIT"
] | null | null | null | clients/flash/air-client/src/org/bigbluebutton/air/deskshare/DeskshareConfig.as | thong-hoczita/bigbluebutton | 612b294e89e708eddb150d4dc7b17349bce21ef5 | [
"MIT"
] | null | null | null | package org.bigbluebutton.air.deskshare {
import org.bigbluebutton.air.deskshare.views.DeskshareViewMediator;
import org.bigbluebutton.lib.deskshare.views.IDeskshareView;
import robotlegs.bender.extensions.mediatorMap.api.IMediatorMap;
import robotlegs.bender.extensions.signalCommandMap.api.ISignalCommandMap;
... | 24.677419 | 75 | 0.768627 |
45441863fcec1dbcd2cf04cadcbd941642255c6a | 683 | as | ActionScript | src/Bezel/Events/IngameKeyDownEvent.as | ZS-NVB/BezelModLoader | 78bbc62e7382f451c697316a7dd4447461ada4a7 | [
"MIT"
] | 5 | 2020-07-07T15:52:25.000Z | 2021-07-11T14:21:46.000Z | src/Bezel/Events/IngameKeyDownEvent.as | ZS-NVB/BezelModLoader | 78bbc62e7382f451c697316a7dd4447461ada4a7 | [
"MIT"
] | 6 | 2020-10-12T02:45:03.000Z | 2022-02-04T04:01:25.000Z | src/Bezel/Events/IngameKeyDownEvent.as | ZS-NVB/BezelModLoader | 78bbc62e7382f451c697316a7dd4447461ada4a7 | [
"MIT"
] | 6 | 2020-02-20T13:31:53.000Z | 2022-01-26T10:19:01.000Z | package Bezel.Events
{
/**
* ...
* @author Hellrage
*/
import Bezel.Events.Persistence.IngameKeyDownEventArgs;
import flash.events.Event;
public class IngameKeyDownEvent extends Event
{
private var _eventArgs:IngameKeyDownEventArgs;
public function get eventArgs():IngameKeyDownEventArgs
{
re... | 21.34375 | 133 | 0.736457 |
f352d545f333fb8829c3e90f6ff68fc90cdd27d0 | 8,878 | as | ActionScript | Support/data/completions/frameworks/flash_cs3/fl/video/VideoPlayer.as | simongregory/actionscript3-tmbundle | bb76f18706fdba78ffce2dd7d32ed3d2c061ba1a | [
"MIT"
] | 5 | 2015-06-06T16:21:12.000Z | 2021-07-08T07:23:18.000Z | Support/data/completions/frameworks/flash_cs3/fl/video/VideoPlayer.as | simongregory/actionscript3-tmbundle | bb76f18706fdba78ffce2dd7d32ed3d2c061ba1a | [
"MIT"
] | 3 | 2015-10-04T18:31:10.000Z | 2019-05-07T19:39:29.000Z | Support/data/completions/frameworks/flash_cs3/fl/video/VideoPlayer.as | simongregory/actionscript3-tmbundle | bb76f18706fdba78ffce2dd7d32ed3d2c061ba1a | [
"MIT"
] | 6 | 2015-02-10T20:10:26.000Z | 2016-09-27T20:42:12.000Z | package fl.video
{
import flash.events.*;
import flash.geom.Rectangle;
import flash.media.*;
import flash.net.*;
import flash.utils.*;
public class VideoPlayer extends Video
{
internal static var BUFFER_EMPTY : String;
internal static var BUFFER_FULL : String;
internal static var BUFFER_FLUSH : String;
protect... | 47.989189 | 109 | 0.76515 |
3baf27df02248ec7bd53f0ff714d02fa389bb3ef | 454 | as | ActionScript | src/com/utils/ImageUtil.as | shavenzov/IShow | a7f85347c7f7084ed24ea1cc09345205df53a4f9 | [
"MIT"
] | null | null | null | src/com/utils/ImageUtil.as | shavenzov/IShow | a7f85347c7f7084ed24ea1cc09345205df53a4f9 | [
"MIT"
] | null | null | null | src/com/utils/ImageUtil.as | shavenzov/IShow | a7f85347c7f7084ed24ea1cc09345205df53a4f9 | [
"MIT"
] | null | null | null | package com.utils
{
import flash.display.DisplayObject;
import flash.geom.Point;
public class ImageUtil
{
public static function getScaledSize( image : DisplayObject,size : Number ) : Point
{
var k : Number;
if ( image.width >= image.height )
{
k = image.width / size;
return new Point... | 18.916667 | 85 | 0.605727 |
45d4f023e5cc9cd92f4b493cb3940ca9e17a9b9d | 371 | as | ActionScript | test/net/wooga/fixtures/tools/getAdapterForObject.as | arne-schroppe/display-list-selector | c7ee032f0bb8ec62e8c9ae1db46492e395b92a3e | [
"MIT"
] | null | null | null | test/net/wooga/fixtures/tools/getAdapterForObject.as | arne-schroppe/display-list-selector | c7ee032f0bb8ec62e8c9ae1db46492e395b92a3e | [
"MIT"
] | null | null | null | test/net/wooga/fixtures/tools/getAdapterForObject.as | arne-schroppe/display-list-selector | c7ee032f0bb8ec62e8c9ae1db46492e395b92a3e | [
"MIT"
] | null | null | null | package net.wooga.fixtures.tools {
import net.wooga.selectors.displaylist.DisplayObjectSelectorAdapter;
import net.wooga.selectors.selectoradapter.SelectorAdapter;
public function getAdapterForObject(object:Object):SelectorAdapter {
var adapter:DisplayObjectSelectorAdapter = new DisplayObjectSelectorAdapter();
... | 28.538462 | 80 | 0.824798 |
84bfa8875a33d9f8dc1ccdc4ae862a89a92c0c8c | 537 | as | ActionScript | Zcup/src/com/zcup/core/net/socket/ICodec.as | mldongs/ZCup | 6f848ee624c3d08c8fd19f982cecb8072cf00a79 | [
"MIT"
] | 2 | 2015-01-13T12:53:44.000Z | 2015-01-13T12:53:47.000Z | Zcup/src/com/zcup/core/net/socket/ICodec.as | mldongs/ZCup | 6f848ee624c3d08c8fd19f982cecb8072cf00a79 | [
"MIT"
] | null | null | null | Zcup/src/com/zcup/core/net/socket/ICodec.as | mldongs/ZCup | 6f848ee624c3d08c8fd19f982cecb8072cf00a79 | [
"MIT"
] | null | null | null | package com.zcup.core.net.socket
{
import flash.utils.ByteArray;
/**
* 编码器接口
* @author: mldongs
* @qq: 25772076
* @time:Mar 3, 2011 3:22:08 PM
*
**/
public interface ICodec
{
/**
* 解码.
* @param data 指socket缓冲区中的数组,它将不同时刻接收的数据变成一个数组.
* 在解码的过程中将数中的数据拼接起来就形成了一个Socket数据流.
* @retur... | 17.322581 | 52 | 0.60149 |
af3e978a81075dee3300d9de84326a37460437e5 | 4,369 | as | ActionScript | mcs/psc_tests/tamarin-redux/tests/performance/sunspider-0.9.1/js/access-nbody.as | sushihangover/PlayScript | a2b7c04e176ddb0ddbc16999e5a5902a1e15b563 | [
"Apache-2.0"
] | 20 | 2015-07-14T07:30:28.000Z | 2021-11-12T07:41:34.000Z | avmplus/test/performance/sunspider-0.9.1/js/access-nbody.as | vidkidz/crossbridge | ba0bf94aee0ce6cf7eb5be882382e52bc57ba396 | [
"MIT"
] | 83 | 2015-07-16T01:31:41.000Z | 2016-01-13T02:15:47.000Z | avmplus/test/performance/sunspider-0.9.1/js/access-nbody.as | vidkidz/crossbridge | ba0bf94aee0ce6cf7eb5be882382e52bc57ba396 | [
"MIT"
] | 10 | 2015-06-14T14:39:59.000Z | 2021-11-12T07:41:35.000Z | /* The Great Computer Language Shootout
http://shootout.alioth.debian.org/
contributed by Isaac Gouy */
var PI = 3.141592653589793;
var SOLAR_MASS = 4 * PI * PI;
var DAYS_PER_YEAR = 365.24;
function Body(x,y,z,vx,vy,vz,mass){
this.x = x;
this.y = y;
this.z = z;
this.vx = vx;
this.vy = vy;
this... | 24.272222 | 61 | 0.569009 |
403ba7dcd17653f1d8fa41211bec28601a2f76b7 | 8,352 | as | ActionScript | src/game/UI.as | VisualStudioEX3/Aquanoid | 8f570a838920de905ccc8d42d4137ae51baf3b98 | [
"MIT"
] | 1 | 2021-01-19T19:50:24.000Z | 2021-01-19T19:50:24.000Z | src/game/UI.as | VisualStudioEX3/Aquanoid | 8f570a838920de905ccc8d42d4137ae51baf3b98 | [
"MIT"
] | null | null | null | src/game/UI.as | VisualStudioEX3/Aquanoid | 8f570a838920de905ccc8d42d4137ae51baf3b98 | [
"MIT"
] | null | null | null | package game
{
import org.flixel.*;
public class UI extends FlxGroup
{
[Embed (source = "../../content/graphics/game/UI/faces/face_success.png")] private var face_success_img:Class;
[Embed (source = "../../content/graphics/game/UI/faces/face_oops.png")] private var face_oops_img:Class;
[Embed (source = "../... | 29.408451 | 119 | 0.68283 |
f910c1cfa163f90e794bd7da5708c060f2084b83 | 2,689 | as | ActionScript | flash-client/src/com/facebook/graph/data/api/post/FacebookPostPrivacy.as | stokegames/tileworld | 240e72b86462746b54dcd6884d932b30fd3fa0d6 | [
"MIT"
] | 1 | 2016-04-25T14:10:39.000Z | 2016-04-25T14:10:39.000Z | flash-client/src/com/facebook/graph/data/api/post/FacebookPostPrivacy.as | skywardarts/tileworld | 240e72b86462746b54dcd6884d932b30fd3fa0d6 | [
"MIT"
] | null | null | null | flash-client/src/com/facebook/graph/data/api/post/FacebookPostPrivacy.as | skywardarts/tileworld | 240e72b86462746b54dcd6884d932b30fd3fa0d6 | [
"MIT"
] | 2 | 2016-01-14T06:13:46.000Z | 2016-04-25T14:11:51.000Z | package com.facebook.graph.data.api.post
{
import com.facebook.graph.core.facebook_internal;
import com.facebook.graph.data.api.core.AbstractFacebookGraphObject;
use namespace facebook_internal;
/**
* An object that defines the privacy setting of a post.
* @see http://developers.facebook.com/docs/reference/... | 28.606383 | 202 | 0.689476 |
314c0917c486c89f72f6a2c3d1959caf907778c8 | 34,624 | as | ActionScript | data/DofusInvoker/scripts/com/ankamagames/dofus/logic/game/fight/managers/BuffManager.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/game/fight/managers/BuffManager.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/game/fight/managers/BuffManager.as | bot4dofus/Datafus | 126838a84b0e41d5486d735aa38d78deeb8d6681 | [
"MIT"
] | 3 | 2021-11-08T22:58:20.000Z | 2022-02-09T22:22:33.000Z | package com.ankamagames.dofus.logic.game.fight.managers
{
import com.ankama.dofus.enums.ActionIds;
import com.ankamagames.berilia.managers.KernelEventsManager;
import com.ankamagames.dofus.datacenter.effects.instances.EffectInstanceDice;
import com.ankamagames.dofus.datacenter.spells.Spell;
import ... | 41.715663 | 259 | 0.524954 |
623296c0e8589b8c9e2eaa6946046480007f8cee | 3,286 | as | ActionScript | mcs/psc_tests/tamarin-redux/tests/acceptance/misc/invalid_opcodes.as | sushihangover/PlayScript | a2b7c04e176ddb0ddbc16999e5a5902a1e15b563 | [
"Apache-2.0"
] | 20 | 2015-07-14T07:30:28.000Z | 2021-11-12T07:41:34.000Z | avmplus/test/acceptance/misc/invalid_opcodes.as | vidkidz/crossbridge | ba0bf94aee0ce6cf7eb5be882382e52bc57ba396 | [
"MIT"
] | 83 | 2015-07-16T01:31:41.000Z | 2016-01-13T02:15:47.000Z | avmplus/test/acceptance/misc/invalid_opcodes.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/. */
import avmplus.Domain;
import flash.utils.ByteArray;
import avmplus.System;
import com.adobe.test.Assert;
// var S... | 30.425926 | 157 | 0.589166 |
94406b70974329787ef63a1d4a0744cf9f67c30b | 1,593 | as | ActionScript | src/flash/text/engine/SpaceJustifier.as | paolodm/shumway | 75c8d387b48a2f2e561eb4bc3458162b7cc71b16 | [
"Apache-2.0"
] | 3 | 2015-03-27T01:14:12.000Z | 2016-05-05T17:28:16.000Z | src/flash/text/engine/SpaceJustifier.as | claus/shumway | 924fc360749d11f9a2b076953bc8b2f0fa27fca2 | [
"Apache-2.0"
] | 2 | 2015-02-27T02:53:54.000Z | 2015-03-04T05:21:07.000Z | src/flash/text/engine/SpaceJustifier.as | claus/shumway | 924fc360749d11f9a2b076953bc8b2f0fa27fca2 | [
"Apache-2.0"
] | null | null | null | /*
* Copyright 2014 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | 39.825 | 98 | 0.743252 |
7866e2a5440cf84bd356a11207056d5165ab2092 | 110 | as | ActionScript | data/DofusInvoker/scripts/cmodule/lua_wrapper/___collate_substitute_table_ptr.as | LucBerge/Datafus | 6ff545662c99f5f727c5a8522da853fbbd99782a | [
"MIT"
] | 10 | 2019-11-10T21:24:38.000Z | 2021-05-24T23:56:36.000Z | data/DofusInvoker/scripts/cmodule/lua_wrapper/___collate_substitute_table_ptr.as | LucBerge/Datafus | 6ff545662c99f5f727c5a8522da853fbbd99782a | [
"MIT"
] | 15 | 2021-01-27T21:41:58.000Z | 2021-03-03T16:47:19.000Z | data/DofusInvoker/scripts/cmodule/lua_wrapper/___collate_substitute_table_ptr.as | bot4dofus/Datafus | 126838a84b0e41d5486d735aa38d78deeb8d6681 | [
"MIT"
] | 3 | 2021-11-08T22:58:20.000Z | 2022-02-09T22:22:33.000Z | package cmodule.lua_wrapper
{
const ___collate_substitute_table_ptr:int = gstaticInitter.alloc(4,4);
}
| 22 | 74 | 0.772727 |
d8af8d048a8ab24da4bf7683319d0edc2a36f949 | 210 | as | ActionScript | kag2d/Mods/ZFM+1.6.7f/Entities/Structures/Components/Load/Booster/Pad.as | agalera/kag2d_zfm- | 3c3e81e24d7d6de229df994110fc044e05758411 | [
"curl"
] | null | null | null | kag2d/Mods/ZFM+1.6.7f/Entities/Structures/Components/Load/Booster/Pad.as | agalera/kag2d_zfm- | 3c3e81e24d7d6de229df994110fc044e05758411 | [
"curl"
] | null | null | null | kag2d/Mods/ZFM+1.6.7f/Entities/Structures/Components/Load/Booster/Pad.as | agalera/kag2d_zfm- | 3c3e81e24d7d6de229df994110fc044e05758411 | [
"curl"
] | null | null | null | // Pad.as
void onInit(CSprite@ this)
{
CSpriteLayer@ layer = this.addSpriteLayer("blood", "Pad.png", 8, 8);
layer.addAnimation("default", 0, false);
layer.animation.AddFrame(1);
layer.SetVisible(false);
}
| 21 | 69 | 0.7 |
537f205347fc5e3181643137281df129e890c33c | 775 | as | ActionScript | src/org/superkaka/kakalib/struct/BitmapFrameInfo.as | rainssong/RainsAsLib | 7b9bf0e10f051259cb541d9007d6f34e3cfa43f2 | [
"MIT"
] | 7 | 2015-01-13T08:34:30.000Z | 2020-12-28T01:52:36.000Z | src/org/superkaka/kakalib/struct/BitmapFrameInfo.as | rainssong/RainsAsLib | 7b9bf0e10f051259cb541d9007d6f34e3cfa43f2 | [
"MIT"
] | null | null | null | src/org/superkaka/kakalib/struct/BitmapFrameInfo.as | rainssong/RainsAsLib | 7b9bf0e10f051259cb541d9007d6f34e3cfa43f2 | [
"MIT"
] | 5 | 2015-07-10T03:11:54.000Z | 2021-02-18T10:30:11.000Z | package org.superkaka.kakalib.struct
{
import flash.display.BitmapData;
/**
* ...
* @author kaka
* 位图帧信息
*/
public class BitmapFrameInfo
{
/**
* x轴偏移
*/
public var x:Number;
/**
* y轴偏移
*/
public var y:Number;
/**
* 位图数据
*/
public var bitmapData:BitmapData;
//==... | 14.090909 | 92 | 0.556129 |
8b5e2c7c1e969c8d3afbd170c32b2396b63b4899 | 3,170 | as | ActionScript | Flare/flare.tests/src/flare/tests/SortTests.as | Jennythompson17/Visualisations | 9908d24df5642aaed38fe437f9ee6cf9ee695d26 | [
"BSD-3-Clause"
] | 83 | 2015-01-13T12:56:43.000Z | 2022-03-30T19:59:01.000Z | flare.tests/src/flare/tests/SortTests.as | bsweger/Flare | f7c9d3f11ba22692fb8d4293b5ad77fe88b92dda | [
"BSD-3-Clause"
] | 1 | 2015-05-25T03:51:41.000Z | 2015-05-25T03:51:41.000Z | flare.tests/src/flare/tests/SortTests.as | bsweger/Flare | f7c9d3f11ba22692fb8d4293b5ad77fe88b92dda | [
"BSD-3-Clause"
] | 26 | 2015-01-29T09:02:10.000Z | 2022-03-27T18:52:17.000Z | package flare.tests
{
import flare.util.Displays;
import flare.util.Sort;
import flash.display.Shape;
import flash.display.Sprite;
import unitest.TestCase;
public class SortTests extends TestCase
{
public function SortTests() {
addTest("testSort");
addTest("testSortDisplayChildren");
... | 27.094017 | 74 | 0.466246 |
1266f5edbea78d77a054ce7b81e81293c5181c90 | 200 | as | ActionScript | 09-decorator-begin/src/my/patterns/decorators/Umbrella.as | fproject/design-patterns-training | 813fbb5b8cc5da0055c809c5705fd47a836d74e3 | [
"MIT"
] | null | null | null | 09-decorator-begin/src/my/patterns/decorators/Umbrella.as | fproject/design-patterns-training | 813fbb5b8cc5da0055c809c5705fd47a836d74e3 | [
"MIT"
] | null | null | null | 09-decorator-begin/src/my/patterns/decorators/Umbrella.as | fproject/design-patterns-training | 813fbb5b8cc5da0055c809c5705fd47a836d74e3 | [
"MIT"
] | null | null | null | package my.patterns.decorators {
import my.patterns.runwaymodels.Model;
public class Umbrella extends Model {
override public function getDressed():String {
return "~umbrella";
}
}
}
| 20 | 50 | 0.715 |
eac49931eb19bf63531a8ac67653592c4a096e00 | 2,154 | as | ActionScript | common-snapshot/src/com/neopets/games/inhouse/pinball/objects/abstract/MovingBlocker.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/pinball/objects/abstract/MovingBlocker.as | vikiana/ShenkuuWarriorII | cd734d339b6237675f20ac0ab0b3726967bb0a49 | [
"MIT"
] | null | null | null | common-snapshot/src/com/neopets/games/inhouse/pinball/objects/abstract/MovingBlocker.as | vikiana/ShenkuuWarriorII | cd734d339b6237675f20ac0ab0b3726967bb0a49 | [
"MIT"
] | null | null | null | // This class simply adds a waypoint based movement function to the ball blocker class.
// Author: David Cary
// Last Updated: May 2008
package com.neopets.games.inhouse.pinball.objects.abstract
{
import flash.display.DisplayObject;
// Make sure to add this library to your publish settings.
import org.cove.ape.*;... | 27.974026 | 88 | 0.623027 |
b0e9240f13ce0f107f67a12e3c16a437958e67af | 126 | as | ActionScript | swf/com/playata/framework/display/ui/controls/IRichLabel.as | lukastechhonda/BigBangEmpireBot | 5d5666c9d06111dc079f61b6038e2338d21fc8a7 | [
"MIT"
] | 1 | 2019-10-31T13:49:58.000Z | 2019-10-31T13:49:58.000Z | swf/com/playata/framework/display/ui/controls/IRichLabel.as | lukastechhonda/BigBangEmpireBot | 5d5666c9d06111dc079f61b6038e2338d21fc8a7 | [
"MIT"
] | 11 | 2018-09-30T15:17:00.000Z | 2022-02-13T11:52:26.000Z | swf/com/playata/framework/display/ui/controls/IRichLabel.as | Zweer/BigBangEmpireBot | d0fd04118822bf0eb6fffd271ce944f0475c5998 | [
"MIT"
] | 6 | 2018-06-18T18:43:46.000Z | 2021-03-03T21:48:43.000Z | package com.playata.framework.display.ui.controls
{
public interface IRichLabel extends IRichTextField
{
}
}
| 15.75 | 53 | 0.706349 |
3edd95b7315213a2c68314e86869c1aec5dc035b | 96,601 | as | ActionScript | frameworks/projects/framework/src/mx/managers/systemClasses/MarshallingSupport.as | blackjyn/flex-sdk | 61aa3601c8c57f2855e18e11fa16f4180de42e05 | [
"ECL-2.0",
"Apache-2.0"
] | 2 | 2017-10-27T04:36:43.000Z | 2021-01-02T23:53:38.000Z | frameworks/projects/framework/src/mx/managers/systemClasses/MarshallingSupport.as | blackjyn/flex-sdk | 61aa3601c8c57f2855e18e11fa16f4180de42e05 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | frameworks/projects/framework/src/mx/managers/systemClasses/MarshallingSupport.as | blackjyn/flex-sdk | 61aa3601c8c57f2855e18e11fa16f4180de42e05 | [
"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.542014 | 158 | 0.66018 |
820caa7d202b93d055df9016c3ab0c243ea5ef2f | 2,391 | as | ActionScript | MapEdit_1.0.0/src/com/basic/MaterialLoader.as | mingfanwang/MyClient2 | d5e3c52a9f9dcb1e5d70b85af375d9f0882f172c | [
"BSD-3-Clause"
] | 1 | 2021-06-22T22:50:34.000Z | 2021-06-22T22:50:34.000Z | MapEdit_1.0.0/src/com/basic/MaterialLoader.as | mingfanwang/MyClient2 | d5e3c52a9f9dcb1e5d70b85af375d9f0882f172c | [
"BSD-3-Clause"
] | null | null | null | MapEdit_1.0.0/src/com/basic/MaterialLoader.as | mingfanwang/MyClient2 | d5e3c52a9f9dcb1e5d70b85af375d9f0882f172c | [
"BSD-3-Clause"
] | null | null | null | /**
* MyClient2地图编辑器 - Copyright (c) 2010 王明凡
*/
package com.basic
{
import flash.display.*;
import flash.events.*;
import com.vo.material.MaterialVO;
/**
* 加载材质类
* @author 王明凡
*/
public class MaterialLoader extends ExtendLoader
{
//材质文件swf的Loader对象集合
private var LoaderArr:Array;
... | 18.97619 | 88 | 0.590966 |
beaa8905e542fb0af5c4427034c8c65539e4bd2b | 33,342 | as | ActionScript | as/apache-flex-sdk-4.12.0-bin/frameworks/projects/framework/src/mx/resources/IResourceManager.as | openilabs/crypto | 4c053a7c932f4afb5ec09b468496e861b5fc5ef1 | [
"MIT"
] | 1 | 2021-03-10T16:24:06.000Z | 2021-03-10T16:24:06.000Z | as/apache-flex-sdk-4.12.0-bin/frameworks/projects/framework/src/mx/resources/IResourceManager.as | openilabs/crypto | 4c053a7c932f4afb5ec09b468496e861b5fc5ef1 | [
"MIT"
] | null | null | null | as/apache-flex-sdk-4.12.0-bin/frameworks/projects/framework/src/mx/resources/IResourceManager.as | openilabs/crypto | 4c053a7c932f4afb5ec09b468496e861b5fc5ef1 | [
"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 li... | 40.316808 | 105 | 0.607552 |
bb7e2de45f2f997cfbb7c443ab6e1c77171b7b9c | 2,720 | as | ActionScript | src/net/wooga/selectors/usagepatterns/implementations/SelectorPoolImpl.as | arne-schroppe/display-list-selector | c7ee032f0bb8ec62e8c9ae1db46492e395b92a3e | [
"MIT"
] | null | null | null | src/net/wooga/selectors/usagepatterns/implementations/SelectorPoolImpl.as | arne-schroppe/display-list-selector | c7ee032f0bb8ec62e8c9ae1db46492e395b92a3e | [
"MIT"
] | null | null | null | src/net/wooga/selectors/usagepatterns/implementations/SelectorPoolImpl.as | arne-schroppe/display-list-selector | c7ee032f0bb8ec62e8c9ae1db46492e395b92a3e | [
"MIT"
] | null | null | null | package net.wooga.selectors.usagepatterns.implementations {
import net.wooga.selectors.adaptermap.SelectorAdapterSource;
import net.wooga.selectors.matching.MatcherTool;
import net.wooga.selectors.namespace.selector_internal;
import net.wooga.selectors.parser.Parser;
import net.wooga.selectors.selectoradapter.Sel... | 35.324675 | 169 | 0.780147 |
a6d5199c27947e91ce1e043b591a97752ea8f452 | 2,426 | as | ActionScript | src/jp/nyatla/nyartoolkit/as3/core/utils/NyARMath.as | xantorohara/gifts | 2022bb2e30f909d3bba27db50975b034fa30cb84 | [
"MIT"
] | 1 | 2020-09-16T06:34:00.000Z | 2020-09-16T06:34:00.000Z | src/jp/nyatla/nyartoolkit/as3/core/utils/NyARMath.as | xantorohara/gifts | 2022bb2e30f909d3bba27db50975b034fa30cb84 | [
"MIT"
] | null | null | null | src/jp/nyatla/nyartoolkit/as3/core/utils/NyARMath.as | xantorohara/gifts | 2022bb2e30f909d3bba27db50975b034fa30cb84 | [
"MIT"
] | null | null | null | /*
* PROJECT: NyARToolkitAS3
* --------------------------------------------------------------------------------
* This work is based on the original ARToolKit developed by
* Hirokazu Kato
* Mark Billinghurst
* HITLab, University of Washington, Seattle
* http://www.hitl.washington.edu/artoolkit/
*
* The ... | 28.541176 | 104 | 0.669002 |
96de4f69a16f6a19825aaae1891d7f92db679371 | 696 | as | ActionScript | lib/aswing/src/GUI/fox/aswing/plaf/basic/icon/RadioButtonMenuItemCheckIcon.as | SecretFox/CCC | 957cc83ea27f2f52e45c11f024954f83a0c3b728 | [
"MIT"
] | 2 | 2019-07-14T15:26:42.000Z | 2020-10-06T05:10:26.000Z | lib/aswing/src/GUI/fox/aswing/plaf/basic/icon/RadioButtonMenuItemCheckIcon.as | SecretFox/CCC | 957cc83ea27f2f52e45c11f024954f83a0c3b728 | [
"MIT"
] | 6 | 2018-12-12T05:07:17.000Z | 2021-06-17T05:30:09.000Z | lib/aswing/src/GUI/fox/aswing/plaf/basic/icon/RadioButtonMenuItemCheckIcon.as | SecretFox/CCC | 957cc83ea27f2f52e45c11f024954f83a0c3b728 | [
"MIT"
] | null | null | null | /*
Copyright aswing.org, see the LICENCE.txt.
*/
import GUI.fox.aswing.ASColor;
import GUI.fox.aswing.Component;
import GUI.fox.aswing.graphics.Graphics;
import GUI.fox.aswing.graphics.SolidBrush;
import GUI.fox.aswing.JMenuItem;
import GUI.fox.aswing.plaf.basic.icon.MenuCheckIcon;
/**
* @author iiley
*/
class GUI... | 25.777778 | 90 | 0.734195 |
5086da390a49083a0a3011283dfb6b5d1081b56e | 4,988 | as | ActionScript | SJGame/src/SJ/Game/data/CJDataOfInlayPosition.as | liu-jack/SJGame | 2ade3f9d4ec3cf6a6589301d77dd980cfa2500d5 | [
"MIT"
] | 1 | 2021-06-09T23:39:11.000Z | 2021-06-09T23:39:11.000Z | SJGame/src/SJ/Game/data/CJDataOfInlayPosition.as | liu-jack/SJGame | 2ade3f9d4ec3cf6a6589301d77dd980cfa2500d5 | [
"MIT"
] | null | null | null | SJGame/src/SJ/Game/data/CJDataOfInlayPosition.as | liu-jack/SJGame | 2ade3f9d4ec3cf6a6589301d77dd980cfa2500d5 | [
"MIT"
] | null | null | null | package SJ.Game.data
{
import SJ.Common.Constants.ConstBag;
import SJ.Common.Constants.ConstJewel;
import engine_starling.data.SDataBase;
import flash.net.dns.AAAARecord;
/**
* 单一装备位上宝石镶嵌数据
* 数据格式{position, jewelId}
* @author sangxu
*
*/
public class CJDataOfInlayPosition extends SDataBase
{
... | 21.225532 | 122 | 0.65417 |
f336ee6abe727c0a5c45be336d9e20095085ba66 | 10,150 | as | ActionScript | agaloptimiser/src/com/adobe/AGALOptimiser/agal/Instruction.as | adobe/glsl2agal | 85dff4ef9171613ce4f39630246edd64659a1786 | [
"MIT"
] | 50 | 2015-01-05T12:55:42.000Z | 2021-11-10T07:12:58.000Z | agaloptimiser/src/com/adobe/AGALOptimiser/agal/Instruction.as | gonchar/glsl2agal | 85dff4ef9171613ce4f39630246edd64659a1786 | [
"MIT"
] | 3 | 2015-02-05T17:43:15.000Z | 2019-10-02T21:05:06.000Z | agaloptimiser/src/com/adobe/AGALOptimiser/agal/Instruction.as | adobe/glsl2agal | 85dff4ef9171613ce4f39630246edd64659a1786 | [
"MIT"
] | 23 | 2015-04-23T12:54:11.000Z | 2021-12-06T12:52:29.000Z | /*
Copyright (c) 2012 Adobe Systems Incorporated
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, merge, pub... | 33.946488 | 193 | 0.572217 |
54d0aeca84caf0243ed05af1247b92c4abe512d8 | 6,239 | as | ActionScript | frameworks/projects/automation/src/mx/automation/events/AutomationCustomReplayEvent.as | blackjyn/flex-sdk | 61aa3601c8c57f2855e18e11fa16f4180de42e05 | [
"ECL-2.0",
"Apache-2.0"
] | 173 | 2015-01-01T18:57:05.000Z | 2022-03-06T14:36:12.000Z | frameworks/projects/automation/src/mx/automation/events/AutomationCustomReplayEvent.as | blackjyn/flex-sdk | 61aa3601c8c57f2855e18e11fa16f4180de42e05 | [
"ECL-2.0",
"Apache-2.0"
] | 12 | 2015-05-31T15:51:24.000Z | 2021-01-27T11:30:42.000Z | frameworks/projects/automation/src/mx/automation/events/AutomationCustomReplayEvent.as | blackjyn/flex-sdk | 61aa3601c8c57f2855e18e11fa16f4180de42e05 | [
"ECL-2.0",
"Apache-2.0"
] | 122 | 2015-01-01T13:46:06.000Z | 2022-02-13T20:09:21.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... | 33.543011 | 103 | 0.549447 |
70a03998191d058e81f210d896977dc25d4d683d | 1,360 | as | ActionScript | SMT/src/main.as | aleksusklim/SpyroMemoryTest | 34fbab012b619d03e45baca0c2e6eab425ec54fc | [
"Unlicense"
] | 1 | 2020-06-01T18:03:51.000Z | 2020-06-01T18:03:51.000Z | SMT/src/main.as | aleksusklim/SpyroMemoryTest | 34fbab012b619d03e45baca0c2e6eab425ec54fc | [
"Unlicense"
] | null | null | null | SMT/src/main.as | aleksusklim/SpyroMemoryTest | 34fbab012b619d03e45baca0c2e6eab425ec54fc | [
"Unlicense"
] | null | null | null | package
{
import flash.display.*;
import flash.events.*;
import org.flixel.*;
import org.flixel.system.*;
[SWF(width="610",height="500",backgroundColor="#7f7f7f7f")]
[Frame(factoryClass="Preloader")]
public class main extends FlxGame
{
public static var s_9:Class;
public static var color:Object = {r: 0x... | 24.285714 | 156 | 0.654412 |
b329afe8e2c1916e019cace8198607684cda12f0 | 2,455 | as | ActionScript | resources/DaggerXL/XL_UI_Editor.as | Pickle/XLEngine | c1aa5cf4584cb1940373505e4350336662fecf43 | [
"MIT"
] | 179 | 2018-04-04T12:35:07.000Z | 2021-11-28T03:53:30.000Z | resources/DaggerXL/XL_UI_Editor.as | Pickle/XLEngine | c1aa5cf4584cb1940373505e4350336662fecf43 | [
"MIT"
] | 34 | 2018-04-04T17:15:40.000Z | 2021-11-28T03:01:22.000Z | resources/DaggerXL/XL_UI_Editor.as | Pickle/XLEngine | c1aa5cf4584cb1940373505e4350336662fecf43 | [
"MIT"
] | 25 | 2018-04-04T23:49:46.000Z | 2022-02-05T01:02:58.000Z | ////////////////////////
//// UI Editor Base ////
////////////////////////
int Editor_scrW, Editor_scrH;
int Editor_Cursor;
bool Editor_Initialized = false;
void XL_UI_Editor_OnEnter()
{
//Enable mouse locking for mouse look.
Input_EnableMouseLocking(0);
//Set the virtual screen size.
UI_GetScreenSize(Editor_s... | 21.725664 | 108 | 0.703055 |
a16fd4e193c5fef7eb1fe53f2caa736aad7b1f72 | 2,721 | as | ActionScript | src/pl/brun/lib/tools/CompilationDate.as | tudal/BrunLib | 0dea9f1f27491317d546ee9cc0e225a9bce277c6 | [
"Apache-2.0"
] | null | null | null | src/pl/brun/lib/tools/CompilationDate.as | tudal/BrunLib | 0dea9f1f27491317d546ee9cc0e225a9bce277c6 | [
"Apache-2.0"
] | null | null | null | src/pl/brun/lib/tools/CompilationDate.as | tudal/BrunLib | 0dea9f1f27491317d546ee9cc0e225a9bce277c6 | [
"Apache-2.0"
] | null | null | null | package pl.brun.lib.tools {
import pl.brun.lib.util.func.timeAgo;
import pl.brun.lib.Base;
import flash.display.LoaderInfo;
import flash.utils.ByteArray;
import flash.utils.Endian;
/**
* Direct reading of SWF file
* Distributed under the new BSD License
* @author Paul Sivtsov - ad@ad.by
*/
public class... | 29.258065 | 113 | 0.701213 |
5d977310ae220ab92dd0da3d22c57f6c29933636 | 3,907 | as | ActionScript | src/maryfisher/view/ui/mediator/button/SpriteButtonMediator.as | maryfisher/LazyAppz-UIComponents | f71f03f4e3333bfbae1431cabacadafe8c61d0f1 | [
"Apache-2.0"
] | null | null | null | src/maryfisher/view/ui/mediator/button/SpriteButtonMediator.as | maryfisher/LazyAppz-UIComponents | f71f03f4e3333bfbae1431cabacadafe8c61d0f1 | [
"Apache-2.0"
] | null | null | null | src/maryfisher/view/ui/mediator/button/SpriteButtonMediator.as | maryfisher/LazyAppz-UIComponents | f71f03f4e3333bfbae1431cabacadafe8c61d0f1 | [
"Apache-2.0"
] | null | null | null | package maryfisher.view.ui.mediator.button {
import flash.display.DisplayObjectContainer;
import flash.display.Sprite;
import flash.events.MouseEvent;
import flash.events.TouchEvent;
import flash.ui.Mouse;
import maryfisher.framework.view.IDisplayObject;
import maryfisher.view.ui.interfaces.IButtonContainer;
im... | 26.760274 | 79 | 0.723573 |
48a54cbe3e18f1ace24748a48330456ff1cf7595 | 125,104 | as | ActionScript | data/DofusInvoker/scripts/Ankama_Grimoire/ui/optionalFeatures/ForgettableSpellsUi.as | LucBerge/Datafus | 6ff545662c99f5f727c5a8522da853fbbd99782a | [
"MIT"
] | 10 | 2019-11-10T21:24:38.000Z | 2021-05-24T23:56:36.000Z | data/DofusInvoker/scripts/Ankama_Grimoire/ui/optionalFeatures/ForgettableSpellsUi.as | LucBerge/Datafus | 6ff545662c99f5f727c5a8522da853fbbd99782a | [
"MIT"
] | 15 | 2021-01-27T21:41:58.000Z | 2021-03-03T16:47:19.000Z | data/DofusInvoker/scripts/Ankama_Grimoire/ui/optionalFeatures/ForgettableSpellsUi.as | bot4dofus/Datafus | 126838a84b0e41d5486d735aa38d78deeb8d6681 | [
"MIT"
] | 3 | 2021-11-08T22:58:20.000Z | 2022-02-09T22:22:33.000Z | package Ankama_Grimoire.ui.optionalFeatures
{
import Ankama_Cartography.Cartography;
import Ankama_ContextMenu.ContextMenu;
import Ankama_Grimoire.Grimoire;
import Ankama_Grimoire.enum.EnumTab;
import Ankama_Grimoire.ui.*;
import com.ankamagames.berilia.api.UiApi;
import com.ankamagames.ber... | 43.575061 | 276 | 0.617814 |
64891106f8776c9f011b193425ddd81b2abe5b40 | 2,129 | as | ActionScript | cadet/src/cadet/util/Reference.as | CadetEditor/CadetEngine-as | 44e390b1913166e7a0d81e04dedbd21f21789261 | [
"BSD-2-Clause-FreeBSD"
] | 13 | 2015-03-09T13:20:45.000Z | 2021-08-19T02:29:56.000Z | cadet/src/cadet/util/Reference.as | CadetEditor/CadetEngine-as | 44e390b1913166e7a0d81e04dedbd21f21789261 | [
"BSD-2-Clause-FreeBSD"
] | 1 | 2015-12-01T14:04:55.000Z | 2015-12-02T11:35:16.000Z | cadet/src/cadet/util/Reference.as | CadetEditor/CadetEngine-as | 44e390b1913166e7a0d81e04dedbd21f21789261 | [
"BSD-2-Clause-FreeBSD"
] | 7 | 2015-03-09T13:21:21.000Z | 2021-08-19T02:29:57.000Z | package cadet.util
{
import cadet.core.IComponent;
import cadet.core.IComponentContainer;
import cadet.events.ComponentContainerEvent;
public class Reference
{
public var type:Class;
public var host:IComponent;
public var property:String;
public var target:IComponentContainer;
private var _excludedCo... | 30.414286 | 140 | 0.740723 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.