This repository has been archived by the owner on Nov 8, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* several BUGFIXES * added support for Partial views * extended support for template expressions: - control structures: @if [@else], @for(;;), @for( in ) - partial view expression: @render - comments: @* *@ - "code execution" expressions: @(), @{ }@ * added message queue for SCION: now raising events from within SCION event-processing code is supported (i.e. from within BIG STEP in SCION) * added JSDoc generation for framework documentation
- Loading branch information
Showing
738 changed files
with
136,869 additions
and
31,410 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="src" path="src"/> | ||
<classpathentry kind="lib" path="libs/oauth/scribe-1.2.3.jar"/> | ||
<classpathentry kind="lib" path="libs/oauth/commons-codec-1.5.jar"/> | ||
<classpathentry exported="true" kind="lib" path="libs/oauth/scribe-1.2.3.jar"/> | ||
<classpathentry exported="true" kind="lib" path="libs/oauth/commons-codec-1.5.jar"/> | ||
<classpathentry kind="src" path="gen"/> | ||
<classpathentry kind="lib" path="libs/apacheCommons/commons-io-2.1.jar"/> | ||
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> | ||
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/> | ||
<classpathentry kind="lib" path="libs/jdom/jdom-1.1.3.jar"/> | ||
<classpathentry kind="lib" path="libs/cordova-2.3.0.jar"/> | ||
<classpathentry exported="true" kind="lib" path="libs/apacheCommons/commons-io-2.1.jar"/> | ||
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> | ||
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/> | ||
<classpathentry exported="true" kind="lib" path="libs/jdom/jdom-1.1.3.jar"/> | ||
<classpathentry exported="true" kind="lib" path="libs/cordova-2.8.1.jar"/> | ||
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/> | ||
<classpathentry kind="output" path="bin/classes"/> | ||
</classpath> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
{ | ||
"language": "en" | ||
"language": "en", | ||
"silenceDetectorNoiseTreshold": "0.1", | ||
"silenceDetectorPauseCount": "3", | ||
"silenceDetectorMinimalSpeachCount": "3", | ||
"silenceDetectorResetCount": "15", | ||
"HTML5InputSilenceBuffer": "2000000", | ||
"HTML5InputWebSocketAddress": "ws://127.0.0.1:9999", | ||
"HTML5InputSoundPackageSize": "4096", | ||
"HTML5InputSilenceDetectorPath": "javascripts/mediators/silenceDetection.js", | ||
"HTML5OutputServerBasePath": "http://mary.dfki.de:59125/", | ||
"autoLogin": "true", | ||
"TEST_prefetchRemoteResources": "false", | ||
"TEST_resetStylesBeforeLoad": "true" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"voice_lang": "de_DE", | ||
"lang_simple": "de", | ||
"speaker": "bits1-hsmm" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"voice_lang": "en_US", | ||
"lang_simple": "en_US", | ||
"speaker": "dfki-spike" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"/controllers":["application.js","calendar.js"],"/views":["application","calendar","layouts"],"/views/application":["login.ehtml","registration.ehtml","welcome.ehtml"],"/views/calendar":["create_appointment.ehtml"],"/views/layouts":["application.ehtml"],"/models":["calendarmodel.js","user.js"],"/config":["languages","statedef","configuration.json","parsed_directories.json"],"/config/languages":["de","en"],"/config/languages/de":["dictionary.dic"],"/config/languages/en":["dictionary.dic"],"/config/statedef":["dialogDescription.xml","dialogDescription.xml.MD5","input_manager_scxml.xml","input_manager_scxml.xml.MD5","readme.txt","scxml2js.bat","scxml2js.sh"],"/javascripts/plugins":["directoryListing.js","multitouchPlugin.js","nativeTTS.js","nuance.js","softkeyboard.js"],"/helpers":["applicationHelper.js"]} | ||
{"/controllers":["application.js","calendar.js"],"/views":["application","calendar","layouts"],"/views/application":["login.ehtml","registration.ehtml","temp-languagemenu.html","welcome.ehtml","~languagemenu.ehtml"],"/views/calendar":["create_appointment.ehtml"],"/views/layouts":["application.ehtml"],"/models":["calendarmodel.js","user.js"],"/config":["languages","statedef","configuration.json","parsed_directories.json"],"/config/languages":["de","en"],"/config/languages/de":["dictionary.dic","grammar.json","speaker.json"],"/config/languages/en":["dictionary.dic","speaker.json"],"/config/statedef":["dialogDescription.xml","dialogDescription.xml.MD5","input_manager_scxml.xml","input_manager_scxml.xml.MD5","readme.txt","scxml2js.bat","scxml2js.sh"],"/javascripts/plugins":["beepPlugin.js","cookiePlugin.js","directoryListing.js","multitouchPlugin.js","nativeTTS.js","nuance.js","queuePlugin.js","softkeyboard.js","video.js"],"/helpers":["applicationHelper.js"],"/gen/grammar":["de_grammar.js"]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.