commit
stringlengths
40
40
old_file
stringlengths
2
205
new_file
stringlengths
2
205
old_contents
stringlengths
0
32.9k
new_contents
stringlengths
1
38.9k
subject
stringlengths
3
9.4k
message
stringlengths
6
9.84k
lang
stringlengths
3
13
license
stringclasses
13 values
repos
stringlengths
6
115k
4ecbc30a2e04a9e3ff3253943cb6cb0c14239035
src/objects/core/zcl_abapgit_objects_activation.clas.abap
src/objects/core/zcl_abapgit_objects_activation.clas.abap
CLASS zcl_abapgit_objects_activation DEFINITION PUBLIC CREATE PUBLIC . PUBLIC SECTION. CLASS-METHODS add IMPORTING !iv_type TYPE trobjtype !iv_name TYPE clike !iv_delete TYPE abap_bool DEFAULT abap_false RAISING zcx_abapgit_exception . CLASS-METHODS add_it...
CLASS zcl_abapgit_objects_activation DEFINITION PUBLIC CREATE PUBLIC . PUBLIC SECTION. CLASS-METHODS add IMPORTING !iv_type TYPE trobjtype !iv_name TYPE clike !iv_delete TYPE abap_bool DEFAULT abap_false RAISING zcx_abapgit_exception . CLASS-METHODS add_it...
Add DRUL and DTDC to mass activation (#5156)
Add DRUL and DTDC to mass activation (#5156) * Add DRUL and DTDC to mass activation DDIC mass activation supports Dependency Rules (DRUL) and Dynamic Cache (DTDC) object * Len * Update abap_transpile.json
ABAP
mit
larshp/abapGit,sbcgua/abapGit,larshp/abapGit,sbcgua/abapGit
f2afde5b49aa897f9d5bb42fcc7ddeca8de5208e
src/backend/zcl_ags_obj_commit.clas.abap
src/backend/zcl_ags_obj_commit.clas.abap
CLASS zcl_ags_obj_commit DEFINITION PUBLIC CREATE PUBLIC . PUBLIC SECTION. INTERFACES zif_ags_object . ALIASES c_newline FOR zif_ags_object~c_newline . ALIASES deserialize FOR zif_ags_object~deserialize . ALIASES save FOR zif_ags_object~save . ALIASES serialize FOR z...
CLASS zcl_ags_obj_commit DEFINITION PUBLIC CREATE PUBLIC . PUBLIC SECTION. INTERFACES zif_ags_object . ALIASES c_newline FOR zif_ags_object~c_newline . ALIASES deserialize FOR zif_ags_object~deserialize . ALIASES save FOR zif_ags_object~save . ALIASES serialize FOR z...
remove whitespace
remove whitespace
ABAP
mit
larshp/abapGitServer,larshp/abapGitServer
2415a5c0c0907af0f49bb373f1fa67d737c45f27
src/objects/texts/zcl_abapgit_sotr_handler.clas.abap
src/objects/texts/zcl_abapgit_sotr_handler.clas.abap
CLASS zcl_abapgit_sotr_handler DEFINITION PUBLIC FINAL CREATE PUBLIC . PUBLIC SECTION. CLASS-METHODS read_sotr IMPORTING !iv_pgmid TYPE pgmid DEFAULT 'R3TR' !iv_object TYPE trobjtype !iv_obj_name TYPE csequence !io_xml TYPE REF TO zif_abapgit_xml_output OPTI...
CLASS zcl_abapgit_sotr_handler DEFINITION PUBLIC FINAL CREATE PUBLIC . PUBLIC SECTION. CLASS-METHODS read_sotr IMPORTING !iv_pgmid TYPE pgmid DEFAULT 'R3TR' !iv_object TYPE trobjtype !iv_obj_name TYPE csequence !io_xml TYPE REF TO zif_abapgit_xml_output OPTI...
Fix uninstall (#5558)
SOTR: Fix uninstall (#5558) After all OTR usage has been removed, uninstall will now also delete the TADIR entry for SOTR. This is necessary in order to delete the corresponding package.
ABAP
mit
sbcgua/abapGit,sbcgua/abapGit
5ed2f5bb2257afa6ee9299a471a6370476a6aa36
src/objects/zcl_abapgit_object_doma.clas.abap
src/objects/zcl_abapgit_object_doma.clas.abap
CLASS zcl_abapgit_object_doma DEFINITION PUBLIC INHERITING FROM zcl_abapgit_objects_super FINAL. PUBLIC SECTION. INTERFACES zif_abapgit_object. ALIASES mo_files FOR zif_abapgit_object~mo_files. PROTECTED SECTION. PRIVATE SECTION. TYPES: BEGIN OF ty_dd01_text, ddlanguage TYPE dd01v-ddl...
CLASS zcl_abapgit_object_doma DEFINITION PUBLIC INHERITING FROM zcl_abapgit_objects_super FINAL. PUBLIC SECTION. INTERFACES zif_abapgit_object. ALIASES mo_files FOR zif_abapgit_object~mo_files. PROTECTED SECTION. PRIVATE SECTION. TYPES: BEGIN OF ty_dd01_text, ddlanguage TYPE dd01v-ddl...
Fix serialize for missing translations (#4283)
DOMA: Fix serialize for missing translations (#4283) Closes #4278 Co-authored-by: Lars Hvam <721d1b171982cd84b755f6b25130d2b88cd1f696@hotmail.com>
ABAP
mit
sbcgua/abapGit,larshp/abapGit,EduardoCopat/abapGit,larshp/abapGit,sbcgua/abapGit,EduardoCopat/abapGit
03aff682f7cd3c9d230399f39c98a29f7e6b211e
src/zabapgit_file_status.prog.abap
src/zabapgit_file_status.prog.abap
*&---------------------------------------------------------------------* *& Include ZABAPGIT_FILE_STATUS *&---------------------------------------------------------------------* *----------------------------------------------------------------------* * CLASS lcl_file_status DEFINITION *---------------...
*&---------------------------------------------------------------------* *& Include ZABAPGIT_FILE_STATUS *&---------------------------------------------------------------------* *----------------------------------------------------------------------* * CLASS lcl_file_status DEFINITION *---------------...
fix spaces in error message
fix spaces in error message
ABAP
mit
sbcgua/abapGit,sbcgua/abapGit,EduardoCopat/abapGit,larshp/abapGit,apex8/abapGit,EduardoCopat/abapGit,apex8/abapGit,larshp/abapGit
30c6b9dbfafe92123aefc83eb25911fa99912ab2
src/zabapgit_object_prag.prog.abap
src/zabapgit_object_prag.prog.abap
*&---------------------------------------------------------------------* *& Include zabapgit_object_prag *&---------------------------------------------------------------------* CLASS lcl_object_prag DEFINITION INHERITING FROM lcl_objects_super FINAL. PUBLIC SECTION. INTERFACES lif_object. PRIVATE SECTION....
*&---------------------------------------------------------------------* *& Include zabapgit_object_prag *&---------------------------------------------------------------------* CLASS lcl_object_prag DEFINITION INHERITING FROM lcl_objects_super FINAL. PUBLIC SECTION. INTERFACES lif_object. PRIVATE SECTION....
change 'changed_by' to user_unknown
change 'changed_by' to user_unknown
ABAP
mit
EduardoCopat/abapGit,sbcgua/abapGit,larshp/abapGit,EduardoCopat/abapGit,apex8/abapGit,larshp/abapGit,apex8/abapGit,sbcgua/abapGit
68c51626a3d33e88c8f38a240791a9fbad68aca2
src/zabapgit_html_action_utils.prog.abap
src/zabapgit_html_action_utils.prog.abap
*&---------------------------------------------------------------------* *& Include ZABAPGIT_HTML_ACTION_UTILS *&---------------------------------------------------------------------* *----------------------------------------------------------------------* * CLASS lcl_html_action_utils DEFINITION *---...
*&---------------------------------------------------------------------* *& Include ZABAPGIT_HTML_ACTION_UTILS *&---------------------------------------------------------------------* *----------------------------------------------------------------------* * CLASS lcl_html_action_utils DEFINITION *---...
edit xml - fix dump, close #539
edit xml - fix dump, close #539
ABAP
mit
apex8/abapGit,apex8/abapGit,sbcgua/abapGit,sbcgua/abapGit,nununo/abapGit,larshp/abapGit,EduardoCopat/abapGit,larshp/abapGit,EduardoCopat/abapGit,nununo/abapGit
258414aba6cb9341d59d44098f70eabab015c32e
src/zabapgit_object_sicf.prog.abap
src/zabapgit_object_sicf.prog.abap
*&---------------------------------------------------------------------* *& Include ZABAPGIT_OBJECT_SICF *&---------------------------------------------------------------------* *----------------------------------------------------------------------* * CLASS lcl_object_sicf DEFINITION *---------------...
*&---------------------------------------------------------------------* *& Include ZABAPGIT_OBJECT_SICF *&---------------------------------------------------------------------* *----------------------------------------------------------------------* * CLASS lcl_object_sicf DEFINITION *---------------...
add SICF jump
add SICF jump
ABAP
mit
EduardoCopat/abapGit,sbcgua/abapGit,larshp/abapGit,EduardoCopat/abapGit,apex8/abapGit,apex8/abapGit,sbcgua/abapGit,larshp/abapGit
e136414c51ce9a25105b1af06d361f6caeda130b
src/zabapgit_object_ttyp.prog.abap
src/zabapgit_object_ttyp.prog.abap
*&---------------------------------------------------------------------* *& Include ZABAPGIT_OBJECT_TTYP *&---------------------------------------------------------------------* *----------------------------------------------------------------------* * CLASS lcl_object_ttyp DEFINITION *---------------...
*&---------------------------------------------------------------------* *& Include ZABAPGIT_OBJECT_TTYP *&---------------------------------------------------------------------* *----------------------------------------------------------------------* * CLASS lcl_object_ttyp DEFINITION *---------------...
clear TYPELEN
TTYP: clear TYPELEN
ABAP
mit
nununo/abapGit,sbcgua/abapGit,larshp/abapGit,apex8/abapGit,apex8/abapGit,sbcgua/abapGit,EduardoCopat/abapGit,EduardoCopat/abapGit,larshp/abapGit,nununo/abapGit
70550822601c08cbde92a185f5f8fd0a5cd57c41
src/zabapgit_object_shi3.prog.abap
src/zabapgit_object_shi3.prog.abap
*&---------------------------------------------------------------------* *& Include ZABAPGIT_OBJECT_SHI3 *&---------------------------------------------------------------------* *----------------------------------------------------------------------* * CLASS lcl_object_shi3 DEFINITION *---------------...
*&---------------------------------------------------------------------* *& Include ZABAPGIT_OBJECT_SHI3 *&---------------------------------------------------------------------* *----------------------------------------------------------------------* * CLASS lcl_object_shi3 DEFINITION *---------------...
fix SHI3 diffs #483
fix SHI3 diffs #483
ABAP
mit
larshp/abapGit,larshp/abapGit,EduardoCopat/abapGit,apex8/abapGit,sbcgua/abapGit,apex8/abapGit,EduardoCopat/abapGit,sbcgua/abapGit
f8f46c4f9e36239e259622e163298096bb2d1da2
src/zabapgit_sap_package.prog.abap
src/zabapgit_sap_package.prog.abap
*&---------------------------------------------------------------------* *& Include ZABAPGIT_SAP_PACKAGE *&---------------------------------------------------------------------* *----------------------------------------------------------------------* * CLASS lcl_package DEFINITION *-------------------...
*&---------------------------------------------------------------------* *& Include ZABAPGIT_SAP_PACKAGE *&---------------------------------------------------------------------* *----------------------------------------------------------------------* * CLASS lcl_package DEFINITION *-------------------...
Fix missing software component for subpackages
Fix missing software component for subpackages
ABAP
mit
sbcgua/abapGit,sbcgua/abapGit,apex8/abapGit,larshp/abapGit,apex8/abapGit,EduardoCopat/abapGit,EduardoCopat/abapGit,nununo/abapGit,nununo/abapGit,larshp/abapGit
0aba096bc7ddc101dc07b6d8aade064acb0ff56a
src/zabapgit_requirements.prog.abap
src/zabapgit_requirements.prog.abap
*&---------------------------------------------------------------------* *& Include zabapgit_requirements *&---------------------------------------------------------------------* "! Helper class for checking requirements / dependencies CLASS lcl_requirement_helper DEFINITION FINAL. PUBLIC SECTION. TYPES: ...
*&---------------------------------------------------------------------* *& Include zabapgit_requirements *&---------------------------------------------------------------------* "! Helper class for checking requirements / dependencies CLASS lcl_requirement_helper DEFINITION FINAL. PUBLIC SECTION. TYPES: ...
Remove unnecessary dynamic typing
Remove unnecessary dynamic typing
ABAP
mit
sbcgua/abapGit,larshp/abapGit,EduardoCopat/abapGit,apex8/abapGit,apex8/abapGit,EduardoCopat/abapGit,larshp/abapGit,sbcgua/abapGit
14b91e5b887447ae754f38d08d82df68e0c073c6
src/zabapgit_repo.prog.abap
src/zabapgit_repo.prog.abap
*&---------------------------------------------------------------------* *& Include ZABAPGIT_REPO *&---------------------------------------------------------------------* *----------------------------------------------------------------------* * CLASS lcl_repo DEFINITION *-----------------------------...
*&---------------------------------------------------------------------* *& Include ZABAPGIT_REPO *&---------------------------------------------------------------------* *----------------------------------------------------------------------* * CLASS lcl_repo DEFINITION *-----------------------------...
Update zabapgit_repo.prog.abap
Update zabapgit_repo.prog.abap
ABAP
mit
apex8/abapGit,sbcgua/abapGit,EduardoCopat/abapGit,sbcgua/abapGit,larshp/abapGit,nununo/abapGit,larshp/abapGit,EduardoCopat/abapGit,apex8/abapGit,nununo/abapGit
f1ab524752d931be398bfea135ba2ab0f390217d
src/zabapgit.prog.abap
src/zabapgit.prog.abap
REPORT zabapgit LINE-SIZE 100. * See http://www.abapgit.org CONSTANTS: gc_xml_version TYPE string VALUE 'v1.0.0', "#EC NOTEXT gc_abap_version TYPE string VALUE 'v1.17.16'. "#EC NOTEXT ******************************************************************************** * The MIT License (MIT) * * Copy...
REPORT zabapgit LINE-SIZE 100. * See http://www.abapgit.org CONSTANTS: gc_xml_version TYPE string VALUE 'v1.0.0', "#EC NOTEXT gc_abap_version TYPE string VALUE 'v1.17.17'. "#EC NOTEXT ******************************************************************************** * The MIT License (MIT) * * Copy...
bump version to v1.17.17
bump version to v1.17.17
ABAP
mit
sbcgua/abapGit,apex8/abapGit,EduardoCopat/abapGit,larshp/abapGit,nununo/abapGit,apex8/abapGit,larshp/abapGit,EduardoCopat/abapGit,sbcgua/abapGit,nununo/abapGit
df549d1c47a8f4fa2df0b3e2637cd578307ba6a5
src/zabapgit_object_shlp.prog.abap
src/zabapgit_object_shlp.prog.abap
*&---------------------------------------------------------------------* *& Include ZABAPGIT_OBJECT_SHLP *&---------------------------------------------------------------------* *----------------------------------------------------------------------* * CLASS lcl_object_shlp DEFINITION *---------------...
*&---------------------------------------------------------------------* *& Include ZABAPGIT_OBJECT_SHLP *&---------------------------------------------------------------------* *----------------------------------------------------------------------* * CLASS lcl_object_shlp DEFINITION *---------------...
clear info inherited from domain
SHLP: clear info inherited from domain
ABAP
mit
nununo/abapGit,apex8/abapGit,EduardoCopat/abapGit,nununo/abapGit,larshp/abapGit,EduardoCopat/abapGit,sbcgua/abapGit,apex8/abapGit,sbcgua/abapGit,larshp/abapGit
b24c63ad1ccafb181eab91da2392401cb13b7386
src/zabapgit_object_tran.prog.abap
src/zabapgit_object_tran.prog.abap
*&---------------------------------------------------------------------* *& Include ZABAPGIT_OBJECT_TRAN *&---------------------------------------------------------------------* *----------------------------------------------------------------------* * CLASS lcl_object_tran DEFINITION *---------------...
*&---------------------------------------------------------------------* *& Include ZABAPGIT_OBJECT_TRAN *&---------------------------------------------------------------------* *----------------------------------------------------------------------* * CLASS lcl_object_tran DEFINITION *---------------...
fix "Error from RPY_TRANSACTION_INSERT"
TRAN: fix "Error from RPY_TRANSACTION_INSERT"
ABAP
mit
EduardoCopat/abapGit,nununo/abapGit,nununo/abapGit,apex8/abapGit,EduardoCopat/abapGit,sbcgua/abapGit,larshp/abapGit,sbcgua/abapGit,apex8/abapGit,larshp/abapGit
be5da79d15627570d0500009c487c5a0e3bf5581
src/zabapgit_page_debug.prog.abap
src/zabapgit_page_debug.prog.abap
*&---------------------------------------------------------------------* *& Include ZABAPGIT_PAGE_DEBUG *&---------------------------------------------------------------------* CLASS lcl_gui_page_debuginfo DEFINITION FINAL INHERITING FROM lcl_gui_page. PUBLIC SECTION. METHODS constructor. PROTECTED...
*&---------------------------------------------------------------------* *& Include ZABAPGIT_PAGE_DEBUG *&---------------------------------------------------------------------* CLASS lcl_gui_page_debuginfo DEFINITION FINAL INHERITING FROM lcl_gui_page. PUBLIC SECTION. METHODS constructor. PROTECTED...
fix line length
fix line length
ABAP
mit
EduardoCopat/abapGit,larshp/abapGit,sbcgua/abapGit,larshp/abapGit,nununo/abapGit,sbcgua/abapGit,apex8/abapGit,EduardoCopat/abapGit,apex8/abapGit,nununo/abapGit
cd3e3ae12eb63159df58cdc30839bb915158bfa4
src/zabapgit.prog.abap
src/zabapgit.prog.abap
REPORT zabapgit LINE-SIZE 100. * See http://www.abapgit.org CONSTANTS: gc_xml_version TYPE string VALUE 'v1.0.0', "#EC NOTEXT gc_abap_version TYPE string VALUE 'v1.18.1'. "#EC NOTEXT ******************************************************************************** * The MIT License (MIT) * * Copyr...
REPORT zabapgit LINE-SIZE 100. * See http://www.abapgit.org CONSTANTS: gc_xml_version TYPE string VALUE 'v1.0.0', "#EC NOTEXT gc_abap_version TYPE string VALUE 'v1.18.2'. "#EC NOTEXT ******************************************************************************** * The MIT License (MIT) * * Copyr...
bump version to v1.18.2
bump version to v1.18.2
ABAP
mit
larshp/abapGit,sbcgua/abapGit,EduardoCopat/abapGit,larshp/abapGit,nununo/abapGit,apex8/abapGit,sbcgua/abapGit,apex8/abapGit,nununo/abapGit,EduardoCopat/abapGit
703c103e73e64f72b2e177d3642dbc8a4a60f5cc
src/zabapgit_object_form.prog.abap
src/zabapgit_object_form.prog.abap
*&---------------------------------------------------------------------* *& Include ZABAPGIT_OBJECT_FORM *&---------------------------------------------------------------------* *----------------------------------------------------------------------* * CLASS lcl_object_form DEFINITION *----------------...
*&---------------------------------------------------------------------* *& Include ZABAPGIT_OBJECT_FORM *&---------------------------------------------------------------------* *----------------------------------------------------------------------* * CLASS lcl_object_form DEFINITION *----------------...
fix abaplint error #751
fix abaplint error #751
ABAP
mit
larshp/abapGit,larshp/abapGit,sbcgua/abapGit,EduardoCopat/abapGit,sbcgua/abapGit,apex8/abapGit,apex8/abapGit,EduardoCopat/abapGit
6b8f63e36472ccefd90172e1512625afca3ec580
src/zabapgit_object_susc.prog.abap
src/zabapgit_object_susc.prog.abap
*&---------------------------------------------------------------------* *& Include ZABAPGIT_OBJECT_SUSC *&---------------------------------------------------------------------* *----------------------------------------------------------------------* * CLASS lcl_object_susc DEFINITION *---------------...
*&---------------------------------------------------------------------* *& Include ZABAPGIT_OBJECT_SUSC *&---------------------------------------------------------------------* *----------------------------------------------------------------------* * CLASS lcl_object_susc DEFINITION *---------------...
Enable tadir deletion of SUSC
Enable tadir deletion of SUSC
ABAP
mit
apex8/abapGit,apex8/abapGit,larshp/abapGit,nununo/abapGit,EduardoCopat/abapGit,nununo/abapGit,EduardoCopat/abapGit,sbcgua/abapGit,larshp/abapGit,sbcgua/abapGit
9c053763b7f73f59609028f9294b808c4792d27f
src/zabapgit_object_nrob.prog.abap
src/zabapgit_object_nrob.prog.abap
*&---------------------------------------------------------------------* *& Include ZABAPGIT_OBJECT_NROB *&---------------------------------------------------------------------* *----------------------------------------------------------------------* * CLASS lcl_object_nrob DEFINITION *---------------...
*&---------------------------------------------------------------------* *& Include ZABAPGIT_OBJECT_NROB *&---------------------------------------------------------------------* *----------------------------------------------------------------------* * CLASS lcl_object_nrob DEFINITION *---------------...
delete intervals, close #378
NROB: delete intervals, close #378
ABAP
mit
larshp/abapGit,nununo/abapGit,sbcgua/abapGit,apex8/abapGit,EduardoCopat/abapGit,sbcgua/abapGit,nununo/abapGit,EduardoCopat/abapGit,larshp/abapGit,apex8/abapGit
267297b8f1e2ad6a0e885dd1b98234391053fb21
ztest.abap
ztest.abap
REPORT ztest. TYPES: BEGIN OF ty_alv, program TYPE string, class TYPE string, method TYPE string, seconds TYPE p DECIMALS 2, devclass TYPE tadir-devclass, END OF ty_alv. TYPES: ty_alv_tt TYPE STANDARD TABLE OF ty_alv WITH EMPTY KEY. TABLES: tadir. SELECTION...
Create ztest.abap
Create ztest.abap
ABAP
mit
larshp/abapOpenTest,larshp/abapOpenTest
3ffdce4a12934e83d207c71816aec9f00e9cf5f2
src/aerys/minko/render/resource/Context3DResource.as
src/aerys/minko/render/resource/Context3DResource.as
package aerys.minko.render.resource { import flash.display.BitmapData; import flash.display3D.Context3D; import flash.display3D.IndexBuffer3D; import flash.display3D.Program3D; import flash.display3D.VertexBuffer3D; import flash.display3D.textures.CubeTexture; import flash.display3D.textures.Texture; import fla...
package aerys.minko.render.resource { import flash.display.BitmapData; import flash.display3D.Context3D; import flash.display3D.IndexBuffer3D; import flash.display3D.Program3D; import flash.display3D.VertexBuffer3D; import flash.display3D.textures.CubeTexture; import flash.display3D.textures.Texture; import fla...
Fix context3D getter
Fix context3D getter
ActionScript
mit
aerys/minko-as3
cf1f3366aa9ff246cfe8bc6639e9aa5d7678c04f
driver/src/main/flex/org/postgresql/util/format.as
driver/src/main/flex/org/postgresql/util/format.as
package org.postgresql.util { /** * Format the template by substituting any parameter marker with its * corresponding argument. Parameter markers are defined by a number * (indicating the argument index to replace) enclosed by curly braces. * E.g., an invocation such as <code>format("{1} {0}!",...
package org.postgresql.util { /** * Format the template by substituting any parameter marker with its * corresponding argument. Parameter markers are defined by a number * (indicating the argument index to replace) enclosed by curly braces. * <p/> * E.g., an invocation such as <code>format...
Format method cleanup.
Format method cleanup.
ActionScript
bsd-3-clause
uhoh-itsmaciek/pegasus
2a97729d6f76d8f761ba8a18c40f5ec7d42eaa14
snowplow-as3-tracker/src/com/snowplowanalytics/snowplow/tracker/Tracker.as
snowplow-as3-tracker/src/com/snowplowanalytics/snowplow/tracker/Tracker.as
/* * Copyright (c) 2015 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/lice...
/* * Copyright (c) 2015 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/lice...
fix trackUnstructuredEvent to place unstructured data into serialized json instead of on the payload itself.
fix trackUnstructuredEvent to place unstructured data into serialized json instead of on the payload itself.
ActionScript
apache-2.0
snowplow/snowplow-actionscript3-tracker,snowplow/snowplow-actionscript3-tracker,snowplow/snowplow-actionscript3-tracker
a82369ef86f3999820935c7ee57e0edc676ad173
src/aerys/minko/scene/node/light/DirectionalLight.as
src/aerys/minko/scene/node/light/DirectionalLight.as
package aerys.minko.scene.node.light { import aerys.minko.ns.minko_scene; import aerys.minko.render.material.phong.PhongProperties; import aerys.minko.scene.controller.light.DirectionalLightController; import aerys.minko.scene.node.AbstractSceneNode; import aerys.minko.type.enum.ShadowMappingType; import aerys.mi...
package aerys.minko.scene.node.light { import aerys.minko.ns.minko_scene; import aerys.minko.render.material.phong.PhongProperties; import aerys.minko.scene.controller.light.DirectionalLightController; import aerys.minko.scene.node.AbstractSceneNode; import aerys.minko.type.enum.ShadowMappingType; import aerys.mi...
Fix default znear value
Fix default znear value
ActionScript
mit
aerys/minko-as3
cb9c5304885b981b091e1225d1dd38d204895643
src/com/esri/builder/components/serviceBrowser/supportClasses/ServiceDirectoryBuilder.as
src/com/esri/builder/components/serviceBrowser/supportClasses/ServiceDirectoryBuilder.as
//////////////////////////////////////////////////////////////////////////////// // Copyright (c) 2008-2013 Esri. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // /...
//////////////////////////////////////////////////////////////////////////////// // Copyright (c) 2008-2013 Esri. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // /...
Add field for service directory build request (ServiceDirectoryBuilder).
Add field for service directory build request (ServiceDirectoryBuilder).
ActionScript
apache-2.0
Esri/arcgis-viewer-builder-flex
920a9df3ac3c42aef52c6668693af96caa983b8d
src/as/com/threerings/flash/MenuUtil.as
src/as/com/threerings/flash/MenuUtil.as
// // $Id$ // // Nenya library - tools for developing networked games // Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/nenya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public Licens...
// // $Id$ // // Nenya library - tools for developing networked games // Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/nenya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public Licens...
Allow a function to be specified here, too.
Allow a function to be specified here, too. git-svn-id: b675b909355d5cf946977f44a8ec5a6ceb3782e4@174 ed5b42cb-e716-0410-a449-f6a68f950b19
ActionScript
lgpl-2.1
threerings/nenya,threerings/nenya
67b084138b2282a7126077eed16a65a982bd220f
src/RTMP.as
src/RTMP.as
package { import flash.display.Sprite; import flash.external.ExternalInterface; import flash.system.Security; import flash.net.NetStream; import flash.events.*; import flash.utils.setTimeout; import org.osmf.containers.MediaContainer; import org.osmf.elements.VideoElement; import org.osmf.net.NetStre...
package { import flash.display.Sprite; import flash.external.ExternalInterface; import flash.system.Security; import flash.net.NetStream; import flash.events.*; import flash.utils.setTimeout; import org.osmf.containers.MediaContainer; import org.osmf.elements.VideoElement; import org.osmf.net.NetStre...
remove logs
RTMP.as: remove logs
ActionScript
apache-2.0
hxl-dy/clappr-rtmp-plugin,hxl-dy/clappr-rtmp-plugin,eventials/clappr-rtmp-plugin,hxl-dy/clappr-rtmp-plugin,clappr/clappr-rtmp-plugin,eventials/clappr-rtmp-plugin,video-dev/clappr-rtmp-plugin,clappr/clappr-rtmp-plugin,video-dev/clappr-rtmp-plugin,clappr/clappr-rtmp-plugin,video-dev/clappr-rtmp-plugin,flavioribeiro/clapp...
ee28b307c32e7fddbee4e6af0982b8cb0715732e
WeaveAdmin/src/weave/services/EntityCache.as
WeaveAdmin/src/weave/services/EntityCache.as
package weave.services { import flash.utils.Dictionary; import mx.rpc.events.ResultEvent; import weave.api.getCallbackCollection; import weave.api.core.ICallbackCollection; import weave.api.core.ILinkableObject; import weave.api.data.ColumnMetadata; import weave.services.beans.Enti...
package weave.services { import flash.utils.Dictionary; import mx.rpc.events.ResultEvent; import weave.api.getCallbackCollection; import weave.api.core.ICallbackCollection; import weave.api.core.ILinkableObject; import weave.api.data.ColumnMetadata; import weave.services.beans.Enti...
refresh button no longer causes everything to be requested at once.
refresh button no longer causes everything to be requested at once.
ActionScript
mpl-2.0
WeaveTeam/WeaveJS,WeaveTeam/WeaveJS,WeaveTeam/WeaveJS,WeaveTeam/WeaveJS
b38c7037e20f45004d4c78d3c8c70db6f1c0ea80
frameworks/as/projects/FlexJSJX/src/org/apache/flex/core/MXMLBeadViewBaseDataBinding.as
frameworks/as/projects/FlexJSJX/src/org/apache/flex/core/MXMLBeadViewBaseDataBinding.as
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
handle more than just models
handle more than just models
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
5f0f26beebafb080239f4e9bd210f6607f322fc1
build-aux/base.as
build-aux/base.as
## -*- shell-script -*- ## base.as: This file is part of build-aux. ## Copyright (C) Gostai S.A.S., 2006-2008. ## ## This software is provided "as is" without warranty of any kind, ## either expressed or implied, including but not limited to the ## implied warrant...
## -*- shell-script -*- ## base.as: This file is part of build-aux. ## Copyright (C) Gostai S.A.S., 2006-2008. ## ## This software is provided "as is" without warranty of any kind, ## either expressed or implied, including but not limited to the ## implied warrant...
Fix m4 quotation.
Fix m4 quotation. Blush... * build-aux/base.as: here.
ActionScript
bsd-3-clause
aldebaran/libport,aldebaran/libport,aldebaran/libport,aldebaran/libport,aldebaran/libport
c95a24c2b845a1d14c8852b5e45d2ffbc3d4b7d4
src/org/mangui/HLS/muxing/FLV.as
src/org/mangui/HLS/muxing/FLV.as
package org.mangui.HLS.muxing { import flash.utils.ByteArray; /** Helpers for the FLV file format. **/ public class FLV { /** Return an EOS Video tag (16 bytes). **/ public static function getEosTag(stamp : Number) : ByteArray { var tag : ByteArray = FLV.getTagHeader(false, 5, s...
package org.mangui.HLS.muxing { import flash.utils.ByteArray; /** Helpers for the FLV file format. **/ public class FLV { /** Get the FLV file header. **/ public static function getHeader() : ByteArray { var flv : ByteArray = new ByteArray(); flv.length = 13; ...
remove unused method
remove unused method
ActionScript
mpl-2.0
desaintmartin/hlsprovider,desaintmartin/hlsprovider,desaintmartin/hlsprovider
69ce4b2ea108e4ef7036d7810e6a7205546d9b14
dolly-framework/src/test/resources/dolly/data/PropertyLevelCopyableCloneableClass.as
dolly-framework/src/test/resources/dolly/data/PropertyLevelCopyableCloneableClass.as
package dolly.data { public class PropertyLevelCopyableCloneableClass { [Copyable] [Cloneable] public static var staticProperty1:String = "Value of first-level static property."; [Copyable] [Cloneable] private var _writableField1:String = "Value of first-level writable field."; [Cloneable] public var proper...
package dolly.data { public class PropertyLevelCopyableCloneableClass { [Copyable] [Cloneable] public static var staticProperty1:String = "Value of first-level static property."; [Copyable] [Cloneable] private var _writableField1:String = "Value of first-level writable field."; [Cloneable] public var proper...
Add new field "property2" to class PropertyLevelCopyableCloneableClass.
Add new field "property2" to class PropertyLevelCopyableCloneableClass.
ActionScript
mit
Yarovoy/dolly
9c11585c563ec388a4910e1c2eddf0d5b7a33eca
src/aerys/minko/scene/controller/TransformController.as
src/aerys/minko/scene/controller/TransformController.as
package aerys.minko.scene.controller { import aerys.minko.ns.minko_math; import aerys.minko.render.Viewport; import aerys.minko.scene.node.Group; import aerys.minko.scene.node.ISceneNode; import aerys.minko.scene.node.Scene; import aerys.minko.type.math.Matrix4x4; import flash.display.BitmapData; import flash...
package aerys.minko.scene.controller { import aerys.minko.ns.minko_math; import aerys.minko.render.Viewport; import aerys.minko.scene.node.Group; import aerys.minko.scene.node.ISceneNode; import aerys.minko.scene.node.Scene; import aerys.minko.type.math.Matrix4x4; import flash.display.BitmapData; import flash...
fix typo
fix typo
ActionScript
mit
aerys/minko-as3
a64663f104c0e0dd322b9fecc1c746096ab95dc5
plugins/bitrateDetectionPlugin/src/com/kaltura/kdpfl/plugin/component/BitrateDetectionMediator.as
plugins/bitrateDetectionPlugin/src/com/kaltura/kdpfl/plugin/component/BitrateDetectionMediator.as
package com.kaltura.kdpfl.plugin.component { import com.kaltura.kdpfl.model.ConfigProxy; import com.kaltura.kdpfl.model.MediaProxy; import com.kaltura.kdpfl.model.SequenceProxy; import com.kaltura.kdpfl.model.type.EnableType; import com.kaltura.kdpfl.model.type.NotificationType; import com.kaltura.kdpfl.vi...
package com.kaltura.kdpfl.plugin.component { import com.kaltura.kdpfl.model.ConfigProxy; import com.kaltura.kdpfl.model.MediaProxy; import com.kaltura.kdpfl.model.SequenceProxy; import com.kaltura.kdpfl.model.type.EnableType; import com.kaltura.kdpfl.model.type.NotificationType; import com.kaltura.kdpfl.vi...
remove debugging code
qnd: remove debugging code git-svn-id: 3f608e5a9a704dd448217c0a64c508e7f145cfa1@87286 6b8eccd3-e8c5-4e7d-8186-e12b5326b719
ActionScript
agpl-3.0
shvyrev/kdp,shvyrev/kdp,kaltura/kdp,shvyrev/kdp,kaltura/kdp,kaltura/kdp
24d052e976acc20b7822c54e8740ea61680139a3
frameworks/as/projects/FlexJSJX/src/org/apache/flex/charts/beads/ChartItemRendererFactory.as
frameworks/as/projects/FlexJSJX/src/org/apache/flex/charts/beads/ChartItemRendererFactory.as
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
Remove reference to IChartItemRenderer.fillColor as that property does not exist. This fixes the FlexJSJX build.
Remove reference to IChartItemRenderer.fillColor as that property does not exist. This fixes the FlexJSJX build.
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
eec72dec0c3a185f987a1c2c96b81d772aef9fd9
src/com/mangui/HLS/muxing/TS.as
src/com/mangui/HLS/muxing/TS.as
package com.mangui.HLS.muxing { import com.mangui.HLS.muxing.*; import com.mangui.HLS.utils.Log; import flash.events.Event; import flash.events.EventDispatcher; import flash.events.TimerEvent; import flash.utils.ByteArray; import flash.utils.Timer; /** Representation of an MPEG transport stream. **/ ...
package com.mangui.HLS.muxing { import com.mangui.HLS.muxing.*; import com.mangui.HLS.utils.Log; import flash.events.Event; import flash.events.EventDispatcher; import flash.events.TimerEvent; import flash.utils.ByteArray; import flash.utils.Timer; /** Representation of an MPEG transport stream. **/ ...
enhance TS parsing if PMT not at the beginning of the fragment and some AV packets were left before, rewind and parse those AV packets. this should help parsing bad segmented files
enhance TS parsing if PMT not at the beginning of the fragment and some AV packets were left before, rewind and parse those AV packets. this should help parsing bad segmented files
ActionScript
mpl-2.0
desaintmartin/hlsprovider,desaintmartin/hlsprovider,desaintmartin/hlsprovider
78438f207a62fcdd0e257acdab75abf2e4218544
src/org/jivesoftware/xiff/data/Presence.as
src/org/jivesoftware/xiff/data/Presence.as
package org.jivesoftware.xiff.data{ /* * Copyright (C) 2003-2007 * Nick Velloff <nick.velloff@gmail.com> * Derrick Grigg <dgrigg@rogers.com> * Sean Voisen <sean@voisen.org> * Sean Treadway <seant@oncotype.dk> * * This library is free software; you can redistribute it and/or * modify it under...
package org.jivesoftware.xiff.data{ /* * Copyright (C) 2003-2007 * Nick Velloff <nick.velloff@gmail.com> * Derrick Grigg <dgrigg@rogers.com> * Sean Voisen <sean@voisen.org> * Sean Treadway <seant@oncotype.dk> * * This library is free software; you can redistribute it and/or * modify it under...
Make the constants const so it doesn't warn when I use them in data binding expressions
Make the constants const so it doesn't warn when I use them in data binding expressions git-svn-id: c197267f952b24206666de142881703007ca05d5@9514 b35dd754-fafc-0310-a699-88a17e54d16e
ActionScript
apache-2.0
nazoking/xiff
3544cef62324cb1e4c0a6eb61a71423f84702f63
src/org/mangui/HLS/muxing/TS.as
src/org/mangui/HLS/muxing/TS.as
package org.mangui.HLS.muxing { import org.mangui.HLS.muxing.*; import org.mangui.HLS.utils.Log; import flash.events.Event; import flash.events.EventDispatcher; import flash.events.TimerEvent; import flash.utils.ByteArray; import flash.utils.Timer; /** Representation of an MPEG transport stream. **/ ...
package org.mangui.HLS.muxing { import org.mangui.HLS.muxing.*; import org.mangui.HLS.utils.Log; import flash.events.Event; import flash.events.EventDispatcher; import flash.events.TimerEvent; import flash.utils.ByteArray; import flash.utils.Timer; /** Representation of an MPEG transport stream. **/ ...
add robustness to TS parsing when sync byte not found, look for it and resynchronize if possible
add robustness to TS parsing when sync byte not found, look for it and resynchronize if possible
ActionScript
mpl-2.0
desaintmartin/hlsprovider,desaintmartin/hlsprovider,desaintmartin/hlsprovider
12904aaef23fa5f5df06b110648a9fcb47203796
frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/CloseButtonView.as
frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/CloseButtonView.as
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
add x to close button
add x to close button
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
fa9a0e5558a4450669cb14c5fd40cc69bcebc4d7
src/as/com/threerings/crowd/data/OccupantInfo.as
src/as/com/threerings/crowd/data/OccupantInfo.as
// // $Id$ // // Narya library - tools for developing networked games // Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/narya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public Licens...
// // $Id$ // // Narya library - tools for developing networked games // Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/narya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public Licens...
Revert this, I'll work it another way.
Revert this, I'll work it another way. git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@5229 542714f4-19e9-0310-aa3c-eee0fc999fb1
ActionScript
lgpl-2.1
threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya
4ead6680813b946a03c7c2aae33da64e33f8eab0
src/aerys/minko/scene/controller/TransformController.as
src/aerys/minko/scene/controller/TransformController.as
package aerys.minko.scene.controller { import aerys.minko.ns.minko_math; import aerys.minko.render.Viewport; import aerys.minko.scene.node.Group; import aerys.minko.scene.node.ISceneNode; import aerys.minko.scene.node.Scene; import aerys.minko.type.math.Matrix4x4; import flash.display.B...
package aerys.minko.scene.controller { import aerys.minko.ns.minko_math; import aerys.minko.render.Viewport; import aerys.minko.scene.node.Group; import aerys.minko.scene.node.ISceneNode; import aerys.minko.scene.node.Scene; import aerys.minko.type.math.Matrix4x4; import flash.display.B...
update TransformController.updateTransformsList() to use already init. matrices/flags for nodes that where already part of the target (sub)scene tree
update TransformController.updateTransformsList() to use already init. matrices/flags for nodes that where already part of the target (sub)scene tree
ActionScript
mit
aerys/minko-as3
8774963d90c02e17470ecf507e8dee0c7ef5152d
swfcat.as
swfcat.as
package { import flash.display.Sprite; import flash.display.StageAlign; import flash.display.StageScaleMode; import flash.text.TextField; import flash.text.TextFormat; import flash.net.Socket; import flash.net.URLLoader; import flash.net.URLLoaderDataFormat; import flash.net.URLReque...
package { import flash.display.Sprite; import flash.display.StageAlign; import flash.display.StageScaleMode; import flash.text.TextField; import flash.text.TextFormat; import flash.net.Socket; import flash.net.URLLoader; import flash.net.URLLoaderDataFormat; import flash.net.URLReque...
Make some changes suggested by flex-pmd.
Make some changes suggested by flex-pmd.
ActionScript
mit
infinity0/flashproxy,infinity0/flashproxy,arlolra/flashproxy,infinity0/flashproxy,glamrock/flashproxy,arlolra/flashproxy,arlolra/flashproxy,arlolra/flashproxy,arlolra/flashproxy,infinity0/flashproxy,glamrock/flashproxy,infinity0/flashproxy,arlolra/flashproxy,arlolra/flashproxy,glamrock/flashproxy,glamrock/flashproxy,in...
e52dcf8b3b824f4acb3c19b1e0382b7eba7532ca
src/org/mangui/hls/loader/LevelLoader.as
src/org/mangui/hls/loader/LevelLoader.as
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ package org.mangui.hls.loader { import flash.events.ErrorEvent; import flash.events.Event; import flash...
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ package org.mangui.hls.loader { import flash.events.ErrorEvent; import flash.events.Event; import flash...
optimize manifest parsing error handling
optimize manifest parsing error handling
ActionScript
mpl-2.0
vidible/vdb-flashls,jlacivita/flashls,hola/flashls,NicolasSiver/flashls,jlacivita/flashls,Boxie5/flashls,vidible/vdb-flashls,loungelogic/flashls,loungelogic/flashls,aevange/flashls,aevange/flashls,hola/flashls,fixedmachine/flashls,mangui/flashls,neilrackett/flashls,neilrackett/flashls,thdtjsdn/flashls,Boxie5/flashls,Ju...
1ed3e20ab6ab546984df4d7eeb71ea56cf25bd3a
frameworks/projects/HTML/asjs/src/org/apache/flex/html/beads/layouts/FlexibleFirstChildHorizontalLayout.as
frameworks/projects/HTML/asjs/src/org/apache/flex/html/beads/layouts/FlexibleFirstChildHorizontalLayout.as
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
upgrade to use BeadMetrics
upgrade to use BeadMetrics
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
1dafbc3a45ec596f721c5e3c22d6cf7ec7f9ffbb
src/battlecode/client/viewer/render/DrawState.as
src/battlecode/client/viewer/render/DrawState.as
package battlecode.client.viewer.render { import battlecode.common.MapLocation; import battlecode.common.RobotType; import battlecode.common.Team; import battlecode.serial.RoundDelta; import battlecode.serial.RoundStats; import battlecode.world.GameMap; import battlecode.world.signal...
package battlecode.client.viewer.render { import battlecode.common.MapLocation; import battlecode.common.RobotType; import battlecode.common.Team; import battlecode.serial.RoundDelta; import battlecode.serial.RoundStats; import battlecode.world.GameMap; import battlecode.world.signal...
remove attack animation
remove attack animation
ActionScript
mit
trun/battlecode-webclient
e574b889ebc1be9e07e8e1d775d2824e4f26e4b0
krew-framework/krewfw/builtin_actor/display/KrewMovieClip.as
krew-framework/krewfw/builtin_actor/display/KrewMovieClip.as
package krewfw.builtin_actor.display { import starling.display.Image; import krewfw.core.KrewActor; //------------------------------------------------------------ public class KrewMovieClip extends KrewActor { protected var _movieImage:Image; private var _movieInfoList:Array = null;...
package krewfw.builtin_actor.display { import starling.display.Image; import krewfw.core.KrewActor; //------------------------------------------------------------ public class KrewMovieClip extends KrewActor { protected var _movieImage:Image; private var _movieInfoList:Array = null;...
Update KrewMovieClip
Update KrewMovieClip
ActionScript
mit
tatsuya-koyama/krewFramework,tatsuya-koyama/krewFramework,tatsuya-koyama/krewFramework
c275fe92625da7471dd3b2613fda9a2d7f17536e
dolly-framework/src/test/actionscript/dolly/CopierTest.as
dolly-framework/src/test/actionscript/dolly/CopierTest.as
package dolly { import dolly.core.dolly_internal; import dolly.data.ClassLevelCopyable; import dolly.data.ClassLevelCopyableCloneable; import dolly.data.PropertyLevelCopyable; import dolly.data.PropertyLevelCopyableCloneable; import org.as3commons.reflect.Field; import org.as3commons.reflect.Type; import org.flexunit....
package dolly { import dolly.core.dolly_internal; import dolly.data.ClassLevelCopyable; import dolly.data.ClassLevelCopyableCloneable; import dolly.data.PropertyLevelCopyable; import dolly.data.PropertyLevelCopyableCloneable; import org.as3commons.reflect.Field; import org.as3commons.reflect.Type; import org.flexunit....
Split method "testCopyWithClassLevelMetadata" to a few.
Split method "testCopyWithClassLevelMetadata" to a few.
ActionScript
mit
Yarovoy/dolly
66a5aab858c1a12e145f69d267b5cc4cbddf6e4b
src/model/AnimationDataProxy.as
src/model/AnimationDataProxy.as
package model { import dragonBones.objects.AnimationData; import dragonBones.objects.ArmatureData; import dragonBones.objects.MovementBoneData; import dragonBones.objects.MovementData; import dragonBones.objects.XMLDataParser; import dragonBones.utils.ConstValues; import dragonBones.utils.dragonBones_internal; ...
package model { import dragonBones.objects.AnimationData; import dragonBones.objects.ArmatureData; import dragonBones.objects.MovementBoneData; import dragonBones.objects.MovementData; import dragonBones.objects.XMLDataParser; import dragonBones.utils.ConstValues; import dragonBones.utils.dragonBones_internal; ...
fix bug
fix bug
ActionScript
mit
DragonBones/DesignPanel
e437bdeebc18d0ce11af93cb2e777a63d7dda79a
source/fairygui/Events.as
source/fairygui/Events.as
package fairygui { import laya.display.Sprite; import laya.events.Event; public class Events { public static const STATE_CHANGED: String = "fui_state_changed"; public static const XY_CHANGED: String = "fui_xy_changed"; public static const SIZE_CHANGED: String = "fui_size_changed"; ...
package fairygui { import laya.display.Sprite; import laya.events.Event; public class Events { public static const STATE_CHANGED: String = "fui_state_changed"; public static const XY_CHANGED: String = "fui_xy_changed"; public static const SIZE_CHANGED: String = "fui_size_changed"; ...
Update Events.as
Update Events.as 修复list点击的item的ctrlKey等属性传递丢失。。
ActionScript
mit
fairygui/FairyGUI-layabox,fairygui/FairyGUI-layabox
85316458e8dc4e4b0ceb5c6000e0707c64ae1fd9
src/aerys/minko/type/animation/timeline/ScalarTimeline.as
src/aerys/minko/type/animation/timeline/ScalarTimeline.as
package aerys.minko.type.animation.timeline { import aerys.minko.ns.minko_animation; import aerys.minko.scene.node.ISceneNode; public class ScalarTimeline extends AbstractTimeline { use namespace minko_animation; minko_animation var _timeTable : Vector.<uint> minko_animation var _values : Vector....
package aerys.minko.type.animation.timeline { import aerys.minko.ns.minko_animation; import aerys.minko.scene.node.ISceneNode; public class ScalarTimeline extends AbstractTimeline { use namespace minko_animation; minko_animation var _timeTable : Vector.<uint> minko_animation var _values : Vector....
fix missing cast to uint when accessing array cells
fix missing cast to uint when accessing array cells
ActionScript
mit
aerys/minko-as3
f5097cec88a7c36515d770ca9922897984e02225
src/aerys/minko/scene/controller/camera/ArcBallController.as
src/aerys/minko/scene/controller/camera/ArcBallController.as
package aerys.minko.scene.controller.camera { import flash.display.BitmapData; import flash.events.IEventDispatcher; import flash.events.MouseEvent; import flash.geom.Point; import aerys.minko.render.Viewport; import aerys.minko.scene.controller.EnterFrameController; import aerys.minko.scene.node.ISceneNode; ...
package aerys.minko.scene.controller.camera { import flash.display.BitmapData; import flash.events.IEventDispatcher; import flash.events.MouseEvent; import flash.geom.Point; import aerys.minko.render.Viewport; import aerys.minko.scene.controller.EnterFrameController; import aerys.minko.scene.node.ISceneNode; ...
Stop updating the ArcBallController once inertia has converged.
Stop updating the ArcBallController once inertia has converged.
ActionScript
mit
aerys/minko-as3
61f752a105912e3bbeed24d9e1ff39e4a310fed1
src/as/com/threerings/presents/util/SafeSubscriber.as
src/as/com/threerings/presents/util/SafeSubscriber.as
// // $Id$ // // Narya library - tools for developing networked games // Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/narya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public Licens...
// // $Id$ // // Narya library - tools for developing networked games // Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/narya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public Licens...
Check the right things in our Preconditions.
Check the right things in our Preconditions. git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@5720 542714f4-19e9-0310-aa3c-eee0fc999fb1
ActionScript
lgpl-2.1
threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya
16e938ab5366f7c215309e319f9681c2271094c9
actionscript/src/com/freshplanet/ane/AirAACPlayer/AirAACPlayer.as
actionscript/src/com/freshplanet/ane/AirAACPlayer/AirAACPlayer.as
/* * Copyright 2017 FreshPlanet * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
/* * Copyright 2017 FreshPlanet * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
support a 'global' playback category on ios (only updates when playing sounds)
support a 'global' playback category on ios (only updates when playing sounds)
ActionScript
apache-2.0
freshplanet/ANE-AACPlayer,freshplanet/ANE-AACPlayer,freshplanet/ANE-AACPlayer
adac943c7b9c3daf5648aef17ae8ce165cada408
src/com/merlinds/miracle_tool/viewer/ViewerView.as
src/com/merlinds/miracle_tool/viewer/ViewerView.as
/** * User: MerlinDS * Date: 18.07.2014 * Time: 17:42 */ package com.merlinds.miracle_tool.viewer { import com.bit101.components.List; import com.bit101.components.PushButton; import com.merlinds.miracle.Miracle; import com.merlinds.miracle.animations.AnimationHelper; import com.merlinds.miracle.display.Miracl...
/** * User: MerlinDS * Date: 18.07.2014 * Time: 17:42 */ package com.merlinds.miracle_tool.viewer { import com.bit101.components.List; import com.bit101.components.PushButton; import com.merlinds.miracle.Miracle; import com.merlinds.miracle.animations.AnimationHelper; import com.merlinds.miracle.display.Miracl...
refactor with external config
refactor with external config
ActionScript
mit
MerlinDS/miracle_tool
b68645dba7df847c3ecee302d8d3fd7606893662
test/request/HTTPClientTest.as
test/request/HTTPClientTest.as
package test.request { import mx.rpc.events.ResultEvent; import flails.request.HTTPClient; import flails.request.JSONFilter; import flails.resource.Record; import flails.request.ResourcePathBuilder; import flails.request.RequestConfig; import net.digitalprimates.fluint.tests.TestCase; public class ...
package test.request { import mx.rpc.events.ResultEvent; import flails.request.HTTPClient; import flails.request.JSONFilter; import flails.resource.Record; import flails.request.ResourcePathBuilder; import flails.request.RequestConfig; import net.digitalprimates.fluint.tests.TestCase; public class ...
Update test fixed
Update test fixed
ActionScript
mit
lancecarlson/flails,lancecarlson/flails
ca14a6a3e8a85425e71786cd0e27d7a76da6f03e
src/spitfire.as
src/spitfire.as
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ include "corsaair/server/spitfire/SimpleSocketServer.as"; include "corsaair/server/spitfire/SimpleSocketServer1.as...
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ include "corsaair/server/spitfire/SimpleSocketServer.as"; include "corsaair/server/spitfire/SimpleSocketServerSele...
update main file
update main file git-svn-id: 44dac414ef660a76a1e627c7b7c0e36d248d62e4@18 c2cce57b-6cbb-4450-ba62-5fdab5196ef5
ActionScript
mpl-2.0
Corsaair/spitfire
f25e51a40c90809f9e3f13f48b25efdf541ba486
src/CameraMan.as
src/CameraMan.as
package { import flash.display.Sprite; import flash.display.StageScaleMode; import flash.display.StageAlign; import flash.geom.Point; import flash.external.ExternalInterface; import flash.display.Bitmap; import flash.display.BitmapData; import flash.media.Camera; import flash.media...
package { import flash.display.Sprite; import flash.display.StageScaleMode; import flash.display.StageAlign; import flash.geom.Point; import flash.external.ExternalInterface; import flash.display.Bitmap; import flash.display.BitmapData; import flash.media.Camera; import flash.media...
Use apply() properly Call back into a particular camera by cameraid Call back out on IO or security error when sending
Use apply() properly Call back into a particular camera by cameraid Call back out on IO or security error when sending
ActionScript
mit
markpasc/cameraman
55f9c7c2aa5e9901c133c63943c585d39471aff7
src/CameraMan.as
src/CameraMan.as
package { import flash.display.Sprite; import flash.display.StageScaleMode; import flash.display.StageAlign; import flash.geom.Point; import flash.external.ExternalInterface; import flash.display.Bitmap; import flash.display.BitmapData; import flash.media.Camera; import flash.media...
package { import flash.display.Sprite; import flash.display.StageScaleMode; import flash.display.StageAlign; import flash.geom.Point; import flash.external.ExternalInterface; import flash.display.Bitmap; import flash.display.BitmapData; import flash.media.Camera; import flash.media...
Set up the camera opportunistically, either in the constructor or on the stage resize event
Set up the camera opportunistically, either in the constructor or on the stage resize event
ActionScript
mit
markpasc/cameraman
5f2308b3915628e3e6994f21fcf40eca24601491
exporter/src/main/as/flump/export/DeviceType.as
exporter/src/main/as/flump/export/DeviceType.as
// // Flump - Copyright 2012 Three Rings Design package flump.export { import com.threerings.util.Enum; public final class DeviceType extends Enum { public static const IPHONE :DeviceType = new DeviceType("IPHONE", "iPhone", "", 480, 320); public static const IPHONE_RETINA :DeviceType = new DeviceType("IPHON...
// // Flump - Copyright 2012 Three Rings Design package flump.export { import com.threerings.util.Enum; public final class DeviceType extends Enum { public static const IPHONE :DeviceType = new DeviceType("IPHONE", "iPhone", "", 480, 320); public static const IPHONE_RETINA :DeviceType = new DeviceType("IPHON...
add a very temporary Nod-specific DeviceType
add a very temporary Nod-specific DeviceType DeviceType is going to be ripped out soon and replaced with a more flexible scaling system.
ActionScript
mit
mathieuanthoine/flump,tconkling/flump,funkypandagame/flump,tconkling/flump,mathieuanthoine/flump,mathieuanthoine/flump,funkypandagame/flump
8a6ca3df2f3e4fa3128b58f8d0573d4214e4c1da
src/aerys/minko/render/shader/part/phong/LightAwareShaderPart.as
src/aerys/minko/render/shader/part/phong/LightAwareShaderPart.as
package aerys.minko.render.shader.part.phong { import aerys.minko.ns.minko_lighting; import aerys.minko.render.geometry.stream.format.VertexComponent; import aerys.minko.render.material.basic.BasicProperties; import aerys.minko.render.material.phong.PhongProperties; import aerys.minko.render.shader.SFloat; import...
package aerys.minko.render.shader.part.phong { import aerys.minko.ns.minko_lighting; import aerys.minko.render.geometry.stream.format.VertexComponent; import aerys.minko.render.material.basic.BasicProperties; import aerys.minko.render.material.phong.PhongProperties; import aerys.minko.render.shader.SFloat; import...
fix coding style
fix coding style
ActionScript
mit
aerys/minko-as3
bd794a3fd369e8f37d15417d623cf7b9edbd3ee9
dolly-framework/src/test/actionscript/dolly/utils/PropertyUtilTests.as
dolly-framework/src/test/actionscript/dolly/utils/PropertyUtilTests.as
package dolly.utils { import dolly.core.dolly_internal; import mx.collections.ArrayCollection; import mx.collections.ArrayList; import org.flexunit.assertThat; import org.flexunit.asserts.assertEquals; import org.flexunit.asserts.assertFalse; import org.flexunit.asserts.assertNotNull; import org.flexunit.asserts.asse...
package dolly.utils { import dolly.core.dolly_internal; import mx.collections.ArrayCollection; import mx.collections.ArrayList; import org.flexunit.assertThat; import org.flexunit.asserts.assertEquals; import org.flexunit.asserts.assertFalse; import org.flexunit.asserts.assertNotNull; import org.flexunit.asserts.asse...
Test for PropertyUtil.copyArrayCollection() method.
Test for PropertyUtil.copyArrayCollection() method.
ActionScript
mit
Yarovoy/dolly
ff56b4a2e1ef4a9f8e14ac87a59ac39b610a9f95
src/spitfire.as
src/spitfire.as
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ include "corsaair/server/spitfire/SimpleSocketServer.as"; include "corsaair/server/spitfire/SimpleSocketServerSele...
/* 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/. */ include "corsaair/server/spitfire/SimpleSocketServer.as"; include "corsaair/server/spitfire/SimpleSocketServerSele...
update main file
update main file git-svn-id: 44dac414ef660a76a1e627c7b7c0e36d248d62e4@22 c2cce57b-6cbb-4450-ba62-5fdab5196ef5
ActionScript
mpl-2.0
Corsaair/spitfire
f80f7cf7f675251f34370c43c3c0948610ff5f62
com/segonquart/idiomesAnimation.as
com/segonquart/idiomesAnimation.as
import mx.transitions.easing.*; import com.mosesSupposes.fuse.*; class idiomesAnimation extends Movieclip { private var arrayLang_arr:Array = new Array ("cat", "es", "en", "fr"); function idiomesAnimation():Void { this.onEnterFrame = this.enterSlide; } private function enterSlide(...
import mx.transitions.easing.*; import com.mosesSupposes.fuse.*; class idiomesAnimation extends Movieclip { private var arrayLang_arr:Array = new Array ("cat", "es", "en", "fr"); function idiomesAnimation():Void { this.onEnterFrame = this.enterSlide; } private function onSlideIN(...
Update idiomesAnimation.as
Update idiomesAnimation.as
ActionScript
bsd-3-clause
delfiramirez/web-talking-wear,delfiramirez/web-talking-wear,delfiramirez/web-talking-wear
c12519e26081e30e9898ce9b552c8b32ef92a088
bin/Data/Scripts/Player.as
bin/Data/Scripts/Player.as
shared class Player: ScriptObject { float RestingFriction; float MovingFriction; float pitch_; float yaw_; Node@ cameraMount_; Vector3 debugDirection_; Player() { pitch_ = 0.0f; yaw_ = 0.0f; RestingFriction = MovingFriction = 2.0f; } void Start() { SubscribeToEvent("KeyDown", "HandleKeyDown"); ...
shared class Player: ScriptObject { float RestingFriction; float MovingFriction; float pitch_; float yaw_; Quaternion modelRotation_; Node@ cameraMountNode_; Node@ modelNode_; Vector3 debugDirection_; Player() { pitch_ = 0.0f; yaw_ = 0.0f; RestingFriction = MovingFriction = 2.0f; } void Start() {...
Add rotation to the player movement
Add rotation to the player movement
ActionScript
mit
leyarotheconquerer/on-off
3a13f09399e0864110731230fa1c1b3414a40a3d
build-aux/urbi.as
build-aux/urbi.as
## -*- shell-script -*- ## urbi.as: This file is part of build-aux. ## Copyright (C) Gostai S.A.S., 2006-2008. ## ## This software is provided "as is" without warranty of any kind, ## either expressed or implied, including but not limited to the ## implied warrant...
## -*- shell-script -*- ## urbi.as: This file is part of build-aux. ## Copyright (C) Gostai S.A.S., 2006-2008. ## ## This software is provided "as is" without warranty of any kind, ## either expressed or implied, including but not limited to the ## implied warrant...
test and expr have problems with floats.
test and expr have problems with floats. * build-aux/urbi.as: Use bc instead.
ActionScript
bsd-3-clause
aldebaran/libport,aldebaran/libport,aldebaran/libport,aldebaran/libport,aldebaran/libport
5fedf2d2724af45c435760b16e94d1682a15009f
src/aerys/minko/scene/controller/ScriptController.as
src/aerys/minko/scene/controller/ScriptController.as
package aerys.minko.scene.controller { import aerys.minko.render.Viewport; import aerys.minko.scene.node.ISceneNode; import aerys.minko.scene.node.Scene; import aerys.minko.type.KeyboardManager; import aerys.minko.type.MouseManager; import flash.display.BitmapData; public class ScriptController extends EnterF...
package aerys.minko.scene.controller { import aerys.minko.render.Viewport; import aerys.minko.scene.node.ISceneNode; import aerys.minko.scene.node.Scene; import aerys.minko.type.KeyboardManager; import aerys.minko.type.MouseManager; import flash.display.BitmapData; public class ScriptController extends EnterF...
add ScriptController.stop(target), called when the target is removed from the scene
add ScriptController.stop(target), called when the target is removed from the scene
ActionScript
mit
aerys/minko-as3
0a0c2d3baebd9bed995f2e8fb24349ac35cc0184
src/com/ryanberdeen/echonest/api/v4/track/TrackApi.as
src/com/ryanberdeen/echonest/api/v4/track/TrackApi.as
/* * Copyright 2011 Ryan Berdeen. All rights reserved. * Distributed under the terms of the MIT License. * See accompanying file LICENSE.txt */ package com.ryanberdeen.echonest.api.v4.track { import com.ryanberdeen.echonest.api.v4.ApiSupport; import com.ryanberdeen.echonest.api.v4.EchoNestError; import flas...
/* * Copyright 2011 Ryan Berdeen. All rights reserved. * Distributed under the terms of the MIT License. * See accompanying file LICENSE.txt */ package com.ryanberdeen.echonest.api.v4.track { import com.adobe.serialization.json.JSON; import com.ryanberdeen.echonest.api.v4.ApiSupport; import com.ryanberdeen.e...
add method to download track analysis
add method to download track analysis
ActionScript
mit
also/echo-nest-flash-api
621f2100004d798978d68b6e6dbba5fc5e7580c8
exporter/src/test/as/flump/test/RuntimePlaybackTest.as
exporter/src/test/as/flump/test/RuntimePlaybackTest.as
// // Flump - Copyright 2012 Three Rings Design package flump.test { import flash.events.TimerEvent; import flash.utils.Timer; import flump.display.Movie; import flump.display.StarlingResources; import flump.executor.Finisher; import com.threerings.util.F; public class RuntimePlaybackTest { public static funct...
// // Flump - Copyright 2012 Three Rings Design package flump.test { import flash.events.TimerEvent; import flash.utils.Timer; import flump.display.Movie; import flump.display.StarlingResources; import flump.executor.Finisher; import com.threerings.util.F; public class RuntimePlaybackTest { public static funct...
Check that goto fires labels
Check that goto fires labels
ActionScript
mit
mathieuanthoine/flump,mathieuanthoine/flump,funkypandagame/flump,funkypandagame/flump,mathieuanthoine/flump,tconkling/flump,tconkling/flump
98ac1ce0955d103914dc9227603eeb0d35214f32
actionscript/src/com/freshplanet/ane/AirInAppPurchase/InAppPurchase.as
actionscript/src/com/freshplanet/ane/AirInAppPurchase/InAppPurchase.as
////////////////////////////////////////////////////////////////////////////////////// // // Copyright 2012 Freshplanet (http://freshplanet.com | opensource@freshplanet.com) // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // ...
////////////////////////////////////////////////////////////////////////////////////// // // Copyright 2012 Freshplanet (http://freshplanet.com | opensource@freshplanet.com) // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // ...
remove unused methods
remove unused methods
ActionScript
apache-2.0
freshplanet/ANE-In-App-Purchase,freshplanet/ANE-In-App-Purchase,freshplanet/ANE-In-App-Purchase
b412d3f4044fe5d24cb16e59b466db172137bf81
src/aerys/minko/render/effect/vertex/VertexUVShader.as
src/aerys/minko/render/effect/vertex/VertexUVShader.as
package aerys.minko.render.effect.vertex { import aerys.minko.render.RenderTarget; import aerys.minko.render.effect.basic.BasicShader; import aerys.minko.render.shader.SFloat; import aerys.minko.type.stream.format.VertexComponent; public class VertexUVShader extends BasicShader { public function VertexUVSh...
package aerys.minko.render.effect.vertex { import aerys.minko.render.RenderTarget; import aerys.minko.render.effect.basic.BasicProperties; import aerys.minko.render.effect.basic.BasicShader; import aerys.minko.render.shader.SFloat; import aerys.minko.type.stream.format.VertexComponent; public class VertexUVShad...
Fix Vertex uvs shader
Fix Vertex uvs shader A Support of uvoffset and uvscale in the vertex uvs shader M Use a fractional instruction to fix the shader
ActionScript
mit
aerys/minko-as3
604437d465208fb246823ce7c43c4b2c76cca2e2
src/aerys/minko/render/resource/texture/TextureResource.as
src/aerys/minko/render/resource/texture/TextureResource.as
package aerys.minko.render.resource.texture { import aerys.minko.render.resource.Context3DResource; import aerys.minko.type.enum.SamplerFormat; import flash.display.BitmapData; import flash.display3D.Context3DTextureFormat; import flash.display3D.textures.Texture; import flash.display3D.textures.TextureBase; i...
package aerys.minko.render.resource.texture { import aerys.minko.render.resource.Context3DResource; import aerys.minko.type.enum.SamplerFormat; import flash.display.BitmapData; import flash.display3D.textures.Texture; import flash.display3D.textures.TextureBase; import flash.geom.Matrix; import flash.utils.Byt...
use string literals for texture formats to avoid compatibility issues
use string literals for texture formats to avoid compatibility issues
ActionScript
mit
aerys/minko-as3
81df22ca98c748f311305a3c7978ea7e47da0bcf
frameworks/as/projects/FlexJSUI/src/org/apache/flex/core/ContainerBase.as
frameworks/as/projects/FlexJSUI/src/org/apache/flex/core/ContainerBase.as
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
handle initial state
handle initial state
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
ece602fa24e5ea8880a720fa7dc4f5cee26045be
HLSPlugin/src/com/kaltura/hls/manifest/HLSManifestEncryptionKey.as
HLSPlugin/src/com/kaltura/hls/manifest/HLSManifestEncryptionKey.as
package com.kaltura.hls.manifest { import com.hurlant.util.Hex; import com.kaltura.hls.crypto.FastAESKey; import flash.events.Event; import flash.events.EventDispatcher; import flash.net.URLLoader; import flash.net.URLLoaderDataFormat; import flash.net.URLRequest; import flash.utils.ByteArray; import flash.u...
package com.kaltura.hls.manifest { import com.hurlant.util.Hex; import com.kaltura.hls.crypto.FastAESKey; import flash.events.Event; import flash.events.EventDispatcher; import flash.net.URLLoader; import flash.net.URLLoaderDataFormat; import flash.net.URLRequest; import flash.utils.ByteArray; import flash.u...
Update HLSManifestEncryptionKey.as
Update HLSManifestEncryptionKey.as Adds optimized logic to early-out the unpadding algorithm of the end byte is 16 or larger, which would indicate there is no padding.
ActionScript
agpl-3.0
kaltura/HLS-OSMF,kaltura/HLS-OSMF,kaltura/HLS-OSMF,kaltura/HLS-OSMF
791cc75bd057a44774e14e727213d5966698bb31
HLSPlugin/src/org/denivip/osmf/net/httpstreaming/hls/HTTPStreamingMP2TSFileHandler.as
HLSPlugin/src/org/denivip/osmf/net/httpstreaming/hls/HTTPStreamingMP2TSFileHandler.as
/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distr...
/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distr...
Remove trace call
Remove trace call
ActionScript
isc
mruse/osmf-hls-plugin,denivip/osmf-hls-plugin,mruse/osmf-hls-plugin,denivip/osmf-hls-plugin
134614d212cbd45645fbbaae3e671b101f5a31fb
source/fairygui/GRichTextField.as
source/fairygui/GRichTextField.as
package fairygui { import fairygui.utils.ToolSet; import laya.html.dom.HTMLDivElement; public class GRichTextField extends GTextField { public var div:laya.html.dom.HTMLDivElement; private var _ubbEnabled: Boolean; private var _color:String; public function GRichTextField() { super(); this...
package fairygui { import fairygui.utils.ToolSet; import laya.html.dom.HTMLDivElement; public class GRichTextField extends GTextField { public var div:laya.html.dom.HTMLDivElement; private var _ubbEnabled: Boolean; private var _color:String; public function GRichTextField() { super(); this...
fix #25
fix #25
ActionScript
mit
fairygui/FairyGUI-layabox,fairygui/FairyGUI-layabox
d45e875c94f22d75ced714ad6f378f0086c93dec
src/org/mangui/hls/demux/ID3.as
src/org/mangui/hls/demux/ID3.as
package org.mangui.hls.demux { import flash.utils.ByteArray; CONFIG::LOGGING { import org.mangui.hls.utils.Log; } public class ID3 { public var len : int; public var hasTimestamp : Boolean = false; public var timestamp : Number; /* create ID3 object by parsing ...
package org.mangui.hls.demux { import flash.utils.ByteArray; CONFIG::LOGGING { import org.mangui.hls.utils.Log; } public class ID3 { public var len : int; public var hasTimestamp : Boolean = false; public var timestamp : Number; /* create ID3 object by parsing ...
fix ID3 timestamp 33bit handling
fix ID3 timestamp 33bit handling
ActionScript
mpl-2.0
loungelogic/flashls,stevemayhew/flashls,NicolasSiver/flashls,dighan/flashls,School-Improvement-Network/flashls,loungelogic/flashls,mangui/flashls,hola/flashls,Peer5/flashls,tedconf/flashls,stevemayhew/flashls,codex-corp/flashls,thdtjsdn/flashls,suuhas/flashls,aevange/flashls,fixedmachine/flashls,mangui/flashls,Boxie5/f...
8df8c10c5f17acc057a3d75dc571fd19113e6d48
src/aerys/minko/scene/controller/mesh/MeshVisibilityController.as
src/aerys/minko/scene/controller/mesh/MeshVisibilityController.as
package aerys.minko.scene.controller.mesh { import aerys.minko.ns.minko_math; import aerys.minko.render.geometry.Geometry; import aerys.minko.scene.controller.AbstractController; import aerys.minko.scene.node.Group; import aerys.minko.scene.node.ISceneNode; import aerys.minko.scene.node.Mesh; import aerys.minko....
package aerys.minko.scene.controller.mesh { import aerys.minko.ns.minko_math; import aerys.minko.render.geometry.Geometry; import aerys.minko.scene.controller.AbstractController; import aerys.minko.scene.node.Group; import aerys.minko.scene.node.ISceneNode; import aerys.minko.scene.node.Mesh; import aerys.minko....
Fix for Bug #1244 suspicious calls to Matrix4x4.toString(), propertyName and BindingName were the same parameter and bindingName (String) was used instead of oldValue (Matrix4x4).
Fix for Bug #1244 suspicious calls to Matrix4x4.toString(), propertyName and BindingName were the same parameter and bindingName (String) was used instead of oldValue (Matrix4x4).
ActionScript
mit
aerys/minko-as3
7df60521d537e9d9d17f02208738e0723b6f87cc
frameworks/as/projects/FlexJSUI/src/org/apache/flex/binding/PropertyWatcher.as
frameworks/as/projects/FlexJSUI/src/org/apache/flex/binding/PropertyWatcher.as
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
fix generic databinding
fix generic databinding
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
414a4b6c9d458af4ec11face70514d9a11368deb
com/segonquart/idiomesAnimation.as
com/segonquart/idiomesAnimation.as
import mx.transitions.easing.*; import com.mosesSupposes.fuse.*; class idiomesAnimation extends Movieclip { private var arrayLang_arr:Array = new Array ("cat", "es", "en", "fr"); function idiomesAnimation():Void { this.onEnterFrame = this.enterSlide; } private function onSlideIN(...
import mx.transitions.easing.*; import com.mosesSupposes.fuse.*; class idiomesAnimation extends Movieclip { private var arrayLang_arr:Array = new Array ("cat", "es", "en", "fr"); function idiomesAnimation():Void { this.onEnterFrame = this.enterSlide; } private function onSlideIN...
Update idiomesAnimation.as
Update idiomesAnimation.as
ActionScript
bsd-3-clause
delfiramirez/web-talking-wear,delfiramirez/web-talking-wear,delfiramirez/web-talking-wear
b517c62500f4289dbed5c8b003760e3fa9203876
flexEditor/src/org/arisgames/editor/util/AppConstants.as
flexEditor/src/org/arisgames/editor/util/AppConstants.as
package org.arisgames.editor.util { public class AppConstants { //Server URL //public static const APPLICATION_ENVIRONMENT_ROOT_URL:String = "http://arisgames.org/stagingserver1"; //For other URL's to append to- Staging public static const APPLICATION_ENVIRONMENT_ROOT_URL:String = "http://atsosxdev.doit.wisc.edu/ari...
package org.arisgames.editor.util { public class AppConstants { //Server URL //public static const APPLICATION_ENVIRONMENT_ROOT_URL:String = "http://arisgames.org/stagingserver1"; //For other URL's to append to- Staging public static const APPLICATION_ENVIRONMENT_ROOT_URL:String = "http://atsosxdev.doit.wisc.edu/ari...
Set constant of Folder ID to -1
Set constant of Folder ID to -1
ActionScript
mit
ssdongdongwang/arisgames,ssdongdongwang/arisgames,ssdongdongwang/arisgames,ssdongdongwang/arisgames,ssdongdongwang/arisgames,ssdongdongwang/arisgames,ssdongdongwang/arisgames,ssdongdongwang/arisgames
632a430df657e011fc73ce29930b6a0439c0cce5
generator/sources/as3/delegates/QueuedRequestDelegate.as
generator/sources/as3/delegates/QueuedRequestDelegate.as
package com.kaltura.delegates { import com.kaltura.commands.MultiRequest; import com.kaltura.commands.QueuedRequest; import com.kaltura.config.KalturaConfig; import com.kaltura.errors.KalturaError; import com.kaltura.net.KalturaCall; import flash.utils.getDefinitionByName; import flash.utils.getQualifi...
package com.kaltura.delegates { import com.kaltura.commands.MultiRequest; import com.kaltura.commands.QueuedRequest; import com.kaltura.config.KalturaConfig; import com.kaltura.errors.KalturaError; import com.kaltura.net.KalturaCall; import flash.utils.getDefinitionByName; import flash.utils.getQualifi...
use 2 indices when looping through result to handle calls after a MR
use 2 indices when looping through result to handle calls after a MR git-svn-id: 8a2ccb88241e16c78017770bc38d91d6d5396a5a@58550 6b8eccd3-e8c5-4e7d-8186-e12b5326b719
ActionScript
agpl-3.0
matsuu/server,DBezemer/server,doubleshot/server,ratliff/server,kaltura/server,ratliff/server,ratliff/server,kaltura/server,ivesbai/server,DBezemer/server,kaltura/server,gale320/server,gale320/server,matsuu/server,DBezemer/server,doubleshot/server,ratliff/server,jorgevbo/server,gale320/server,ratliff/server,ratliff/serv...
cf83ff1a159e3400be1d5068b5b570b9ca3555c9
HLSPlugin/src/com/kaltura/hls/HLSLoader.as
HLSPlugin/src/com/kaltura/hls/HLSLoader.as
package com.kaltura.hls { import com.kaltura.hls.m2ts.M2TSNetLoader; import com.kaltura.hls.manifest.HLSManifestParser; import com.kaltura.hls.manifest.HLSManifestPlaylist; import com.kaltura.hls.manifest.HLSManifestStream; import flash.events.ErrorEvent; import flash.events.Event; import flash.events.IOError...
package com.kaltura.hls { import com.kaltura.hls.m2ts.M2TSNetLoader; import com.kaltura.hls.manifest.HLSManifestParser; import com.kaltura.hls.manifest.HLSManifestPlaylist; import com.kaltura.hls.manifest.HLSManifestStream; import flash.events.ErrorEvent; import flash.events.Event; import flash.events.IOError...
Correct preferred bitrate selection logic to use abs.
Correct preferred bitrate selection logic to use abs.
ActionScript
agpl-3.0
kaltura/HLS-OSMF,kaltura/HLS-OSMF,kaltura/HLS-OSMF,kaltura/HLS-OSMF
8dacf72454e89461a444d6cc9fa02ba1db95ecbd
src/org/swiftsuspenders/typedescriptions/ConstructorInjectionPoint.as
src/org/swiftsuspenders/typedescriptions/ConstructorInjectionPoint.as
/* * Copyright (c) 2012 the original author or authors * * Permission is hereby granted to use, modify, and distribute this file * in accordance with the terms of the license agreement accompanying it. */ package org.swiftsuspenders.typedescriptions { import flash.utils.Dictionary; import org.swiftsuspenders....
/* * Copyright (c) 2012 the original author or authors * * Permission is hereby granted to use, modify, and distribute this file * in accordance with the terms of the license agreement accompanying it. */ package org.swiftsuspenders.typedescriptions { import flash.utils.Dictionary; import org.swiftsuspenders....
Throw an exception if the class couldn't be instantiated.
Throw an exception if the class couldn't be instantiated.
ActionScript
mit
tschneidereit/SwiftSuspenders,rshiue/swiftsuspenders,LordXaoca/SwiftSuspenders,robotlegs/swiftsuspenders,rshiue/swiftsuspenders,robotlegs/swiftsuspenders,tschneidereit/SwiftSuspenders,LordXaoca/SwiftSuspenders
287af772c3ca0809a6f87fba2edc3d2225fd48a6
as3FlexClient/src/com/kaltura/delegates/WebDelegateBase.as
as3FlexClient/src/com/kaltura/delegates/WebDelegateBase.as
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_| \_...
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_| \_...
remove "format" from kalsig calculation
remove "format" from kalsig calculation
ActionScript
agpl-3.0
shvyrev/kdp,shvyrev/kdp,kaltura/kdp,kaltura/kdp,shvyrev/kdp,kaltura/kdp
f8d52f790e6d87cec43ad851b66fe958637ef38f
plugins/wvPlugin/src/widevinePluginCode.as
plugins/wvPlugin/src/widevinePluginCode.as
package { import com.kaltura.kdpfl.model.LayoutProxy; import com.kaltura.kdpfl.model.MediaProxy; import com.kaltura.kdpfl.plugin.IPlugin; import com.kaltura.kdpfl.plugin.KPluginEvent; import com.kaltura.kdpfl.plugin.WVPluginInfo; import flash.display.Sprite; import org.osmf.events.MediaFactoryEvent...
package { import com.kaltura.kdpfl.model.ConfigProxy; import com.kaltura.kdpfl.model.LayoutProxy; import com.kaltura.kdpfl.model.MediaProxy; import com.kaltura.kdpfl.plugin.IPlugin; import com.kaltura.kdpfl.plugin.KPluginEvent; import com.kaltura.kdpfl.plugin.WVPluginInfo; import flash.display.Sprite;...
fix tests, support flavor tags
widevine: fix tests, support flavor tags
ActionScript
agpl-3.0
shvyrev/kdp,kaltura/kdp,shvyrev/kdp,shvyrev/kdp,kaltura/kdp,kaltura/kdp
14f35757cd516fce49c66099c40542d92a3426f5
bin/Data/Scripts/Editor/EditorViewDebugIcons.as
bin/Data/Scripts/Editor/EditorViewDebugIcons.as
// Editor debug icons // to add new std debug icons just add IconType, IconsTypesMaterials and ComponentTypes items enum IconsTypes { ICON_POINT_LIGHT = 0, ICON_SPOT_LIGHT, ICON_DIRECTIONAL_LIGHT, ICON_CAMERA, ICON_SOUND_SOURCE, ICON_SOUND_SOURCE_3D, ICON_SOUND_LISTENERS, ICON_ZONE, ...
// Editor debug icons // to add new std debug icons just add IconType, IconsTypesMaterials and ComponentTypes items enum IconsTypes { ICON_POINT_LIGHT = 0, ICON_SPOT_LIGHT, ICON_DIRECTIONAL_LIGHT, ICON_CAMERA, ICON_SOUND_SOURCE, ICON_SOUND_SOURCE_3D, ICON_SOUND_LISTENERS, ICON_ZONE, ...
add SplinePath check for length
add SplinePath check for length
ActionScript
mit
iainmerrick/Urho3D,MeshGeometry/Urho3D,henu/Urho3D,tommy3/Urho3D,cosmy1/Urho3D,xiliu98/Urho3D,MonkeyFirst/Urho3D,iainmerrick/Urho3D,iainmerrick/Urho3D,fire/Urho3D-1,PredatorMF/Urho3D,codemon66/Urho3D,MeshGeometry/Urho3D,weitjong/Urho3D,codedash64/Urho3D,299299/Urho3D,tommy3/Urho3D,MonkeyFirst/Urho3D,abdllhbyrktr/Urho3D...
5f39b7aa0cd858259376607e54c52f6a2d9e56e4
src/aerys/minko/type/enum/TriangleCulling.as
src/aerys/minko/type/enum/TriangleCulling.as
package aerys.minko.type.enum { import aerys.minko.ns.minko_render; import flash.display.TriangleCulling; import flash.display3D.Context3DTriangleFace; public final class TriangleCulling { public static const NONE : int = 0; public static const BACK : int = 1; public static const FRONT : int = 2; public...
package aerys.minko.type.enum { import aerys.minko.ns.minko_render; import flash.display.TriangleCulling; import flash.display3D.Context3DTriangleFace; public final class TriangleCulling { public static const NONE : uint = 0; public static const BACK : uint = 1; public static const FRONT : uint = 2; pub...
use uint for the TriangleCulling enum values
use uint for the TriangleCulling enum values
ActionScript
mit
aerys/minko-as3
c7a0b2b18336ba007349f1eb66af465da609aa0f
snowplow-as3-tracker/src/com/snowplowanalytics/snowplow/tracker/Tracker.as
snowplow-as3-tracker/src/com/snowplowanalytics/snowplow/tracker/Tracker.as
/* * Copyright (c) 2015 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/lice...
/* * Copyright (c) 2015 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/lice...
Send page URL and refr URL fields with all events, not just page views. resolves #16
Send page URL and refr URL fields with all events, not just page views. resolves #16
ActionScript
apache-2.0
snowplow/snowplow-actionscript3-tracker,snowplow/snowplow-actionscript3-tracker,snowplow/snowplow-actionscript3-tracker
dc98d00124b0bd4320a6774716a7e7bde01c0cea
src/org/flintparticles/twoD/actions/TweenToCurrentPosition.as
src/org/flintparticles/twoD/actions/TweenToCurrentPosition.as
/* * FLINT PARTICLE SYSTEM * ..................... * * Author: Richard Lord * Copyright (c) Richard Lord 2008-2011 * http://flintparticles.org * * * Licence Agreement * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (t...
/* * FLINT PARTICLE SYSTEM * ..................... * * Author: Richard Lord * Copyright (c) Richard Lord 2008-2011 * http://flintparticles.org * * * Licence Agreement * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (t...
Add default parameter to support MXML.
Add default parameter to support MXML.
ActionScript
mit
richardlord/Flint
0cba1203c9bc71ff038658aa2e0114b7b6718ae3
src/as/com/threerings/util/Line.as
src/as/com/threerings/util/Line.as
// // $Id$ // // Narya library - tools for developing networked games // Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/narya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public Licens...
// // $Id$ // // Narya library - tools for developing networked games // Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/narya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public Licens...
implement equalable
implement equalable git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@4700 542714f4-19e9-0310-aa3c-eee0fc999fb1
ActionScript
lgpl-2.1
threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya
7bbe9bf80e08cc1cbf4693327462c7568d26b412
src/aerys/minko/render/DrawCall.as
src/aerys/minko/render/DrawCall.as
package aerys.minko.render { import aerys.minko.ns.minko_render; import aerys.minko.render.geometry.Geometry; import aerys.minko.render.geometry.stream.IVertexStream; import aerys.minko.render.geometry.stream.StreamUsage; import aerys.minko.render.geometry.stream.VertexStream; import aerys.minko.render.geometry.s...
package aerys.minko.render { import aerys.minko.ns.minko_render; import aerys.minko.render.geometry.Geometry; import aerys.minko.render.geometry.stream.IVertexStream; import aerys.minko.render.geometry.stream.StreamUsage; import aerys.minko.render.geometry.stream.VertexStream; import aerys.minko.render.geometry.s...
fix DrawCall.depth update by making sure the reference to localToWorld and worldToScreen are init. directly from the bindings if available when DrawCall.setBindings() is called
fix DrawCall.depth update by making sure the reference to localToWorld and worldToScreen are init. directly from the bindings if available when DrawCall.setBindings() is called
ActionScript
mit
aerys/minko-as3
5d09279b20091193ec65f011673a97a79983a8dc
src/org/mangui/hls/HLSSettings.as
src/org/mangui/hls/HLSSettings.as
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ package org.mangui.hls { import org.mangui.hls.constant.HLSSeekMode; import org.mangui.hls.constant.HLSMaxL...
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ package org.mangui.hls { import org.mangui.hls.constant.HLSSeekMode; import org.mangui.hls.constant.HLSMaxL...
set max buffer len to 120s
set max buffer len to 120s
ActionScript
mpl-2.0
suuhas/flashls,viktorot/flashls,mangui/flashls,suuhas/flashls,Peer5/flashls,dighan/flashls,tedconf/flashls,viktorot/flashls,aevange/flashls,thdtjsdn/flashls,JulianPena/flashls,NicolasSiver/flashls,suuhas/flashls,jlacivita/flashls,Corey600/flashls,JulianPena/flashls,jlacivita/flashls,neilrackett/flashls,Peer5/flashls,vi...
092eaa653abd275293d6afb49528ba4d33913f1a
src/com/esri/viewer/utils/PortalBasemapAppender.as
src/com/esri/viewer/utils/PortalBasemapAppender.as
/////////////////////////////////////////////////////////////////////////// // Copyright (c) 2010-2011 Esri. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // ...
/////////////////////////////////////////////////////////////////////////// // Copyright (c) 2010-2011 Esri. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // ...
Support appending basemaps from Portal map-service items.
Support appending basemaps from Portal map-service items.
ActionScript
apache-2.0
Esri/arcgis-viewer-flex,Esri/arcgis-viewer-flex,CanterburyRegionalCouncil/arcgis-viewer-flex,CanterburyRegionalCouncil/arcgis-viewer-flex,CanterburyRegionalCouncil/arcgis-viewer-flex
608ab00bba68c3e6bdeb39d0acf92055062ca188
src/org/mangui/osmf/plugins/traits/HLSAlternativeAudioTrait.as
src/org/mangui/osmf/plugins/traits/HLSAlternativeAudioTrait.as
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ package org.mangui.osmf.plugins.traits { import org.mangui.hls.HLS; import org.mangui.hls.model.AudioT...
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ package org.mangui.osmf.plugins.traits { import org.mangui.hls.HLS; import org.mangui.hls.model.AudioT...
fix AlternativeAudioTrait reporting invalid stream index related to #6
flashlsOSMF: fix AlternativeAudioTrait reporting invalid stream index related to #6
ActionScript
mpl-2.0
Corey600/flashls,NicolasSiver/flashls,hola/flashls,suuhas/flashls,clappr/flashls,thdtjsdn/flashls,Peer5/flashls,aevange/flashls,Corey600/flashls,mangui/flashls,jlacivita/flashls,codex-corp/flashls,tedconf/flashls,aevange/flashls,JulianPena/flashls,NicolasSiver/flashls,suuhas/flashls,JulianPena/flashls,Peer5/flashls,vid...
948040a323126de9ad3494601ade4ff74ef4bc70
krew-framework/krewfw/builtin_actor/system/KrewStateMachine.as
krew-framework/krewfw/builtin_actor/system/KrewStateMachine.as
package krewfw.builtin_actor.system { import flash.utils.Dictionary; import krewfw.core.KrewActor; /** * Hierarchical Finite State Machine for krewFramework. * * [Note] 後から動的に登録 State を変えるような使い方は想定していない。 * addState はあるが removeState のインタフェースは用意していない。 * * また、現状 K...
package krewfw.builtin_actor.system { import flash.utils.Dictionary; import krewfw.core.KrewActor; /** * Hierarchical Finite State Machine for krewFramework. * * [Note] 後から動的に登録 State を変えるような使い方は想定していない。 * addState はあるが removeState のインタフェースは用意していない。 * * また、現状 K...
Add log to KrewStateMachine
Add log to KrewStateMachine
ActionScript
mit
tatsuya-koyama/krewFramework,tatsuya-koyama/krewFramework,tatsuya-koyama/krewFramework
0436015ac7394c49edaba9f25dbf30ac220e56b8
frameworks/projects/mobiletheme/src/spark/skins/ios7/supportClasses/CalloutArrow.as
frameworks/projects/mobiletheme/src/spark/skins/ios7/supportClasses/CalloutArrow.as
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
Tweak CalloutSkin. The arrow tip has a curve.
Tweak CalloutSkin. The arrow tip has a curve.
ActionScript
apache-2.0
shyamalschandra/flex-sdk,SlavaRa/flex-sdk,apache/flex-sdk,danteinforno/flex-sdk,SlavaRa/flex-sdk,adufilie/flex-sdk,shyamalschandra/flex-sdk,adufilie/flex-sdk,danteinforno/flex-sdk,SlavaRa/flex-sdk,shyamalschandra/flex-sdk,danteinforno/flex-sdk,adufilie/flex-sdk,danteinforno/flex-sdk,adufilie/flex-sdk,apache/flex-sdk,ap...
e22f71cdc5dd90b50678137c4686bde99d567e3d
exporter/src/main/as/flump/export/Exporter.as
exporter/src/main/as/flump/export/Exporter.as
// // Flump - Copyright 2012 Three Rings Design package flump.export { import flash.desktop.NativeApplication; import flash.display.NativeMenu; import flash.display.NativeMenuItem; import flash.display.NativeWindow; import flash.display.Stage; import flash.display.StageQuality; import flash.events.Event; import flash...
// // Flump - Copyright 2012 Three Rings Design package flump.export { import flash.desktop.NativeApplication; import flash.display.NativeMenu; import flash.display.NativeMenuItem; import flash.display.NativeWindow; import flash.display.Stage; import flash.display.StageQuality; import flash.events.Event; import flash...
Clear out the file list when a new config is started.
Clear out the file list when a new config is started.
ActionScript
mit
mathieuanthoine/flump,tconkling/flump,funkypandagame/flump,tconkling/flump,mathieuanthoine/flump,funkypandagame/flump,mathieuanthoine/flump
a1e9e36a07b5b816b0ee67cf73f4d4d21b4fb826
WEB-INF/lps/lfc/kernel/swf/LzSoundMC.as
WEB-INF/lps/lfc/kernel/swf/LzSoundMC.as
/** * LzSoundMC.as * * @copyright Copyright 2001-2007 Laszlo Systems, Inc. All Rights Reserved. * Use is subject to license terms. * * @topic Kernel * @subtopic AS2 */ /** * Wraps the streaming MP3 loader in a movieclip-like API. * Used for proxyless mp3 audio loading. * * @access...
/** * LzSoundMC.as * * @copyright Copyright 2001-2008 Laszlo Systems, Inc. All Rights Reserved. * Use is subject to license terms. * * @topic Kernel * @subtopic AS2 */ /** * Wraps the streaming MP3 loader in a movieclip-like API. * Used for proxyless mp3 audio loading. * * @access...
Change 20080220-maxcarlson-O by maxcarlson@Roboto.local on 2008-02-20 14:33:48 PST in /Users/maxcarlson/openlaszlo/trunk for http://svn.openlaszlo.org/openlaszlo/trunk
Change 20080220-maxcarlson-O by maxcarlson@Roboto.local on 2008-02-20 14:33:48 PST in /Users/maxcarlson/openlaszlo/trunk for http://svn.openlaszlo.org/openlaszlo/trunk Summary: Send onerror event for failed streaming mp3 loads in swf` New Features: Bugs Fixed: LPP-5445 - SoundMC does not send onerror-event ...
ActionScript
epl-1.0
mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo