diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml new file mode 100644 index 0000000..fe4f0d4 --- /dev/null +++ b/.github/workflows/issues.yml @@ -0,0 +1,17 @@ +name: 'Close stale issues and PR' +on: + schedule: + - cron: '30 1 * * *' + +jobs: + stale: + runs-on: ubuntu-latest + steps: + - uses: actions/stale@v4 + with: + stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.' + stale-pr-message: 'This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.' + close-issue-message: 'This issue was closed because it has been stalled for 5 days with no activity.' + days-before-stale: 30 + days-before-close: 5 + days-before-pr-close: -1 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index bf75d26..b6964d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +###### 2021.12.06 [v3.0.8] + +``` +Add airpackage +``` + + ###### 2021.03.12 [v3.0.007] ``` diff --git a/README.md b/README.md index 175e577..f79fc4e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -built by [distriqt //](http://airnativeextensions.com) +built by [distriqt //](https://airnativeextensions.com) -![Exceptions](images/promo.png) +![Exceptions](https://raw.githubusercontent.com/distriqt/ANE-Exceptions/master/images/promo.png) # Exceptions @@ -67,7 +67,7 @@ The highest quality and widest range of Native Extensions for Adobe AIR With many native extensions available, we are the largest provider of native extensions for AIR developers. Our mobile solutions allow developers to fast-forward development and focus on building great games and apps. -http://airnativeextensions.com +https://airnativeextensions.com diff --git a/build.xml b/build.xml index 16d11b7..b872ac4 100644 --- a/build.xml +++ b/build.xml @@ -2,7 +2,6 @@ - @@ -28,21 +27,26 @@ --> - - + +## Version Details + +| Extension | Version | Android Lib | iOS Lib | +| --- | --- | --- | --- | + + @@ -203,6 +207,25 @@ _site + + + + + + + + + + + + + @@ -67,19 +70,10 @@ - - - - - - @@ -96,6 +90,7 @@ ]]> + @@ -104,12 +99,12 @@ 0) outputName = prefix + "."; - var grp = attributes.get( "grp" ).toLowerCase(); - var projectname = attributes.get( "projectname" ); + var grp = String(attributes.get( "grp" ).toLowerCase()); + var projectname = String(attributes.get( "projectname" )); if (grp.length > 0) { outputName += grp + "." + projectname; @@ -130,12 +125,12 @@ 0) packageName = prefix + "."; - var grp = attributes.get( "grp" ).toLowerCase(); - var projectname = attributes.get( "projectname" ).toLowerCase(); + var grp = String(attributes.get( "grp" ).toLowerCase()); + var projectname = String(attributes.get( "projectname" ).toLowerCase()); if (grp.length > 0) { packageName += grp + "." + projectname; @@ -153,7 +148,7 @@ @@ -162,7 +157,7 @@ diff --git a/build_config/build.config b/build_config/build.config index 8505a68..d2550a9 100644 --- a/build_config/build.config +++ b/build_config/build.config @@ -3,6 +3,10 @@ project.grp = project.name = Exceptions +github.repo = distriqt/ANE-Exceptions +airpackage.name = Exceptions +airpackage.description = Enable global exception handle for native exceptions + DEBUG_MODE=false package.basename = com.distriqt.extension diff --git a/build_config/global.config b/build_config/global.config index 564cf58..e91da34 100644 --- a/build_config/global.config +++ b/build_config/global.config @@ -6,6 +6,8 @@ # DEFAULTS output.tmpdir = .tmp codetmpl = ./build_config/_codetmpl +airpackage.dir = ./package +airpackage.tmpl = ${airpackage.dir}/_packagetmpl version.autoincrement = true version.android = version.ios = @@ -47,7 +49,9 @@ supportlibs.coreframework = ${supportlibs.corelibraries}/platform/ios/build # WINDOWS windows.msbuildpath = C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\MSBuild\\15.0\\Bin\\MSBuild.exe -windows.outputdir = build +windows.outputdir = build/x86 +windows.outputdir64 = build/x64 +windows.buildconfig = Release # MACOS diff --git a/build_config/platform_android.xml b/build_config/platform_android.xml index b54404b..48d6a55 100644 --- a/build_config/platform_android.xml +++ b/build_config/platform_android.xml @@ -1,5 +1,5 @@ - 2019 // distriqt + 2021 // distriqt @JARS@ diff --git a/build_config/platform_ios.xml b/build_config/platform_ios.xml index 15fa90f..0063240 100644 --- a/build_config/platform_ios.xml +++ b/build_config/platform_ios.xml @@ -1,8 +1,7 @@ - 2019 // distriqt + 2021 // distriqt 9.0 - diff --git a/build_config/version.config b/build_config/version.config index b298e3a..d879210 100644 --- a/build_config/version.config +++ b/build_config/version.config @@ -1,5 +1,5 @@ -#Fri, 12 Mar 2021 22:49:38 +1000 +#Mon, 06 Dec 2021 16:20:13 +1000 version_major=3 version_minor=0 -version_build=007 +version_build=8 diff --git a/build_docsconversion.xml b/build_docsconversion.xml deleted file mode 100644 index 1193f3b..0000000 --- a/build_docsconversion.xml +++ /dev/null @@ -1,176 +0,0 @@ - - - - - - - - - - DEPRECATING WIKI - - - - - - - - - - - - - - - - - - -This wiki has been deprecated. All content is now available in our new [documentation site](https://docs.airnativeextensions.com). - -This page can be found here: https://docs.airnativeextensions.com/docs/${project.namelower}/${doc.filename} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - var line = self.getToken(); - var regex = /\[\[([^\]]+?)\|(.+?)\]\]/g; - var result = line.replace( regex, function( $0, $1, $2 ) - { - var link = $2; - if (link.charAt(1) == ".") link = link.substr(2); - if (link.toLowerCase() == "home") link = "./"; - link = link.toLowerCase().replaceAll( " ", "-" ); - return "[" + $1 + "](" + link + ")"; - }); - self.setToken( result ); - - - - - - - - - - - - - - - - - - - - - var dest = source; - if (dest.charAt(1) == ".") dest = dest.substr(2); - if (dest.toLowerCase() == "home.md") dest = "index.md"; - dest = dest.toLowerCase().replaceAll( " ", "-" ); - self.addMappedName( dest ); - - - - - - - - - ---- -title: ${project.name} -hide_title: true -slug: /${project.namelower}/ ---- - - - ---- -title: ${doc.title} -sidebar_label: ${doc.title} ---- - - - - ${doc.content} - - - - - - - - - - - - - - - - - - diff --git a/docs/asdocs/all-classes.html b/docs/asdocs/all-classes.html index e995059..99e9afa 100644 --- a/docs/asdocs/all-classes.html +++ b/docs/asdocs/all-classes.html @@ -19,4 +19,4 @@

All Cla - \ No newline at end of file + \ No newline at end of file diff --git a/docs/asdocs/all-index-A.html b/docs/asdocs/all-index-A.html index a80c03f..e7653d4 100644 --- a/docs/asdocs/all-index-A.html +++ b/docs/asdocs/all-index-A.html @@ -10,4 +10,4 @@ if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("A Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false ,false,false,false,false,false);} --> - \ No newline at end of file +

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file diff --git a/docs/asdocs/all-index-B.html b/docs/asdocs/all-index-B.html index bf26097..d023ffd 100644 --- a/docs/asdocs/all-index-B.html +++ b/docs/asdocs/all-index-B.html @@ -10,4 +10,4 @@ if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("B Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false ,false,false,false,false,false);} --> -

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file +

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file diff --git a/docs/asdocs/all-index-C.html b/docs/asdocs/all-index-C.html index d373199..dd362c1 100644 --- a/docs/asdocs/all-index-C.html +++ b/docs/asdocs/all-index-C.html @@ -10,4 +10,4 @@ if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("C Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false ,false,false,false,false,false);} --> -

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
com.distriqt.extension.exceptions — package
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file +

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
com.distriqt.extension.exceptions — package
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file diff --git a/docs/asdocs/all-index-D.html b/docs/asdocs/all-index-D.html index 920faa1..2d74544 100644 --- a/docs/asdocs/all-index-D.html +++ b/docs/asdocs/all-index-D.html @@ -12,4 +12,4 @@ -->

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
dispose() — method, class com.distriqt.extension.exceptions.Exceptions
- Disposes the extension and releases any allocated resources.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file + Disposes the extension and releases any allocated resources.A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file diff --git a/docs/asdocs/all-index-E.html b/docs/asdocs/all-index-E.html index 00fd1c8..12c493b 100644 --- a/docs/asdocs/all-index-E.html +++ b/docs/asdocs/all-index-E.html @@ -17,4 +17,4 @@ This class represents the Exceptions extension.Exceptions() — Constructor, class com.distriqt.extension.exceptions.Exceptions Constructor You should not call this directly, but instead use the singleton access - EXT_CONTEXT_ID — Constant Static Property, class com.distriqt.extension.exceptions.ExceptionsA  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file + EXT_CONTEXT_ID — Constant Static Property, class com.distriqt.extension.exceptions.ExceptionsA  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file diff --git a/docs/asdocs/all-index-F.html b/docs/asdocs/all-index-F.html index b91788a..b041cf6 100644 --- a/docs/asdocs/all-index-F.html +++ b/docs/asdocs/all-index-F.html @@ -10,4 +10,4 @@ if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("F Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false ,false,false,false,false,false);} --> -

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
fromObject(data:Object) — Static Method , class com.distriqt.extension.exceptions.ExceptionReport
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file +

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
fromObject(data:Object) — Static Method , class com.distriqt.extension.exceptions.ExceptionReport
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file diff --git a/docs/asdocs/all-index-G.html b/docs/asdocs/all-index-G.html index 1e75ecd..cf45d56 100644 --- a/docs/asdocs/all-index-G.html +++ b/docs/asdocs/all-index-G.html @@ -13,4 +13,4 @@

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
getPendingException(purge:Boolean) — method, class com.distriqt.extension.exceptions.Exceptions
Returns the ExceptionReport for any pending exception that - may have occurred previously.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file + may have occurred previously.A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file diff --git a/docs/asdocs/all-index-H.html b/docs/asdocs/all-index-H.html index 67f5b40..c4c9ca3 100644 --- a/docs/asdocs/all-index-H.html +++ b/docs/asdocs/all-index-H.html @@ -13,4 +13,4 @@

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
hasPendingException() — method, class com.distriqt.extension.exceptions.Exceptions
Checks if there is a pending exception that may have occurred on a previous - run of the application.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file + run of the application.A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file diff --git a/docs/asdocs/all-index-I.html b/docs/asdocs/all-index-I.html index 585875a..6524196 100644 --- a/docs/asdocs/all-index-I.html +++ b/docs/asdocs/all-index-I.html @@ -14,4 +14,4 @@ The implementation currently in use.isSupported — Static Property, class com.distriqt.extension.exceptions.Exceptions Whether the current device supports the extensions functionality - A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file + A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file diff --git a/docs/asdocs/all-index-J.html b/docs/asdocs/all-index-J.html index 845390a..62de873 100644 --- a/docs/asdocs/all-index-J.html +++ b/docs/asdocs/all-index-J.html @@ -10,4 +10,4 @@ if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("J Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false ,false,false,false,false,false);} --> -

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file +

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file diff --git a/docs/asdocs/all-index-K.html b/docs/asdocs/all-index-K.html index 55692a7..61d930c 100644 --- a/docs/asdocs/all-index-K.html +++ b/docs/asdocs/all-index-K.html @@ -10,4 +10,4 @@ if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("K Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false ,false,false,false,false,false);} --> -

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file +

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file diff --git a/docs/asdocs/all-index-L.html b/docs/asdocs/all-index-L.html index 182d7d4..aafa67d 100644 --- a/docs/asdocs/all-index-L.html +++ b/docs/asdocs/all-index-L.html @@ -10,4 +10,4 @@ if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("L Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false ,false,false,false,false,false);} --> -

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file +

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file diff --git a/docs/asdocs/all-index-M.html b/docs/asdocs/all-index-M.html index 110ed61..490a25a 100644 --- a/docs/asdocs/all-index-M.html +++ b/docs/asdocs/all-index-M.html @@ -10,4 +10,4 @@ if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("M Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false ,false,false,false,false,false);} --> -

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file +

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file diff --git a/docs/asdocs/all-index-N.html b/docs/asdocs/all-index-N.html index 22c2793..19ee405 100644 --- a/docs/asdocs/all-index-N.html +++ b/docs/asdocs/all-index-N.html @@ -12,4 +12,4 @@ -->

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
name — Property, class com.distriqt.extension.exceptions.ExceptionReport
nativeVersion — Property, class com.distriqt.extension.exceptions.Exceptions
- The native version string of the native extension.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file + The native version string of the native extension.A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file diff --git a/docs/asdocs/all-index-O.html b/docs/asdocs/all-index-O.html index b9976c1..c869f90 100644 --- a/docs/asdocs/all-index-O.html +++ b/docs/asdocs/all-index-O.html @@ -10,4 +10,4 @@ if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("O Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false ,false,false,false,false,false);} --> -

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file +

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file diff --git a/docs/asdocs/all-index-P.html b/docs/asdocs/all-index-P.html index 211a626..36fcf1b 100644 --- a/docs/asdocs/all-index-P.html +++ b/docs/asdocs/all-index-P.html @@ -11,4 +11,4 @@ if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("P Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false ,false,false,false,false,false);} -->

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
purgePendingException() — method, class com.distriqt.extension.exceptions.Exceptions
- Purges (clears) any pending exceptions.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file + Purges (clears) any pending exceptions.A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file diff --git a/docs/asdocs/all-index-Q.html b/docs/asdocs/all-index-Q.html index 19b9292..8025bcc 100644 --- a/docs/asdocs/all-index-Q.html +++ b/docs/asdocs/all-index-Q.html @@ -10,4 +10,4 @@ if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("Q Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false ,false,false,false,false,false);} --> -

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file +

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file diff --git a/docs/asdocs/all-index-R.html b/docs/asdocs/all-index-R.html index 3d5e98e..ead2162 100644 --- a/docs/asdocs/all-index-R.html +++ b/docs/asdocs/all-index-R.html @@ -10,4 +10,4 @@ if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("R Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false ,false,false,false,false,false);} --> -

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
reason — Property, class com.distriqt.extension.exceptions.ExceptionReport
report — Property, class com.distriqt.extension.exceptions.ExceptionReport
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file +

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
reason — Property, class com.distriqt.extension.exceptions.ExceptionReport
report — Property, class com.distriqt.extension.exceptions.ExceptionReport
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file diff --git a/docs/asdocs/all-index-S.html b/docs/asdocs/all-index-S.html index 23f3458..520fd0b 100644 --- a/docs/asdocs/all-index-S.html +++ b/docs/asdocs/all-index-S.html @@ -11,4 +11,4 @@ if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("S Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false ,false,false,false,false,false);} -->

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
service — Static Property, class com.distriqt.extension.exceptions.Exceptions
- The singleton instance of the Exceptions class.
setUncaughtExceptionHandler() — method, class com.distriqt.extension.exceptions.Exceptions
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file + The singleton instance of the Exceptions class.setUncaughtExceptionHandler() — method, class com.distriqt.extension.exceptions.ExceptionsA  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file diff --git a/docs/asdocs/all-index-T.html b/docs/asdocs/all-index-T.html index 61bc80f..bf4a31e 100644 --- a/docs/asdocs/all-index-T.html +++ b/docs/asdocs/all-index-T.html @@ -10,4 +10,4 @@ if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("T Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false ,false,false,false,false,false);} --> -

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
timestamp — Property, class com.distriqt.extension.exceptions.ExceptionReport
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file +

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
timestamp — Property, class com.distriqt.extension.exceptions.ExceptionReport
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file diff --git a/docs/asdocs/all-index-U.html b/docs/asdocs/all-index-U.html index 0061386..ab95cf5 100644 --- a/docs/asdocs/all-index-U.html +++ b/docs/asdocs/all-index-U.html @@ -10,4 +10,4 @@ if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("U Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false ,false,false,false,false,false);} --> -

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file +

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file diff --git a/docs/asdocs/all-index-V.html b/docs/asdocs/all-index-V.html index 9bd2599..41d300f 100644 --- a/docs/asdocs/all-index-V.html +++ b/docs/asdocs/all-index-V.html @@ -12,4 +12,4 @@ -->

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
version — Property, class com.distriqt.extension.exceptions.Exceptions
- The version of this extension.
VERSION — Constant Static Property, class com.distriqt.extension.exceptions.Exceptions
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file + The version of this extension.VERSION — Constant Static Property, class com.distriqt.extension.exceptions.ExceptionsA  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file diff --git a/docs/asdocs/all-index-W.html b/docs/asdocs/all-index-W.html index a22585d..a6467d5 100644 --- a/docs/asdocs/all-index-W.html +++ b/docs/asdocs/all-index-W.html @@ -12,4 +12,4 @@ -->

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
writePendingExceptionToFile(file:flash.filesystem:File, purge:Boolean) — method, class com.distriqt.extension.exceptions.Exceptions
- Writes the crash report into a file.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file + Writes the crash report into a file.A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file diff --git a/docs/asdocs/all-index-X.html b/docs/asdocs/all-index-X.html index 28fcfce..c9b0953 100644 --- a/docs/asdocs/all-index-X.html +++ b/docs/asdocs/all-index-X.html @@ -10,4 +10,4 @@ if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("X Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false ,false,false,false,false,false);} --> -

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file +

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file diff --git a/docs/asdocs/all-index-Y.html b/docs/asdocs/all-index-Y.html index e9951dc..4baa9bc 100644 --- a/docs/asdocs/all-index-Y.html +++ b/docs/asdocs/all-index-Y.html @@ -10,4 +10,4 @@ if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("Y Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false ,false,false,false,false,false);} --> -

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file +

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file diff --git a/docs/asdocs/all-index-Z.html b/docs/asdocs/all-index-Z.html index 46d32bf..8441334 100644 --- a/docs/asdocs/all-index-Z.html +++ b/docs/asdocs/all-index-Z.html @@ -10,4 +10,4 @@ if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("Z Index"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false ,false,false,false,false,false);} --> -

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file +

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file diff --git a/docs/asdocs/class-summary.html b/docs/asdocs/class-summary.html index ef098a1..def66c7 100644 --- a/docs/asdocs/class-summary.html +++ b/docs/asdocs/class-summary.html @@ -12,4 +12,4 @@ -->

Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.


 ClassPackageDescription
 ExceptionReport
com.distriqt.extension.exceptions 
 Exceptions
com.distriqt.extension.exceptions - This class represents the Exceptions extension.

\ No newline at end of file + This class represents the Exceptions extension.

\ No newline at end of file diff --git a/docs/asdocs/com/distriqt/extension/exceptions/ExceptionReport.html b/docs/asdocs/com/distriqt/extension/exceptions/ExceptionReport.html index 2376f98..dbe25c6 100644 --- a/docs/asdocs/com/distriqt/extension/exceptions/ExceptionReport.html +++ b/docs/asdocs/com/distriqt/extension/exceptions/ExceptionReport.html @@ -17,4 +17,4 @@ showHideInherited(); -->
Property Detail
nameproperty
public var name:String

reasonproperty 
public var reason:String

reportproperty 
public var report:String

timestampproperty 
public var timestamp:Number = -1

Constructor Detail
ExceptionReport()Constructor
public function ExceptionReport()

Constructor -

Method Detail
fromObject()method
public static function fromObject(data:Object):ExceptionReport

Parameters
data:Object

Returns
ExceptionReport




\ No newline at end of file +

Method Detail
fromObject()method
public static function fromObject(data:Object):ExceptionReport

Parameters
data:Object

Returns
ExceptionReport




\ No newline at end of file diff --git a/docs/asdocs/com/distriqt/extension/exceptions/Exceptions.html b/docs/asdocs/com/distriqt/extension/exceptions/Exceptions.html index 6f0a853..95c8e0e 100644 --- a/docs/asdocs/com/distriqt/extension/exceptions/Exceptions.html +++ b/docs/asdocs/com/distriqt/extension/exceptions/Exceptions.html @@ -38,7 +38,7 @@ Purges (clears) any pending exceptions.Exceptions  
Exceptions  
writePendingExceptionToFile(file:File, purge:Boolean = true):Boolean
- Writes the crash report into a file.
Exceptions
Public Constants
 ConstantDefined By
  EXT_CONTEXT_ID : String = com.distriqt.Exceptions
[static]
Exceptions
  VERSION : String = 3.0.007
[static]
Exceptions
Property Detail
implementationproperty
implementation:String  [read-only]

@@ -100,4 +100,4 @@

Parameters
file:File — The File reference to write the crash output into
 
purge:Boolean (default = true) — If true the pending exception will be purged and no longer be accessible

Returns
Booleantrue if the pending exception was successfully written to the file -
Constant Detail
EXT_CONTEXT_IDConstant
public static const EXT_CONTEXT_ID:String = com.distriqt.Exceptions

VERSIONConstant 
public static const VERSION:String = 3.0.007





\ No newline at end of file +
Constant Detail
EXT_CONTEXT_IDConstant
public static const EXT_CONTEXT_ID:String = com.distriqt.Exceptions

VERSIONConstant 
public static const VERSION:String = 3.0.8





\ No newline at end of file diff --git a/docs/asdocs/com/distriqt/extension/exceptions/class-list.html b/docs/asdocs/com/distriqt/extension/exceptions/class-list.html index 9a1977d..8b5c27b 100644 --- a/docs/asdocs/com/distriqt/extension/exceptions/class-list.html +++ b/docs/asdocs/com/distriqt/extension/exceptions/class-list.html @@ -1 +1 @@ -com.distriqt.extension.exceptions - distriqt // Exceptions

Package com.distriqt.extension.exceptions

Classes
ExceptionReport
Exceptions
\ No newline at end of file +com.distriqt.extension.exceptions - distriqt // Exceptions

Package com.distriqt.extension.exceptions

Classes
ExceptionReport
Exceptions
\ No newline at end of file diff --git a/docs/asdocs/com/distriqt/extension/exceptions/package-detail.html b/docs/asdocs/com/distriqt/extension/exceptions/package-detail.html index ec91a11..92732ff 100644 --- a/docs/asdocs/com/distriqt/extension/exceptions/package-detail.html +++ b/docs/asdocs/com/distriqt/extension/exceptions/package-detail.html @@ -13,4 +13,4 @@



Classes
 ClassDescription
 ExceptionReport  
 Exceptions - This class represents the Exceptions extension.

\ No newline at end of file + This class represents the Exceptions extension.

\ No newline at end of file diff --git a/docs/asdocs/images/logo.jpg b/docs/asdocs/images/logo.jpg index 7f4887a..01d0a14 100644 Binary files a/docs/asdocs/images/logo.jpg and b/docs/asdocs/images/logo.jpg differ diff --git a/docs/asdocs/index-list.html b/docs/asdocs/index-list.html index c91cf19..d59f2f9 100644 --- a/docs/asdocs/index-list.html +++ b/docs/asdocs/index-list.html @@ -67,4 +67,4 @@

Index

Z - \ No newline at end of file + \ No newline at end of file diff --git a/docs/asdocs/index.html b/docs/asdocs/index.html index 791adfc..3fb6ee4 100644 --- a/docs/asdocs/index.html +++ b/docs/asdocs/index.html @@ -37,4 +37,4 @@

Frame Alert

- \ No newline at end of file + \ No newline at end of file diff --git a/docs/asdocs/package-frame.html b/docs/asdocs/package-frame.html index 9c7d137..c525ef1 100644 --- a/docs/asdocs/package-frame.html +++ b/docs/asdocs/package-frame.html @@ -15,4 +15,4 @@

Frame Alert

- \ No newline at end of file + \ No newline at end of file diff --git a/docs/asdocs/package-list.html b/docs/asdocs/package-list.html index 5a303a6..bdb1ca2 100644 --- a/docs/asdocs/package-list.html +++ b/docs/asdocs/package-list.html @@ -1 +1 @@ -Package List - distriqt // Exceptions

Packages

com.distriqt.extension.exceptions
\ No newline at end of file +Package List - distriqt // Exceptions

Packages

com.distriqt.extension.exceptions
\ No newline at end of file diff --git a/docs/asdocs/package-summary.html b/docs/asdocs/package-summary.html index 1e3e638..e0a719e 100644 --- a/docs/asdocs/package-summary.html +++ b/docs/asdocs/package-summary.html @@ -10,4 +10,4 @@ if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("All Packages"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false ,false,false,false,false,false);} --> -


 packageDescription
 com.distriqt.extension.exceptions

\ No newline at end of file +


 packageDescription
 com.distriqt.extension.exceptions

\ No newline at end of file diff --git a/docs/asdocs/title-bar.html b/docs/asdocs/title-bar.html index 4a7b8dc..514d195 100644 --- a/docs/asdocs/title-bar.html +++ b/docs/asdocs/title-bar.html @@ -38,4 +38,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/docs/site/docs/exceptions/changelog.md b/docs/site/docs/exceptions/changelog.md new file mode 100644 index 0000000..b6964d5 --- /dev/null +++ b/docs/site/docs/exceptions/changelog.md @@ -0,0 +1,50 @@ + + +###### 2021.12.06 [v3.0.8] + +``` +Add airpackage +``` + + +###### 2021.03.12 [v3.0.007] + +``` +Updated to latest build process +Added Android-x64 support +``` + + +###### 2020.03.25 [v3.0.005] + +``` +Android X migration (resolves #13) +``` + + +###### 2019.08.15 [v2.0.002] + +``` +Android 64bit support (resolves #12) +Updated minimum iOS version to 9.0 +``` + + +###### 2018.11.18 [v1.1.016] + +``` +Added ability to write crash report to file (resolves #10) +``` + +###### 2016.11.02 + +``` +iOS: Added checking of crash report details before returning to AS (#3) +``` + + +####### 2016.10.13 + +``` +Initial Release +``` diff --git a/docs/site/static/asdocs/exceptions/AC_OETags.js b/docs/site/static/asdocs/exceptions/AC_OETags.js new file mode 100644 index 0000000..17fc479 --- /dev/null +++ b/docs/site/static/asdocs/exceptions/AC_OETags.js @@ -0,0 +1,129 @@ +//////////////////////////////////////////////////////////////////////////////// +// +// ADOBE SYSTEMS INCORPORATED +// Copyright 2008 Adobe Systems Incorporated +// All Rights Reserved. +// +// NOTICE: Adobe permits you to use, modify, and distribute this file +// in accordance with the terms of the license agreement accompanying it. +// +//////////////////////////////////////////////////////////////////////////////// + + +//v1.0 +function AC_AddExtension(src, ext) +{ + if (src.indexOf('?') != -1) + return src.replace(/\?/, ext+'?'); + else + return src + ext; +} + +function AC_Generateobj(objAttrs, params, embedAttrs) +{ + var str = ' '; + str += ' + + + All Classes - distriqt // Exceptions + + + + + + +

All Classes

+ + + + + + + +
ExceptionReport
Exceptions
+ + + \ No newline at end of file diff --git a/docs/site/static/asdocs/exceptions/all-index-A.html b/docs/site/static/asdocs/exceptions/all-index-A.html new file mode 100644 index 0000000..e7653d4 --- /dev/null +++ b/docs/site/static/asdocs/exceptions/all-index-A.html @@ -0,0 +1,13 @@ +A +

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file diff --git a/docs/site/static/asdocs/exceptions/all-index-B.html b/docs/site/static/asdocs/exceptions/all-index-B.html new file mode 100644 index 0000000..d023ffd --- /dev/null +++ b/docs/site/static/asdocs/exceptions/all-index-B.html @@ -0,0 +1,13 @@ +B +

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file diff --git a/docs/site/static/asdocs/exceptions/all-index-C.html b/docs/site/static/asdocs/exceptions/all-index-C.html new file mode 100644 index 0000000..dd362c1 --- /dev/null +++ b/docs/site/static/asdocs/exceptions/all-index-C.html @@ -0,0 +1,13 @@ +C +

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
com.distriqt.extension.exceptions — package
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file diff --git a/docs/site/static/asdocs/exceptions/all-index-D.html b/docs/site/static/asdocs/exceptions/all-index-D.html new file mode 100644 index 0000000..2d74544 --- /dev/null +++ b/docs/site/static/asdocs/exceptions/all-index-D.html @@ -0,0 +1,15 @@ +D +

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
dispose() — method, class com.distriqt.extension.exceptions.Exceptions
+ + Disposes the extension and releases any allocated resources.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file diff --git a/docs/site/static/asdocs/exceptions/all-index-E.html b/docs/site/static/asdocs/exceptions/all-index-E.html new file mode 100644 index 0000000..12c493b --- /dev/null +++ b/docs/site/static/asdocs/exceptions/all-index-E.html @@ -0,0 +1,20 @@ +E +

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
ExceptionReport — class, package com.distriqt.extension.exceptions
ExceptionReport() — Constructor, class com.distriqt.extension.exceptions.ExceptionReport
+ Constructor +
Exceptions — final class, package com.distriqt.extension.exceptions
+ + This class represents the Exceptions extension.
Exceptions() — Constructor, class com.distriqt.extension.exceptions.Exceptions
+ Constructor + You should not call this directly, but instead use the singleton access +
EXT_CONTEXT_ID — Constant Static Property, class com.distriqt.extension.exceptions.Exceptions
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file diff --git a/docs/site/static/asdocs/exceptions/all-index-F.html b/docs/site/static/asdocs/exceptions/all-index-F.html new file mode 100644 index 0000000..b041cf6 --- /dev/null +++ b/docs/site/static/asdocs/exceptions/all-index-F.html @@ -0,0 +1,13 @@ +F +

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
fromObject(data:Object) — Static Method , class com.distriqt.extension.exceptions.ExceptionReport
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file diff --git a/docs/site/static/asdocs/exceptions/all-index-G.html b/docs/site/static/asdocs/exceptions/all-index-G.html new file mode 100644 index 0000000..cf45d56 --- /dev/null +++ b/docs/site/static/asdocs/exceptions/all-index-G.html @@ -0,0 +1,16 @@ +G +

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
getPendingException(purge:Boolean) — method, class com.distriqt.extension.exceptions.Exceptions
+ + Returns the ExceptionReport for any pending exception that + may have occurred previously.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file diff --git a/docs/site/static/asdocs/exceptions/all-index-H.html b/docs/site/static/asdocs/exceptions/all-index-H.html new file mode 100644 index 0000000..c4c9ca3 --- /dev/null +++ b/docs/site/static/asdocs/exceptions/all-index-H.html @@ -0,0 +1,16 @@ +H +

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
hasPendingException() — method, class com.distriqt.extension.exceptions.Exceptions
+ + Checks if there is a pending exception that may have occurred on a previous + run of the application.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file diff --git a/docs/site/static/asdocs/exceptions/all-index-I.html b/docs/site/static/asdocs/exceptions/all-index-I.html new file mode 100644 index 0000000..6524196 --- /dev/null +++ b/docs/site/static/asdocs/exceptions/all-index-I.html @@ -0,0 +1,17 @@ +I +

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
implementation — Property, class com.distriqt.extension.exceptions.Exceptions
+ + The implementation currently in use.
isSupported — Static Property, class com.distriqt.extension.exceptions.Exceptions
+ Whether the current device supports the extensions functionality +
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file diff --git a/docs/site/static/asdocs/exceptions/all-index-J.html b/docs/site/static/asdocs/exceptions/all-index-J.html new file mode 100644 index 0000000..62de873 --- /dev/null +++ b/docs/site/static/asdocs/exceptions/all-index-J.html @@ -0,0 +1,13 @@ +J +

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file diff --git a/docs/site/static/asdocs/exceptions/all-index-K.html b/docs/site/static/asdocs/exceptions/all-index-K.html new file mode 100644 index 0000000..61d930c --- /dev/null +++ b/docs/site/static/asdocs/exceptions/all-index-K.html @@ -0,0 +1,13 @@ +K +

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file diff --git a/docs/site/static/asdocs/exceptions/all-index-L.html b/docs/site/static/asdocs/exceptions/all-index-L.html new file mode 100644 index 0000000..aafa67d --- /dev/null +++ b/docs/site/static/asdocs/exceptions/all-index-L.html @@ -0,0 +1,13 @@ +L +

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file diff --git a/docs/site/static/asdocs/exceptions/all-index-M.html b/docs/site/static/asdocs/exceptions/all-index-M.html new file mode 100644 index 0000000..490a25a --- /dev/null +++ b/docs/site/static/asdocs/exceptions/all-index-M.html @@ -0,0 +1,13 @@ +M +

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file diff --git a/docs/site/static/asdocs/exceptions/all-index-N.html b/docs/site/static/asdocs/exceptions/all-index-N.html new file mode 100644 index 0000000..19ee405 --- /dev/null +++ b/docs/site/static/asdocs/exceptions/all-index-N.html @@ -0,0 +1,15 @@ +N +

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
name — Property, class com.distriqt.extension.exceptions.ExceptionReport
nativeVersion — Property, class com.distriqt.extension.exceptions.Exceptions
+ + The native version string of the native extension.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file diff --git a/docs/site/static/asdocs/exceptions/all-index-O.html b/docs/site/static/asdocs/exceptions/all-index-O.html new file mode 100644 index 0000000..c869f90 --- /dev/null +++ b/docs/site/static/asdocs/exceptions/all-index-O.html @@ -0,0 +1,13 @@ +O +

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file diff --git a/docs/site/static/asdocs/exceptions/all-index-P.html b/docs/site/static/asdocs/exceptions/all-index-P.html new file mode 100644 index 0000000..36fcf1b --- /dev/null +++ b/docs/site/static/asdocs/exceptions/all-index-P.html @@ -0,0 +1,14 @@ +P +

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
purgePendingException() — method, class com.distriqt.extension.exceptions.Exceptions
+ Purges (clears) any pending exceptions.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file diff --git a/docs/site/static/asdocs/exceptions/all-index-Q.html b/docs/site/static/asdocs/exceptions/all-index-Q.html new file mode 100644 index 0000000..8025bcc --- /dev/null +++ b/docs/site/static/asdocs/exceptions/all-index-Q.html @@ -0,0 +1,13 @@ +Q +

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file diff --git a/docs/site/static/asdocs/exceptions/all-index-R.html b/docs/site/static/asdocs/exceptions/all-index-R.html new file mode 100644 index 0000000..ead2162 --- /dev/null +++ b/docs/site/static/asdocs/exceptions/all-index-R.html @@ -0,0 +1,13 @@ +R +

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
reason — Property, class com.distriqt.extension.exceptions.ExceptionReport
report — Property, class com.distriqt.extension.exceptions.ExceptionReport
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file diff --git a/docs/site/static/asdocs/exceptions/all-index-S.html b/docs/site/static/asdocs/exceptions/all-index-S.html new file mode 100644 index 0000000..520fd0b --- /dev/null +++ b/docs/site/static/asdocs/exceptions/all-index-S.html @@ -0,0 +1,14 @@ +S +

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
service — Static Property, class com.distriqt.extension.exceptions.Exceptions
+ The singleton instance of the Exceptions class.
setUncaughtExceptionHandler() — method, class com.distriqt.extension.exceptions.Exceptions
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file diff --git a/docs/site/static/asdocs/exceptions/all-index-T.html b/docs/site/static/asdocs/exceptions/all-index-T.html new file mode 100644 index 0000000..bf4a31e --- /dev/null +++ b/docs/site/static/asdocs/exceptions/all-index-T.html @@ -0,0 +1,13 @@ +T +

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
timestamp — Property, class com.distriqt.extension.exceptions.ExceptionReport
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file diff --git a/docs/site/static/asdocs/exceptions/all-index-U.html b/docs/site/static/asdocs/exceptions/all-index-U.html new file mode 100644 index 0000000..ab95cf5 --- /dev/null +++ b/docs/site/static/asdocs/exceptions/all-index-U.html @@ -0,0 +1,13 @@ +U +

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file diff --git a/docs/site/static/asdocs/exceptions/all-index-V.html b/docs/site/static/asdocs/exceptions/all-index-V.html new file mode 100644 index 0000000..41d300f --- /dev/null +++ b/docs/site/static/asdocs/exceptions/all-index-V.html @@ -0,0 +1,15 @@ +V +

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
version — Property, class com.distriqt.extension.exceptions.Exceptions
+ + The version of this extension.
VERSION — Constant Static Property, class com.distriqt.extension.exceptions.Exceptions
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file diff --git a/docs/site/static/asdocs/exceptions/all-index-W.html b/docs/site/static/asdocs/exceptions/all-index-W.html new file mode 100644 index 0000000..a6467d5 --- /dev/null +++ b/docs/site/static/asdocs/exceptions/all-index-W.html @@ -0,0 +1,15 @@ +W +

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
writePendingExceptionToFile(file:flash.filesystem:File, purge:Boolean) — method, class com.distriqt.extension.exceptions.Exceptions
+ + Writes the crash report into a file.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file diff --git a/docs/site/static/asdocs/exceptions/all-index-X.html b/docs/site/static/asdocs/exceptions/all-index-X.html new file mode 100644 index 0000000..c9b0953 --- /dev/null +++ b/docs/site/static/asdocs/exceptions/all-index-X.html @@ -0,0 +1,13 @@ +X +

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file diff --git a/docs/site/static/asdocs/exceptions/all-index-Y.html b/docs/site/static/asdocs/exceptions/all-index-Y.html new file mode 100644 index 0000000..4baa9bc --- /dev/null +++ b/docs/site/static/asdocs/exceptions/all-index-Y.html @@ -0,0 +1,13 @@ +Y +

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file diff --git a/docs/site/static/asdocs/exceptions/all-index-Z.html b/docs/site/static/asdocs/exceptions/all-index-Z.html new file mode 100644 index 0000000..8441334 --- /dev/null +++ b/docs/site/static/asdocs/exceptions/all-index-Z.html @@ -0,0 +1,13 @@ +Z +

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

\ No newline at end of file diff --git a/docs/site/static/asdocs/exceptions/asdoc.js b/docs/site/static/asdocs/exceptions/asdoc.js new file mode 100644 index 0000000..731fe65 --- /dev/null +++ b/docs/site/static/asdocs/exceptions/asdoc.js @@ -0,0 +1,286 @@ +//////////////////////////////////////////////////////////////////////////////// +// +// ADOBE SYSTEMS INCORPORATED +// Copyright 2006-2008 Adobe Systems Incorporated +// All Rights Reserved. +// +// NOTICE: Adobe permits you to use, modify, and distribute this file +// in accordance with the terms of the license agreement accompanying it. +// +//////////////////////////////////////////////////////////////////////////////// +var ECLIPSE_FRAME_NAME = "ContentViewFrame"; +var eclipseBuild = false; +var liveDocsBaseUrl = "http://livedocs.adobe.com/flex/3"; +var liveDocsBookName = "langref"; +function findObject(objId) { + if (document.getElementById) + return document.getElementById(objId); + if (document.all) + return document.all[objId]; +} +function isEclipse() { + return eclipseBuild; +// return (window.name == ECLIPSE_FRAME_NAME) || (parent.name == ECLIPSE_FRAME_NAME) || (parent.parent.name == ECLIPSE_FRAME_NAME); +} +function configPage() { + setRowColorsInitial(true, "Property"); + setRowColorsInitial(true, "Method"); + setRowColorsInitial(true, "ProtectedMethod"); + setRowColorsInitial(true, "Event"); + setRowColorsInitial(true, "Style"); + + setRowColorsInitial(true, "SkinPart"); + setRowColorsInitial(true, "SkinState"); + + setRowColorsInitial(true, "Constant"); + if (isEclipse()) { + if (window.name != "classFrame") + { + var localRef = window.location.href.indexOf('?') != -1 ? window.location.href.substring(0, window.location.href.indexOf('?')) : window.location.href; + localRef = localRef.substring(localRef.indexOf("langref/") + 8); + if (window.location.search != "") + localRef += ("#" + window.location.search.substring(1)); + window.location.replace(baseRef + "index.html?" + localRef); + return; + } + else + { + setStyle(".eclipseBody", "display", "block"); +// var isIE = (navigator.appVersion.indexOf("MSIE") != -1) ? true : false; +// if (isIE == false && window.location.hash != "") + if (window.location.hash != "") + window.location.hash=window.location.hash.substring(1); + } + } + else if (window == top) { // no frames + findObject("titleTable").style.display = ""; + } + else { // frames + findObject("titleTable").style.display = "none"; + } + showTitle(asdocTitle); +} +function loadFrames(classFrameURL, classListFrameURL) { + var classListFrame = findObject("classListFrame"); + if(classListFrame != null && classListFrameContent!='') + classListFrame.document.location.href=classListFrameContent; + if (isEclipse()) { + var contentViewFrame = findObject(ECLIPSE_FRAME_NAME); + if (contentViewFrame != null && classFrameURL != '') + contentViewFrame.document.location.href=classFrameURL; + } + else { + var classFrame = findObject("classFrame"); + if(classFrame != null && classFrameContent!='') + classFrame.document.location.href=classFrameContent; + } +} +function showTitle(title) { + if (!isEclipse()) + top.document.title = title; +} +function loadClassListFrame(classListFrameURL) { + if (parent.frames["classListFrame"] != null) { + parent.frames["classListFrame"].location = classListFrameURL; + } + else if (parent.frames["packageFrame"] != null) { + if (parent.frames["packageFrame"].frames["classListFrame"] != null) { + parent.frames["packageFrame"].frames["classListFrame"].location = classListFrameURL; + } + } +} +function gotoLiveDocs(primaryURL, secondaryURL, locale) { + if (locale == "en-us") { + locale = ""; + } + else { + locale = "_" + locale.substring(3); + } + var url = liveDocsBaseUrl + locale + "/" + liveDocsBookName + "/index.html?" + primaryURL; + if (secondaryURL != null && secondaryURL != "") + url += ("&" + secondaryURL); + window.open(url, "mm_livedocs", "menubar=1,toolbar=1,status=1,scrollbars=1,resizable=yes"); +} +function findTitleTableObject(id) +{ + if (isEclipse()) + return parent.titlebar.document.getElementById(id); + else if (top.titlebar) + return top.titlebar.document.getElementById(id); + else + return document.getElementById(id); +} +function titleBar_setSubTitle(title) +{ + if (isEclipse() || top.titlebar) + findTitleTableObject("subTitle").childNodes.item(0).data = title; +} +function titleBar_setSubNav(showConstants,showProperties,showStyles,showSkinPart,showSkinState,showEffects,showEvents,showConstructor,showMethods,showExamples, + showPackageConstants,showPackageProperties,showPackageFunctions,showInterfaces,showClasses,showPackageUse) +{ + if (isEclipse() || top.titlebar) + { + findTitleTableObject("propertiesLink").style.display = showProperties ? "inline" : "none"; + findTitleTableObject("propertiesBar").style.display = (showProperties && (showPackageProperties || showConstructor || showMethods || showPackageFunctions || showEvents || showStyles || showSkinPart || showSkinState || showEffects || showConstants || showPackageConstants || showInterfaces || showClasses || showPackageUse || showExamples)) ? "inline" : "none"; + findTitleTableObject("packagePropertiesLink").style.display = showPackageProperties ? "inline" : "none"; + findTitleTableObject("packagePropertiesBar").style.display = (showPackageProperties && (showConstructor || showMethods || showPackageFunctions || showEvents || showStyles || showSkinPart || showSkinState || showConstants || showEffects || showPackageConstants || showInterfaces || showClasses || showPackageUse || showExamples)) ? "inline" : "none"; + findTitleTableObject("constructorLink").style.display = showConstructor ? "inline" : "none"; + findTitleTableObject("constructorBar").style.display = (showConstructor && (showMethods || showPackageFunctions || showEvents || showStyles || showSkinPart || showSkinState || showEffects || showConstants || showPackageConstants || showInterfaces || showClasses || showPackageUse || showExamples)) ? "inline" : "none"; + findTitleTableObject("methodsLink").style.display = showMethods ? "inline" : "none"; + findTitleTableObject("methodsBar").style.display = (showMethods && (showPackageFunctions || showEvents || showStyles || showSkinPart || showSkinState || showEffects || showConstants || showPackageConstants || showInterfaces || showClasses || showPackageUse || showExamples)) ? "inline" : "none"; + findTitleTableObject("packageFunctionsLink").style.display = showPackageFunctions ? "inline" : "none"; + findTitleTableObject("packageFunctionsBar").style.display = (showPackageFunctions && (showEvents || showStyles || showSkinPart || showSkinState || showEffects || showConstants || showPackageConstants || showInterfaces || showClasses || showPackageUse || showExamples)) ? "inline" : "none"; + findTitleTableObject("eventsLink").style.display = showEvents ? "inline" : "none"; + findTitleTableObject("eventsBar").style.display = (showEvents && (showStyles || showSkinPart || showSkinState || showEffects || showConstants || showPackageConstants || showInterfaces || showClasses || showPackageUse || showExamples)) ? "inline" : "none"; + findTitleTableObject("stylesLink").style.display = showStyles ? "inline" : "none"; + findTitleTableObject("stylesBar").style.display = (showStyles && (showSkinPart || showSkinState || showEffects || showConstants || showPackageConstants || showInterfaces || showClasses || showPackageUse || showExamples)) ? "inline" : "none"; + + findTitleTableObject("SkinPartLink").style.display = showSkinPart ? "inline" : "none"; + findTitleTableObject("SkinPartBar").style.display = (showSkinPart && (showSkinState || showEffects || showConstants || showPackageConstants || showInterfaces || showClasses || showPackageUse || showExamples)) ? "inline" : "none"; + + findTitleTableObject("SkinStateLink").style.display = showSkinState ? "inline" : "none"; + findTitleTableObject("SkinStateBar").style.display = (showSkinState && (showEffects || showConstants || showPackageConstants || showInterfaces || showClasses || showPackageUse || showExamples)) ? "inline" : "none"; + + findTitleTableObject("effectsLink").style.display = showEffects ? "inline" : "none"; + findTitleTableObject("effectsBar").style.display = (showEffects && (showConstants || showPackageConstants || showInterfaces || showClasses || showPackageUse || showExamples)) ? "inline" : "none"; + findTitleTableObject("constantsLink").style.display = showConstants ? "inline" : "none"; + findTitleTableObject("constantsBar").style.display = (showConstants && (showPackageConstants || showInterfaces || showClasses || showPackageUse || showExamples)) ? "inline" : "none"; + findTitleTableObject("packageConstantsLink").style.display = showPackageConstants ? "inline" : "none"; + findTitleTableObject("packageConstantsBar").style.display = (showPackageConstants && (showInterfaces || showClasses || showPackageUse || showExamples)) ? "inline" : "none"; + findTitleTableObject("interfacesLink").style.display = showInterfaces ? "inline" : "none"; + findTitleTableObject("interfacesBar").style.display = (showInterfaces && (showClasses || showPackageUse || showExamples)) ? "inline" : "none"; + findTitleTableObject("classesLink").style.display = showClasses ? "inline" : "none"; + findTitleTableObject("classesBar").style.display = (showClasses && (showPackageUse || showExamples)) ? "inline" : "none"; + findTitleTableObject("packageUseLink").style.display = showPackageUse ? "inline" : "none"; + findTitleTableObject("packageUseBar").style.display = (showPackageUse && showExamples) ? "inline" : "none"; + findTitleTableObject("examplesLink").style.display = showExamples ? "inline" : "none"; + } +} +function titleBar_gotoClassFrameAnchor(anchor) +{ + if (isEclipse()) + parent.classFrame.location = parent.classFrame.location.toString().split('#')[0] + "#" + anchor; + else + top.classFrame.location = top.classFrame.location.toString().split('#')[0] + "#" + anchor; +} +function setMXMLOnly() +{ + if (getCookie("showMXML") == "false") + { + toggleMXMLOnly(); + } +} +function toggleMXMLOnly() +{ + var mxmlDiv = findObject("mxmlSyntax"); + var mxmlShowLink = findObject("showMxmlLink"); + var mxmlHideLink = findObject("hideMxmlLink"); + if (mxmlDiv && mxmlShowLink && mxmlHideLink) + { + if (mxmlDiv.style.display == "none") + { + mxmlDiv.style.display = "block"; + mxmlShowLink.style.display = "none"; + mxmlHideLink.style.display = "inline"; + setCookie("showMXML","true", new Date(3000,1,1,1,1), "/", document.location.domain); + } + else + { + mxmlDiv.style.display = "none"; + mxmlShowLink.style.display = "inline"; + mxmlHideLink.style.display = "none"; + setCookie("showMXML","false", new Date(3000,1,1,1,1), "/", document.location.domain); + } + } +} +function showHideInherited() +{ + setInheritedVisible(getCookie("showInheritedConstant") == "true", "Constant"); + setInheritedVisible(getCookie("showInheritedProtectedConstant") == "true", "ProtectedConstant"); + setInheritedVisible(getCookie("showInheritedProperty") == "true", "Property"); + setInheritedVisible(getCookie("showInheritedProtectedProperty") == "true", "ProtectedProperty"); + setInheritedVisible(getCookie("showInheritedMethod") == "true", "Method"); + setInheritedVisible(getCookie("showInheritedProtectedMethod") == "true", "ProtectedMethod"); + setInheritedVisible(getCookie("showInheritedEvent") == "true", "Event"); + setInheritedVisible(getCookie("showInheritedStyle") == "true", "Style"); + + setInheritedVisible(getCookie("showInheritedSkinPart") == "true", "SkinPart"); + setInheritedVisible(getCookie("showInheritedSkinState") == "true", "SkinState"); + + setInheritedVisible(getCookie("showInheritedEffect") == "true", "Effect"); +} +function setInheritedVisible(show, selectorText) +{ + if (document.styleSheets[0].cssRules != undefined) + { + var rules = document.styleSheets[0].cssRules; + for (var i = 0; i < rules.length; i++) + { + if (rules[i].selectorText == ".hideInherited" + selectorText) + rules[i].style.display = show ? "" : "none"; + + if (rules[i].selectorText == ".showInherited" + selectorText) + rules[i].style.display = show ? "none" : ""; + } + } + else + { + document.styleSheets[0].addRule(".hideInherited" + selectorText, show ? "display:inline" : "display:none"); + document.styleSheets[0].addRule(".showInherited" + selectorText, show ? "display:none" : "display:inline"); + } + setCookie("showInherited" + selectorText, show ? "true" : "false", new Date(3000,1,1,1,1), "/", document.location.domain); + setRowColors(show, selectorText); +} +function setRowColors(show, selectorText) +{ + var rowColor = "#F2F2F2"; + var table = findObject("summaryTable" + selectorText); + if (table != null) + { + var rowNum = 0; + for (var i = 1; i < table.rows.length; i++) + { + if (table.rows[i].className.indexOf("hideInherited") == -1 || show) + { + rowNum++; + table.rows[i].bgColor = (rowNum % 2 == 0) ? rowColor : "#FFFFFF"; + } + } + } +} +function setRowColorsInitial(show, selectorText) +{ + var rowColor = "#F2F2F2"; + var table = findObject("summaryTable" + selectorText); + if (table != null) + { + var rowNum = 0; + for (var i = 1; i < table.rows.length; i++) + { + if (table.rows[i].className.indexOf("hideInherited") == -1 && show) + { + rowNum++; + table.rows[i].bgColor = (rowNum % 2 == 0) ? rowColor : "#FFFFFF"; + } + } + } +} +function setStyle(selectorText, styleName, newValue) +{ + if (document.styleSheets[0].cssRules != undefined) + { + var rules = document.styleSheets[0].cssRules; + for (var i = 0; i < rules.length; i++) + { + if (rules[i].selectorText == selectorText) + { + rules[i].style[styleName] = newValue; + break; + } + } + } + else + { + document.styleSheets[0].addRule(selectorText, styleName + ":" + newValue); + } +} diff --git a/docs/site/static/asdocs/exceptions/class-summary.html b/docs/site/static/asdocs/exceptions/class-summary.html new file mode 100644 index 0000000..def66c7 --- /dev/null +++ b/docs/site/static/asdocs/exceptions/class-summary.html @@ -0,0 +1,15 @@ +All Classes +

Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.


 ClassPackageDescription
 ExceptionReport
com.distriqt.extension.exceptions 
 Exceptions
com.distriqt.extension.exceptions + + This class represents the Exceptions extension.

\ No newline at end of file diff --git a/docs/site/static/asdocs/exceptions/com/distriqt/extension/exceptions/ExceptionReport.html b/docs/site/static/asdocs/exceptions/com/distriqt/extension/exceptions/ExceptionReport.html new file mode 100644 index 0000000..dbe25c6 --- /dev/null +++ b/docs/site/static/asdocs/exceptions/com/distriqt/extension/exceptions/ExceptionReport.html @@ -0,0 +1,20 @@ +com.distriqt.extension.exceptions.ExceptionReport +
Packagecom.distriqt.extension.exceptions
Classpublic class ExceptionReport
InheritanceExceptionReport Inheritance Object

+



Public Properties
 PropertyDefined By
  name : String
ExceptionReport
  reason : String
ExceptionReport
  report : String
ExceptionReport
  timestamp : Number = -1
ExceptionReport
Public Methods
 MethodDefined By
  
+ Constructor +
ExceptionReport
  
[static]
ExceptionReport
Property Detail
nameproperty
public var name:String

reasonproperty 
public var reason:String

reportproperty 
public var report:String

timestampproperty 
public var timestamp:Number = -1

Constructor Detail
ExceptionReport()Constructor
public function ExceptionReport()

+ Constructor +

Method Detail
fromObject()method
public static function fromObject(data:Object):ExceptionReport

Parameters
data:Object

Returns
ExceptionReport




\ No newline at end of file diff --git a/docs/site/static/asdocs/exceptions/com/distriqt/extension/exceptions/Exceptions.html b/docs/site/static/asdocs/exceptions/com/distriqt/extension/exceptions/Exceptions.html new file mode 100644 index 0000000..95c8e0e --- /dev/null +++ b/docs/site/static/asdocs/exceptions/com/distriqt/extension/exceptions/Exceptions.html @@ -0,0 +1,103 @@ +com.distriqt.extension.exceptions.Exceptions +
Packagecom.distriqt.extension.exceptions
Classpublic final class Exceptions
InheritanceExceptions Inheritance flash.events.EventDispatcher

+

+ This class represents the Exceptions extension. +

+



Public Properties
 PropertyDefined By
  implementation : String
[read-only] + + The implementation currently in use.
Exceptions
  isSupported : Boolean
[static] [read-only] + Whether the current device supports the extensions functionality +
Exceptions
  nativeVersion : String
[read-only] + + The native version string of the native extension.
Exceptions
  service : Exceptions
[static] [read-only] + The singleton instance of the Exceptions class.
Exceptions
  version : String
[read-only] + + The version of this extension.
Exceptions
Public Methods
 MethodDefined By
  
+ Constructor + You should not call this directly, but instead use the singleton access +
Exceptions
  
dispose():void
+ + Disposes the extension and releases any allocated resources.
Exceptions
  
getPendingException(purge:Boolean = true):ExceptionReport
+ + Returns the ExceptionReport for any pending exception that + may have occurred previously.
Exceptions
  
+ + Checks if there is a pending exception that may have occurred on a previous + run of the application.
Exceptions
  
+ Purges (clears) any pending exceptions.
Exceptions
  
+
Exceptions
  
writePendingExceptionToFile(file:File, purge:Boolean = true):Boolean
+ + Writes the crash report into a file.
Exceptions
Public Constants
 ConstantDefined By
  EXT_CONTEXT_ID : String = com.distriqt.Exceptions
[static]
Exceptions
  VERSION : String = 3.0.8
[static]
Exceptions
Property Detail
implementationproperty
implementation:String  [read-only]

+

+ The implementation currently in use. + This should be one of the following depending on the platform in use and the + functionality supported by this extension: +

    +
  • Android
  • +
  • iOS
  • +
  • default
  • +
  • unknown
  • +
+

+


Implementation
    public function get implementation():String
isSupportedproperty 
isSupported:Boolean  [read-only]

+ Whether the current device supports the extensions functionality +


Implementation
    public static function get isSupported():Boolean
nativeVersionproperty 
nativeVersion:String  [read-only]

+

+ The native version string of the native extension. +

+


Implementation
    public function get nativeVersion():String
serviceproperty 
service:Exceptions  [read-only]

+ The singleton instance of the Exceptions class. +


Implementation
    public static function get service():Exceptions

Throws
Error — If there was a problem creating or accessing the extension, or if the key is invalid +
versionproperty 
version:String  [read-only]

+

+ The version of this extension. +

+

+ This should be of the format, MAJOR.MINOR.BUILD +

+


Implementation
    public function get version():String
Constructor Detail
Exceptions()Constructor
public function Exceptions()

+ Constructor + You should not call this directly, but instead use the singleton access +

Method Detail
dispose()method
public function dispose():void

+

+ Disposes the extension and releases any allocated resources. Once this function + has been called, a call to init is neccesary again before any of the + extensions functionality will work. +

+

getPendingException()method 
public function getPendingException(purge:Boolean = true):ExceptionReport

+

+ Returns the ExceptionReport for any pending exception that + may have occurred previously. +

+

Parameters
purge:Boolean (default = true) — If true the pending exception will be purged and no longer be accessible +

Returns
ExceptionReportExceptionReport object or null if there was no pending exception +
hasPendingException()method 
public function hasPendingException():Boolean

+

+ Checks if there is a pending exception that may have occurred on a previous + run of the application. +

+

Returns
Booleantrue if an exception report is available and false if not +
purgePendingException()method 
public function purgePendingException():void

+ Purges (clears) any pending exceptions. +

setUncaughtExceptionHandler()method 
public function setUncaughtExceptionHandler():void

+

writePendingExceptionToFile()method 
public function writePendingExceptionToFile(file:File, purge:Boolean = true):Boolean

+

+ Writes the crash report into a file. +

+

Parameters
file:File — The File reference to write the crash output into +
 
purge:Boolean (default = true) — If true the pending exception will be purged and no longer be accessible +

Returns
Booleantrue if the pending exception was successfully written to the file +
Constant Detail
EXT_CONTEXT_IDConstant
public static const EXT_CONTEXT_ID:String = com.distriqt.Exceptions

VERSIONConstant 
public static const VERSION:String = 3.0.8





\ No newline at end of file diff --git a/docs/site/static/asdocs/exceptions/com/distriqt/extension/exceptions/class-list.html b/docs/site/static/asdocs/exceptions/com/distriqt/extension/exceptions/class-list.html new file mode 100644 index 0000000..8b5c27b --- /dev/null +++ b/docs/site/static/asdocs/exceptions/com/distriqt/extension/exceptions/class-list.html @@ -0,0 +1 @@ +com.distriqt.extension.exceptions - distriqt // Exceptions

Package com.distriqt.extension.exceptions

Classes
ExceptionReport
Exceptions
\ No newline at end of file diff --git a/docs/site/static/asdocs/exceptions/com/distriqt/extension/exceptions/package-detail.html b/docs/site/static/asdocs/exceptions/com/distriqt/extension/exceptions/package-detail.html new file mode 100644 index 0000000..92732ff --- /dev/null +++ b/docs/site/static/asdocs/exceptions/com/distriqt/extension/exceptions/package-detail.html @@ -0,0 +1,16 @@ +com.distriqt.extension.exceptions Summary +



Classes
 ClassDescription
 ExceptionReport +  
 Exceptions + + This class represents the Exceptions extension.

\ No newline at end of file diff --git a/docs/site/static/asdocs/exceptions/cookies.js b/docs/site/static/asdocs/exceptions/cookies.js new file mode 100644 index 0000000..f828d08 --- /dev/null +++ b/docs/site/static/asdocs/exceptions/cookies.js @@ -0,0 +1,84 @@ +//////////////////////////////////////////////////////////////////////////////// +// +// ADOBE SYSTEMS INCORPORATED +// Copyright 2006-2008 Adobe Systems Incorporated +// All Rights Reserved. +// +// NOTICE: Adobe permits you to use, modify, and distribute this file +// in accordance with the terms of the license agreement accompanying it. +// +//////////////////////////////////////////////////////////////////////////////// + +/** + * Read the JavaScript cookies tutorial at: + * http://www.netspade.com/articles/javascript/cookies.xml + */ + +/** + * Sets a Cookie with the given name and value. + * + * name Name of the cookie + * value Value of the cookie + * [expires] Expiration date of the cookie (default: end of current session) + * [path] Path where the cookie is valid (default: path of calling document) + * [domain] Domain where the cookie is valid + * (default: domain of calling document) + * [secure] Boolean value indicating if the cookie transmission requires a + * secure transmission + */ +function setCookie(name, value, expires, path, domain, secure) +{ + document.cookie= name + "=" + escape(value) + + ((expires) ? "; expires=" + expires.toGMTString() : "") + + ((path) ? "; path=" + path : "") + + ((domain) ? "; domain=" + domain : "") + + ((secure) ? "; secure" : ""); +} + +/** + * Gets the value of the specified cookie. + * + * name Name of the desired cookie. + * + * Returns a string containing value of specified cookie, + * or null if cookie does not exist. + */ +function getCookie(name) +{ + var dc = document.cookie; + var prefix = name + "="; + var begin = dc.indexOf("; " + prefix); + if (begin == -1) + { + begin = dc.indexOf(prefix); + if (begin != 0) return null; + } + else + { + begin += 2; + } + var end = document.cookie.indexOf(";", begin); + if (end == -1) + { + end = dc.length; + } + return unescape(dc.substring(begin + prefix.length, end)); +} + +/** + * Deletes the specified cookie. + * + * name name of the cookie + * [path] path of the cookie (must be same as path used to create cookie) + * [domain] domain of the cookie (must be same as domain used to create cookie) + */ +function deleteCookie(name, path, domain) +{ + if (getCookie(name)) + { + document.cookie = name + "=" + + ((path) ? "; path=" + path : "") + + ((domain) ? "; domain=" + domain : "") + + "; expires=Thu, 01-Jan-70 00:00:01 GMT"; + } +} diff --git a/docs/site/static/asdocs/exceptions/help.js b/docs/site/static/asdocs/exceptions/help.js new file mode 100644 index 0000000..1b6ba80 --- /dev/null +++ b/docs/site/static/asdocs/exceptions/help.js @@ -0,0 +1,941 @@ +//////////////////////////////////////////////////////////////////////////////// +// +// ADOBE SYSTEMS INCORPORATED +// Copyright 2008 Adobe Systems Incorporated +// All Rights Reserved. +// +// NOTICE: Adobe permits you to use, modify, and distribute this file +// in accordance with the terms of the license agreement accompanying it. +// +//////////////////////////////////////////////////////////////////////////////// + + +function closePopup() +{ + window.close(); +} +function scrollToNameAnchor() +{ + var nameAnchor = window.location.href; + var value = nameAnchor.split("nameAnchor="); + + if (value[1] != null) { + document.location =value[0]+"#"+ value[1]; + } +} +// HIDES AND SHOWS LARGE GRAPHICS IN THE CONTENT PAGES +function showHideImage(thisID, obj) +{ + + var imgElement = document.getElementById(thisID); + var imgText = obj; + + if( imgElement.className == "largeImage" ) + { + imgElement.src = "images/" + thisID + ".png"; + imgElement.className="smallImage"; + obj.className="showImageLink"; + obj.href="#"; + obj.firstChild.nodeValue = terms_AHV_LARGE_GRAPHIC; + window.focus(); + } + else + { + imgElement.src = "images/" + thisID + "_popup.png"; + imgElement.className="largeImage"; + obj.className="hideImageLink"; + obj.href="#"; + obj.firstChild.nodeValue = terms_AHV_SMALL_GRAPHIC; + window.focus(); + } +} +// js function for expand collapse menu functionality +function KeyCheck(e, tree, idx) +{ + var KeyID = (window.event) ? event.keyCode : e.keyCode; + var node = YAHOO.widget.TreeView.getNode(tree, idx); + switch(KeyID) + { + case 37: + // alert("Arrow Left"); + node.collapse(); + break; + case 39: + // alert("Arrow Right"); + node.expand(); + break; + } +} +// js function for hide/display mini-elements functionality +function toggleLayer(whichLayer) { + if (document.getElementById) { + // this is the way the standards work + var obj=document.getElementById(whichLayer); + var img = obj.previousSibling.firstChild.firstChild; + img.setAttribute("src","images/on.gif"); + var styleatt = obj.style; + styleatt.display = styleatt.display? "":"block"; + + //change the class of the h3 per design + if (obj.previousSibling.className === "topictitle3") { + obj.previousSibling.className ="topictitle3off"; + img.setAttribute("src","images/on.gif"); + } else if (obj.previousSibling.className === "topictitle3off") { + obj.previousSibling.className ="topictitle3"; + img.setAttribute("src","images/off.gif"); + } + } + else if (document.all) { + // this is the way old msie versions work + var style2 = document.all[whichLayer].style; + style2.display = style2.display? "":"block"; + } +} + function addBookmark( bm_url_str, bm_str_label ) { + parent.navigation.flashProxy.call('addBookmark', bm_url_str, bm_str_label ); +} + +var upperAsciiXlatTbl = new Array( +223,"ss", +230,"ae", +198,"ae", +156,"oe", +140,"oe", +240,"eth", +208,"eth", +141,"y", +159,"y" +); + +var maxNumberOfShownSearchHits = 30; +var showInputStringAlerts = 0; +var navigationCookie = ""; + +////////////// COOKIE-RELATED FUNCTIONS ///////////////////////////////////////// +// test the navigator object for cookie enabling +// additional code would need to be added for +// to support browsers pre navigator 4 or IE5 or +// other browsers that dont support +// the navigator object if any .. + function cookiesNotEnabled() +{ + return true; // We're not going to use cookies +} +/* + * This function parses comma-separated name=value + * argument pairs from the query string of the URL. + * It stores the name=value pairs in + * properties of an object and returns that object. + */ +function getArgs() +{ + var args = new Object(); + var query = window.location.search.substring(1); + // Get query string + if (query.length > 0) { + var pairs = query.split(","); + // Break at comma + for(var i = 0; i < pairs.length; i++) + { + var pos = pairs[i].indexOf('='); + // Look for "name=value" + if (pos == -1) continue; + // If not found, skip + var argname = pairs[i].substring(0,pos); + // Extract the name + var value = pairs[i].substring(pos+1); + // Extract the value + args[argname] = unescape(value); + // Store as a property + // In JavaScript 1.5, use decodeURIComponent( ) + // instead of escape( ) + } + } else { + args[name] = false; + } + return args; // Return the object +} + +/////////////////////////////// COOKIE-RELATED FUNCTIONS //////////////////////// +// Bill Dortch getCookieVal and GetCookie routines +function getCookieVal(offset) { + var endstr=document.cookie.indexOf(";",offset); + if (endstr==-1)endstr=document.cookie.length; + return unescape(document.cookie.substring(offset, endstr)); +} +function GetCookie(name) { + var arg=name+"="; + var alen=arg.length; + var clen=document.cookie.length; + var i=0; + + if (cookiesNotEnabled()) + { + var args = getArgs(); + if (args[name] !== false) { + return args[name]; + } + } else { + while(i maxNumberOfShownSearchHits ) ? maxNumberOfShownSearchHits : matchesArrIndices.length; + + for(var ndx=0, resultsArr = new Array(); ndx < ndxEnd; ndx++) { + resultsArr[resultsArr.length] = buildResultsStrOneLine(matchesArrIndices[ndx],matchesArrHits[ndx]); + } + + // Convert this 'resultsArr' into a single string that will be injected into this search page. + innerHTMLstring = "
    "; + for( var ndx=0; ndx < resultsArr.length; ndx++ ) { + innerHTMLstring = innerHTMLstring + resultsArr[ndx]; + } + innerHTMLstring = innerHTMLstring + "
"; + return innerHTMLstring; +} +//--------------------------------------------------- +function buildResultsStrOneLine(a,b) +{ + var retStr; + retStr = "
  • "; + + // for debug... + //retStr += "target=\"content\" "; + //retStr += "title=\"" + top.fileArr[a] + ".html-"; + //retStr += a + "-" + b + "\">"; + + // for production... + //retStr += "target=\"AdobeHelp\" >"; + + retStr += titleArr[a] + "
  • "; + return retStr; +} +//--------------------------------------------------- +// checkForHits +// Break up the search term into words. +// Check each of those words against... +// (a) cached titles and +// (b) cached content lines +// Perform the hit detection for each one, +// storing the results into (hits-ordered) +// 'matchesArrIndices' and +// 'matchesArrHits'. +//--------------------------------------------------- +function checkForHits() +{ + var inputWords = new Array(); + var tempArr = new Array(); + + // Split the search term into individual search words + tempArr = searchTerm.split(" "); + for(var ndx=0; ndx < tempArr.length; ndx++) { + if( tempArr[ndx].length ) { + inputWords[inputWords.length] = tempArr[ndx]; + } + } + + // Initialization + matchesArrHits = new Array(); + matchesArrIndices = new Array(); + + // Initialize the 'maskArr' and the 'hitsArr' + maskArr = new Array(); + hitsArr = new Array(); + for( var ndx = 0; ndx < fileArr.length; ndx++ ) { + maskArr[maskArr.length] = 1; + hitsArr[hitsArr.length] = 0; + } + + // Do checking for matches on EACH OF THE INPUT WORDS + for( var ndx = 0; ndx < inputWords.length; ndx++ ) { + + // !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + if( ! checkForHitsWordAgainstPages( inputWords[ndx] ) ) { + return; // No sense in continuing, match has failed. + } + // !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + + for( var ndx2 = 0; ndx2 < hitsArr.length; ndx2++ ) { + if( hitsArr[ndx2] == 0 ) { + maskArr[ndx2] = 0; + } + else { + if( maskArr[ndx2] != 0 ) { + maskArr[ndx2] += hitsArr[ndx2]; + } + } + } + } + + // From the final 'maskArr', generate 'matchesArrHits' and 'matchesArrIndices' + for( var ndx = 0; ndx < maskArr.length; ndx++ ) { + if( maskArr[ndx] ) { + matchesArrHits[matchesArrHits.length] = maskArr[ndx]; + matchesArrIndices[matchesArrIndices.length] = ndx; + } + } + + // If there were any hits, then sort them by highest hits first + if( matchesArrIndices.length ) { + bubbleSortWithShadow(matchesArrHits, matchesArrIndices); + } +} +//--------------------------------------------------- +function checkForHitsWordAgainstPages(w) +{ + var hitAnywhere = 0; + + if(showInputStringAlerts){alert( "Length of sc2: " + sc2.length );} + + // Process each of the content lines (one per file/page) + for(var ndx=0; ndx < sc2.length; ndx++) { + + // Put the cached title into glob_title + glob_title = sc1[ndx]; + + // Put the cached content line into glob_phrase + glob_phrase = sc2[ndx]; + + if( maskArr[ndx] ) { + // !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + if( document.isDblByte ) { + hitsArr[ndx] = checkForHitsWordAgainstTitleAndLine2(w,ndx); + } + else { + hitsArr[ndx] = checkForHitsWordAgainstTitleAndLine(w,ndx); + } + if( hitsArr[ndx] ) { + hitAnywhere = 1; + } + // !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + } + } + return hitAnywhere; +} +//--------------------------------------------------- +function checkForHitsWordAgainstTitleAndLine(w, lineNdx) +{ + var words; + var titleHitCnt = 0; + var contentHitCnt = 0; + var regex = new RegExp(w, "i"); + + // TITLE ......................................... + words = new Array(); + if(glob_title!=null){ + words = glob_title.split(" "); + } + // EXECUTE TITLE MATCH TEST + for( var ndx = 0; ndx < words.length; ndx++ ) { + if( w == words[ndx] ) { + titleHitCnt += 100; + break; + } + } + + // CONTENT ......................................... + words = new Array(); + if(glob_phrase!=null){ + words = glob_phrase.split(" "); + } + // EXECUTE CONTENT MATCH TEST + if( regex.test(glob_phrase) ) { // See if word is anywhere within the phrase first. + for( var ndx = 0; ndx < words.length; ndx++ ) { + if( w == words[ndx] ) { + contentHitCnt += getInstanceCount(lineNdx,ndx); + break; + } + //else if( w < words[ndx] ) { // If word is greater than the remaining words, leave + // break; + //} + } + } + + return titleHitCnt + contentHitCnt; +} +//--------------------------------------------------- +function checkForHitsWordAgainstTitleAndLine2(w, lineNdx) +{ + var titleHitCnt = 0; + var contentHitCnt = 0; + + // TITLE ......................................... + if( glob_title.indexOf(w) != -1 ) { + titleHitCnt = 100; + } + + // CONTENT ......................................... + contentHitCnt = indexesOf(glob_phrase,w); + + return titleHitCnt + contentHitCnt; +} +//--------------------------------------------------- +// checkTheInputString +// +// returns... +// empty string - if there is valid input to search +// message string - if there is NO VALID INPUT to search +//--------------------------------------------------- +function checkTheInputString() +{ + var myArr = new Array(); + var tempArr = new Array(); + var foundStopOrShortWord = 0; + var ptn1 = /\d\D/; + var ptn2 = /\D\d/; + + handleWhitespaceRemoval(); + searchTerm = searchTerm.replace (/(%20)+/g," ") ; + searchTerm = searchTerm.toLowerCase(); + + searchTerm = filterTheChars(searchTerm); + + handleWhitespaceRemoval(); + + if( searchTerm.length ) { + + // Split the searchTerm + tempArr = searchTerm.split(" ",100); + if(showInputStringAlerts){alert( "size of tempArr: " + tempArr.length );} + + // Handle periods + for( var ndx = 0; ndx < tempArr.length; ndx++ ) { + if( tempArr[ndx].charCodeAt(0) == 46 ) { // periods at the start of word + //tempArr[ndx] = tempArr[ndx].substr(1); // NOTE: We don't want to do this. (e.g. ".txt") + } + if( tempArr[ndx].charCodeAt(tempArr[ndx].length-1) == 46 ) { // end of word + tempArr[ndx] = tempArr[ndx].substr(0,tempArr[ndx].length-1); + } + } + + // Do stopwords and shortwords removal + for( var ndx = 0; ndx < tempArr.length; ndx++ ) { + var word = tempArr[ndx]; + if(showInputStringAlerts){alert( "Checking word: " + word );} + + if( ! sw[word] ) { + if( word.length < 2 ) { + foundStopOrShortWord = 1; + } + else if( (word.length > 2) || (ptn1.test(word) || ptn2.test(word)) ) { + myArr[myArr.length] = tempArr[ndx]; + } + else { + foundStopOrShortWord = 1; + } + } + else { + foundStopOrShortWord = 1; + } + } + + // Now reconstruct the searchTerm, based upon the 'myArr' + searchTerm = ""; + for( var ndx = 0; ndx < myArr.length; ndx++ ) { + searchTerm = searchTerm + myArr[ndx] + " "; + } + + handleWhitespaceRemoval(); + + if(showInputStringAlerts){alert( "FINAL SEARCH TERM: *" + searchTerm + "*" );} + + if( foundStopOrShortWord && ! searchTerm.length ) { + return MSG_stopAndShortWords; + } + srch_input_massaged = searchTerm; + return ""; + } + else { + return MSG_noSearchTermEntered; + } +} +//--------------------------------------------------- +function checkTheInputString2() // double-byte version +{ + var tempArr = new Array(); + + handleWhitespaceRemoval(); + searchTerm = searchTerm.toLowerCase(); + + if( searchTerm.length ) { + + // Split the searchTerm + tempArr = searchTerm.split(" ",100); + if(showInputStringAlerts){alert( "number of search terms: " + tempArr.length );} + + // Now reconstruct the searchTerm, based upon the 'tempArr' + searchTerm = ""; + for( var ndx = 0; ndx < tempArr.length; ndx++ ) { + searchTerm = searchTerm + tempArr[ndx] + " "; + } + handleWhitespaceRemoval(); + +if(showInputStringAlerts){alert( "Massaged search term: " + searchTerm );} + + srch_input_massaged = searchTerm; + return ""; + } + else { + return MSG_noSearchTermEntered; + } +} +//--------------------------------------------------- +function doIEsearch() +{ + var stStr = ""; + + document.forms[0].sh_term.value = srch_input_verbatim; + + if( srch_message.length ) { + document.getElementById("results").innerHTML = srch_message; + srch_message = ""; + } + else if( srch_1_shot ) { + srch_1_shot = 0; + + searchTerm = srch_input_massaged; + checkForHits(); // Sets: 'matchesArrIndices' and 'matchesArrHits' + + if( matchesArrIndices.length ) { // If there were matches/hits... /* Changed for CS4 */ + + stStr = "
    " + MSG_pagesContaining + "" + srch_input_massaged + "


    \n"; + + document.getElementById("results").innerHTML = stStr + buildHtmlResultsStr(); + } + else { /* Changed for CS4 */ + document.getElementById("results").innerHTML = MSG_noPagesContain + "" + srch_input_massaged + "

    "; + + } + //searching_message.style.visibility="visible"; + } + srch_input_verbatim = ""; +} +//--------------------------------------------------- +function getInstanceCount( lineIndex, wordIndex ) +{ + var instancesStr = instances[lineIndex]; // e.g. "1432931" + var ch = instancesStr.substr(wordIndex,1); + + return parseInt(ch); +} +//--------------------------------------------------- +function handleWhitespaceRemoval() +{ + var re_1 = /^\s/; + var re_2 = /\s$/; + var re_3 = /\s\s/; + var temp; + + // Remove leading whitespace + while( true ) { + temp = searchTerm.replace(re_1,""); + if( temp == searchTerm ) { + break; + } + searchTerm = temp; + } + // Remove trailing whitespace + while( true ) { + temp = searchTerm.replace(re_2,""); + if( temp == searchTerm ) { + break; + } + searchTerm = temp; + } + // Replace multiple contiguous spaces with a single space + while( searchTerm.search(re_3) != -1 ) { + temp = searchTerm.replace(re_3," "); + searchTerm = temp; + } +} +//-------------------------------------------------- +function isAcceptableChar(chrNdx) +{ + var acceptableChars = new Array( 32, 46, 95 ); // space, period, underscore + + for( var ndx = 0; ndx < acceptableChars.length; ndx++ ) { + if( chrNdx == acceptableChars[ndx] ) { + return true; + } + } + return false; +} +//-------------------------------------------------- +function indexesOf(str,ptn) +{ + var position = 0; + var hits = -1; + var start = -1; + + while( position != -1 ) { + position = str.indexOf(ptn, start+1); + hits += 1; + start = position; + } + return hits; +} +//-------------------------------------------------- +function filterTheChars(line) +{ + var retStr = "",tempStr; + var ch, chCode, retChr; + var ndx; + + for( ndx = 0; ndx < line.length; ndx++ ) { + ch = line.substr(ndx,1); + chCode = ch.charCodeAt(0); + + + if( (chCode >= 192) && (chCode <= 221) ) { // Handle capital upper-ASCII characters + chCode = chCode + 32; + retChr = ASCII_to_char(chCode); + } + else if( withinAcceptableRanges(chCode) || isAcceptableChar(chCode) ) { // Acceptable characters + retChr = ch; + } + else { + tempStr = isLigatureChar(chCode); + + if( tempStr.length ) { //Don't replace ligatures. + retChr = ch; + } + else { // Turn all else into space + retChr = " "; + } + } + + // Grow the return string + retStr += retChr; + } + + return retStr; +} +//-------------------------------------------------- +function isLigatureChar(codeToCheck) { + var xlatTblNdx, code, replStr = ""; + + for( xlatTblNdx = 0; xlatTblNdx < upperAsciiXlatTbl.length; xlatTblNdx+=2 ) { + + code = upperAsciiXlatTbl[xlatTblNdx]; + if( code == codeToCheck ) { + replStr = upperAsciiXlatTbl[xlatTblNdx+1]; + break; + } + } + + return replStr; +} +//-------------------------------------------------- +function respondToSearchButton() +{ + var myStr; + document.getElementById("results").innerHTML = ""; //We don't expect this to be slow enough to need a message. + srch_input_verbatim = document.forms[0].sh_term.value; + searchTerm = document.forms[0].sh_term.value; + + if( document.isDblByte ) { + myStr = checkTheInputString2(); + } + else { + myStr = checkTheInputString(); + } + + srch_message = myStr; + srch_1_shot = srch_message.length ? 0 : 1; + + doIEsearch(); +} +//-------------------------------------------------- +function respondToSearchLoad() +{ + var externalQuery = GetCookie("externalQuery"); + if (externalQuery == null) { + externalQuery = GetCookie("sh_term"); + } + + if (externalQuery != null) { + var myStr; + srch_input_verbatim = externalQuery; + searchTerm = externalQuery; + + if(document.isDblByte ) { + myStr = checkTheInputString2(); + } + else { + myStr = checkTheInputString(); + } + + srch_message = myStr; + srch_1_shot = srch_message.length ? 0 : 1; + + doIEsearch(); + } +} +//--------------------------------------------------- +function strReplace(orig,src,dest) +{ + var startPos=0; + var matchPos = orig.indexOf(src,startPos); + var retLine=""; + + while(matchPos != -1) { + retLine = retLine + orig.substring(startPos,matchPos) + dest; + startPos = matchPos+1; + matchPos = orig.indexOf(src,startPos); + } + if(! retLine.length) {return orig;} + else {return retLine+orig.substring(startPos,orig.length);} +} +//-------------------------------------------------- +function withinAcceptableRanges(chrNdx) +{ + var acceptableRanges = new Array( "48-57","65-90","97-122","224-229","231-239","241-246","248-253","255-255"); + + for( var ndx = 0; ndx < acceptableRanges.length; ndx++ ) { + var start_finish = new Array(); + + start_finish = acceptableRanges[ndx].split("-"); + + if( (chrNdx >= start_finish[0]) && (chrNdx <= start_finish[1]) ) { + return true; + } + } + return false; +} +//-------------------------------------------------- +function ASCII_to_char(num_in) +{ + var str_out = ""; + var num_out = parseInt(num_in); + + num_out = unescape('%' + num_out.toString(16)); + str_out += num_out; + + return unescape(str_out); +} +//-------------------------------------------------- +var agt=navigator.userAgent.toLowerCase(); +var use_ie_behavior = false; +var use_ie_6_behavior = false; +if (agt.indexOf("msie") != -1) { + use_ie_behavior = true; +} +if ((agt.indexOf("msie 5") != -1) || (agt.indexOf("msie 6") != -1)) { + use_ie_6_behavior = true; +} + +//-------------------------------------------------- + +var Url = { + + // public method for url encoding + encode : function (string) { + return escape(this._utf8_encode(string)); + }, + + // public method for url decoding + decode : function (string) { + return this._utf8_decode(unescape(string)); + }, + + // private method for UTF-8 encoding + _utf8_encode : function (string) { + string = string.replace(/\r\n/g,"\n"); + var utftext = ""; + + for (var n = 0; n < string.length; n++) { + + var c = string.charCodeAt(n); + + if (c < 128) { + utftext += String.fromCharCode(c); + } + else if((c > 127) && (c < 2048)) { + utftext += String.fromCharCode((c >> 6) | 192); + utftext += String.fromCharCode((c & 63) | 128); + } + else { + utftext += String.fromCharCode((c >> 12) | 224); + utftext += String.fromCharCode(((c >> 6) & 63) | 128); + utftext += String.fromCharCode((c & 63) | 128); + } + + } + + return utftext; + }, + + // private method for UTF-8 decoding + _utf8_decode : function (utftext) { + var string = ""; + var i = 0; + var c = c1 = c2 = 0; + + while ( i < utftext.length ) { + + c = utftext.charCodeAt(i); + + if (c < 128) { + string += String.fromCharCode(c); + i++; + } + else if((c > 191) && (c < 224)) { + c2 = utftext.charCodeAt(i+1); + string += String.fromCharCode(((c & 31) << 6) | (c2 & 63)); + i += 2; + } + else { + c2 = utftext.charCodeAt(i+1); + c3 = utftext.charCodeAt(i+2); + string += String.fromCharCode(((c & 15) << 12) | ((c2 & 63) << 6) | (c3 & 63)); + i += 3; + } + + } + + return string; + } + +} diff --git a/docs/site/static/asdocs/exceptions/images/AirIcon12x12.gif b/docs/site/static/asdocs/exceptions/images/AirIcon12x12.gif new file mode 100644 index 0000000..bc9ce69 Binary files /dev/null and b/docs/site/static/asdocs/exceptions/images/AirIcon12x12.gif differ diff --git a/docs/site/static/asdocs/exceptions/images/P_AlternativeMetadataIndicator_30x28_N.png b/docs/site/static/asdocs/exceptions/images/P_AlternativeMetadataIndicator_30x28_N.png new file mode 100644 index 0000000..c59e194 Binary files /dev/null and b/docs/site/static/asdocs/exceptions/images/P_AlternativeMetadataIndicator_30x28_N.png differ diff --git a/docs/site/static/asdocs/exceptions/images/collapsed.gif b/docs/site/static/asdocs/exceptions/images/collapsed.gif new file mode 100644 index 0000000..f803408 Binary files /dev/null and b/docs/site/static/asdocs/exceptions/images/collapsed.gif differ diff --git a/docs/site/static/asdocs/exceptions/images/detailHeaderRule.jpg b/docs/site/static/asdocs/exceptions/images/detailHeaderRule.jpg new file mode 100644 index 0000000..e73a03b Binary files /dev/null and b/docs/site/static/asdocs/exceptions/images/detailHeaderRule.jpg differ diff --git a/docs/site/static/asdocs/exceptions/images/detailSectionHeader.jpg b/docs/site/static/asdocs/exceptions/images/detailSectionHeader.jpg new file mode 100644 index 0000000..4979b55 Binary files /dev/null and b/docs/site/static/asdocs/exceptions/images/detailSectionHeader.jpg differ diff --git a/docs/site/static/asdocs/exceptions/images/expanded.gif b/docs/site/static/asdocs/exceptions/images/expanded.gif new file mode 100644 index 0000000..33779b0 Binary files /dev/null and b/docs/site/static/asdocs/exceptions/images/expanded.gif differ diff --git a/docs/site/static/asdocs/exceptions/images/inherit-arrow.gif b/docs/site/static/asdocs/exceptions/images/inherit-arrow.gif new file mode 100644 index 0000000..bfb4ea7 Binary files /dev/null and b/docs/site/static/asdocs/exceptions/images/inherit-arrow.gif differ diff --git a/docs/site/static/asdocs/exceptions/images/inheritedSummary.gif b/docs/site/static/asdocs/exceptions/images/inheritedSummary.gif new file mode 100644 index 0000000..800b34b Binary files /dev/null and b/docs/site/static/asdocs/exceptions/images/inheritedSummary.gif differ diff --git a/docs/site/static/asdocs/exceptions/images/logo.jpg b/docs/site/static/asdocs/exceptions/images/logo.jpg new file mode 100644 index 0000000..01d0a14 Binary files /dev/null and b/docs/site/static/asdocs/exceptions/images/logo.jpg differ diff --git a/docs/site/static/asdocs/exceptions/images/titleTableBottom.jpg b/docs/site/static/asdocs/exceptions/images/titleTableBottom.jpg new file mode 100644 index 0000000..5c7c510 Binary files /dev/null and b/docs/site/static/asdocs/exceptions/images/titleTableBottom.jpg differ diff --git a/docs/site/static/asdocs/exceptions/images/titleTableMiddle.jpg b/docs/site/static/asdocs/exceptions/images/titleTableMiddle.jpg new file mode 100644 index 0000000..c878113 Binary files /dev/null and b/docs/site/static/asdocs/exceptions/images/titleTableMiddle.jpg differ diff --git a/docs/site/static/asdocs/exceptions/images/titleTableTop.jpg b/docs/site/static/asdocs/exceptions/images/titleTableTop.jpg new file mode 100644 index 0000000..f858cdf Binary files /dev/null and b/docs/site/static/asdocs/exceptions/images/titleTableTop.jpg differ diff --git a/docs/site/static/asdocs/exceptions/index-list.html b/docs/site/static/asdocs/exceptions/index-list.html new file mode 100644 index 0000000..d59f2f9 --- /dev/null +++ b/docs/site/static/asdocs/exceptions/index-list.html @@ -0,0 +1,70 @@ + + + distriqt // Exceptions Native Extension Documentation + + + + + +

    Index

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    AN
    BO
    CP
    DQ
    ER
    FS
    GT
    HU
    IV
    JW
    KX
    LY
    MZ
    + \ No newline at end of file diff --git a/docs/site/static/asdocs/exceptions/index.html b/docs/site/static/asdocs/exceptions/index.html new file mode 100644 index 0000000..3fb6ee4 --- /dev/null +++ b/docs/site/static/asdocs/exceptions/index.html @@ -0,0 +1,40 @@ + + + distriqt // Exceptions + + + + + + + + + + <body> + <h2>Frame Alert</h2> + <p> + This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. + <br> + Link to <a href="package-summary.html">Non-frame version.</a> + </p> + </body> + + + \ No newline at end of file diff --git a/docs/site/static/asdocs/exceptions/override.css b/docs/site/static/asdocs/exceptions/override.css new file mode 100644 index 0000000..fa359d7 --- /dev/null +++ b/docs/site/static/asdocs/exceptions/override.css @@ -0,0 +1,12 @@ +/* +//////////////////////////////////////////////////////////////////////////////// +// +// ADOBE SYSTEMS INCORPORATED +// Copyright 2008 Adobe Systems Incorporated +// All Rights Reserved. +// +// NOTICE: Adobe permits you to use, modify, and distribute this file +// in accordance with the terms of the license agreement accompanying it. +// +//////////////////////////////////////////////////////////////////////////////// +*/ \ No newline at end of file diff --git a/docs/site/static/asdocs/exceptions/package-frame.html b/docs/site/static/asdocs/exceptions/package-frame.html new file mode 100644 index 0000000..c525ef1 --- /dev/null +++ b/docs/site/static/asdocs/exceptions/package-frame.html @@ -0,0 +1,18 @@ + + + distriqt // Exceptions Native Extension Documentation + + + + + + <body> + <h2>Frame Alert</h2> + <p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. + <br> + Link to<a href="package-summary.html">Non-frame version.</a> + </p> + </body> + + + \ No newline at end of file diff --git a/docs/site/static/asdocs/exceptions/package-list.html b/docs/site/static/asdocs/exceptions/package-list.html new file mode 100644 index 0000000..bdb1ca2 --- /dev/null +++ b/docs/site/static/asdocs/exceptions/package-list.html @@ -0,0 +1 @@ +Package List - distriqt // Exceptions

    Packages

    com.distriqt.extension.exceptions
    \ No newline at end of file diff --git a/docs/site/static/asdocs/exceptions/package-summary.html b/docs/site/static/asdocs/exceptions/package-summary.html new file mode 100644 index 0000000..e0a719e --- /dev/null +++ b/docs/site/static/asdocs/exceptions/package-summary.html @@ -0,0 +1,13 @@ +All Packages +


     packageDescription
     com.distriqt.extension.exceptions

    \ No newline at end of file diff --git a/docs/site/static/asdocs/exceptions/print.css b/docs/site/static/asdocs/exceptions/print.css new file mode 100644 index 0000000..49b6a5a --- /dev/null +++ b/docs/site/static/asdocs/exceptions/print.css @@ -0,0 +1,110 @@ +/* +//////////////////////////////////////////////////////////////////////////////// +// +// ADOBE SYSTEMS INCORPORATED +// Copyright 2005-2008 Adobe Systems Incorporated +// All Rights Reserved. +// +// NOTICE: Adobe permits you to use, modify, and distribute this file +// in accordance with the terms of the license agreement accompanying it. +// +//////////////////////////////////////////////////////////////////////////////// +*/ + +body { + color: #000000; + background: #ffffff; + font-family: "Times New Roman", Times, serif; + font-size: 12pt; +} +a { + text-decoration: none; + color: #000000; +} +pre { + white-space: -moz-pre-wrap; /* Mozilla */ + white-space: -pre-wrap; /* Opera 4-6 */ + white-space: -o-pre-wrap; /* Opera 7 */ + word-wrap: break-word; /* IE */ +} +.titleTableTopNav, .titleTableSubNav, .logoImage { + display: none; +} +.packageFrame { + display: none; +} +.titleTableSubTitle { + font-weight: bold; +} +.classHeaderTableLabel { + padding-right: 10px; + vertical-align: top; +} +.showHideLinks { + display: none; +} +html>body code { + font-size: 10pt; +} +.summaryTableTitle, .detailSectionHeader { + font-size: 14pt; + font-weight: bold; + padding-top: 15px; + padding-bottom: 5px; +} +.summaryTable { + border: 1px solid #000000; + border-collapse: collapse; + width: 100%; +} +.summaryTableDescription { + padding-bottom: 20px; +} +.summaryTableSignatureCol, .summaryTableOwnerCol, .summaryTableLastCol, .summaryTableCol { + border: 1px solid #000000; +} +.summaryTablePaddingCol { + border: 1px solid #000000; + border-right: 0px; +} +.summaryTableInheritanceCol, .summaryTableOperatorCol, .summaryTableStatementCol, .summaryTableSecondCol { + border: 1px solid #000000; + border-left: 0px; +} +.summaryTableLastCol { + vertical-align: top; +} +.detailHeader { + font-size: 13pt; + padding-top: 100px; +} +.detailHeaderName { + font-weight: bold; +} +.detailHeaderType { + padding-left: 5px; +} +.detailHeaderRule { + background: #FF0000; +} +.seeAlso { + padding-bottom: 20px; + margin-top: -20px; +} +.innertable { + border-collapse: collapse; +} +.innertable td,.innertable th { + border: 1px solid #000000; + padding-left: 5px; + padding-right: 5px; +} +.listing { + font-size: 10pt; +} +.feedbackLink { + display: none; +} +.copyright { + font-size: 10pt; +} \ No newline at end of file diff --git a/docs/site/static/asdocs/exceptions/style.css b/docs/site/static/asdocs/exceptions/style.css new file mode 100644 index 0000000..2e8a452 --- /dev/null +++ b/docs/site/static/asdocs/exceptions/style.css @@ -0,0 +1,578 @@ +/* +//////////////////////////////////////////////////////////////////////////////// +// +// ADOBE SYSTEMS INCORPORATED +// Copyright 2005-2008 Adobe Systems Incorporated +// All Rights Reserved. +// +// NOTICE: Adobe permits you to use, modify, and distribute this file +// in accordance with the terms of the license agreement accompanying it. +// +//////////////////////////////////////////////////////////////////////////////// +*/ + +.titleTable { + width: 100%; +} +.titleTableTitle { + white-space: nowrap; + padding-left: 15px; + padding-right: 5px; + font-size: 13px; + height: 44px; + background-image: url(images/titleTableTop.jpg); + background-repeat: repeat-x; +} +.titleTableSearch { + white-space: nowrap; + background-image: url(images/titleTableTop.jpg); + background-repeat: repeat-x; + padding-right: 10px; + width: 220; +} +.searchForm { + margin-top: 0px; + margin-bottom: 0px; +} +.titleTableTopNav { + font-size: 12px; + background-image: url(images/titleTableTop.jpg); + background-repeat: repeat-x; +} +.titleTableLogo { + width: 76px; + height: 80px; + vertical-align: top; +} +.titleTableRow2 { + color: #000000; + height: 31px; + background-image: url(images/titleTableMiddle.jpg); + background-repeat: repeat-x; +} +.titleTableSubTitle { + font-size: 20px; + padding-left: 15px; + padding-right: 5px; +} +.titleTableSubNav { + //white-space: nowrap; + font-size: 12px; +} +.titleTableRow3 { + height: 5px; + background-image: url(images/titleTableBottom.jpg); + background-repeat: repeat-x; +} +.logoImage { + width: 76px; + height: 80px; +} + +.classHeaderTable { + margin-top: 20px; +} +.classHeaderTable td { + vertical-align: top; + padding-bottom: 4px; +} +.classHeaderTableLabel { + font-weight: bold; + padding-right: 15px; +} +.classSignature { + text-indent: -20px; + padding-left: 20px; +} +.inheritanceList { + text-indent: -20px; + padding-left: 20px; +} +.inheritArrow { + width: 15px; + height: 9px; +} +.mxmlSyntax { + margin-bottom: -13px; +} +.collapsedImage { + width: 9px; + height: 9px; + border: 0; +} +.expandedImage { + width: 9px; + height: 9px; + border: 0; +} +.classFrameContent { + margin-right: 5px; + margin-left: 10px; + margin-top: 10px; + margin-bottom: 10px; +} +.classFrameContent td { + white-space: nowrap; + padding-right: 5px; +} + +.eclipseBody { + display: none; +} + +/** html { + overflow-y:scroll; +}*/ + +img { + border:0; +} + +.annotation { + font-size: 20px; + margin-top: 20px; +} + +.label { + color: #444444; + font-weight: bold; +} + +strong { + color: #444444; +} + +.summarySection { + margin-left: 20px; + margin-right: 10px; +} +.summaryTableTitle { + font-weight: bold; + font-size: 18px; + padding-top: 20px; + padding-bottom: 5px; +} +* .summaryTable { + margin-top: 10px; + border: #999999 1px solid; + width: 100%; + margin-bottom: 20px; +} +html>body .summaryTable { + margin-top: 10px; + border: #999999 1px solid; + width: 100%; + margin-bottom: 20px; + margin-right: 10px; +} +.summaryTable th { + color: #FFFFFF; + background-color: #627C9D; + white-space: nowrap; +} +.summaryTable td { + border-top: #999999 1px solid; + vertical-align: top; +} +.summaryTablePaddingCol { + width: 5px; +} +.summaryTableInheritanceCol { + width: 14px; +} +.summaryTableSignatureCol { + padding-right: 10px; +} +.summaryTableOperatorCol { + padding-left: 10px; + padding-right: 10px; + font-weight: bold; +} +.summaryTableStatementCol { + padding-left: 10px; + padding-right: 10px; + font-weight: bold; + white-space: nowrap; +} +.summarySignature { + text-indent: -20px; + padding-left: 20px; +} +.summaryTableOwnerCol { + padding-right: 10px; + width: 10px; +} +.summaryTableCol, .summaryTableSecondCol { +} +.signatureLink { + font-weight: bold; +} +.summaryTableDescription { + color: #333333; +} +.summaryTableLastCol { + padding-right: 10px; +} +.inheritedSummaryImage { + width: 14px; + height: 14px; +} + +.showHideLink { +} +.showHideLinkImage { + width: 9px; + height: 9px; +} +.hideInheritedConstant { + display: none; +} +.showInheritedConstant { + display: inline; +} +.hideInheritedProtectedConstant { + display: none; +} +.showInheritedProtectedConstant { + display: inline; +} +.hideInheritedProperty { + display: none; +} +.showInheritedProperty { + display: inline; +} +.hideInheritedProtectedProperty { + display: none; +} +.showInheritedProtectedProperty { + display: inline; +} +.hideInheritedMethod { + display: none; +} +.showInheritedMethod { + display: inline; +} +.hideInheritedProtectedMethod { + display: none; +} +.showInheritedProtectedMethod { + display: inline; +} +.hideInheritedEvent { + display: none; +} +.showInheritedEvent { + display: inline; +} +.hideInheritedStyle { + display: none; +} +.showInheritedStyle { + display: inline; +} +.hideInheritedEffect { + display: none; +} +.showInheritedEffect { + display: inline; +} + + +.detailSectionHeader { + color: #434343; + font-size: 18px; + padding-left: 10px; + padding-top: 4px; + padding-bottom: 4px; + margin-top: 40px; + margin-bottom: 3px; + background-image: url(images/detailSectionHeader.jpg); + background-repeat: repeat-x; +} +.detailHeader { + margin-left: 20px; + margin-top: 10px; + margin-bottom: 3px; +} +.detailHeaderName { + font-weight: bold; + font-size: 16px; + vertical-align: baseline; + white-space: nowrap; +} +.detailHeaderType { + font-size: 12px; + vertical-align: baseline; + padding-right: 10px; + padding-left: 7px; + white-space: nowrap; +} +.detailHeaderParens { + font-size: 14px; + font-weight: bold; + padding-left: 1px; + padding-bottom: 2px; +} +.detailHeaderRule { + background-image: url(images/detailHeaderRule.jpg); + background-repeat: repeat-x; + width: 100%; + background-position: 50%; +} +.detailBody { + margin-left: 20px; + margin-right: 15px; + margin-bottom: 20px; +} +.exampleHeader { + background-color: #C8D1DF; + padding-left: 10px; + padding-top: 3px; + padding-bottom: 3px; +} + +.seeAlso { + margin-top: -13px; + padding-left: 20px; +} + +/* +#header { + padding: 0; + margin: 0; + border: 2px solid +} +*/ + +body { + font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; + color: #000000; + background-color:#FFFFFF; + margin: 0px; + padding: 0px; +} + +body, td, th { + font-size: 13px; +} + +.MainContent { + margin-left: 20px; + margin-right: 10px; + margin-bottom: 10px; +} + +code { + font-family: "Lucida Console", "Courier New", Courier, monospace; + font-size: 12px; +} +pre { + font-family: "Lucida Console", "Courier New", Courier, monospace; + font-size: 12px; +} + +th { + text-align: left; + font-weight: bold; + vertical-align: bottom; +} + +table { + background-color: white; +} + +table.withBorder { + border-color: #BBBBBB; + border-width: 1px; + border-style: solid; +} + +.innertable { + border-collapse: collapse; /* to eliminate the default table cellspacing=2 */ +} + +.innertable th { + border: 1px solid #000000; + background:#DDDDDD; + padding: 2px 3px 2px 3px; +} + +.innertable td { + border: 1px solid #000000; + padding: 2px 3px 2px 3px; +} + +.paramSpacer { + font-size: 5px; +} + +/* Custom Classes */ +.row0 { + background-color: #F2F2F2; +} + +.row1 { + background-color: #FFFFFF; +} + +.prow0 { + background-color: #F2F2F2; +} + +.prow1 { + background-color: #FFFFFF; +} + +.idxrow { + padding-top: 5px; +} + +.SummaryTableHeader { + background-color: #CCCCCC; +} + +.InheritedTableHeader { + background-color: #EEEEEE; +} + +.PackageTableHeader { + background-color: #EEEEEE; +} + + +/* Links */ +a:link { + color: #0000CC; + text-decoration: none; +} + +a:visited { + color: #0000CC; + text-decoration: none; +} + +a:hover { + text-decoration: underline; + color: #0000CC; +} + +a:active { + text-decoration: none; + color: #CC0000; +} + +/* Headings */ +h1, h2, h3, h4, h5, h6 { + font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif; + font-weight: bold; + margin-top: 3px; + margin-bottom: 3px; + letter-spacing: 1px; + width: 90%; +} + +h1 { + font-size: 18px; +} + +h2 { + font-size: 16px; +} + +h3 { + font-size: 14px; +} + +h4 { + font-size: 12px; + color: #666666; +} + +h5 { + font-size: 11px; +} +.copyright { + margin-top: 30px; + color: #777777; + font-size: 10px; + padding-bottom: 5px; +} +.inheritanceList { + line-height: 19px; +} +.private { + color: #999999; +} +.flashonly { + color: #000000; +} +.flexonly { + display:none; + color: #000000; +} +.hide { + display:none; +} +.feedbackLink { +/* display:none; */ +} + +/* IE */ +* html .listing { + width: 93%; + padding-left: 6%; + padding-right: 5px; + padding-top: 5px; + padding-bottom: 5px; + overflow-x: auto; + background-color: #F2F2F2; + margin-bottom: 10px; + margin-top: 10px; + font-family: "Lucida Console", "Courier New", Courier, monospace; + font-size: 12px; +} + +/* Firefox, Netscape */ +html>body .listing pre +{ + overflow: auto; + padding-left: 40px; + padding-right: 5px; + padding-top: 5px; + padding-bottom: 5px; + background-color: #F2F2F2; + margin-top: 10px; + margin-bottom: 10px; + font-family: "Lucida Console", "Courier New", Courier, monospace; + font-size: 12px; +} + +.listingIcons +{ + padding: 0px; + margin-top: 10px; + height: 15px; +} + +.pageTop +{ + height:10px; +} + +.hideInheritedSkinState { + display: none; +} + +.showInheritedSkinState { + display: inline; +} + +.hideInheritedSkinPart { + display: none; +} + +.showInheritedSkinPart { + display: inline; +} diff --git a/docs/site/static/asdocs/exceptions/title-bar.html b/docs/site/static/asdocs/exceptions/title-bar.html new file mode 100644 index 0000000..514d195 --- /dev/null +++ b/docs/site/static/asdocs/exceptions/title-bar.html @@ -0,0 +1,41 @@ + + + distriqt // Exceptions Native Extension Documentation + + + + + + + + + + + + + + +
    + + + + + +
    distriqt // Exceptions Native Extension Documentation  + All Packages  |  All Classes  |  Index  |  No Frames +
    +
    + + + + + + + + +
     
     
    +
    + + \ No newline at end of file diff --git a/extension/air/build_air.xml b/extension/air/build_air.xml index 4a71c21..aa5b409 100644 --- a/extension/air/build_air.xml +++ b/extension/air/build_air.xml @@ -141,6 +141,9 @@ + + + @@ -172,6 +175,7 @@ + @@ -200,6 +204,7 @@ + @@ -340,9 +345,15 @@ + + + + + + @@ -482,8 +493,27 @@ - - + + + + + + + + + + + + + + @@ -544,6 +574,7 @@ + @@ -638,22 +669,19 @@ - - - - - - - - + + + + @@ -703,6 +731,18 @@ + + + + + + + + + + + + @@ -716,6 +756,16 @@ + + + + + + + + + + @@ -760,6 +810,22 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/package/package-airnativeextensions.json b/package/package-airnativeextensions.json new file mode 100644 index 0000000..98a0a6c --- /dev/null +++ b/package/package-airnativeextensions.json @@ -0,0 +1,21 @@ +{ + "id": "@EXTENSIONID@", + "name": "@NAME@", + "url": "https://airnativeextensions.com/extension/@EXTENSIONID@", + "docUrl": "https://docs.airnativeextensions.com/docs/@NAMELOWER@", + "description": "@DESCRIPTION@", + "type": "ane", + "version": "@VERSION@", + "sourceUrl": "https://github.com/@GITHUB_REPO@/releases/download/v@VERSIONRELEASE@/@EXTENSIONID@_@VERSION@.airpackage", + "publishedAt": "@DATE@T00:00:00.000Z", + "dependencies": ["com.distriqt.Core:6.x.x"], + "parameters": [], + "tags": [], + "license": { + "type": "airnativeextensions", + "url": "https://airnativeextensions.com/license", + "public": false + }, + "status": "release", + "purchaseUrl": "https://airnativeextensions.com/extension/@EXTENSIONID@" +} diff --git a/package/package.json b/package/package.json new file mode 100644 index 0000000..21182d0 --- /dev/null +++ b/package/package.json @@ -0,0 +1,23 @@ +{ + "id": "@EXTENSIONID@", + "name": "@NAME@", + "url": "https://github.com/@GITHUB_REPO@", + "docUrl": "https://docs.airnativeextensions.com/docs/@NAMELOWER@", + "description": "@DESCRIPTION@", + "type": "ane", + "version": "@VERSION@", + "sourceUrl": "https://github.com/@GITHUB_REPO@/releases/download/v@VERSIONRELEASE@/@EXTENSIONID@_@VERSION@.airpackage", + "publishedAt": "@DATE@T00:00:00.000Z", + "dependencies": [ + "com.distriqt.Core:6.x.x" + ], + "parameters": [], + "tags": [], + "status": "release", + "purchaseUrl": "https://airnativeextensions.com/extension/@EXTENSIONID@", + "license": { + "url": "https://airnativeextensions.com/license", + "type": "airnativeextensions - public", + "public": true + } +} diff --git a/platform/actionscript/src/com/distriqt/extension/exceptions/Const.as b/platform/actionscript/src/com/distriqt/extension/exceptions/Const.as index e824224..8327a46 100644 --- a/platform/actionscript/src/com/distriqt/extension/exceptions/Const.as +++ b/platform/actionscript/src/com/distriqt/extension/exceptions/Const.as @@ -3,6 +3,6 @@ package com.distriqt.extension.exceptions internal final class Const { public static const EXTENSIONID : String = "com.distriqt.Exceptions"; - public static const VERSION : String = "3.0.007"; + public static const VERSION : String = "3.0.8"; } } \ No newline at end of file diff --git a/platform/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock b/platform/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock index 7a4d8e7..087222e 100644 Binary files a/platform/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock and b/platform/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock differ diff --git a/platform/android/.gradle/buildOutputCleanup/outputFiles.bin b/platform/android/.gradle/buildOutputCleanup/outputFiles.bin index d18f5be..5ac4a45 100644 Binary files a/platform/android/.gradle/buildOutputCleanup/outputFiles.bin and b/platform/android/.gradle/buildOutputCleanup/outputFiles.bin differ diff --git a/platform/android/app/build/outputs/aar/app-release.aar b/platform/android/app/build/outputs/aar/app-release.aar index a60a92d..2100c98 100644 Binary files a/platform/android/app/build/outputs/aar/app-release.aar and b/platform/android/app/build/outputs/aar/app-release.aar differ diff --git a/platform/default/build_default.xml b/platform/default/build_default.xml index 23d8169..031d3b2 100644 --- a/platform/default/build_default.xml +++ b/platform/default/build_default.xml @@ -67,10 +67,14 @@ + + + + diff --git a/platform/default/src/com/distriqt/extension/exceptions/Const.as b/platform/default/src/com/distriqt/extension/exceptions/Const.as index e824224..8327a46 100644 --- a/platform/default/src/com/distriqt/extension/exceptions/Const.as +++ b/platform/default/src/com/distriqt/extension/exceptions/Const.as @@ -3,6 +3,6 @@ package com.distriqt.extension.exceptions internal final class Const { public static const EXTENSIONID : String = "com.distriqt.Exceptions"; - public static const VERSION : String = "3.0.007"; + public static const VERSION : String = "3.0.8"; } } \ No newline at end of file diff --git a/platform/ios/build/Release-iphoneos/libExceptions.a b/platform/ios/build/Release-iphoneos/libExceptions.a index db4bf91..1dd9af4 100644 Binary files a/platform/ios/build/Release-iphoneos/libExceptions.a and b/platform/ios/build/Release-iphoneos/libExceptions.a differ diff --git a/platform/ios/build/Release-iphonesimulator/libExceptions.a b/platform/ios/build/Release-iphonesimulator/libExceptions.a index 9e56382..c66759e 100644 Binary files a/platform/ios/build/Release-iphonesimulator/libExceptions.a and b/platform/ios/build/Release-iphonesimulator/libExceptions.a differ