FEATURE: Adding a first stab at an IONIC implemenation of DB

This commit is contained in:
jason.wall 2016-05-18 17:15:23 -04:00
parent 10277e4d95
commit 3c7a57b076
3144 changed files with 9163 additions and 38216 deletions

View File

@ -10,3 +10,13 @@ DynamicBibleUtility/DynamicBibleApp/bin
DynamicBibleUtility/DynamicBible/bin
DynamicBibleUtility/DynamicBible/obj
DynamicBibleUtility/packages
Android/DynamicBible/app/build
Android/DynamicBible/build
DynamicBibleIonic/node_modules/
DynamicBibleIonic/www/build/
DynamicBibleIonic/platforms/
DynamicBibleIonic/plugins/
DynamicBibleIonic/*.swp
DynamicBibleIonic/.DS_Store
DynamicBibleIonic/Thumbs.db
DynamicBibleIonic/www/data

View File

@ -12,23 +12,27 @@
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.gradle/2.10/taskArtifacts/fileSnapshots.bin" afterPath="$PROJECT_DIR$/.gradle/2.10/taskArtifacts/fileSnapshots.bin" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.gradle/2.10/taskArtifacts/outputFileStates.bin" afterPath="$PROJECT_DIR$/.gradle/2.10/taskArtifacts/outputFileStates.bin" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.gradle/2.10/taskArtifacts/taskArtifacts.bin" afterPath="$PROJECT_DIR$/.gradle/2.10/taskArtifacts/taskArtifacts.bin" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/app/build/intermediates/classes/release/walljm/dynamicbible/BuildConfig.class" afterPath="$PROJECT_DIR$/app/build/intermediates/classes/release/walljm/dynamicbible/BuildConfig.class" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/app/build/intermediates/res/resources-release.ap_" afterPath="$PROJECT_DIR$/app/build/intermediates/res/resources-release.ap_" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/app/build/intermediates/transforms/dex/release/folders/1000/1f/main/classes.dex" afterPath="$PROJECT_DIR$/app/build/intermediates/transforms/dex/release/folders/1000/1f/main/classes.dex" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/app/build/outputs/apk/app-release-unaligned.apk" afterPath="$PROJECT_DIR$/app/build/outputs/apk/app-release-unaligned.apk" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/app/build/intermediates/res/resources-debug-androidTest.ap_" afterPath="$PROJECT_DIR$/app/build/intermediates/res/resources-debug-androidTest.ap_" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/app/build/intermediates/res/resources-debug.ap_" afterPath="$PROJECT_DIR$/app/build/intermediates/res/resources-debug.ap_" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/app/app.iml" afterPath="$PROJECT_DIR$/app/app.iml" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/app/build/generated/source/buildConfig/release/walljm/dynamicbible/BuildConfig.java" afterPath="$PROJECT_DIR$/app/build/generated/source/buildConfig/release/walljm/dynamicbible/BuildConfig.java" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/app/build/intermediates/assets/release/index.html" afterPath="$PROJECT_DIR$/app/build/intermediates/assets/release/index.html" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/app/build/intermediates/assets/release/js/Words.js" afterPath="$PROJECT_DIR$/app/build/intermediates/assets/release/js/Words.js" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/app/build/intermediates/assets/release/js/Words.js.map" afterPath="$PROJECT_DIR$/app/build/intermediates/assets/release/js/Words.js.map" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/app/build/intermediates/manifests/full/release/AndroidManifest.xml" afterPath="$PROJECT_DIR$/app/build/intermediates/manifests/full/release/AndroidManifest.xml" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/app/build/outputs/lint-results-release-fatal.html" afterPath="$PROJECT_DIR$/app/build/outputs/lint-results-release-fatal.html" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/app/src/main/AndroidManifest.xml" afterPath="$PROJECT_DIR$/app/src/main/AndroidManifest.xml" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/app/src/main/assets/index.html" afterPath="$PROJECT_DIR$/app/src/main/assets/index.html" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/app/src/main/assets/js/Words.js" afterPath="$PROJECT_DIR$/app/src/main/assets/js/Words.js" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/app/src/main/assets/js/Words.js.map" afterPath="$PROJECT_DIR$/app/src/main/assets/js/Words.js.map" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/../../DynamicBibleUtility/DynamicBibleApp/DynamicBibleApp.csproj.user" afterPath="$PROJECT_DIR$/../../DynamicBibleUtility/DynamicBibleApp/DynamicBibleApp.csproj.user" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/app/build/generated/source/buildConfig/debug/walljm/dynamicbible/BuildConfig.java" afterPath="$PROJECT_DIR$/app/build/generated/source/buildConfig/debug/walljm/dynamicbible/BuildConfig.java" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/app/build/intermediates/assets/debug/css/bible.css" afterPath="$PROJECT_DIR$/app/build/intermediates/assets/debug/css/bible.css" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/app/build/intermediates/assets/debug/js/Bible.js" afterPath="$PROJECT_DIR$/app/build/intermediates/assets/debug/js/Bible.js" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/app/build/intermediates/assets/debug/js/Bible.js.map" afterPath="$PROJECT_DIR$/app/build/intermediates/assets/debug/js/Bible.js.map" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/app/build/intermediates/assets/debug/js/Globals.js" afterPath="$PROJECT_DIR$/app/build/intermediates/assets/debug/js/Globals.js" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/app/build/intermediates/assets/debug/js/Globals.js.map" afterPath="$PROJECT_DIR$/app/build/intermediates/assets/debug/js/Globals.js.map" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/app/build/intermediates/assets/debug/js/Strongs.js" afterPath="$PROJECT_DIR$/app/build/intermediates/assets/debug/js/Strongs.js" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/app/build/intermediates/assets/debug/js/Strongs.js.map" afterPath="$PROJECT_DIR$/app/build/intermediates/assets/debug/js/Strongs.js.map" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/app/build/intermediates/assets/debug/js/Util.js" afterPath="$PROJECT_DIR$/app/build/intermediates/assets/debug/js/Util.js" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/app/build/intermediates/assets/debug/js/Util.js.map" afterPath="$PROJECT_DIR$/app/build/intermediates/assets/debug/js/Util.js.map" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/app/build/intermediates/assets/debug/js/Words.js" afterPath="$PROJECT_DIR$/app/build/intermediates/assets/debug/js/Words.js" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/app/build/intermediates/assets/debug/js/Words.js.map" afterPath="$PROJECT_DIR$/app/build/intermediates/assets/debug/js/Words.js.map" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/app/build/intermediates/assets/debug/js/test.js.map" afterPath="$PROJECT_DIR$/app/build/intermediates/assets/debug/js/test.js.map" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/app/build/intermediates/incremental/mergeDebugAndroidTestAssets/merger.xml" afterPath="$PROJECT_DIR$/app/build/intermediates/incremental/mergeDebugAndroidTestAssets/merger.xml" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/app/build/intermediates/incremental/mergeDebugAssets/merger.xml" afterPath="$PROJECT_DIR$/app/build/intermediates/incremental/mergeDebugAssets/merger.xml" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/app/build/intermediates/manifests/full/debug/AndroidManifest.xml" afterPath="$PROJECT_DIR$/app/build/intermediates/manifests/full/debug/AndroidManifest.xml" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/build.gradle" afterPath="$PROJECT_DIR$/build.gradle" />
</list>
<ignored path="DynamicBible.iws" />
<ignored path=".idea/workspace.xml" />
@ -282,6 +286,10 @@
<option name="linkedExternalProjectPath" value="$PROJECT_DIR$" />
<option name="name" value="compileDebugAndroidTestRenderscript" />
</ExternalTaskPojo>
<ExternalTaskPojo>
<option name="linkedExternalProjectPath" value="$PROJECT_DIR$" />
<option name="name" value="compileDebugAndroidTestShaders" />
</ExternalTaskPojo>
<ExternalTaskPojo>
<option name="linkedExternalProjectPath" value="$PROJECT_DIR$" />
<option name="name" value="compileDebugAndroidTestSources" />
@ -298,6 +306,10 @@
<option name="linkedExternalProjectPath" value="$PROJECT_DIR$" />
<option name="name" value="compileDebugRenderscript" />
</ExternalTaskPojo>
<ExternalTaskPojo>
<option name="linkedExternalProjectPath" value="$PROJECT_DIR$" />
<option name="name" value="compileDebugShaders" />
</ExternalTaskPojo>
<ExternalTaskPojo>
<option name="linkedExternalProjectPath" value="$PROJECT_DIR$" />
<option name="name" value="compileDebugSources" />
@ -330,6 +342,10 @@
<option name="linkedExternalProjectPath" value="$PROJECT_DIR$" />
<option name="name" value="compileReleaseRenderscript" />
</ExternalTaskPojo>
<ExternalTaskPojo>
<option name="linkedExternalProjectPath" value="$PROJECT_DIR$" />
<option name="name" value="compileReleaseShaders" />
</ExternalTaskPojo>
<ExternalTaskPojo>
<option name="linkedExternalProjectPath" value="$PROJECT_DIR$" />
<option name="name" value="compileReleaseSources" />
@ -427,6 +443,26 @@
<option name="linkedExternalProjectPath" value="$PROJECT_DIR$" />
<option name="name" value="generateReleaseSources" />
</ExternalTaskPojo>
<ExternalTaskPojo>
<option name="linkedExternalProjectPath" value="$PROJECT_DIR$" />
<option name="name" value="incrementalDebugAndroidTestJavaCompilationSafeguard" />
</ExternalTaskPojo>
<ExternalTaskPojo>
<option name="linkedExternalProjectPath" value="$PROJECT_DIR$" />
<option name="name" value="incrementalDebugJavaCompilationSafeguard" />
</ExternalTaskPojo>
<ExternalTaskPojo>
<option name="linkedExternalProjectPath" value="$PROJECT_DIR$" />
<option name="name" value="incrementalDebugUnitTestJavaCompilationSafeguard" />
</ExternalTaskPojo>
<ExternalTaskPojo>
<option name="linkedExternalProjectPath" value="$PROJECT_DIR$" />
<option name="name" value="incrementalReleaseJavaCompilationSafeguard" />
</ExternalTaskPojo>
<ExternalTaskPojo>
<option name="linkedExternalProjectPath" value="$PROJECT_DIR$" />
<option name="name" value="incrementalReleaseUnitTestJavaCompilationSafeguard" />
</ExternalTaskPojo>
<ExternalTaskPojo>
<option name="description" value="Installs the Debug build." />
<option name="linkedExternalProjectPath" value="$PROJECT_DIR$" />
@ -477,6 +513,10 @@
<option name="linkedExternalProjectPath" value="$PROJECT_DIR$" />
<option name="name" value="mergeDebugAndroidTestResources" />
</ExternalTaskPojo>
<ExternalTaskPojo>
<option name="linkedExternalProjectPath" value="$PROJECT_DIR$" />
<option name="name" value="mergeDebugAndroidTestShaders" />
</ExternalTaskPojo>
<ExternalTaskPojo>
<option name="linkedExternalProjectPath" value="$PROJECT_DIR$" />
<option name="name" value="mergeDebugAssets" />
@ -489,6 +529,10 @@
<option name="linkedExternalProjectPath" value="$PROJECT_DIR$" />
<option name="name" value="mergeDebugResources" />
</ExternalTaskPojo>
<ExternalTaskPojo>
<option name="linkedExternalProjectPath" value="$PROJECT_DIR$" />
<option name="name" value="mergeDebugShaders" />
</ExternalTaskPojo>
<ExternalTaskPojo>
<option name="linkedExternalProjectPath" value="$PROJECT_DIR$" />
<option name="name" value="mergeReleaseAssets" />
@ -501,6 +545,10 @@
<option name="linkedExternalProjectPath" value="$PROJECT_DIR$" />
<option name="name" value="mergeReleaseResources" />
</ExternalTaskPojo>
<ExternalTaskPojo>
<option name="linkedExternalProjectPath" value="$PROJECT_DIR$" />
<option name="name" value="mergeReleaseShaders" />
</ExternalTaskPojo>
<ExternalTaskPojo>
<option name="description" value="Creates a version of android.jar that's suitable for unit tests." />
<option name="linkedExternalProjectPath" value="$PROJECT_DIR$" />
@ -816,6 +864,10 @@
<option name="linkedExternalProjectPath" value="$PROJECT_DIR$/app" />
<option name="name" value="compileDebugAndroidTestRenderscript" />
</ExternalTaskPojo>
<ExternalTaskPojo>
<option name="linkedExternalProjectPath" value="$PROJECT_DIR$/app" />
<option name="name" value="compileDebugAndroidTestShaders" />
</ExternalTaskPojo>
<ExternalTaskPojo>
<option name="linkedExternalProjectPath" value="$PROJECT_DIR$/app" />
<option name="name" value="compileDebugAndroidTestSources" />
@ -832,6 +884,10 @@
<option name="linkedExternalProjectPath" value="$PROJECT_DIR$/app" />
<option name="name" value="compileDebugRenderscript" />
</ExternalTaskPojo>
<ExternalTaskPojo>
<option name="linkedExternalProjectPath" value="$PROJECT_DIR$/app" />
<option name="name" value="compileDebugShaders" />
</ExternalTaskPojo>
<ExternalTaskPojo>
<option name="linkedExternalProjectPath" value="$PROJECT_DIR$/app" />
<option name="name" value="compileDebugSources" />
@ -864,6 +920,10 @@
<option name="linkedExternalProjectPath" value="$PROJECT_DIR$/app" />
<option name="name" value="compileReleaseRenderscript" />
</ExternalTaskPojo>
<ExternalTaskPojo>
<option name="linkedExternalProjectPath" value="$PROJECT_DIR$/app" />
<option name="name" value="compileReleaseShaders" />
</ExternalTaskPojo>
<ExternalTaskPojo>
<option name="linkedExternalProjectPath" value="$PROJECT_DIR$/app" />
<option name="name" value="compileReleaseSources" />
@ -981,6 +1041,26 @@
<option name="linkedExternalProjectPath" value="$PROJECT_DIR$/app" />
<option name="name" value="help" />
</ExternalTaskPojo>
<ExternalTaskPojo>
<option name="linkedExternalProjectPath" value="$PROJECT_DIR$/app" />
<option name="name" value="incrementalDebugAndroidTestJavaCompilationSafeguard" />
</ExternalTaskPojo>
<ExternalTaskPojo>
<option name="linkedExternalProjectPath" value="$PROJECT_DIR$/app" />
<option name="name" value="incrementalDebugJavaCompilationSafeguard" />
</ExternalTaskPojo>
<ExternalTaskPojo>
<option name="linkedExternalProjectPath" value="$PROJECT_DIR$/app" />
<option name="name" value="incrementalDebugUnitTestJavaCompilationSafeguard" />
</ExternalTaskPojo>
<ExternalTaskPojo>
<option name="linkedExternalProjectPath" value="$PROJECT_DIR$/app" />
<option name="name" value="incrementalReleaseJavaCompilationSafeguard" />
</ExternalTaskPojo>
<ExternalTaskPojo>
<option name="linkedExternalProjectPath" value="$PROJECT_DIR$/app" />
<option name="name" value="incrementalReleaseUnitTestJavaCompilationSafeguard" />
</ExternalTaskPojo>
<ExternalTaskPojo>
<option name="description" value="Installs the Debug build." />
<option name="linkedExternalProjectPath" value="$PROJECT_DIR$/app" />
@ -1031,6 +1111,10 @@
<option name="linkedExternalProjectPath" value="$PROJECT_DIR$/app" />
<option name="name" value="mergeDebugAndroidTestResources" />
</ExternalTaskPojo>
<ExternalTaskPojo>
<option name="linkedExternalProjectPath" value="$PROJECT_DIR$/app" />
<option name="name" value="mergeDebugAndroidTestShaders" />
</ExternalTaskPojo>
<ExternalTaskPojo>
<option name="linkedExternalProjectPath" value="$PROJECT_DIR$/app" />
<option name="name" value="mergeDebugAssets" />
@ -1043,6 +1127,10 @@
<option name="linkedExternalProjectPath" value="$PROJECT_DIR$/app" />
<option name="name" value="mergeDebugResources" />
</ExternalTaskPojo>
<ExternalTaskPojo>
<option name="linkedExternalProjectPath" value="$PROJECT_DIR$/app" />
<option name="name" value="mergeDebugShaders" />
</ExternalTaskPojo>
<ExternalTaskPojo>
<option name="linkedExternalProjectPath" value="$PROJECT_DIR$/app" />
<option name="name" value="mergeReleaseAssets" />
@ -1055,6 +1143,10 @@
<option name="linkedExternalProjectPath" value="$PROJECT_DIR$/app" />
<option name="name" value="mergeReleaseResources" />
</ExternalTaskPojo>
<ExternalTaskPojo>
<option name="linkedExternalProjectPath" value="$PROJECT_DIR$/app" />
<option name="name" value="mergeReleaseShaders" />
</ExternalTaskPojo>
<ExternalTaskPojo>
<option name="description" value="Creates a version of android.jar that's suitable for unit tests." />
<option name="linkedExternalProjectPath" value="$PROJECT_DIR$/app" />
@ -1296,7 +1388,7 @@
</option>
<option name="modificationStamps">
<map>
<entry key="$PROJECT_DIR$" value="4301181123188" />
<entry key="$PROJECT_DIR$" value="4302144566176" />
</map>
</option>
<option name="projectBuildClasspath">
@ -1311,107 +1403,84 @@
<ExternalModuleBuildClasspathPojo>
<option name="entries">
<list>
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools.build/gradle/2.0.0/d15b2293105f45ec5b5808c6e93255d980855f20/gradle-2.0.0-sources.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools.build/gradle/2.0.0/f6d4112bc7372b021b86125b1f3896ef69dbe9c0/gradle-2.0.0.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools.build/gradle-core/2.0.0/8aeab1a74d3e3bb4bec2a359869ee95ad473a3c1/gradle-core-2.0.0-sources.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools.build/gradle-core/2.0.0/abe49085e6741d712aa02daac664f028bd4b47a4/gradle-core-2.0.0.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools.build/builder/2.0.0/624b7fcd5c6c28048e935eae9c64474a057ff6b6/builder-2.0.0-sources.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools.build/builder/2.0.0/1d9282562f95e20b12ada220486f0e30c985b81d/builder-2.0.0.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools.lint/lint/25.0.0/19b18a45a5b9e445a1bc1a162bd572993aea545c/lint-25.0.0-sources.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools.lint/lint/25.0.0/8ea2e717c4defab79da2adedc098e5480d67748e/lint-25.0.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/build/transform-api/2.0.0-deprecated-use-gradle-api/transform-api-2.0.0-deprecated-use-gradle-api.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools.build/gradle-api/2.0.0/da682aca6a30b3f86aba4de5124dd2356f819f0e/gradle-api-2.0.0-sources.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools.build/gradle-api/2.0.0/2368ef3bd07dcd23385a0103e098f4e679cc57b7/gradle-api-2.0.0.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.databinding/compilerCommon/2.0.0/d7ef75a32a814a1b0446b1ad7e03d7ecdccb4c36/compilerCommon-2.0.0-sources.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.databinding/compilerCommon/2.0.0/c7bf348cced552230c599f80b825cddc1daf14c7/compilerCommon-2.0.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/ow2/asm/asm/5.0.3/asm-5.0.3-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/ow2/asm/asm/5.0.3/asm-5.0.3.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/ow2/asm/asm-commons/5.0.3/asm-commons-5.0.3-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/ow2/asm/asm-commons/5.0.3/asm-commons-5.0.3.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/net/sf/proguard/proguard-gradle/5.2.1/proguard-gradle-5.2.1-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/net/sf/proguard/proguard-gradle/5.2.1/proguard-gradle-5.2.1.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/build/gradle/2.1.0/gradle-2.1.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/build/gradle-core/2.1.0/gradle-core-2.1.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/jacoco/org.jacoco.core/0.7.4.201502262128/org.jacoco.core-0.7.4.201502262128-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/jacoco/org.jacoco.core/0.7.4.201502262128/org.jacoco.core-0.7.4.201502262128.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/antlr/antlr/3.5.2/antlr-3.5.2.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools.build/builder-model/2.0.0/35c07dbf3453bc6a46e1b020a68f08095c47cba3/builder-model-2.0.0-sources.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools.build/builder-model/2.0.0/bd45ddd08825b473b77ffca5e971a311949f09dc/builder-model-2.0.0.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools.build/builder-test-api/2.0.0/5e5bda27fb2ebc0f44cba3f37617913449c29ac9/builder-test-api-2.0.0-sources.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools.build/builder-test-api/2.0.0/a95598c4632f11536645dd69c2f1d5480b35852f/builder-test-api-2.0.0.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools/sdklib/25.0.0/80f5098bf08721f408647ba426768a1cb43fcc58/sdklib-25.0.0-sources.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools/sdklib/25.0.0/a7991454e6ab2d31577dd6db2ba8550b699859f8/sdklib-25.0.0.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools/sdk-common/25.0.0/e566b3c6f99a5ac7e539d23eec51172ba9b0baf1/sdk-common-25.0.0-sources.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools/sdk-common/25.0.0/21f38d097801ba95c44f1387976aa9f7dee86dd4/sdk-common-25.0.0.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools/common/25.0.0/3e69c5881d62516630a3664489dbf1875f82d785/common-25.0.0-sources.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools/common/25.0.0/f836bab34da32e94d76aaccf693b893fedd64fe7/common-25.0.0.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools.build/manifest-merger/25.0.0/da9d6bd6e9ae411cb9fa488f916b7d4c18d472a6/manifest-merger-25.0.0-sources.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools.build/manifest-merger/25.0.0/ea47329e8ca610fec2a64859a8b085634d56d127/manifest-merger-25.0.0.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools.ddms/ddmlib/25.0.0/d7ad76cd200985066fac3b44c68d4d8c7efc821/ddmlib-25.0.0-sources.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools.ddms/ddmlib/25.0.0/d4cb81d2c695ce7c8379ac96b074994cc4e2ad90/ddmlib-25.0.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/jack/jack-api/0.9.0/jack-api-0.9.0-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/jack/jack-api/0.9.0/jack-api-0.9.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/jill/jill-api/0.9.0/jill-api-0.9.0-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/jill/jill-api/0.9.0/jill-api-0.9.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/squareup/javawriter/2.5.0/javawriter-2.5.0-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/squareup/javawriter/2.5.0/javawriter-2.5.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/bouncycastle/bcpkix-jdk15on/1.48/bcpkix-jdk15on-1.48-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/bouncycastle/bcpkix-jdk15on/1.48/bcpkix-jdk15on-1.48.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/bouncycastle/bcprov-jdk15on/1.48/bcprov-jdk15on-1.48-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/bouncycastle/bcprov-jdk15on/1.48/bcprov-jdk15on-1.48.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/ow2/asm/asm-commons/5.0.3/asm-commons-5.0.3-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/ow2/asm/asm-commons/5.0.3/asm-commons-5.0.3.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/build/gradle-api/2.1.0/gradle-api-2.1.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/lint/lint/25.1.0/lint-25.1.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/databinding/compilerCommon/2.1.0/compilerCommon-2.1.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/ow2/asm/asm/5.0.3/asm-5.0.3-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/ow2/asm/asm/5.0.3/asm-5.0.3.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/net/sf/proguard/proguard-gradle/5.2.1/proguard-gradle-5.2.1-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/net/sf/proguard/proguard-gradle/5.2.1/proguard-gradle-5.2.1.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/build/transform-api/2.0.0-deprecated-use-gradle-api/transform-api-2.0.0-deprecated-use-gradle-api.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/build/builder/2.1.0/builder-2.1.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/ow2/asm/asm-debug-all/5.0.1/asm-debug-all-5.0.1-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/ow2/asm/asm-debug-all/5.0.1/asm-debug-all-5.0.1.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools.lint/lint-checks/25.0.0/a21015f91a89facc62f94fa79e1656f7b61780da/lint-checks-25.0.0-sources.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools.lint/lint-checks/25.0.0/dee0ae985f8b59713b0959ed81b586baf56aee2b/lint-checks-25.0.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/ecj-4.4.2-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/ecj-4.4.2.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools/annotations/25.0.0/90482f4c9ef7a0f2de7bda01f0f2aa4d6b1145c9/annotations-25.0.0-sources.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools/annotations/25.0.0/b6c3d2aeb72bcd7da085563b8050f3b4e8a5d9f6/annotations-25.0.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/google/guava/guava/17.0/guava-17.0-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/google/guava/guava/17.0/guava-17.0.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.databinding/baseLibrary/2.0.0/c98afca996f48c17de4875c1a1c951f7201e42ca/baseLibrary-2.0.0-sources.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.databinding/baseLibrary/2.0.0/b8b808a164595b20caac1c1f342b475d0036ad21/baseLibrary-2.0.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/annotations/25.1.0/annotations-25.1.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/lint/lint-checks/25.1.0/lint-checks-25.1.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/ecj-4.4.2-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/ecj-4.4.2.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/googlecode/juniversalchardet/juniversalchardet/1.0.3/juniversalchardet-1.0.3.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/tunnelvisionlabs/antlr4/4.5/antlr4-4.5.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/commons-io/commons-io/2.4/commons-io-2.4-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/commons-io/commons-io/2.4/commons-io-2.4.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/googlecode/juniversalchardet/juniversalchardet/1.0.3/juniversalchardet-1.0.3.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/databinding/baseLibrary/2.1.0/baseLibrary-2.1.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/net/sf/proguard/proguard-base/5.2.1/proguard-base-5.2.1-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/net/sf/proguard/proguard-base/5.2.1/proguard-base-5.2.1.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/ow2/asm/asm-debug-all/5.0.1/asm-debug-all-5.0.1-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/ow2/asm/asm-debug-all/5.0.1/asm-debug-all-5.0.1.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/build/builder-model/2.1.0/builder-model-2.1.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/common/25.1.0/common-25.1.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/ddms/ddmlib/25.1.0/ddmlib-25.1.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/bouncycastle/bcprov-jdk15on/1.48/bcprov-jdk15on-1.48-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/bouncycastle/bcprov-jdk15on/1.48/bcprov-jdk15on-1.48.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/sdklib/25.1.0/sdklib-25.1.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/squareup/javawriter/2.5.0/javawriter-2.5.0-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/squareup/javawriter/2.5.0/javawriter-2.5.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/build/builder-test-api/2.1.0/builder-test-api-2.1.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/sdk-common/25.1.0/sdk-common-25.1.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/build/manifest-merger/25.1.0/manifest-merger-25.1.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/jack/jack-api/0.10.0/jack-api-0.10.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/bouncycastle/bcpkix-jdk15on/1.48/bcpkix-jdk15on-1.48-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/bouncycastle/bcpkix-jdk15on/1.48/bcpkix-jdk15on-1.48.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/jill/jill-api/0.10.0/jill-api-0.10.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/ow2/asm/asm-analysis/5.0.3/asm-analysis-5.0.3-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/ow2/asm/asm-analysis/5.0.3/asm-analysis-5.0.3.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/lint/lint-api/25.1.0/lint-api-25.1.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/tunnelvisionlabs/antlr4-runtime/4.5/antlr4-runtime-4.5.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/tunnelvisionlabs/antlr4-annotations/4.5/antlr4-annotations-4.5.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/antlr/ST4/4.0.8/ST4-4.0.8.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools.layoutlib/layoutlib-api/25.0.0/b315362eec21005392ccd32792d5c43b742435aa/layoutlib-api-25.0.0-sources.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools.layoutlib/layoutlib-api/25.0.0/ceb1cb910307d8e4e832d74019876b0e0eaae0b7/layoutlib-api-25.0.0.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools/dvlib/25.0.0/3362f6cab69b0bcc97c97ab9a9d0f7058eb5a8c3/dvlib-25.0.0-sources.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools/dvlib/25.0.0/8f6be7b762e6701a317de7cc255ebb781903c757/dvlib-25.0.0.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools/repository/25.0.0/239e1d790ba0d9e9faca64b313c8e25485454578/repository-25.0.0-sources.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools/repository/25.0.0/d2d79f4624784eecff37a36c466b80e016cc7355/repository-25.0.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/google/code/gson/gson/2.2.4/gson-2.2.4-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/repository/25.1.0/repository-25.1.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/apache/httpcomponents/httpclient/4.1.1/httpclient-4.1.1-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/apache/httpcomponents/httpclient/4.1.1/httpclient-4.1.1.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/apache/httpcomponents/httpmime/4.1/httpmime-4.1-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/apache/httpcomponents/httpmime/4.1/httpmime-4.1.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools.lint/lint-api/25.0.0/5b762a8dc41182c513b7682787b18b15effb8fee/lint-api-25.0.0-sources.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools.lint/lint-api/25.0.0/8712c42021225c49bf0ebfb201fd7decefe6f29d/lint-api-25.0.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/ow2/asm/asm-analysis/5.0.3/asm-analysis-5.0.3-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/ow2/asm/asm-analysis/5.0.3/asm-analysis-5.0.3.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/tunnelvisionlabs/antlr4-runtime/4.5/antlr4-runtime-4.5.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/tunnelvisionlabs/antlr4-annotations/4.5/antlr4-annotations-4.5.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/intellij/annotations/12.0/annotations-12.0-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/intellij/annotations/12.0/annotations-12.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/google/code/gson/gson/2.2.4/gson-2.2.4-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/dvlib/25.1.0/dvlib-25.1.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/layoutlib/layoutlib-api/25.1.0/layoutlib-api-25.1.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/external/lombok/lombok-ast/0.2.3/lombok-ast-0.2.3-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/external/lombok/lombok-ast/0.2.3/lombok-ast-0.2.3.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/abego/treelayout/org.abego.treelayout.core/1.0.1/org.abego.treelayout.core-1.0.1.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/commons-codec/commons-codec/1.4/commons-codec-1.4-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/commons-codec/commons-codec/1.4/commons-codec-1.4.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/external/lombok/lombok-ast/0.2.3/lombok-ast-0.2.3-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/external/lombok/lombok-ast/0.2.3/lombok-ast-0.2.3.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/abego/treelayout/org.abego.treelayout.core/1.0.1/org.abego.treelayout.core-1.0.1.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/intellij/annotations/12.0/annotations-12.0-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/intellij/annotations/12.0/annotations-12.0.jar" />
</list>
</option>
<option name="path" value="$PROJECT_DIR$" />
@ -1423,107 +1492,84 @@
<ExternalModuleBuildClasspathPojo>
<option name="entries">
<list>
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools.build/gradle/2.0.0/d15b2293105f45ec5b5808c6e93255d980855f20/gradle-2.0.0-sources.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools.build/gradle/2.0.0/f6d4112bc7372b021b86125b1f3896ef69dbe9c0/gradle-2.0.0.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools.build/gradle-core/2.0.0/8aeab1a74d3e3bb4bec2a359869ee95ad473a3c1/gradle-core-2.0.0-sources.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools.build/gradle-core/2.0.0/abe49085e6741d712aa02daac664f028bd4b47a4/gradle-core-2.0.0.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools.build/builder/2.0.0/624b7fcd5c6c28048e935eae9c64474a057ff6b6/builder-2.0.0-sources.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools.build/builder/2.0.0/1d9282562f95e20b12ada220486f0e30c985b81d/builder-2.0.0.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools.lint/lint/25.0.0/19b18a45a5b9e445a1bc1a162bd572993aea545c/lint-25.0.0-sources.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools.lint/lint/25.0.0/8ea2e717c4defab79da2adedc098e5480d67748e/lint-25.0.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/build/transform-api/2.0.0-deprecated-use-gradle-api/transform-api-2.0.0-deprecated-use-gradle-api.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools.build/gradle-api/2.0.0/da682aca6a30b3f86aba4de5124dd2356f819f0e/gradle-api-2.0.0-sources.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools.build/gradle-api/2.0.0/2368ef3bd07dcd23385a0103e098f4e679cc57b7/gradle-api-2.0.0.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.databinding/compilerCommon/2.0.0/d7ef75a32a814a1b0446b1ad7e03d7ecdccb4c36/compilerCommon-2.0.0-sources.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.databinding/compilerCommon/2.0.0/c7bf348cced552230c599f80b825cddc1daf14c7/compilerCommon-2.0.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/ow2/asm/asm/5.0.3/asm-5.0.3-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/ow2/asm/asm/5.0.3/asm-5.0.3.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/ow2/asm/asm-commons/5.0.3/asm-commons-5.0.3-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/ow2/asm/asm-commons/5.0.3/asm-commons-5.0.3.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/net/sf/proguard/proguard-gradle/5.2.1/proguard-gradle-5.2.1-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/net/sf/proguard/proguard-gradle/5.2.1/proguard-gradle-5.2.1.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/build/gradle/2.1.0/gradle-2.1.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/build/gradle-core/2.1.0/gradle-core-2.1.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/jacoco/org.jacoco.core/0.7.4.201502262128/org.jacoco.core-0.7.4.201502262128-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/jacoco/org.jacoco.core/0.7.4.201502262128/org.jacoco.core-0.7.4.201502262128.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/antlr/antlr/3.5.2/antlr-3.5.2.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools.build/builder-model/2.0.0/35c07dbf3453bc6a46e1b020a68f08095c47cba3/builder-model-2.0.0-sources.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools.build/builder-model/2.0.0/bd45ddd08825b473b77ffca5e971a311949f09dc/builder-model-2.0.0.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools.build/builder-test-api/2.0.0/5e5bda27fb2ebc0f44cba3f37617913449c29ac9/builder-test-api-2.0.0-sources.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools.build/builder-test-api/2.0.0/a95598c4632f11536645dd69c2f1d5480b35852f/builder-test-api-2.0.0.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools/sdklib/25.0.0/80f5098bf08721f408647ba426768a1cb43fcc58/sdklib-25.0.0-sources.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools/sdklib/25.0.0/a7991454e6ab2d31577dd6db2ba8550b699859f8/sdklib-25.0.0.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools/sdk-common/25.0.0/e566b3c6f99a5ac7e539d23eec51172ba9b0baf1/sdk-common-25.0.0-sources.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools/sdk-common/25.0.0/21f38d097801ba95c44f1387976aa9f7dee86dd4/sdk-common-25.0.0.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools/common/25.0.0/3e69c5881d62516630a3664489dbf1875f82d785/common-25.0.0-sources.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools/common/25.0.0/f836bab34da32e94d76aaccf693b893fedd64fe7/common-25.0.0.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools.build/manifest-merger/25.0.0/da9d6bd6e9ae411cb9fa488f916b7d4c18d472a6/manifest-merger-25.0.0-sources.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools.build/manifest-merger/25.0.0/ea47329e8ca610fec2a64859a8b085634d56d127/manifest-merger-25.0.0.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools.ddms/ddmlib/25.0.0/d7ad76cd200985066fac3b44c68d4d8c7efc821/ddmlib-25.0.0-sources.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools.ddms/ddmlib/25.0.0/d4cb81d2c695ce7c8379ac96b074994cc4e2ad90/ddmlib-25.0.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/jack/jack-api/0.9.0/jack-api-0.9.0-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/jack/jack-api/0.9.0/jack-api-0.9.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/jill/jill-api/0.9.0/jill-api-0.9.0-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/jill/jill-api/0.9.0/jill-api-0.9.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/squareup/javawriter/2.5.0/javawriter-2.5.0-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/squareup/javawriter/2.5.0/javawriter-2.5.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/bouncycastle/bcpkix-jdk15on/1.48/bcpkix-jdk15on-1.48-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/bouncycastle/bcpkix-jdk15on/1.48/bcpkix-jdk15on-1.48.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/bouncycastle/bcprov-jdk15on/1.48/bcprov-jdk15on-1.48-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/bouncycastle/bcprov-jdk15on/1.48/bcprov-jdk15on-1.48.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/ow2/asm/asm-commons/5.0.3/asm-commons-5.0.3-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/ow2/asm/asm-commons/5.0.3/asm-commons-5.0.3.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/build/gradle-api/2.1.0/gradle-api-2.1.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/lint/lint/25.1.0/lint-25.1.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/databinding/compilerCommon/2.1.0/compilerCommon-2.1.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/ow2/asm/asm/5.0.3/asm-5.0.3-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/ow2/asm/asm/5.0.3/asm-5.0.3.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/net/sf/proguard/proguard-gradle/5.2.1/proguard-gradle-5.2.1-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/net/sf/proguard/proguard-gradle/5.2.1/proguard-gradle-5.2.1.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/build/transform-api/2.0.0-deprecated-use-gradle-api/transform-api-2.0.0-deprecated-use-gradle-api.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/build/builder/2.1.0/builder-2.1.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/ow2/asm/asm-debug-all/5.0.1/asm-debug-all-5.0.1-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/ow2/asm/asm-debug-all/5.0.1/asm-debug-all-5.0.1.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools.lint/lint-checks/25.0.0/a21015f91a89facc62f94fa79e1656f7b61780da/lint-checks-25.0.0-sources.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools.lint/lint-checks/25.0.0/dee0ae985f8b59713b0959ed81b586baf56aee2b/lint-checks-25.0.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/ecj-4.4.2-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/ecj-4.4.2.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools/annotations/25.0.0/90482f4c9ef7a0f2de7bda01f0f2aa4d6b1145c9/annotations-25.0.0-sources.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools/annotations/25.0.0/b6c3d2aeb72bcd7da085563b8050f3b4e8a5d9f6/annotations-25.0.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/google/guava/guava/17.0/guava-17.0-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/google/guava/guava/17.0/guava-17.0.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.databinding/baseLibrary/2.0.0/c98afca996f48c17de4875c1a1c951f7201e42ca/baseLibrary-2.0.0-sources.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.databinding/baseLibrary/2.0.0/b8b808a164595b20caac1c1f342b475d0036ad21/baseLibrary-2.0.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/annotations/25.1.0/annotations-25.1.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/lint/lint-checks/25.1.0/lint-checks-25.1.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/ecj-4.4.2-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/ecj-4.4.2.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/googlecode/juniversalchardet/juniversalchardet/1.0.3/juniversalchardet-1.0.3.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/tunnelvisionlabs/antlr4/4.5/antlr4-4.5.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/commons-io/commons-io/2.4/commons-io-2.4-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/commons-io/commons-io/2.4/commons-io-2.4.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/googlecode/juniversalchardet/juniversalchardet/1.0.3/juniversalchardet-1.0.3.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/databinding/baseLibrary/2.1.0/baseLibrary-2.1.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/net/sf/proguard/proguard-base/5.2.1/proguard-base-5.2.1-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/net/sf/proguard/proguard-base/5.2.1/proguard-base-5.2.1.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/ow2/asm/asm-debug-all/5.0.1/asm-debug-all-5.0.1-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/ow2/asm/asm-debug-all/5.0.1/asm-debug-all-5.0.1.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/build/builder-model/2.1.0/builder-model-2.1.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/common/25.1.0/common-25.1.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/ddms/ddmlib/25.1.0/ddmlib-25.1.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/bouncycastle/bcprov-jdk15on/1.48/bcprov-jdk15on-1.48-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/bouncycastle/bcprov-jdk15on/1.48/bcprov-jdk15on-1.48.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/sdklib/25.1.0/sdklib-25.1.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/squareup/javawriter/2.5.0/javawriter-2.5.0-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/squareup/javawriter/2.5.0/javawriter-2.5.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/build/builder-test-api/2.1.0/builder-test-api-2.1.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/sdk-common/25.1.0/sdk-common-25.1.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/build/manifest-merger/25.1.0/manifest-merger-25.1.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/jack/jack-api/0.10.0/jack-api-0.10.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/bouncycastle/bcpkix-jdk15on/1.48/bcpkix-jdk15on-1.48-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/bouncycastle/bcpkix-jdk15on/1.48/bcpkix-jdk15on-1.48.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/jill/jill-api/0.10.0/jill-api-0.10.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/ow2/asm/asm-analysis/5.0.3/asm-analysis-5.0.3-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/ow2/asm/asm-analysis/5.0.3/asm-analysis-5.0.3.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/lint/lint-api/25.1.0/lint-api-25.1.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/tunnelvisionlabs/antlr4-runtime/4.5/antlr4-runtime-4.5.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/tunnelvisionlabs/antlr4-annotations/4.5/antlr4-annotations-4.5.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/antlr/ST4/4.0.8/ST4-4.0.8.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools.layoutlib/layoutlib-api/25.0.0/b315362eec21005392ccd32792d5c43b742435aa/layoutlib-api-25.0.0-sources.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools.layoutlib/layoutlib-api/25.0.0/ceb1cb910307d8e4e832d74019876b0e0eaae0b7/layoutlib-api-25.0.0.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools/dvlib/25.0.0/3362f6cab69b0bcc97c97ab9a9d0f7058eb5a8c3/dvlib-25.0.0-sources.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools/dvlib/25.0.0/8f6be7b762e6701a317de7cc255ebb781903c757/dvlib-25.0.0.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools/repository/25.0.0/239e1d790ba0d9e9faca64b313c8e25485454578/repository-25.0.0-sources.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools/repository/25.0.0/d2d79f4624784eecff37a36c466b80e016cc7355/repository-25.0.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/google/code/gson/gson/2.2.4/gson-2.2.4-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/repository/25.1.0/repository-25.1.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/apache/httpcomponents/httpclient/4.1.1/httpclient-4.1.1-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/apache/httpcomponents/httpclient/4.1.1/httpclient-4.1.1.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/apache/httpcomponents/httpmime/4.1/httpmime-4.1-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/apache/httpcomponents/httpmime/4.1/httpmime-4.1.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools.lint/lint-api/25.0.0/5b762a8dc41182c513b7682787b18b15effb8fee/lint-api-25.0.0-sources.jar" />
<option value="$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.tools.lint/lint-api/25.0.0/8712c42021225c49bf0ebfb201fd7decefe6f29d/lint-api-25.0.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/ow2/asm/asm-analysis/5.0.3/asm-analysis-5.0.3-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/ow2/asm/asm-analysis/5.0.3/asm-analysis-5.0.3.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/tunnelvisionlabs/antlr4-runtime/4.5/antlr4-runtime-4.5.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/tunnelvisionlabs/antlr4-annotations/4.5/antlr4-annotations-4.5.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/intellij/annotations/12.0/annotations-12.0-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/intellij/annotations/12.0/annotations-12.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/google/code/gson/gson/2.2.4/gson-2.2.4-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/dvlib/25.1.0/dvlib-25.1.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/layoutlib/layoutlib-api/25.1.0/layoutlib-api-25.1.0.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/external/lombok/lombok-ast/0.2.3/lombok-ast-0.2.3-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/external/lombok/lombok-ast/0.2.3/lombok-ast-0.2.3.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/abego/treelayout/org.abego.treelayout.core/1.0.1/org.abego.treelayout.core-1.0.1.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/commons-codec/commons-codec/1.4/commons-codec-1.4-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/commons-codec/commons-codec/1.4/commons-codec-1.4.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/external/lombok/lombok-ast/0.2.3/lombok-ast-0.2.3-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/android/tools/external/lombok/lombok-ast/0.2.3/lombok-ast-0.2.3.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/org/abego/treelayout/org.abego.treelayout.core/1.0.1/org.abego.treelayout.core-1.0.1.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/intellij/annotations/12.0/annotations-12.0-sources.jar" />
<option value="$APPLICATION_HOME_DIR$/gradle/m2repository/com/intellij/annotations/12.0/annotations-12.0.jar" />
</list>
</option>
<option name="path" value="$PROJECT_DIR$/app" />

View File

@ -47,6 +47,7 @@
<sourceFolder url="file://$MODULE_DIR$/src/debug/java" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/debug/jni" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/debug/rs" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/debug/shaders" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/testDebug/res" type="java-test-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/testDebug/resources" type="java-test-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/testDebug/assets" type="java-test-resource" />
@ -54,6 +55,7 @@
<sourceFolder url="file://$MODULE_DIR$/src/testDebug/java" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/testDebug/jni" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/testDebug/rs" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/testDebug/shaders" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/main/res" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/main/assets" type="java-resource" />
@ -61,13 +63,7 @@
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/main/jni" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/main/rs" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/test/res" type="java-test-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/test/resources" type="java-test-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/test/assets" type="java-test-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/test/aidl" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/test/jni" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/test/rs" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/main/shaders" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/res" type="java-test-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/resources" type="java-test-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/assets" type="java-test-resource" />
@ -75,6 +71,15 @@
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/java" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/jni" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/rs" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/shaders" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/test/res" type="java-test-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/test/resources" type="java-test-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/test/assets" type="java-test-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/test/aidl" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/test/jni" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/test/rs" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/test/shaders" isTestSource="true" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/assets" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/blame" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/bundles" />
@ -87,6 +92,7 @@
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/pre-dexed" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/res" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/rs" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/shaders" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/symbols" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/transforms" />
<excludeFolder url="file://$MODULE_DIR$/build/outputs" />

View File

@ -8,6 +8,6 @@ public final class BuildConfig {
public static final String APPLICATION_ID = "walljm.dynamicbible";
public static final String BUILD_TYPE = "debug";
public static final String FLAVOR = "";
public static final int VERSION_CODE = 10;
public static final String VERSION_NAME = "2.0.0";
public static final int VERSION_CODE = 11;
public static final String VERSION_NAME = "2.0.2";
}

View File

@ -1,13 +0,0 @@
/**
* Automatically generated file. DO NOT MODIFY
*/
package walljm.dynamicbible;
public final class BuildConfig {
public static final boolean DEBUG = false;
public static final String APPLICATION_ID = "walljm.dynamicbible";
public static final String BUILD_TYPE = "release";
public static final String FLAVOR = "";
public static final int VERSION_CODE = 11;
public static final String VERSION_NAME = "2.0.2";
}

View File

@ -1,25 +0,0 @@
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package walljm.dynamicbible;
public final class R {
public static final class attr {
}
public static final class drawable {
public static final int ic_launcher=0x7f020000;
}
public static final class id {
public static final int webview=0x7f050000;
}
public static final class layout {
public static final int main=0x7f030000;
}
public static final class string {
public static final int app_name=0x7f040000;
}
}

View File

@ -71,7 +71,7 @@ a:hover {
#resultwrap {
float: left;
font: 18px georgia;
width: 100%;
}
#resultwrap h3 {
@ -122,6 +122,7 @@ a:hover {
{
display: block;
padding-left: 55px;
max-width: 900px;
}
#main .block {

View File

@ -1,24 +1,24 @@
var Bible = (function () {
function Bible() {
}
Bible.DisplayPassage = function (cs, ref, testament) {
Bible.DisplayPassage = function (result, ref) {
try {
var r = "";
for (var j = 0; j < cs.length; j++) {
if (Number(ref.startchapter) < Number(ref.endchapter)) {
r += "<b>Chapter: " + cs[j].ch + "</b><br />";
for (var j = 0; j < result.cs.length; j++) {
if (Number(ref.Section.start.chapter) < Number(ref.Section.end.chapter)) {
r += "<b>Chapter: " + result.cs[j].ch + "</b><br />";
}
var vss = cs[j].vss;
var vss = result.cs[j].vss;
for (var m = 0; m < vss.length; m++) {
var v = vss[m];
r += "<b>" + v.v + ".</b> ";
for (var w = 0; w < v.w.length; w++) {
if (v.w[w].s != undefined) {
var strongs_pre = "";
if (testament == "old") {
if (result.testament == "old") {
strongs_pre = "H";
}
if (testament == "new") {
if (result.testament == "new") {
strongs_pre = "G";
}
var sp = "";
@ -44,61 +44,61 @@ var Bible = (function () {
Util.HandleError(err);
}
};
Bible.GetPassage = function (b, sch, ech, sv, ev) {
Bible.GetPassage = function (section) {
try {
var chapters = []; // the verses from the chapter.
var chapters_1 = []; // the verses from the chapter.
var r = {
cs: [],
testament: ""
};
for (var i = sch; i <= ech; i++) {
var url = "data/bibles/kjv_strongs/" + b + "-" + i + ".json";
for (var i = Number(section.start.chapter); i <= Number(section.end.chapter); i++) {
var url = "data/bibles/kjv_strongs/" + section.start.book + "-" + i + ".json";
$.ajax({
async: false,
type: "GET",
url: url,
dataType: "json",
success: function (d, t, x) {
chapters.push(d);
chapters_1.push(d);
},
error: function (request, status, error) {
Util.HandleError(error);
}
});
}
for (var j = 0; j < chapters.length; j++) {
for (var j = 0; j < chapters_1.length; j++) {
var vss = [];
var start;
var end;
var start_1 = void 0;
var end = void 0;
// figure out the start verse.
if (j == 0) {
start = sv;
start_1 = section.start.verse;
}
else {
start = 1;
start_1 = 1;
}
// figure out the end verse
if ((j + 1) == chapters.length) {
end = ev;
if ((j + 1) == chapters_1.length) {
end = section.end.verse;
}
else {
end = "*";
}
// get the verses requested.
var tvs = chapters[j].vss.length;
var tvs = chapters_1[j].vss.length;
if (end == "*" || end > tvs) {
end = tvs;
}
for (i = start; i <= end; i++) {
for (var i = start_1; i <= end; i++) {
// we're using c based indexes here, so the index is 1 less than the verse #.
vss.push(chapters[j].vss[i - 1]);
vss.push(chapters_1[j].vss[i - 1]);
}
r.cs.push({
"ch": chapters[j].ch,
"ch": chapters_1[j].ch,
"vss": vss
});
}
if (b >= 40) {
if (section.start.book >= 40) {
r.testament = "new";
}
else {

File diff suppressed because one or more lines are too long

View File

@ -5,49 +5,6 @@ var CurrentReferences = {};
function SortNumeric(x, y) {
return x - y;
}
function Traverse(node, testament) {
try {
var treeText = "";
if (node != null) {
if (node.hasChildNodes()) {
if (node.nodeName == "s") {
// you need to test if this is the OT or NT and set the attribute accordingly.
var t = "";
if (testament == "old") {
t = "H";
}
if (testament == "new") {
t = "G";
}
treeText += "<a href='javascript:void(0)' class='hiddenlink' title='Strongs #: " + node.getAttribute("n") + "'><span class='searchvalue' style='display:none'>" + t + node.getAttribute("n") + "</span>" + Traverse(node.childNodes.item(0), testament) + "</a>";
}
else {
treeText += '<' + node.nodeName + '>';
for (var i = 0; i < node.childNodes.length; i++) {
treeText += Traverse(node.childNodes.item(i), testament);
}
treeText += '</' + node.nodeName + '>';
}
}
else {
if (node.nodeValue != null) {
if (node.nodeValue.search(/^(\,|\.|\:|\?|\;|\!)/) != -1) {
treeText += node.nodeValue;
}
else {
treeText += " " + node.nodeValue;
}
}
}
}
return treeText;
}
catch (err) {
Util.HandleError(err);
}
return null;
}
;
function Search(sv) {
try {
var qs = sv.split(";");
@ -82,10 +39,6 @@ function Search(sv) {
results.push(Strongs.GetStrongs(Ss[s], dict));
}
for (var result in results) {
// display results.
//if ($("#display-strongs-as-dialog")[0].checked) {
// Strongs.DisplayStrongsDialog(results[result]);
//} else {
Strongs.DisplayStrongs(results[result]);
}
if (store)
@ -95,8 +48,8 @@ function Search(sv) {
// its a verse reference.
if (q.trim() != "") {
var myref = new Reference(q.trim());
var r = Bible.GetPassage(myref.Section.start.book, myref.Section.start.chapter, myref.Section.end.chapter, myref.Section.start.verse, myref.Section.end.verse);
Bible.DisplayPassage(r.cs, myref, r.testament);
var r = Bible.GetPassage(myref.Section);
Bible.DisplayPassage(r, myref);
CurrentReferences[myref.toString().toLowerCase()] = true;
}
}

View File

@ -1 +1 @@
{"version":3,"file":"Globals.js","sourceRoot":"","sources":["../ts/Globals.ts"],"names":[],"mappings":"AAAA,wCAAwC;AACxC,8CAA8C;AAC9C,0CAA0C;AAE1C,IAAI,iBAAiB,GAAG,EAAE,CAAC;AAC3B,qBAAqB,CAAC,EAAE,CAAC;IACrB,MAAM,CAAC,CAAC,GAAG,CAAC,CAAC;AACjB,CAAC;AAED,kBAAmB,IAAI,EAAE,SAAiB;IACtC,IAAI,CAAC;QACD,IAAI,QAAQ,GAAG,EAAE,CAAC;QAClB,EAAE,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,CAAC,CAAC;YACf,EAAE,CAAC,CAAC,IAAI,CAAC,aAAa,EAAE,CAAC,CAAC,CAAC;gBACvB,EAAE,CAAC,CAAC,IAAI,CAAC,QAAQ,IAAI,GAAG,CAAC,CAAC,CAAC;oBACvB,8EAA8E;oBAC9E,IAAI,CAAC,GAAG,EAAE,CAAC;oBACX,EAAE,CAAC,CAAC,SAAS,IAAI,KAAK,CAAC,CAAC,CAAC;wBACrB,CAAC,GAAG,GAAG,CAAC;oBACZ,CAAC;oBACD,EAAE,CAAC,CAAC,SAAS,IAAI,KAAK,CAAC,CAAC,CAAC;wBACrB,CAAC,GAAG,GAAG,CAAC;oBACZ,CAAC;oBACD,QAAQ,IAAI,qEAAqE,GAAG,IAAI,CAAC,YAAY,CAAC,GAAG,CAAC,GAAG,mDAAmD,GAAG,CAAC,GAAG,IAAI,CAAC,YAAY,CAAC,GAAG,CAAC,GAAG,SAAS,GAAG,QAAQ,CAAC,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,SAAS,CAAC,GAAG,MAAM,CAAC;gBACtQ,CAAC;gBAAC,IAAI,CAAC,CAAC;oBACJ,QAAQ,IAAI,GAAG,GAAG,IAAI,CAAC,QAAQ,GAAG,GAAG,CAAC;oBACtC,GAAG,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,UAAU,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE,CAAC;wBAC9C,QAAQ,IAAI,QAAQ,CAAC,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,SAAS,CAAC,CAAC;oBAC7D,CAAC;oBACD,QAAQ,IAAI,IAAI,GAAG,IAAI,CAAC,QAAQ,GAAG,GAAG,CAAC;gBAC3C,CAAC;YACL,CAAC;YAAC,IAAI,CAAC,CAAC;gBACJ,EAAE,CAAC,CAAC,IAAI,CAAC,SAAS,IAAI,IAAI,CAAC,CAAC,CAAC;oBACzB,EAAE,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC;wBACtD,QAAQ,IAAI,IAAI,CAAC,SAAS,CAAC;oBAC/B,CAAC;oBAAC,IAAI,CAAC,CAAC;wBACJ,QAAQ,IAAI,GAAG,GAAG,IAAI,CAAC,SAAS,CAAC;oBACrC,CAAC;gBACL,CAAC;YACL,CAAC;QACL,CAAC;QACD,MAAM,CAAC,QAAQ,CAAC;IACpB,CACA;IAAA,KAAK,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC;QACT,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC,CAAC;IAC1B,CAAC;IACD,MAAM,CAAC,IAAI,CAAC;AAChB,CAAC;AAAA,CAAC;AACF,gBAAgB,EAAE;IACd,IAAI,CAAC;QACD,IAAI,EAAE,GAAG,EAAE,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;QACvB,GAAG,CAAC,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC;YACf,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC;YACrB,EAAE,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC;gBACV,qBAAqB;gBACrB,EAAE,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC;oBAC3B,mBAAmB;oBACnB,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC;oBACxB,CAAC,CAAC,cAAc,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;gBAEpC,CAAC;gBAAC,IAAI,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC;oBACvC,IAAI,UAAU,GAAG,CAAC,CAAC;oBACnB,uBAAuB;oBACvB,IAAI,IAAI,GAAG,CAAC,CAAC,SAAS,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;oBAC7B,IAAI,KAAK,GAAG,IAAI,CAAC;oBAEjB,EAAE,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC;wBAC1B,IAAI,GAAG,KAAK,CAAC;wBACb,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC;4BAAC,KAAK,GAAG,KAAK,CAAC;oBACvD,CAAC;oBAAC,IAAI,CAAC,CAAC;wBACJ,IAAI,GAAG,KAAK,CAAC;wBACb,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC;4BAAC,KAAK,GAAG,KAAK,CAAC;oBACvD,CAAC;oBACD,CAAC,GAAG,CAAC,CAAC,SAAS,CAAC,CAAC,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC;oBAC7B,IAAI,EAAE,GAAG,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;oBAEtB,IAAI,OAAO,GAAG,EAAE,CAAC;oBACjB,GAAG,CAAC,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC;wBACf,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;oBAClD,CAAC;oBAED,GAAG,CAAC,CAAC,IAAI,MAAM,IAAI,OAAO,CAAC,CAAC,CAAC;wBACzB,mBAAmB;wBACnB,mDAAmD;wBACnD,oDAAoD;wBACpD,UAAU;wBACV,OAAO,CAAC,cAAc,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC;oBAE5C,CAAC;oBACD,EAAE,CAAC,CAAC,KAAK,CAAC;wBAAC,iBAAiB,CAAC,UAAU,CAAC,QAAQ,EAAE,CAAC,WAAW,EAAE,CAAC,GAAG,IAAI,CAAC;gBAC7E,CAAC;gBAAC,IAAI,CAAC,CAAC;oBACJ,yBAAyB;oBACzB,EAAE,CAAC,CAAC,CAAC,CAAC,IAAI,EAAE,IAAI,EAAE,CAAC,CAAC,CAAC;wBACjB,IAAI,KAAK,GAAG,IAAI,SAAS,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC;wBACpC,IAAI,CAAC,GAAG,KAAK,CAAC,UAAU,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,IAAI,EAAE,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;wBAE/J,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,EAAE,EAAE,KAAK,EAAE,CAAC,CAAC,SAAS,CAAC,CAAC;wBAC/C,iBAAiB,CAAC,KAAK,CAAC,QAAQ,EAAE,CAAC,WAAW,EAAE,CAAC,GAAG,IAAI,CAAC;oBAC7D,CAAC;gBACL,CAAC;YACL,CAAC;QACL,CAAC;QACD,CAAC,CAAC,SAAS,CAAC,CAAC,QAAQ,CAAC;YAClB,IAAI,EAAE,GAAG;YACT,MAAM,EAAE,SAAS;SACpB,CAAC,CAAC;QACH,QAAQ,CAAC,WAAW,EAAE,CAAC;IAC3B,CACA;IAAA,KAAK,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC;QACT,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC,CAAC;IAC1B,CAAC;AACL,CAAC;AAAA,CAAC"}
{"version":3,"file":"Globals.js","sourceRoot":"","sources":["../ts/Globals.ts"],"names":[],"mappings":"AAAA,wCAAwC;AACxC,8CAA8C;AAC9C,0CAA0C;AAE1C,IAAI,iBAAiB,GAAG,EAAE,CAAC;AAC3B,qBAAqB,CAAC,EAAE,CAAC;IACrB,MAAM,CAAC,CAAC,GAAG,CAAC,CAAC;AACjB,CAAC;AAED,gBAAgB,EAAE;IACd,IAAI,CAAC;QACD,IAAI,EAAE,GAAG,EAAE,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;QACvB,GAAG,CAAC,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC;YACf,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC;YACrB,EAAE,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC;gBACV,qBAAqB;gBACrB,EAAE,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC;oBAC3B,mBAAmB;oBACnB,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC;oBACxB,CAAC,CAAC,cAAc,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;gBAEpC,CAAC;gBAAC,IAAI,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC;oBACvC,IAAI,UAAU,GAAG,CAAC,CAAC;oBACnB,uBAAuB;oBACvB,IAAI,IAAI,GAAG,CAAC,CAAC,SAAS,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;oBAC7B,IAAI,KAAK,GAAG,IAAI,CAAC;oBAEjB,EAAE,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC;wBAC1B,IAAI,GAAG,KAAK,CAAC;wBACb,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC;4BAAC,KAAK,GAAG,KAAK,CAAC;oBACvD,CAAC;oBAAC,IAAI,CAAC,CAAC;wBACJ,IAAI,GAAG,KAAK,CAAC;wBACb,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC;4BAAC,KAAK,GAAG,KAAK,CAAC;oBACvD,CAAC;oBACD,CAAC,GAAG,CAAC,CAAC,SAAS,CAAC,CAAC,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC;oBAC7B,IAAI,EAAE,GAAG,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;oBAEtB,IAAI,OAAO,GAAG,EAAE,CAAC;oBACjB,GAAG,CAAC,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC;wBACf,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;oBAClD,CAAC;oBAED,GAAG,CAAC,CAAC,IAAI,MAAM,IAAI,OAAO,CAAC,CAAC,CAAC;wBACzB,OAAO,CAAC,cAAc,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC;oBAC5C,CAAC;oBACD,EAAE,CAAC,CAAC,KAAK,CAAC;wBAAC,iBAAiB,CAAC,UAAU,CAAC,QAAQ,EAAE,CAAC,WAAW,EAAE,CAAC,GAAG,IAAI,CAAC;gBAC7E,CAAC;gBAAC,IAAI,CAAC,CAAC;oBACJ,yBAAyB;oBACzB,EAAE,CAAC,CAAC,CAAC,CAAC,IAAI,EAAE,IAAI,EAAE,CAAC,CAAC,CAAC;wBACjB,IAAI,KAAK,GAAG,IAAI,SAAS,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC;wBACpC,IAAI,CAAC,GAAG,KAAK,CAAC,UAAU,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;wBAExC,KAAK,CAAC,cAAc,CAAC,CAAC,EAAE,KAAK,CAAC,CAAC;wBAC/B,iBAAiB,CAAC,KAAK,CAAC,QAAQ,EAAE,CAAC,WAAW,EAAE,CAAC,GAAG,IAAI,CAAC;oBAC7D,CAAC;gBACL,CAAC;YACL,CAAC;QACL,CAAC;QACD,CAAC,CAAC,SAAS,CAAC,CAAC,QAAQ,CAAC;YAClB,IAAI,EAAE,GAAG;YACT,MAAM,EAAE,SAAS;SACpB,CAAC,CAAC;QACH,QAAQ,CAAC,WAAW,EAAE,CAAC;IAC3B,CACA;IAAA,KAAK,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC;QACT,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC,CAAC;IAC1B,CAAC;AACL,CAAC;AAAA,CAAC"}

View File

@ -17,12 +17,12 @@ var Strongs = (function () {
if (dict == "grk") {
results_1.prefix = "G";
if (sn > 5624)
return false;
return;
}
else {
results_1.prefix = "H";
if (sn > 8674)
return false;
return;
}
results_1.sn = sn;
$.ajax({
@ -136,9 +136,9 @@ var Strongs = (function () {
var ref = k.r.split(";");
crtxt += "<a href='javascript:void(0)' class='link'>" + Reference.bookName(parseInt(ref[0])) + " " + ref[1] + ":" + ref[2] + "</a>, ";
}
crtxt = crtxt.substr(0, crtxt.length - 2);
crtxt += "<br />";
}
crtxt = crtxt.substr(0, crtxt.length - 2);
crtxt += "<br />";
}
crtxt += "</span></div>";
}
@ -147,8 +147,12 @@ var Strongs = (function () {
rtxt += "<div class='rmac'><b>Robinsons Morphological Analysis Code: " + r.rmaccode + "</b> <a href='javascript:void()' class='showhide'>Show</a><br /><span class='contents'>";
for (var _e = 0, _f = r.rmac; _e < _f.length; _e++) {
var el = _f[_e];
if (el.id.toUpperCase() == r.rmaccode.toUpperCase())
rtxt += el.d + "<br />";
if (el.id.toUpperCase() == r.rmaccode.toUpperCase()) {
for (var _g = 0, _h = el.d; _g < _h.length; _g++) {
var rd = _h[_g];
rtxt += rd + "<br />";
}
}
}
rtxt += "</span></div>";
}
@ -176,7 +180,6 @@ var Strongs = (function () {
try {
var t = Strongs.BuildStrongs(r);
$("#result").prepend(t);
return false;
}
catch (err) {
Util.HandleError(err);
@ -199,7 +202,6 @@ var Strongs = (function () {
}
}
});
return false;
}
catch (err) {
Util.HandleError(err);

File diff suppressed because one or more lines are too long

View File

@ -23,7 +23,6 @@ var Util = (function () {
t.find(".removeresult").click(function (e) {
self.RemoveResult(e);
});
return false;
};
Util.GetUrlVars = function () {
// Read a page's GET URL variables and return them as an associative array.

View File

@ -1 +1 @@
{"version":3,"file":"Util.js","sourceRoot":"","sources":["../ts/Util.ts"],"names":[],"mappings":"AAAA;IAAA;IAwCA,CAAC;IAvCiB,eAAU,GAAxB,UAAyB,CAAQ;QAC7B,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC;QAC3B,QAAQ,CAAC,WAAW,EAAE,CAAC;IAC3B,CAAC;IAEa,qBAAgB,GAA9B,UAA+B,CAAQ;QACnC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC;QAChD,QAAQ,CAAC,WAAW,EAAE,CAAC;IAC3B,CAAC;IAEa,iBAAY,GAA1B,UAA2B,CAAQ;QAC/B,IAAI,GAAG,GAAG,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,MAAM,EAAE,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,CAAC;QACpG,OAAO,iBAAiB,CAAC,GAAG,CAAC,IAAI,EAAE,CAAC,WAAW,EAAE,CAAC,CAAC;QACnD,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,MAAM,EAAE,CAAC,MAAM,EAAE,CAAC,MAAM,EAAE,CAAC;QACvC,QAAQ,CAAC,WAAW,EAAE,CAAC;IAC3B,CAAC;IAEa,gBAAW,GAAzB,UAA0B,CAAC;QACvB,IAAI,IAAI,GAAG,IAAI,CAAC;QAChB,+DAA+D;QAC/D,IAAI,CAAC,GAAG,CAAC,CAAC,8MAA8M,GAAG,CAAC,GAAG,iCAAiC,CAAC,CAAC;QAClQ,CAAC,CAAC,SAAS,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;QACxB,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC;YACrC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC;QACzB,CAAC,CAAC,CAAC;QACH,MAAM,CAAC,KAAK,CAAC;IACjB,CAAC;IAEa,eAAU,GAAxB;QACI,2EAA2E;QAC3E,IAAI,IAAI,GAAG,EAAE,EAAE,IAAI,CAAC;QACpB,IAAI,MAAM,GAAG,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;QAC1F,GAAG,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE,CAAC;YACrC,IAAI,GAAG,MAAM,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;YAC5B,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC;YACnB,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,CAAC;QAC5B,CAAC;QACD,MAAM,CAAC,IAAI,CAAC;IAChB,CAAC;IACL,WAAC;AAAD,CAAC,AAxCD,IAwCC;AAAA,CAAC"}
{"version":3,"file":"Util.js","sourceRoot":"","sources":["../ts/Util.ts"],"names":[],"mappings":"AAAA;IAAA;IAuCA,CAAC;IAtCiB,eAAU,GAAxB,UAAyB,CAAQ;QAC7B,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC;QAC3B,QAAQ,CAAC,WAAW,EAAE,CAAC;IAC3B,CAAC;IAEa,qBAAgB,GAA9B,UAA+B,CAAQ;QACnC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC;QAChD,QAAQ,CAAC,WAAW,EAAE,CAAC;IAC3B,CAAC;IAEa,iBAAY,GAA1B,UAA2B,CAAQ;QAC/B,IAAI,GAAG,GAAG,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,MAAM,EAAE,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,CAAC;QACpG,OAAO,iBAAiB,CAAC,GAAG,CAAC,IAAI,EAAE,CAAC,WAAW,EAAE,CAAC,CAAC;QACnD,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,MAAM,EAAE,CAAC,MAAM,EAAE,CAAC,MAAM,EAAE,CAAC;QACvC,QAAQ,CAAC,WAAW,EAAE,CAAC;IAC3B,CAAC;IAEa,gBAAW,GAAzB,UAA0B,CAAC;QACvB,IAAI,IAAI,GAAG,IAAI,CAAC;QAChB,+DAA+D;QAC/D,IAAI,CAAC,GAAG,CAAC,CAAC,8MAA8M,GAAG,CAAC,GAAG,iCAAiC,CAAC,CAAC;QAClQ,CAAC,CAAC,SAAS,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;QACxB,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC;YACrC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC;QACzB,CAAC,CAAC,CAAC;IACP,CAAC;IAEa,eAAU,GAAxB;QACI,2EAA2E;QAC3E,IAAI,IAAI,GAAG,EAAE,EAAE,IAAI,CAAC;QACpB,IAAI,MAAM,GAAG,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;QAC1F,GAAG,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE,CAAC;YACrC,IAAI,GAAG,MAAM,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;YAC5B,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC;YACnB,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,CAAC;QAC5B,CAAC;QACD,MAAM,CAAC,IAAI,CAAC;IAChB,CAAC;IACL,WAAC;AAAD,CAAC,AAvCD,IAuCC;AAAA,CAAC"}

View File

@ -1,18 +1,13 @@
var IndexResult = (function () {
function IndexResult() {
}
return IndexResult;
}());
var Words = (function () {
function Words() {
}
Words.ConvertResultsToArray = function (r) {
try {
var results = new Array();
var results_1 = new Array();
$(r).each(function () {
results.push([$(this).attr("b"), $(this).attr("ch"), $(this).attr("v")]);
results_1.push([$(this).attr("b"), $(this).attr("ch"), $(this).attr("v")]);
});
return results;
return results_1;
}
catch (err) {
Util.HandleError(err);
@ -391,13 +386,13 @@ var Words = (function () {
// get the first result
var result = results[0];
// for each additional result, get the shared set
for (i = 1; i < results.length; i++) {
for (var i = 1; i < results.length; i++) {
result = this.ReturnSharedSet(results[i], result);
}
// convert the references back into book, chapter and verse.
for (i = 0; i < result.length; i++) {
ref = result[i];
result[i] = (ref / 100000000) + ":" + ((ref % 100000000) / 10000) + ":" + ((ref % 100000000) % 10000);
for (var i = 0; i < result.length; i++) {
var ref = result[i];
result[i] = Math.floor(ref / 100000000) + ":" + Math.floor((ref % 100000000) / 10000) + ":" + Math.floor((ref % 100000000) % 10000);
}
return result;
}

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
{"version":3,"file":"test.js","sourceRoot":"","sources":["../ts/test.ts"],"names":[],"mappings":"AAAA,wCAAwC;AACxC,qCAAqC;AAEnC,KAAK,CAAC,MAAM,CAAC,WAAW,CAAC,CAAC;AAE5B,IAAI,CAAC,+BAA+B,EAAE;IAChC,IAAI,KAAK,GAAG;QACR,CAAC,eAAe,EAAE,iBAAiB,CAAC;QACpC,CAAC,cAAc,EAAE,gBAAgB,CAAC;QAClC,CAAC,gBAAgB,EAAE,gBAAgB,CAAC;QACpC,CAAC,gBAAgB,EAAE,gBAAgB,CAAC;QACpC,CAAC,cAAc,EAAE,gBAAgB,CAAC;QAClC,CAAC,cAAc,EAAE,gBAAgB,CAAC;QAClC,CAAC,YAAY,EAAE,gBAAgB,CAAC;QAChC,CAAC,mBAAmB,EAAE,gBAAgB,CAAC;QACvC,CAAC,qBAAqB,EAAE,gBAAgB,CAAC;QACzC,CAAC,uBAAuB,EAAE,kBAAkB,CAAC;QAC7C,CAAC,uBAAuB,EAAE,kBAAkB,CAAC;QAC7C,CAAC,yBAAyB,EAAE,kBAAkB,CAAC;QAC/C,CAAC,qBAAqB,EAAE,kBAAkB,CAAC;QAC3C,CAAC,UAAU,EAAE,kBAAkB,CAAC;QAChC,CAAC,QAAQ,EAAE,gBAAgB,CAAC;QAC5B,CAAC,YAAY,EAAE,kBAAkB,CAAC;QAClC,CAAC,gBAAgB,EAAE,kBAAkB,CAAC;QACtC,CAAC,UAAU,EAAE,gBAAgB,CAAC;QAC9B,CAAC,cAAc,EAAE,gBAAgB,CAAC;QAClC,CAAC,oBAAoB,EAAE,kBAAkB,CAAC;QAC1C,CAAC,cAAc,EAAE,kBAAkB,CAAC;QACpC,CAAC,YAAY,EAAE,gBAAgB,CAAC;QAChC,CAAC,gBAAgB,EAAE,gBAAgB,CAAC;QACpC,CAAC,8BAA8B,EAAE,kBAAkB,CAAC;QACpD,CAAC,uBAAuB,EAAE,kBAAkB,CAAC;QAC7C,CAAC,mBAAmB,EAAE,gBAAgB,CAAC;QACvC,CAAC,0BAA0B,EAAE,gBAAgB,CAAC;QAC9C,CAAC,UAAU,EAAE,gBAAgB,CAAC;QAC9B,CAAC,YAAY,EAAE,gBAAgB,CAAC;QAChC,CAAC,YAAY,EAAE,kBAAkB,CAAC;QAClC,CAAC,eAAe,EAAE,kBAAkB,CAAC;QACrC,CAAC,QAAQ,EAAE,gBAAgB,CAAC;QAC5B,CAAC,mBAAmB,EAAE,gBAAgB,CAAC;QACvC,CAAC,0BAA0B,EAAE,gBAAgB,CAAC;QAC9C,CAAC,UAAU,EAAE,gBAAgB,CAAC;QAC9B,CAAC,YAAY,EAAE,gBAAgB,CAAC;QAChC,CAAC,YAAY,EAAE,kBAAkB,CAAC;QAClC,CAAC,eAAe,EAAE,kBAAkB,CAAC;KACxC,CAAC;IACF,GAAG,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,KAAK,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE,CAAC;QACpC,IAAI,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC;QACjB,IAAI,GAAG,GAAI,IAAI,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAC/B,IAAI,MAAM,GAAG,GAAG,CAAC,QAAQ,EAAE,CAAC;QAC5B,KAAK,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;IAChD,CAAC;AACL,CAAC,CAAC,CAAC"}
{"version":3,"file":"test.js","sourceRoot":"","sources":["../ts/test.ts"],"names":[],"mappings":"AAAA,wCAAwC;AACxC,qCAAqC;AAErC,KAAK,CAAC,MAAM,CAAC,WAAW,CAAC,CAAC;AAE1B,IAAI,CAAC,+BAA+B,EAAE;IAClC,IAAI,KAAK,GAAG;QACR,CAAC,eAAe,EAAE,iBAAiB,CAAC;QACpC,CAAC,cAAc,EAAE,gBAAgB,CAAC;QAClC,CAAC,gBAAgB,EAAE,gBAAgB,CAAC;QACpC,CAAC,gBAAgB,EAAE,gBAAgB,CAAC;QACpC,CAAC,cAAc,EAAE,gBAAgB,CAAC;QAClC,CAAC,cAAc,EAAE,gBAAgB,CAAC;QAClC,CAAC,YAAY,EAAE,gBAAgB,CAAC;QAChC,CAAC,mBAAmB,EAAE,gBAAgB,CAAC;QACvC,CAAC,qBAAqB,EAAE,gBAAgB,CAAC;QACzC,CAAC,uBAAuB,EAAE,kBAAkB,CAAC;QAC7C,CAAC,uBAAuB,EAAE,kBAAkB,CAAC;QAC7C,CAAC,yBAAyB,EAAE,kBAAkB,CAAC;QAC/C,CAAC,qBAAqB,EAAE,kBAAkB,CAAC;QAC3C,CAAC,UAAU,EAAE,kBAAkB,CAAC;QAChC,CAAC,QAAQ,EAAE,gBAAgB,CAAC;QAC5B,CAAC,YAAY,EAAE,kBAAkB,CAAC;QAClC,CAAC,gBAAgB,EAAE,kBAAkB,CAAC;QACtC,CAAC,UAAU,EAAE,gBAAgB,CAAC;QAC9B,CAAC,cAAc,EAAE,gBAAgB,CAAC;QAClC,CAAC,oBAAoB,EAAE,kBAAkB,CAAC;QAC1C,CAAC,cAAc,EAAE,kBAAkB,CAAC;QACpC,CAAC,YAAY,EAAE,gBAAgB,CAAC;QAChC,CAAC,gBAAgB,EAAE,gBAAgB,CAAC;QACpC,CAAC,8BAA8B,EAAE,kBAAkB,CAAC;QACpD,CAAC,uBAAuB,EAAE,kBAAkB,CAAC;QAC7C,CAAC,mBAAmB,EAAE,gBAAgB,CAAC;QACvC,CAAC,0BAA0B,EAAE,gBAAgB,CAAC;QAC9C,CAAC,UAAU,EAAE,gBAAgB,CAAC;QAC9B,CAAC,YAAY,EAAE,gBAAgB,CAAC;QAChC,CAAC,YAAY,EAAE,kBAAkB,CAAC;QAClC,CAAC,eAAe,EAAE,kBAAkB,CAAC;QACrC,CAAC,QAAQ,EAAE,gBAAgB,CAAC;QAC5B,CAAC,mBAAmB,EAAE,gBAAgB,CAAC;QACvC,CAAC,0BAA0B,EAAE,gBAAgB,CAAC;QAC9C,CAAC,UAAU,EAAE,gBAAgB,CAAC;QAC9B,CAAC,YAAY,EAAE,gBAAgB,CAAC;QAChC,CAAC,YAAY,EAAE,kBAAkB,CAAC;QAClC,CAAC,eAAe,EAAE,kBAAkB,CAAC;KACxC,CAAC;IACF,GAAG,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,KAAK,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE,CAAC;QACpC,IAAI,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC;QACjB,IAAI,GAAG,GAAG,IAAI,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAC9B,IAAI,MAAM,GAAG,GAAG,CAAC,QAAQ,EAAE,CAAC;QAC5B,KAAK,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;IAChD,CAAC;AACL,CAAC,CAAC,CAAC"}

View File

@ -1,250 +0,0 @@
.result-heading {
font-size: .9em;
font-weight: bold !important;
}
a.result-heading
{
color: #000 !important;
text-decoration:none !important;
border-bottom: 1px dotted darkgray !important;
_border-bottom: 1px solid lightgray !important; /* IE */
}
a.hiddenlink
{
font-weight: normal;
color: #000 !important;
text-decoration:none;
border-bottom: 1px dotted darkgray;
_border-bottom: 1px solid lightgray; /* IE */
}
a.link
{
font-weight: normal;
color: #000 !important;
text-decoration:none;
border-bottom: 1px dotted darkgray;
_border-bottom: 1px solid lightgray; /* IE */
}
a:hover {
border-bottom: 1px solid maroon;
}
#searchvalue {font-family: georgia;}
#searchresults {
padding: 0 10px 10px 10px;
overflow:scroll;
height: 100%;
background: #eee;
}
#searchresults ul {
margin: 0;
padding: 0;
list-style-type: none;
list-style-position: inside;
}
#searchresults ul li
{
margin: 0 0 3px 0;
}
#searchresults ul a
{
width: 100%;
height: 30px;
display: block;
line-height: 30px;
background-color: #ddd;
padding: 3px;
text-align:center;
font-size: 18px;
font-family: Georgia, Serif;
text-decoration: none;
border: 0px;
color: #133059 !important;
}
#searchresults ul a:hover
{
background-color: #fff;
}
#resultwrap {
float: left;
font: 18px georgia;
width: 100%;
}
#resultwrap h3 {
margin: 0;
background: white;
font-weight: bold;
padding: 0 10px;
}
#result {
margin: 0 0 12px 12px;
padding: 0 12px 0 0;
line-height: 200%;
}
.rmac .contents, .scr .contents
{
display: none;
}
.result
{
display: block;
border-bottom: 1px dotted #bbb;
margin-bottom: 12px;
background-color: #fff;
padding: 6px;
-moz-border-radius: 15px;
-webkit-border-radius:15px;
border-radius: 15px;
}
.removeresult
{
float: left;
display: block;
margin: 20px 9px 12px 0;
text-decoration: none;
border: 0px;
-khtml-opacity:.80;
-moz-opacity:.80;
-ms-filter:"alpha(opacity=80)";
filter:alpha(opacity=80);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.8);
opacity:.80;
}
.result .resultbody
{
display: block;
padding-left: 55px;
max-width: 900px;
}
#main .block {
width: 800px;
margin: 0px 36px 0px 36px;
}
#main .block h3 {
margin-bottom: 6px;
background-color: white;
}
#main .block p {
padding: 0px 12px;
margin: 0px;
}
.input-addtag {width: 200px; height: 36px;}
.btn-addtag {width: 80px; height: 44px; margin-left: 3px;}
a.trigger{
visibility: hidden;
position: absolute;
background: url(images/open.png) 6% 55% no-repeat;
text-decoration: none;
font-size: 16px;
letter-spacing:-1px;
font-family: verdana, helvetica, arial, sans-serif;
color:#fff;
font-weight: bold;
border-bottom: none;
margin-left: 2px;
z-index:2;
-khtml-opacity:.50;
-moz-opacity:.50;
-ms-filter:"alpha(opacity=50)";
filter:alpha(opacity=50);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.5);
opacity:.50;
}
a.trigger.left {
left: 28px;
}
a.trigger.right {
right: 28px;
}
a.trigger:hover {
text-decoration: none;
border-bottom: none;
}
a.active.trigger {
background: url(images/close.png) 6% 55% no-repeat;
}
.panel {
color:#000;
position: absolute;
display: none;
background: #eee;
width: 400px;
height: auto;
z-index:1;
}
.panel.left {
left: 20px;
padding: 10px 20px 10px 60px;
border-top-right-radius: 15px;
-moz-border-radius-topright: 15px;
-webkit-border-top-right-radius: 15px;
-moz-border-radius-bottomright: 15px;
-webkit-border-bottom-right-radius: 15px;
border-bottom-right-radius: 15px;
}
.panel.right {
right: 20px;
padding: 10px 60px 10px 20px;
border-bottom-left-radius: 15px;
border-top-left-radius: 15px;
-moz-border-radius-bottomleft: 15px;
-moz-border-radius-topleft: 15px;
-webkit-border-bottom-left-radius: 15px;
-webkit-border-top-left-radius: 15px;
}
.panel p {
font-size:11px;
}
a:focus { outline: none;}
#menuicon
{
display: block;
background-image: url(images/icons-sd.png);
background-position: 0,0;
background-repeat: no-repeat;
width: 50px;
height: 50px;
margin-left: 6px;
border: none;
}
#menuicon:hover { border-bottom: none;}
#menuicon:hover { border-bottom: none;}
#searchicon
{
display: block;
background-image: url(images/icons-sd.png);
background-position: -90px;
background-repeat: no-repeat;
width: 50px;
height: 50px;
margin-left: 6px;
border: none;
}
#searchicon:hover { border-bottom: none;}
#searchicon:hover { border-bottom: none;}
.ui-content {padding: 12px 0 12px 0;}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 961 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 950 B

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,305 +0,0 @@
/*!
* QUnit 1.23.1
* https://qunitjs.com/
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license
* https://jquery.org/license
*
* Date: 2016-04-12T17:29Z
*/
/** Font Family and Sizes */
#qunit-tests, #qunit-header, #qunit-banner, #qunit-testrunner-toolbar, #qunit-filteredTest, #qunit-userAgent, #qunit-testresult {
font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
}
#qunit-testrunner-toolbar, #qunit-filteredTest, #qunit-userAgent, #qunit-testresult, #qunit-tests li { font-size: small; }
#qunit-tests { font-size: smaller; }
/** Resets */
#qunit-tests, #qunit-header, #qunit-banner, #qunit-filteredTest, #qunit-userAgent, #qunit-testresult, #qunit-modulefilter {
margin: 0;
padding: 0;
}
/** Header */
#qunit-header {
padding: 0.5em 0 0.5em 1em;
color: #8699A4;
background-color: #0D3349;
font-size: 1.5em;
line-height: 1em;
font-weight: 400;
border-radius: 5px 5px 0 0;
}
#qunit-header a {
text-decoration: none;
color: #C2CCD1;
}
#qunit-header a:hover,
#qunit-header a:focus {
color: #FFF;
}
#qunit-testrunner-toolbar label {
display: inline-block;
padding: 0 0.5em 0 0.1em;
}
#qunit-banner {
height: 5px;
}
#qunit-testrunner-toolbar {
padding: 0.5em 1em 0.5em 1em;
color: #5E740B;
background-color: #EEE;
overflow: hidden;
}
#qunit-filteredTest {
padding: 0.5em 1em 0.5em 1em;
background-color: #F4FF77;
color: #366097;
}
#qunit-userAgent {
padding: 0.5em 1em 0.5em 1em;
background-color: #2B81AF;
color: #FFF;
text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 1px;
}
#qunit-modulefilter-container {
float: right;
padding: 0.2em;
}
.qunit-url-config {
display: inline-block;
padding: 0.1em;
}
.qunit-filter {
display: block;
float: right;
margin-left: 1em;
}
/** Tests: Pass/Fail */
#qunit-tests {
list-style-position: inside;
}
#qunit-tests li {
padding: 0.4em 1em 0.4em 1em;
border-bottom: 1px solid #FFF;
list-style-position: inside;
}
#qunit-tests > li {
display: none;
}
#qunit-tests li.running,
#qunit-tests li.pass,
#qunit-tests li.fail,
#qunit-tests li.skipped {
display: list-item;
}
#qunit-tests.hidepass {
position: relative;
}
#qunit-tests.hidepass li.running,
#qunit-tests.hidepass li.pass {
visibility: hidden;
position: absolute;
width: 0;
height: 0;
padding: 0;
border: 0;
margin: 0;
}
#qunit-tests li strong {
cursor: pointer;
}
#qunit-tests li.skipped strong {
cursor: default;
}
#qunit-tests li a {
padding: 0.5em;
color: #C2CCD1;
text-decoration: none;
}
#qunit-tests li p a {
padding: 0.25em;
color: #6B6464;
}
#qunit-tests li a:hover,
#qunit-tests li a:focus {
color: #000;
}
#qunit-tests li .runtime {
float: right;
font-size: smaller;
}
.qunit-assert-list {
margin-top: 0.5em;
padding: 0.5em;
background-color: #FFF;
border-radius: 5px;
}
.qunit-source {
margin: 0.6em 0 0.3em;
}
.qunit-collapsed {
display: none;
}
#qunit-tests table {
border-collapse: collapse;
margin-top: 0.2em;
}
#qunit-tests th {
text-align: right;
vertical-align: top;
padding: 0 0.5em 0 0;
}
#qunit-tests td {
vertical-align: top;
}
#qunit-tests pre {
margin: 0;
white-space: pre-wrap;
word-wrap: break-word;
}
#qunit-tests del {
background-color: #E0F2BE;
color: #374E0C;
text-decoration: none;
}
#qunit-tests ins {
background-color: #FFCACA;
color: #500;
text-decoration: none;
}
/*** Test Counts */
#qunit-tests b.counts { color: #000; }
#qunit-tests b.passed { color: #5E740B; }
#qunit-tests b.failed { color: #710909; }
#qunit-tests li li {
padding: 5px;
background-color: #FFF;
border-bottom: none;
list-style-position: inside;
}
/*** Passing Styles */
#qunit-tests li li.pass {
color: #3C510C;
background-color: #FFF;
border-left: 10px solid #C6E746;
}
#qunit-tests .pass { color: #528CE0; background-color: #D2E0E6; }
#qunit-tests .pass .test-name { color: #366097; }
#qunit-tests .pass .test-actual,
#qunit-tests .pass .test-expected { color: #999; }
#qunit-banner.qunit-pass { background-color: #C6E746; }
/*** Failing Styles */
#qunit-tests li li.fail {
color: #710909;
background-color: #FFF;
border-left: 10px solid #EE5757;
white-space: pre;
}
#qunit-tests > li:last-child {
border-radius: 0 0 5px 5px;
}
#qunit-tests .fail { color: #000; background-color: #EE5757; }
#qunit-tests .fail .test-name,
#qunit-tests .fail .module-name { color: #000; }
#qunit-tests .fail .test-actual { color: #EE5757; }
#qunit-tests .fail .test-expected { color: #008000; }
#qunit-banner.qunit-fail { background-color: #EE5757; }
/*** Skipped tests */
#qunit-tests .skipped {
background-color: #EBECE9;
}
#qunit-tests .qunit-skipped-label {
background-color: #F4FF77;
display: inline-block;
font-style: normal;
color: #366097;
line-height: 1.8em;
padding: 0 0.5em;
margin: -0.4em 0.4em -0.4em 0;
}
/** Result */
#qunit-testresult {
padding: 0.5em 1em 0.5em 1em;
color: #2B81AF;
background-color: #D2E0E6;
border-bottom: 1px solid #FFF;
}
#qunit-testresult .module-name {
font-weight: 700;
}
/** Fixture */
#qunit-fixture {
position: absolute;
top: -10000px;
left: -10000px;
width: 1000px;
height: 1000px;
}

View File

@ -1,793 +0,0 @@
/*!
* jQuery Mobile 1.3.2
* Git HEAD hash: 528cf0e96940644ea644096bfeb913ed920ffaef <> Date: Fri Jul 19 2013 22:17:57 UTC
* http://jquerymobile.com
*
* Copyright 2010, 2013 jQuery Foundation, Inc. and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
*/
/* Swatches */
/* A
-----------------------------------------------------------------------------------------------------------*/
.ui-bar-a {
border: 1px solid #b3b3b3 /*{a-bar-border}*/;
background: #eeeeee /*{a-bar-background-color}*/;
color: #3e3e3e /*{a-bar-color}*/;
font-weight: bold;
text-shadow: 0 /*{a-bar-shadow-x}*/ 1px /*{a-bar-shadow-y}*/ 0 /*{a-bar-shadow-radius}*/ #ffffff /*{a-bar-shadow-color}*/;
background-image: -webkit-gradient(linear, left top, left bottom, from( #FFFFFF /*{a-bar-background-start}*/), to( #dadada /*{a-bar-background-end}*/)); /* Saf4+, Chrome */
background-image: -webkit-linear-gradient( #FFFFFF /*{a-bar-background-start}*/, #dadada /*{a-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
background-image: -moz-linear-gradient( #FFFFFF /*{a-bar-background-start}*/, #dadada /*{a-bar-background-end}*/); /* FF3.6 */
background-image: -ms-linear-gradient( #FFFFFF /*{a-bar-background-start}*/, #dadada /*{a-bar-background-end}*/); /* IE10 */
background-image: -o-linear-gradient( #FFFFFF /*{a-bar-background-start}*/, #dadada /*{a-bar-background-end}*/); /* Opera 11.10+ */
background-image: linear-gradient( #FFFFFF /*{a-bar-background-start}*/, #dadada /*{a-bar-background-end}*/);
}
.ui-bar-a .ui-link-inherit {
color: #3e3e3e /*{a-bar-color}*/;
}
.ui-bar-a a.ui-link {
color: #7cc4e7 /*{a-bar-link-color}*/;
font-weight: bold;
}
.ui-bar-a a.ui-link:visited {
color: #2489ce /*{a-bar-link-visited}*/;
}
.ui-bar-a a.ui-link:hover {
color: #2489ce /*{a-bar-link-hover}*/;
}
.ui-bar-a a.ui-link:active {
color: #2489ce /*{a-bar-link-active}*/;
}
.ui-bar-a,
.ui-bar-a input,
.ui-bar-a select,
.ui-bar-a textarea,
.ui-bar-a button {
font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-a,
.ui-overlay-a {
color: #333333 /*{a-body-color}*/;
text-shadow: 0 /*{a-body-shadow-x}*/ 1px /*{a-body-shadow-y}*/ 0 /*{a-body-shadow-radius}*/ #ffffff /*{a-body-shadow-color}*/;
background: #f9f9f9 /*{a-body-background-color}*/;
background-image: -webkit-gradient(linear, left top, left bottom, from( #f9f9f9 /*{a-body-background-start}*/), to( #eeeeee /*{a-body-background-end}*/)); /* Saf4+, Chrome */
background-image: -webkit-linear-gradient( #f9f9f9 /*{a-body-background-start}*/, #eeeeee /*{a-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
background-image: -moz-linear-gradient( #f9f9f9 /*{a-body-background-start}*/, #eeeeee /*{a-body-background-end}*/); /* FF3.6 */
background-image: -ms-linear-gradient( #f9f9f9 /*{a-body-background-start}*/, #eeeeee /*{a-body-background-end}*/); /* IE10 */
background-image: -o-linear-gradient( #f9f9f9 /*{a-body-background-start}*/, #eeeeee /*{a-body-background-end}*/); /* Opera 11.10+ */
background-image: linear-gradient( #f9f9f9 /*{a-body-background-start}*/, #eeeeee /*{a-body-background-end}*/);
}
.ui-overlay-a {
background-image: none;
border-width: 0;
}
.ui-body-a,
.ui-body-a input,
.ui-body-a select,
.ui-body-a textarea,
.ui-body-a button {
font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-a .ui-link-inherit {
color: #333333 /*{a-body-color}*/;
}
.ui-body-a .ui-link {
color: #2489ce /*{a-body-link-color}*/;
font-weight: bold;
}
.ui-body-a .ui-link:visited {
color: #2489ce /*{a-body-link-visited}*/;
}
.ui-body-a .ui-link:hover {
color: #2489ce /*{a-body-link-hover}*/;
}
.ui-body-a .ui-link:active {
color: #2489ce /*{a-body-link-active}*/;
}
.ui-btn-up-a {
border: 1px solid #cccccc /*{a-bup-border}*/;
background: #eeeeee /*{a-bup-background-color}*/;
font-weight: bold;
color: #2f3e46 /*{a-bup-color}*/;
text-shadow: 0 /*{a-bup-shadow-x}*/ 1px /*{a-bup-shadow-y}*/ 0 /*{a-bup-shadow-radius}*/ #ffffff /*{a-bup-shadow-color}*/;
background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff /*{a-bup-background-start}*/), to( #f1f1f1 /*{a-bup-background-end}*/)); /* Saf4+, Chrome */
background-image: -webkit-linear-gradient( #ffffff /*{a-bup-background-start}*/, #f1f1f1 /*{a-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
background-image: -moz-linear-gradient( #ffffff /*{a-bup-background-start}*/, #f1f1f1 /*{a-bup-background-end}*/); /* FF3.6 */
background-image: -ms-linear-gradient( #ffffff /*{a-bup-background-start}*/, #f1f1f1 /*{a-bup-background-end}*/); /* IE10 */
background-image: -o-linear-gradient( #ffffff /*{a-bup-background-start}*/, #f1f1f1 /*{a-bup-background-end}*/); /* Opera 11.10+ */
background-image: linear-gradient( #ffffff /*{a-bup-background-start}*/, #f1f1f1 /*{a-bup-background-end}*/);
}
.ui-btn-up-a:visited,
.ui-btn-up-a a.ui-link-inherit {
color: #2f3e46 /*{a-bup-color}*/;
}
.ui-btn-hover-a {
border: 1px solid #bbbbbb /*{a-bhover-border}*/;
background: #dfdfdf /*{a-bhover-background-color}*/;
font-weight: bold;
color: #2f3e46 /*{a-bhover-color}*/;
text-shadow: 0 /*{a-bhover-shadow-x}*/ 1px /*{a-bhover-shadow-y}*/ 0 /*{a-bhover-shadow-radius}*/ #ffffff /*{a-bhover-shadow-color}*/;
background-image: -webkit-gradient(linear, left top, left bottom, from( #f6f6f6 /*{a-bhover-background-start}*/), to( #e0e0e0 /*{a-bhover-background-end}*/)); /* Saf4+, Chrome */
background-image: -webkit-linear-gradient( #f6f6f6 /*{a-bhover-background-start}*/, #e0e0e0 /*{a-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
background-image: -moz-linear-gradient( #f6f6f6 /*{a-bhover-background-start}*/, #e0e0e0 /*{a-bhover-background-end}*/); /* FF3.6 */
background-image: -ms-linear-gradient( #f6f6f6 /*{a-bhover-background-start}*/, #e0e0e0 /*{a-bhover-background-end}*/); /* IE10 */
background-image: -o-linear-gradient( #f6f6f6 /*{a-bhover-background-start}*/, #e0e0e0 /*{a-bhover-background-end}*/); /* Opera 11.10+ */
background-image: linear-gradient( #f6f6f6 /*{a-bhover-background-start}*/, #e0e0e0 /*{a-bhover-background-end}*/);
}
.ui-btn-hover-a:visited,
.ui-btn-hover-a:hover,
.ui-btn-hover-a a.ui-link-inherit {
color: #2f3e46 /*{a-bhover-color}*/;
}
.ui-btn-down-a {
border: 1px solid #bbbbbb /*{a-bdown-border}*/;
background: #d6d6d6 /*{a-bdown-background-color}*/;
font-weight: bold;
color: #2f3e46 /*{a-bdown-color}*/;
text-shadow: 0 /*{a-bdown-shadow-x}*/ 1px /*{a-bdown-shadow-y}*/ 0 /*{a-bdown-shadow-radius}*/ #ffffff /*{a-bdown-shadow-color}*/;
background-image: -webkit-gradient(linear, left top, left bottom, from( #d0d0d0 /*{a-bdown-background-start}*/), to( #dfdfdf /*{a-bdown-background-end}*/)); /* Saf4+, Chrome */
background-image: -webkit-linear-gradient( #d0d0d0 /*{a-bdown-background-start}*/, #dfdfdf /*{a-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
background-image: -moz-linear-gradient( #d0d0d0 /*{a-bdown-background-start}*/, #dfdfdf /*{a-bdown-background-end}*/); /* FF3.6 */
background-image: -ms-linear-gradient( #d0d0d0 /*{a-bdown-background-start}*/, #dfdfdf /*{a-bdown-background-end}*/); /* IE10 */
background-image: -o-linear-gradient( #d0d0d0 /*{a-bdown-background-start}*/, #dfdfdf /*{a-bdown-background-end}*/); /* Opera 11.10+ */
background-image: linear-gradient( #d0d0d0 /*{a-bdown-background-start}*/, #dfdfdf /*{a-bdown-background-end}*/);
}
.ui-btn-down-a:visited,
.ui-btn-down-a:hover,
.ui-btn-down-a a.ui-link-inherit {
color: #2f3e46 /*{a-bdown-color}*/;
}
.ui-btn-up-a,
.ui-btn-hover-a,
.ui-btn-down-a {
font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
text-decoration: none;
}
/* B
-----------------------------------------------------------------------------------------------------------*/
.ui-bar-b {
border: 1px solid #b3b3b3 /*{b-bar-border}*/;
background: #eeeeee /*{b-bar-background-color}*/;
color: #3e3e3e /*{b-bar-color}*/;
font-weight: bold;
text-shadow: 0 /*{b-bar-shadow-x}*/ 1px /*{b-bar-shadow-y}*/ 0 /*{b-bar-shadow-radius}*/ #ffffff /*{b-bar-shadow-color}*/;
background-image: -webkit-gradient(linear, left top, left bottom, from( #f0f0f0 /*{b-bar-background-start}*/), to( #dddddd /*{b-bar-background-end}*/)); /* Saf4+, Chrome */
background-image: -webkit-linear-gradient( #f0f0f0 /*{b-bar-background-start}*/, #dddddd /*{b-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
background-image: -moz-linear-gradient( #f0f0f0 /*{b-bar-background-start}*/, #dddddd /*{b-bar-background-end}*/); /* FF3.6 */
background-image: -ms-linear-gradient( #f0f0f0 /*{b-bar-background-start}*/, #dddddd /*{b-bar-background-end}*/); /* IE10 */
background-image: -o-linear-gradient( #f0f0f0 /*{b-bar-background-start}*/, #dddddd /*{b-bar-background-end}*/); /* Opera 11.10+ */
background-image: linear-gradient( #f0f0f0 /*{b-bar-background-start}*/, #dddddd /*{b-bar-background-end}*/);
}
.ui-bar-b .ui-link-inherit {
color: #3e3e3e /*{b-bar-color}*/;
}
.ui-bar-b a.ui-link {
color: #7cc4e7 /*{b-bar-link-color}*/;
font-weight: bold;
}
.ui-bar-b a.ui-link:visited {
color: #2489ce /*{b-bar-link-visited}*/;
}
.ui-bar-b a.ui-link:hover {
color: #2489ce /*{b-bar-link-hover}*/;
}
.ui-bar-b a.ui-link:active {
color: #2489ce /*{b-bar-link-active}*/;
}
.ui-bar-b,
.ui-bar-b input,
.ui-bar-b select,
.ui-bar-b textarea,
.ui-bar-b button {
font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-b,
.ui-overlay-b {
color: #333333 /*{b-body-color}*/;
text-shadow: 0 /*{b-body-shadow-x}*/ 1px /*{b-body-shadow-y}*/ 0 /*{b-body-shadow-radius}*/ #ffffff /*{b-body-shadow-color}*/;
background: #f9f9f9 /*{b-body-background-color}*/;
background-image: -webkit-gradient(linear, left top, left bottom, from( #f9f9f9 /*{b-body-background-start}*/), to( #eeeeee /*{b-body-background-end}*/)); /* Saf4+, Chrome */
background-image: -webkit-linear-gradient( #f9f9f9 /*{b-body-background-start}*/, #eeeeee /*{b-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
background-image: -moz-linear-gradient( #f9f9f9 /*{b-body-background-start}*/, #eeeeee /*{b-body-background-end}*/); /* FF3.6 */
background-image: -ms-linear-gradient( #f9f9f9 /*{b-body-background-start}*/, #eeeeee /*{b-body-background-end}*/); /* IE10 */
background-image: -o-linear-gradient( #f9f9f9 /*{b-body-background-start}*/, #eeeeee /*{b-body-background-end}*/); /* Opera 11.10+ */
background-image: linear-gradient( #f9f9f9 /*{b-body-background-start}*/, #eeeeee /*{b-body-background-end}*/);
}
.ui-overlay-b {
background-image: none;
border-width: 0;
}
.ui-body-b,
.ui-body-b input,
.ui-body-b select,
.ui-body-b textarea,
.ui-body-b button {
font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-b .ui-link-inherit {
color: #333333 /*{b-body-color}*/;
}
.ui-body-b .ui-link {
color: #2489ce /*{b-body-link-color}*/;
font-weight: bold;
}
.ui-body-b .ui-link:visited {
color: #2489ce /*{b-body-link-visited}*/;
}
.ui-body-b .ui-link:hover {
color: #2489ce /*{b-body-link-hover}*/;
}
.ui-body-b .ui-link:active {
color: #2489ce /*{b-body-link-active}*/;
}
.ui-btn-up-b {
border: 1px solid #cccccc /*{b-bup-border}*/;
background: #eeeeee /*{b-bup-background-color}*/;
font-weight: bold;
color: #2f3e46 /*{b-bup-color}*/;
text-shadow: 0 /*{b-bup-shadow-x}*/ 1px /*{b-bup-shadow-y}*/ 0 /*{b-bup-shadow-radius}*/ #ffffff /*{b-bup-shadow-color}*/;
background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff /*{b-bup-background-start}*/), to( #f1f1f1 /*{b-bup-background-end}*/)); /* Saf4+, Chrome */
background-image: -webkit-linear-gradient( #ffffff /*{b-bup-background-start}*/, #f1f1f1 /*{b-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
background-image: -moz-linear-gradient( #ffffff /*{b-bup-background-start}*/, #f1f1f1 /*{b-bup-background-end}*/); /* FF3.6 */
background-image: -ms-linear-gradient( #ffffff /*{b-bup-background-start}*/, #f1f1f1 /*{b-bup-background-end}*/); /* IE10 */
background-image: -o-linear-gradient( #ffffff /*{b-bup-background-start}*/, #f1f1f1 /*{b-bup-background-end}*/); /* Opera 11.10+ */
background-image: linear-gradient( #ffffff /*{b-bup-background-start}*/, #f1f1f1 /*{b-bup-background-end}*/);
}
.ui-btn-up-b:visited,
.ui-btn-up-b a.ui-link-inherit {
color: #2f3e46 /*{b-bup-color}*/;
}
.ui-btn-hover-b {
border: 1px solid #bbbbbb /*{b-bhover-border}*/;
background: #dfdfdf /*{b-bhover-background-color}*/;
font-weight: bold;
color: #2f3e46 /*{b-bhover-color}*/;
text-shadow: 0 /*{b-bhover-shadow-x}*/ 1px /*{b-bhover-shadow-y}*/ 0 /*{b-bhover-shadow-radius}*/ #ffffff /*{b-bhover-shadow-color}*/;
background-image: -webkit-gradient(linear, left top, left bottom, from( #f6f6f6 /*{b-bhover-background-start}*/), to( #e0e0e0 /*{b-bhover-background-end}*/)); /* Saf4+, Chrome */
background-image: -webkit-linear-gradient( #f6f6f6 /*{b-bhover-background-start}*/, #e0e0e0 /*{b-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
background-image: -moz-linear-gradient( #f6f6f6 /*{b-bhover-background-start}*/, #e0e0e0 /*{b-bhover-background-end}*/); /* FF3.6 */
background-image: -ms-linear-gradient( #f6f6f6 /*{b-bhover-background-start}*/, #e0e0e0 /*{b-bhover-background-end}*/); /* IE10 */
background-image: -o-linear-gradient( #f6f6f6 /*{b-bhover-background-start}*/, #e0e0e0 /*{b-bhover-background-end}*/); /* Opera 11.10+ */
background-image: linear-gradient( #f6f6f6 /*{b-bhover-background-start}*/, #e0e0e0 /*{b-bhover-background-end}*/);
}
.ui-btn-hover-b:visited,
.ui-btn-hover-b:hover,
.ui-btn-hover-b a.ui-link-inherit {
color: #2f3e46 /*{b-bhover-color}*/;
}
.ui-btn-down-b {
border: 1px solid #bbbbbb /*{b-bdown-border}*/;
background: #d6d6d6 /*{b-bdown-background-color}*/;
font-weight: bold;
color: #2f3e46 /*{b-bdown-color}*/;
text-shadow: 0 /*{b-bdown-shadow-x}*/ 1px /*{b-bdown-shadow-y}*/ 0 /*{b-bdown-shadow-radius}*/ #ffffff /*{b-bdown-shadow-color}*/;
background-image: -webkit-gradient(linear, left top, left bottom, from( #d0d0d0 /*{b-bdown-background-start}*/), to( #dfdfdf /*{b-bdown-background-end}*/)); /* Saf4+, Chrome */
background-image: -webkit-linear-gradient( #d0d0d0 /*{b-bdown-background-start}*/, #dfdfdf /*{b-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
background-image: -moz-linear-gradient( #d0d0d0 /*{b-bdown-background-start}*/, #dfdfdf /*{b-bdown-background-end}*/); /* FF3.6 */
background-image: -ms-linear-gradient( #d0d0d0 /*{b-bdown-background-start}*/, #dfdfdf /*{b-bdown-background-end}*/); /* IE10 */
background-image: -o-linear-gradient( #d0d0d0 /*{b-bdown-background-start}*/, #dfdfdf /*{b-bdown-background-end}*/); /* Opera 11.10+ */
background-image: linear-gradient( #d0d0d0 /*{b-bdown-background-start}*/, #dfdfdf /*{b-bdown-background-end}*/);
}
.ui-btn-down-b:visited,
.ui-btn-down-b:hover,
.ui-btn-down-b a.ui-link-inherit {
color: #2f3e46 /*{b-bdown-color}*/;
}
.ui-btn-up-b,
.ui-btn-hover-b,
.ui-btn-down-b {
font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
text-decoration: none;
}
/* C
-----------------------------------------------------------------------------------------------------------*/
.ui-bar-c {
border: 1px solid #b3b3b3 /*{c-bar-border}*/;
background: #eeeeee /*{c-bar-background-color}*/;
color: #3e3e3e /*{c-bar-color}*/;
font-weight: bold;
text-shadow: 0 /*{c-bar-shadow-x}*/ 1px /*{c-bar-shadow-y}*/ 0 /*{c-bar-shadow-radius}*/ #ffffff /*{c-bar-shadow-color}*/;
background-image: -webkit-gradient(linear, left top, left bottom, from( #f0f0f0 /*{c-bar-background-start}*/), to( #dddddd /*{c-bar-background-end}*/)); /* Saf4+, Chrome */
background-image: -webkit-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #dddddd /*{c-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
background-image: -moz-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #dddddd /*{c-bar-background-end}*/); /* FF3.6 */
background-image: -ms-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #dddddd /*{c-bar-background-end}*/); /* IE10 */
background-image: -o-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #dddddd /*{c-bar-background-end}*/); /* Opera 11.10+ */
background-image: linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #dddddd /*{c-bar-background-end}*/);
}
.ui-bar-c .ui-link-inherit {
color: #3e3e3e /*{c-bar-color}*/;
}
.ui-bar-c a.ui-link {
color: #7cc4e7 /*{c-bar-link-color}*/;
font-weight: bold;
}
.ui-bar-c a.ui-link:visited {
color: #2489ce /*{c-bar-link-visited}*/;
}
.ui-bar-c a.ui-link:hover {
color: #2489ce /*{c-bar-link-hover}*/;
}
.ui-bar-c a.ui-link:active {
color: #2489ce /*{c-bar-link-active}*/;
}
.ui-bar-c,
.ui-bar-c input,
.ui-bar-c select,
.ui-bar-c textarea,
.ui-bar-c button {
font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-c,
.ui-overlay-c {
color: #333333 /*{c-body-color}*/;
text-shadow: 0 /*{c-body-shadow-x}*/ 1px /*{c-body-shadow-y}*/ 0 /*{c-body-shadow-radius}*/ #ffffff /*{c-body-shadow-color}*/;
background: #f9f9f9 /*{c-body-background-color}*/;
background-image: -webkit-gradient(linear, left top, left bottom, from( #f9f9f9 /*{c-body-background-start}*/), to( #eeeeee /*{c-body-background-end}*/)); /* Saf4+, Chrome */
background-image: -webkit-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eeeeee /*{c-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
background-image: -moz-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eeeeee /*{c-body-background-end}*/); /* FF3.6 */
background-image: -ms-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eeeeee /*{c-body-background-end}*/); /* IE10 */
background-image: -o-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eeeeee /*{c-body-background-end}*/); /* Opera 11.10+ */
background-image: linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eeeeee /*{c-body-background-end}*/);
}
.ui-overlay-c {
background-image: none;
border-width: 0;
}
.ui-body-c,
.ui-body-c input,
.ui-body-c select,
.ui-body-c textarea,
.ui-body-c button {
font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-c .ui-link-inherit {
color: #333333 /*{c-body-color}*/;
}
.ui-body-c .ui-link {
color: #2489ce /*{c-body-link-color}*/;
font-weight: bold;
}
.ui-body-c .ui-link:visited {
color: #2489ce /*{c-body-link-visited}*/;
}
.ui-body-c .ui-link:hover {
color: #2489ce /*{c-body-link-hover}*/;
}
.ui-body-c .ui-link:active {
color: #2489ce /*{c-body-link-active}*/;
}
.ui-btn-up-c {
border: 1px solid #cccccc /*{c-bup-border}*/;
background: #eeeeee /*{c-bup-background-color}*/;
font-weight: bold;
color: #2f3e46 /*{c-bup-color}*/;
text-shadow: 0 /*{c-bup-shadow-x}*/ 1px /*{c-bup-shadow-y}*/ 0 /*{c-bup-shadow-radius}*/ #ffffff /*{c-bup-shadow-color}*/;
background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff /*{c-bup-background-start}*/), to( #f1f1f1 /*{c-bup-background-end}*/)); /* Saf4+, Chrome */
background-image: -webkit-linear-gradient( #ffffff /*{c-bup-background-start}*/, #f1f1f1 /*{c-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
background-image: -moz-linear-gradient( #ffffff /*{c-bup-background-start}*/, #f1f1f1 /*{c-bup-background-end}*/); /* FF3.6 */
background-image: -ms-linear-gradient( #ffffff /*{c-bup-background-start}*/, #f1f1f1 /*{c-bup-background-end}*/); /* IE10 */
background-image: -o-linear-gradient( #ffffff /*{c-bup-background-start}*/, #f1f1f1 /*{c-bup-background-end}*/); /* Opera 11.10+ */
background-image: linear-gradient( #ffffff /*{c-bup-background-start}*/, #f1f1f1 /*{c-bup-background-end}*/);
}
.ui-btn-up-c:visited,
.ui-btn-up-c a.ui-link-inherit {
color: #2f3e46 /*{c-bup-color}*/;
}
.ui-btn-hover-c {
border: 1px solid #bbbbbb /*{c-bhover-border}*/;
background: #dfdfdf /*{c-bhover-background-color}*/;
font-weight: bold;
color: #2f3e46 /*{c-bhover-color}*/;
text-shadow: 0 /*{c-bhover-shadow-x}*/ 1px /*{c-bhover-shadow-y}*/ 0 /*{c-bhover-shadow-radius}*/ #ffffff /*{c-bhover-shadow-color}*/;
background-image: -webkit-gradient(linear, left top, left bottom, from( #f6f6f6 /*{c-bhover-background-start}*/), to( #e0e0e0 /*{c-bhover-background-end}*/)); /* Saf4+, Chrome */
background-image: -webkit-linear-gradient( #f6f6f6 /*{c-bhover-background-start}*/, #e0e0e0 /*{c-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
background-image: -moz-linear-gradient( #f6f6f6 /*{c-bhover-background-start}*/, #e0e0e0 /*{c-bhover-background-end}*/); /* FF3.6 */
background-image: -ms-linear-gradient( #f6f6f6 /*{c-bhover-background-start}*/, #e0e0e0 /*{c-bhover-background-end}*/); /* IE10 */
background-image: -o-linear-gradient( #f6f6f6 /*{c-bhover-background-start}*/, #e0e0e0 /*{c-bhover-background-end}*/); /* Opera 11.10+ */
background-image: linear-gradient( #f6f6f6 /*{c-bhover-background-start}*/, #e0e0e0 /*{c-bhover-background-end}*/);
}
.ui-btn-hover-c:visited,
.ui-btn-hover-c:hover,
.ui-btn-hover-c a.ui-link-inherit {
color: #2f3e46 /*{c-bhover-color}*/;
}
.ui-btn-down-c {
border: 1px solid #bbbbbb /*{c-bdown-border}*/;
background: #d6d6d6 /*{c-bdown-background-color}*/;
font-weight: bold;
color: #2f3e46 /*{c-bdown-color}*/;
text-shadow: 0 /*{c-bdown-shadow-x}*/ 1px /*{c-bdown-shadow-y}*/ 0 /*{c-bdown-shadow-radius}*/ #ffffff /*{c-bdown-shadow-color}*/;
background-image: -webkit-gradient(linear, left top, left bottom, from( #d0d0d0 /*{c-bdown-background-start}*/), to( #dfdfdf /*{c-bdown-background-end}*/)); /* Saf4+, Chrome */
background-image: -webkit-linear-gradient( #d0d0d0 /*{c-bdown-background-start}*/, #dfdfdf /*{c-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
background-image: -moz-linear-gradient( #d0d0d0 /*{c-bdown-background-start}*/, #dfdfdf /*{c-bdown-background-end}*/); /* FF3.6 */
background-image: -ms-linear-gradient( #d0d0d0 /*{c-bdown-background-start}*/, #dfdfdf /*{c-bdown-background-end}*/); /* IE10 */
background-image: -o-linear-gradient( #d0d0d0 /*{c-bdown-background-start}*/, #dfdfdf /*{c-bdown-background-end}*/); /* Opera 11.10+ */
background-image: linear-gradient( #d0d0d0 /*{c-bdown-background-start}*/, #dfdfdf /*{c-bdown-background-end}*/);
}
.ui-btn-down-c:visited,
.ui-btn-down-c:hover,
.ui-btn-down-c a.ui-link-inherit {
color: #2f3e46 /*{c-bdown-color}*/;
}
.ui-btn-up-c,
.ui-btn-hover-c,
.ui-btn-down-c {
font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
text-decoration: none;
}
/* Structure */
/* links within "buttons"
-----------------------------------------------------------------------------------------------------------*/
a.ui-link-inherit {
text-decoration: none !important;
}
/* Active class used as the "on" state across all themes
-----------------------------------------------------------------------------------------------------------*/
.ui-btn-active {
border: 1px solid #182d39 /*{global-active-border}*/;
background: #3c4c5d /*{global-active-background-color}*/;
font-weight: bold;
color: #ffffff /*{global-active-color}*/;
cursor: pointer;
text-shadow: 0 /*{global-active-shadow-x}*/ 1px /*{global-active-shadow-y}*/ 0 /*{global-active-shadow-radius}*/ #273744 /*{global-active-shadow-color}*/;
text-decoration: none;
background-image: -webkit-gradient(linear, left top, left bottom, from( #485b6f /*{global-active-background-start}*/), to( #303c4a /*{global-active-background-end}*/)); /* Saf4+, Chrome */
background-image: -webkit-linear-gradient( #485b6f /*{global-active-background-start}*/, #303c4a /*{global-active-background-end}*/); /* Chrome 10+, Saf5.1+ */
background-image: -moz-linear-gradient( #485b6f /*{global-active-background-start}*/, #303c4a /*{global-active-background-end}*/); /* FF3.6 */
background-image: -ms-linear-gradient( #485b6f /*{global-active-background-start}*/, #303c4a /*{global-active-background-end}*/); /* IE10 */
background-image: -o-linear-gradient( #485b6f /*{global-active-background-start}*/, #303c4a /*{global-active-background-end}*/); /* Opera 11.10+ */
background-image: linear-gradient( #485b6f /*{global-active-background-start}*/, #303c4a /*{global-active-background-end}*/);
font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-btn-active:visited,
.ui-btn-active:hover,
.ui-btn-active a.ui-link-inherit {
color: #ffffff /*{global-active-color}*/;
}
/* button inner top highlight
-----------------------------------------------------------------------------------------------------------*/
.ui-btn-inner {
border-top: 1px solid #fff;
border-color: rgba(255,255,255,.3);
}
/* corner rounding classes
-----------------------------------------------------------------------------------------------------------*/
.ui-corner-all {
-webkit-border-radius: 0.3em /*{global-radii-blocks}*/;
border-radius: 0.3em /*{global-radii-blocks}*/;
}
/* Form field separator
-----------------------------------------------------------------------------------------------------------*/
.ui-br {
border-color: rgb(130,130,130);
border-color: rgba(130,130,130,.3);
border-style: solid;
}
/* Interaction cues
-----------------------------------------------------------------------------------------------------------*/
.ui-disabled {
filter: Alpha(Opacity=30);
opacity: .3;
zoom: 1;
}
.ui-disabled,
.ui-disabled a {
cursor: default !important;
pointer-events: none;
}
/* Icons
-----------------------------------------------------------------------------------------------------------*/
.ui-icon,
.ui-icon-searchfield:after {
background: #666666 /*{global-icon-color}*/;
background: transparent /*{global-icon-disc}*/;
background-image: url(images/icons-18-black.png) /*{global-icon-set}*/;
background-repeat: no-repeat;
-webkit-border-radius: 9px;
border-radius: 9px;
}
/* Alt icon color
-----------------------------------------------------------------------------------------------------------*/
.ui-icon-alt .ui-icon,
.ui-icon-alt .ui-icon-searchfield:after {
background-color: #fff;
background-color: rgba(255,255,255,.3);
background-image: url(images/icons-18-black.png);
background-repeat: no-repeat;
}
/* No disc
-----------------------------------------------------------------------------------------------------------*/
.ui-icon-nodisc .ui-icon,
.ui-icon-nodisc .ui-icon-searchfield:after,
.ui-icon-nodisc .ui-icon-alt .ui-icon,
.ui-icon-nodisc .ui-icon-alt .ui-icon-searchfield:after {
background-color: transparent;
}
/* Icon sprite
-----------------------------------------------------------------------------------------------------------*/
/* plus minus */
.ui-icon-plus {
background-position: -1px -1px;
}
.ui-icon-minus {
background-position: -37px -1px;
}
/* delete/close */
.ui-icon-delete {
background-position: -73px -1px;
}
/* arrows */
.ui-icon-arrow-r {
background-position: -108px -1px;
}
.ui-icon-arrow-l {
background-position: -144px -1px;
}
.ui-icon-arrow-u {
background-position: -180px -1px;
}
.ui-icon-arrow-d {
background-position: -216px -1px;
}
/* misc */
.ui-icon-check {
background-position: -252px -1px;
}
.ui-icon-gear {
background-position: -288px -1px;
}
.ui-icon-refresh {
background-position: -323px -1px;
}
.ui-icon-forward {
background-position: -360px -1px;
}
.ui-icon-back {
background-position: -396px -1px;
}
.ui-icon-grid {
background-position: -432px -1px;
}
.ui-icon-star {
background-position: -467px -1px;
}
.ui-icon-alert {
background-position: -503px -1px;
}
.ui-icon-info {
background-position: -539px -1px;
}
.ui-icon-home {
background-position: -575px -1px;
}
/* search */
.ui-icon-search,
.ui-icon-searchfield:after {
background-position: -611px -1px;
}
/* checkbox radio */
.ui-icon-checkbox-on {
background-position: -647px -1px;
}
.ui-icon-checkbox-off {
background-position: -683px -1px;
}
.ui-icon-radio-on {
background-position: -718px -1px;
}
.ui-icon-radio-off {
background-position: -754px -1px;
}
/* menu edit */
.ui-icon-bars {
background-position: -788px -1px;
}
.ui-icon-edit {
background-position: -824px -1px;
}
/* HD/"retina" sprite
-----------------------------------------------------------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (min--moz-device-pixel-ratio: 1.3),
only screen and (min-resolution: 200dpi) {
.ui-icon-plus, .ui-icon-minus, .ui-icon-delete, .ui-icon-arrow-r,
.ui-icon-arrow-l, .ui-icon-arrow-u, .ui-icon-arrow-d, .ui-icon-check,
.ui-icon-gear, .ui-icon-refresh, .ui-icon-forward, .ui-icon-back,
.ui-icon-grid, .ui-icon-star, .ui-icon-alert, .ui-icon-info, .ui-icon-home, .ui-icon-bars, .ui-icon-edit,
.ui-icon-search, .ui-icon-searchfield:after,
.ui-icon-checkbox-off, .ui-icon-checkbox-on, .ui-icon-radio-off, .ui-icon-radio-on {
background-image: url(images/icons-36-white.png);
-moz-background-size: 864px 18px;
-o-background-size: 864px 18px;
-webkit-background-size: 864px 18px;
background-size: 864px 18px;
}
.ui-icon-alt .ui-icon {
background-image: url(images/icons-36-black.png);
}
.ui-icon-plus {
background-position: 0 50%;
}
.ui-icon-minus {
background-position: -36px 50%;
}
.ui-icon-delete {
background-position: -72px 50%;
}
.ui-icon-arrow-r {
background-position: -108px 50%;
}
.ui-icon-arrow-l {
background-position: -144px 50%;
}
.ui-icon-arrow-u {
background-position: -179px 50%;
}
.ui-icon-arrow-d {
background-position: -215px 50%;
}
.ui-icon-check {
background-position: -252px 50%;
}
.ui-icon-gear {
background-position: -287px 50%;
}
.ui-icon-refresh {
background-position: -323px 50%;
}
.ui-icon-forward {
background-position: -360px 50%;
}
.ui-icon-back {
background-position: -395px 50%;
}
.ui-icon-grid {
background-position: -431px 50%;
}
.ui-icon-star {
background-position: -467px 50%;
}
.ui-icon-alert {
background-position: -503px 50%;
}
.ui-icon-info {
background-position: -538px 50%;
}
.ui-icon-home {
background-position: -575px 50%;
}
.ui-icon-search,
.ui-icon-searchfield:after {
background-position: -611px 50%;
}
.ui-icon-checkbox-on {
background-position: -647px 50%;
}
.ui-icon-checkbox-off {
background-position: -683px 50%;
}
.ui-icon-radio-on {
background-position: -718px 50%;
}
.ui-icon-radio-off {
background-position: -754px 50%;
}
.ui-icon-bars {
background-position: -788px 50%;
}.ui-icon-edit {
background-position: -824px 50%;
}
}
/* checks,radios */
.ui-checkbox .ui-icon,
.ui-selectmenu-list .ui-icon {
-webkit-border-radius: 3px;
border-radius: 3px;
}
.ui-icon-checkbox-off,
.ui-icon-radio-off {
background-color: transparent;
}
.ui-checkbox-on .ui-icon,
.ui-radio-on .ui-icon {
background-color: #3c4c5d /*{global-active-background-color}*/; /* NOTE: this hex should match the active state color. It's repeated here for cascade */
}
/* loading icon */
.ui-icon-loading {
background: url(images/ajax-loader.gif);
background-size: 46px 46px;
}
/* Button corner class
-----------------------------------------------------------------------------------------------------------*/
.ui-btn-corner-all {
-webkit-border-radius: 0.3em /*{global-radii-buttons}*/;
border-radius: 0.3em /*{global-radii-buttons}*/;
}
/* radius clip workaround for cleaning up corner trapping */
.ui-corner-all,
.ui-btn-corner-all {
-webkit-background-clip: padding;
background-clip: padding-box;
}
/* Overlay / modal
-----------------------------------------------------------------------------------------------------------*/
.ui-overlay {
background: #666;
filter: Alpha(Opacity=50);
opacity: .5;
position: absolute;
width: 100%;
height: 100%;
}
.ui-overlay-shadow {
-moz-box-shadow: 0 0 12px rgba(0,0,0,.6);
-webkit-box-shadow: 0 0 12px rgba(0,0,0,.6);
box-shadow: 0 0 12px rgba(0,0,0,.6);
}
.ui-shadow {
-moz-box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
-webkit-box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/
}
.ui-bar-a .ui-shadow,
.ui-bar-b .ui-shadow ,
.ui-bar-c .ui-shadow {
-moz-box-shadow: 0 1px 0 rgba(255,255,255,.3);
-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.3);
box-shadow: 0 1px 0 rgba(255,255,255,.3);
}
.ui-shadow-inset {
-moz-box-shadow: inset 0 1px 4px rgba(0,0,0,.2);
-webkit-box-shadow: inset 0 1px 4px rgba(0,0,0,.2);
box-shadow: inset 0 1px 4px rgba(0,0,0,.2);
}
.ui-icon-shadow {
-moz-box-shadow: 0 1px 0 transparent /*{global-icon-shadow}*/;
-webkit-box-shadow: 0 1px 0 transparent /*{global-icon-shadow}*/;
box-shadow: 0 1px 0 transparent /*{global-icon-shadow}*/;
}
/* Focus state - set here for specificity (note: these classes are added by JavaScript)
-----------------------------------------------------------------------------------------------------------*/
.ui-btn:focus, .ui-link-inherit:focus {
outline: 0;
}
.ui-btn.ui-focus {
z-index: 1;
}
.ui-focus,
.ui-btn:focus {
-moz-box-shadow: inset 0 0 3px #3c4c5d /*{global-active-background-color}*/, 0 0 9px #3c4c5d /*{global-active-background-color}*/;
-webkit-box-shadow: inset 0 0 3px #3c4c5d /*{global-active-background-color}*/, 0 0 9px #3c4c5d /*{global-active-background-color}*/;
box-shadow: inset 0 0 3px #3c4c5d /*{global-active-background-color}*/, 0 0 9px #3c4c5d /*{global-active-background-color}*/;
}
.ui-input-text.ui-focus,
.ui-input-search.ui-focus {
-moz-box-shadow: 0 0 12px #3c4c5d /*{global-active-background-color}*/;
-webkit-box-shadow: 0 0 12px #3c4c5d /*{global-active-background-color}*/;
box-shadow: 0 0 12px #3c4c5d /*{global-active-background-color}*/;
}
/* unset box shadow in browsers that don't do it right
-----------------------------------------------------------------------------------------------------------*/
.ui-mobile-nosupport-boxshadow * {
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
/* ...and bring back focus */
.ui-mobile-nosupport-boxshadow .ui-focus,
.ui-mobile-nosupport-boxshadow .ui-btn:focus,
.ui-mobile-nosupport-boxshadow .ui-link-inherit:focus {
outline-width: 1px;
outline-style: auto;
}

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

View File

@ -1 +0,0 @@
{"ch":1,"vss":[{"v":1,"w":[{"t":"In the beginning God created the heavens and the earth."}]},{"v":2,"w":[{"t":"And the earth was waste and void; and darkness was upon the face of the deep: and the Spirit of God moved upon the face of the waters"}]},{"v":3,"w":[{"t":"And God said, Let there be light: and there was light."}]},{"v":4,"w":[{"t":"And God saw the light, that it was good: and God divided the light from the darkness."}]},{"v":5,"w":[{"t":"And God called the light Day, and the darkness he called Night. And there was evening and there was morning, one day."}]},{"v":6,"w":[{"t":"And God said, Let there be a firmament in the midst of the waters, and let it divide the waters from the waters."}]},{"v":7,"w":[{"t":"And God made the firmament, and divided the waters which were under the firmament from the waters which were above the firmament: and it was so."}]},{"v":8,"w":[{"t":"And God called the firmament Heaven. And there was evening and there was morning, a second day."}]},{"v":9,"w":[{"t":"And God said, Let the waters under the heavens be gathered together unto one place, and let the dry land appear: and it was so."}]},{"v":10,"w":[{"t":"And God called the dry land Earth; and the gathering together of the waters called he Seas: and God saw that it was good."}]},{"v":11,"w":[{"t":"And God said, Let the earth put forth grass, herbs yielding seed, [and] fruit-trees bearing fruit after their kind, wherein is the seed thereof, upon the earth: and it was so."}]},{"v":12,"w":[{"t":"And the earth brought forth grass, herbs yielding seed after their kind, and trees bearing fruit, wherein is the seed thereof, after their kind: and God saw that it was good."}]},{"v":13,"w":[{"t":"And there was evening and there was morning, a third day."}]},{"v":14,"w":[{"t":"And God said, Let there be lights in the firmament of heaven to divide the day from the night; and let them be for signs, and for seasons, and for days and years:"}]},{"v":15,"w":[{"t":"and let them be for lights in the firmament of heaven to give light upon the earth: and it was so."}]},{"v":16,"w":[{"t":"And God made the two great lights; the greater light to rule the day, and the lesser light to rule the night: [he made] the stars also."}]},{"v":17,"w":[{"t":"And God set them in the firmament of heaven to give light upon the earth,"}]},{"v":18,"w":[{"t":"and to rule over the day and over the night, and to divide the light from the darkness: and God saw that it was good."}]},{"v":19,"w":[{"t":"And there was evening and there was morning, a fourth day."}]},{"v":20,"w":[{"t":"And God said, Let the waters swarm with swarms of living creatures, and let birds fly above the earth in the open firmament of heaven."}]},{"v":21,"w":[{"t":"And God created the great sea-monsters, and every living creature that moveth, wherewith the waters swarmed, after their kind, and every winged bird after its kind: and God saw that it was good."}]},{"v":22,"w":[{"t":"And God blessed them, saying, Be fruitful, and multiply, and fill the waters in the seas, and let birds multiply on the earth."}]},{"v":23,"w":[{"t":"And there was evening and there was morning, a fifth day."}]},{"v":24,"w":[{"t":"And God said, Let the earth bring forth living creatures after their kind, cattle, and creeping things, and beasts of the earth after their kind: and it was so."}]},{"v":25,"w":[{"t":"And God made the beasts of the earth after their kind, and the cattle after their kind, and everything that creepeth upon the ground after its kind: and God saw that it was good."}]},{"v":26,"w":[{"t":"And God said, Let us make man in our image, after our likeness: and let them have dominion over the fish of the sea, and over the birds of the heavens, and over the cattle, and over all the earth, and over every creeping thing that creepeth upon the earth."}]},{"v":27,"w":[{"t":"And God created man in his own image, in the image of God created he him; male and female created he them."}]},{"v":28,"w":[{"t":"And God blessed them: and God said unto them, Be fruitful, and multiply, and replenish the earth, and subdue it; and have dominion over the fish of the sea, and over the birds of the heavens, and over every living thing that moveth upon the earth."}]},{"v":29,"w":[{"t":"And God said, Behold, I have given you every herb yielding seed, which is upon the face of all the earth, and every tree, in which is the fruit of a tree yielding seed; to you it shall be for food:"}]},{"v":30,"w":[{"t":"and to every beast of the earth, and to every bird of the heavens, and to everything that creepeth upon the earth, wherein there is life, [I have given] every green herb for food: and it was so."}]},{"v":31,"w":[{"t":"And God saw everything that he had made, and, behold, it was very good. And there was evening and there was morning, the sixth day."}]}]}

View File

@ -1 +0,0 @@
{"ch":10,"vss":[{"v":1,"w":[{"t":"Now these are the generations of the sons of Noah, [namely], of Shem, Ham, and Japheth: and unto them were sons born after the flood."}]},{"v":2,"w":[{"t":"The sons of Japheth: Gomer, and Magog, and Madai, and Javan, and Tubal, and Meshech, and Tiras."}]},{"v":3,"w":[{"t":"And the sons of Gomer: Ashkenaz, and Riphath, and Togarmah."}]},{"v":4,"w":[{"t":"And the sons of Javan: Elishah, and Tarshish, Kittim, and Dodanim."}]},{"v":5,"w":[{"t":"Of these were the isles of the nations divided in their lands, every one after his tongue, after their families, in their nations."}]},{"v":6,"w":[{"t":"And the sons of Ham: Cush, and Mizraim, and Put, and Canaan."}]},{"v":7,"w":[{"t":"And the sons of Cush: Seba, and Havilah, and Sabtah, and Raamah, and Sabteca; and the sons of Raamah: Sheba, and Dedan."}]},{"v":8,"w":[{"t":"And Cush begat Nimrod: he began to be a mighty one in the earth."}]},{"v":9,"w":[{"t":"He was a mighty hunter before Jehovah: wherefore it is said, Like Nimrod a mighty hunter before Jehovah."}]},{"v":10,"w":[{"t":"And the beginning of his kingdom was Babel, and Erech, and Accad, and Calneh, in the land of Shinar."}]},{"v":11,"w":[{"t":"Out of that land he went forth into Assyria, and builded Nineveh, and Rehoboth-ir, and Calah,"}]},{"v":12,"w":[{"t":"and Resen between Nineveh and Calah (the same is the great city)."}]},{"v":13,"w":[{"t":"And Mizraim begat Ludim, and Anamim, and Lehabim, and Naphtuhim,"}]},{"v":14,"w":[{"t":"and Pathrusim, and Casluhim (whence went forth the Philistines), and Caphtorim."}]},{"v":15,"w":[{"t":"And Canaan begat Sidon his first-born, and Heth,"}]},{"v":16,"w":[{"t":"and the Jebusite, and the Amorite, and the Girgashite,"}]},{"v":17,"w":[{"t":"and the Hivite, and the Arkite, and the Sinite,"}]},{"v":18,"w":[{"t":"and the Arvadite, and the Zemarite, and the Hamathite: and afterward were the families of the Canaanite spread abroad."}]},{"v":19,"w":[{"t":"And the border of the Canaanite was from Sidon, as thou goest toward Gerar, unto Gaza; as thou goest toward Sodom and Gomorrah and Admah and Zeboiim, unto Lasha."}]},{"v":20,"w":[{"t":"These are the sons of Ham, after their families, after their tongues, in their lands, in their nations."}]},{"v":21,"w":[{"t":"And unto Shem, the father of all the children of Eber, the elder brother of Japheth, to him also were children born."}]},{"v":22,"w":[{"t":"The sons of Shem: Elam, and Asshur, and Arpachshad, and Lud, and Aram."}]},{"v":23,"w":[{"t":"And the sons of Aram: Uz, and Hul, and Gether, and Mash."}]},{"v":24,"w":[{"t":"And Arpachshad begat Shelah; and Shelah begat Eber."}]},{"v":25,"w":[{"t":"And unto Eber were born two sons: The name of the one was Peleg. For in his days was the earth divided. And his brother`s name was Joktan."}]},{"v":26,"w":[{"t":"And Joktan begat Almodad, and Sheleph, and Hazarmaveth, and Jerah,"}]},{"v":27,"w":[{"t":"and Hadoram, and Uzal, and Diklah,"}]},{"v":28,"w":[{"t":"and Obal, and Abimael, and Sheba,"}]},{"v":29,"w":[{"t":"and Ophir, and Havilah, and Jobab: all these were the sons of Joktan."}]},{"v":30,"w":[{"t":"And their dwelling was from Mesha, as thou goest toward Sephar, the mountain of the east."}]},{"v":31,"w":[{"t":"These are the sons of Shem, after their families, after their tongues, in their lands, after their nations."}]},{"v":32,"w":[{"t":"These are the families of the sons of Noah, after their generations, in their nations: and of these were the nations divided in the earth after the flood."}]}]}

View File

@ -1 +0,0 @@
{"ch":11,"vss":[{"v":1,"w":[{"t":"And the whole earth was of one language and of one speech."}]},{"v":2,"w":[{"t":"And it came to pass, as they journeyed east, that they found a plain in the land of Shinar; and they dwelt there."}]},{"v":3,"w":[{"t":"And they said one to another, Come, let us make brick, and burn them thoroughly. And they had brick for stone, and slime had they for mortar."}]},{"v":4,"w":[{"t":"And they said, Come, let us build us a city, and a tower, whose top [may reach] unto heaven, and let us make us a name; lest we be scattered abroad upon the face of the whole earth."}]},{"v":5,"w":[{"t":"And Jehovah came down to see the city and the tower, which the children of men builded."}]},{"v":6,"w":[{"t":"And Jehovah said, Behold, they are one people, and they have all one language; and this is what they begin to do: and now nothing will be withholden from them, which they purpose to do."}]},{"v":7,"w":[{"t":"Come, let us go down, and there confound their language, that they may not understand one another`s speech."}]},{"v":8,"w":[{"t":"So Jehovah scattered them abroad from thence upon the face of all the earth: and they left off building the city."}]},{"v":9,"w":[{"t":"Therefore was the name of it called Babel; because Jehovah did there confound the language of all the earth: and from thence did Jehovah scatter them abroad upon the face of all the earth."}]},{"v":10,"w":[{"t":"These are the generations of Shem. Shem was a hundred years old, and begat Arpachshad two years after the flood."}]},{"v":11,"w":[{"t":"and Shem lived after he begat Arpachshad five hundred years, and begat sons and daughters."}]},{"v":12,"w":[{"t":"And Arpachshad lived five and thirty years, and begat Shelah."}]},{"v":13,"w":[{"t":"and Arpachshad lived after he begat Shelah four hundred and three years, and begat sons and daughters."}]},{"v":14,"w":[{"t":"And Shelah lived thirty years, and begat Eber:"}]},{"v":15,"w":[{"t":"and Shelah lived after he begat Eber four hundred and three years, and begat sons and daughters."}]},{"v":16,"w":[{"t":"And Eber lived four and thirty years, and begat Peleg:"}]},{"v":17,"w":[{"t":"and Eber lived after he begat Peleg four hundred and thirty years, and begat sons and daughters."}]},{"v":18,"w":[{"t":"And Peleg lived thirty years, and begat Reu:"}]},{"v":19,"w":[{"t":"and Peleg lived after he begat Reu two hundred and nine years, and begat sons and daughters."}]},{"v":20,"w":[{"t":"And Reu lived two and thirty years, and begat Serug:"}]},{"v":21,"w":[{"t":"and Reu lived after he begat Serug two hundred and seven years, and begat sons and daughters."}]},{"v":22,"w":[{"t":"And Serug lived thirty years, and begat Nahor:"}]},{"v":23,"w":[{"t":"and Serug lived after he begat Nahor two hundred years, and begat sons and daughters."}]},{"v":24,"w":[{"t":"And Nahor lived nine and twenty years, and begat Terah:"}]},{"v":25,"w":[{"t":"and Nahor lived after he begat Terah a hundred and nineteen years, and begat sons and daughters."}]},{"v":26,"w":[{"t":"And Terah lived seventy years, and begat Abram, Nahor, and Haran."}]},{"v":27,"w":[{"t":"Now these are the generations of Terah. Terah begat Abram, Nahor, and Haran. And Haran begat Lot."}]},{"v":28,"w":[{"t":"And Haran died before his father Terah in the land of his nativity, in Ur of the Chaldees."}]},{"v":29,"w":[{"t":"And Abram and Nahor took them wives: The name of Abram`s wife was Sarai; and the name of Nahor`s wife, Milcah, the daughter of Haran, the father of Milcah, and the father of Iscah."}]},{"v":30,"w":[{"t":"And Sarai was barren; She had no child."}]},{"v":31,"w":[{"t":"And Terah took Abram his son, and Lot the son of Haran, his son`s son, and Sarai his daughter-in-law, his son Abram`s wife; and they went forth with them from Ur of the Chaldees, to go into the land of Canaan; and they came unto Haran, and dwelt there."}]},{"v":32,"w":[{"t":"And the days of Terah were two hundred and five years: and Terah died in Haran."}]}]}

View File

@ -1 +0,0 @@
{"ch":12,"vss":[{"v":1,"w":[{"t":"Now Jehovah said unto Abram, Get thee out of thy country, and from thy kindred, and from thy father`s house, unto the land that I will show thee:"}]},{"v":2,"w":[{"t":"and I will make of thee a great nation, and I will bless thee, and make they name great; and be thou a blessing;"}]},{"v":3,"w":[{"t":"and I will bless them that bless thee, and him that curseth thee will I curse: and in thee shall all the families of the earth be blessed."}]},{"v":4,"w":[{"t":"So Abram went, as Jehovah had spoken unto him; and Lot went with him: and Abram was seventy and five years old when he departed out of Haran."}]},{"v":5,"w":[{"t":"And Abram took Sarai his wife, and Lot his brother`s son, and all their substance that they had gathered, and the souls that they had gotten in Haran; and they went forth to go into the land of Canaan; and into the land of Canaan they came."}]},{"v":6,"w":[{"t":"And Abram passed through the land unto the place of Shechem, unto the oak of Moreh. And the Canaanite was then in the land."}]},{"v":7,"w":[{"t":"And Jehovah appeared unto Abram, and said, Unto thy seed will I give this land: and there builded he an altar unto Jehovah, who appeared unto him."}]},{"v":8,"w":[{"t":"And he removed from thence unto the mountain on the east of Beth-el, and pitched his tent, having Beth-el on the west, and Ai on the east: and there he builded an altar unto Jehovah, and called upon the name of Jehovah."}]},{"v":9,"w":[{"t":"And Abram journeyed, going on still toward the South."}]},{"v":10,"w":[{"t":"And there was a famine in the land: and Abram went down into Egypt to sojourn there; for the famine was sore in the land."}]},{"v":11,"w":[{"t":"And it came to pass, when he was come near to enter into Egypt, that he said unto Sarai his wife, Behold now, I know that thou art a fair woman to look upon:"}]},{"v":12,"w":[{"t":"and it will come to pass, when the Egyptians shall see thee, that they will say, This is his wife: and they will kill me, but they will save thee alive."}]},{"v":13,"w":[{"t":"Say, I pray thee, thou art my sister; that it may be well with me for thy sake, and that my soul may live because of thee."}]},{"v":14,"w":[{"t":"And it came to pass, that, when Abram was come into Egypt, the Egyptians beheld the woman that she was very fair."}]},{"v":15,"w":[{"t":"And the princes of Pharaoh saw her, and praised her to Pharaoh: and the woman was taken into Pharaoh`s house."}]},{"v":16,"w":[{"t":"And he dealt well with Abram for her sake: and he had sheep, and oxen, and he-asses, and men-servants, and maid-servants, and she-asses, and camels."}]},{"v":17,"w":[{"t":"And Jehovah plagued Pharaoh and his house with great plagues because of Sarai, Abram`s wife."}]},{"v":18,"w":[{"t":"And Pharaoh called Abram, and said, What is this that thou hast done unto me? why didst thou not tell me that she was thy wife?"}]},{"v":19,"w":[{"t":"why saidst thou, She is my sister, so that I took her to be my wife? now therefore behold thy wife, take her, and go thy way."}]},{"v":20,"w":[{"t":"And Pharaoh gave men charge concerning him: and they brought him on the way, and his wife, and all that he had."}]}]}

View File

@ -1 +0,0 @@
{"ch":13,"vss":[{"v":1,"w":[{"t":"And Abram went up out of Egypt, he, and his wife, and all that he had, and Lot with him, into the South."}]},{"v":2,"w":[{"t":"And Abram was very rich in cattle, in silver, and in gold."}]},{"v":3,"w":[{"t":"And he went on his journeys from the South even to Beth-el, unto the place where his tent had been at the beginning, between Beth-el and Ai,"}]},{"v":4,"w":[{"t":"unto the place of the altar, which he had made there at the first: and there Abram called on the name of Jehovah."}]},{"v":5,"w":[{"t":"And Lot also, who went with Abram, had flocks, and herds, and tents."}]},{"v":6,"w":[{"t":"And the land was not able to bear them, that they might dwell together: for their substance was great, so that they could not dwell together."}]},{"v":7,"w":[{"t":"And there was a strife between the herdsmen of Abram`s cattle and the herdsmen of Lot`s cattle: and the Canaanite and the Perizzite dwelt then in the land."}]},{"v":8,"w":[{"t":"And Abram said unto Lot, Let there be no strife, I pray thee, between me and thee, and between my herdsmen and thy herdsmen; for we are brethren."}]},{"v":9,"w":[{"t":"Is not the whole land before thee? separate thyself, I pray thee, from me. If [thou wilt take] the left hand, then I will go to the right. Or if [thou take] the right hand, then I will go to the left."}]},{"v":10,"w":[{"t":"And Lot lifted up his eyes, and beheld all the Plain of the Jordan, that it was well watered every where, before Jehovah destroyed Sodom and Gomorrah, like the garden of Jehovah, like the land of Egypt, as thou goest unto Zoar."}]},{"v":11,"w":[{"t":"So Lot chose him all the Plain of the Jordan; and Lot journeyed east: and they separated themselves the one from the other."}]},{"v":12,"w":[{"t":"Abram dwelt in the land of Canaan, and Lot dwelt in the cities of the Plain, and moved his tent as far as Sodom."}]},{"v":13,"w":[{"t":"Now the men of Sodom were wicked and sinners against Jehovah exceedingly."}]},{"v":14,"w":[{"t":"And Jehovah said unto Abram, after that Lot was separated from him, Lift up now thine eyes, and look from the place where thou art, northward and southward and eastward and westward:"}]},{"v":15,"w":[{"t":"for all the land which thou seest, to thee will I give it, and to thy seed for ever."}]},{"v":16,"w":[{"t":"And I will make thy seed as the dust of the earth: So that if a man can number the dust of the earth, then may thy seed also be numbered."}]},{"v":17,"w":[{"t":"Arise, walk through the land in the length of it and in the breadth of it; for unto thee will I give it."}]},{"v":18,"w":[{"t":"And Abram moved his tent, and came and dwelt by the oaks of Mamre, which are in Hebron, and built there an altar unto Jehovah."}]}]}

View File

@ -1 +0,0 @@
{"ch":14,"vss":[{"v":1,"w":[{"t":"And it came to pass in the days of Amraphel king of Shinar, Arioch king of Ellasar, Chedorlaomer king of Elam, and Tidal king of Goiim,"}]},{"v":2,"w":[{"t":"that they made war with Bera king of Sodom, and with Birsha king of Gomorrah, Shinab king of Admah, and Shemeber king of Zeboiim, and the king of Bela (the same is Zoar)."}]},{"v":3,"w":[{"t":"All these joined together in the vale of Siddim (the same is the Salt Sea)."}]},{"v":4,"w":[{"t":"Twelve years they served Chedorlaomer, and in the thirteenth year they rebelled."}]},{"v":5,"w":[{"t":"And in the fourteenth year came Chedorlaomer, and the kings that were with him, and smote the Rephaim in Ashteroth-karnaim, and the Zuzim in Ham, and the Emim in Shaveh-kiriathaim,"}]},{"v":6,"w":[{"t":"and the Horites in their mount Seir, unto Elparan, which is by the wilderness."}]},{"v":7,"w":[{"t":"And they returned, and came to En-mishpat (the same is Kadesh), and smote all the country of the Amalekites, and also the Amorites, that dwelt in Hazazon-tamar."}]},{"v":8,"w":[{"t":"And there went out the king of Sodom, and the king of Gomorrah, and the king of Admah, and the king of Zeboiim, and the king of Bela (the same is Zoar); and they set the battle in array against them in the vale of Siddim;"}]},{"v":9,"w":[{"t":"against Chedorlaomer king of Elam, and Tidal king of Goiim, and Amraphel king of Shinar, and Arioch king of Ellasar; four kings against the five."}]},{"v":10,"w":[{"t":"Now the vale of Siddim was full of slime pits; and the kings of Sodom and Gomorrah fled, and they fell there, and they that remained fled to the mountain."}]},{"v":11,"w":[{"t":"And they took all the goods of Sodom and Gomorrah, and all their victuals, and went their way."}]},{"v":12,"w":[{"t":"And they took Lot, Abram`s brother`s son, who dwelt in Sodom, and his goods, and departed."}]},{"v":13,"w":[{"t":"And there came one that had escaped, and told Abram the Hebrew: now he dwelt by the oaks of Mamre, the Amorite, brother of Eshcol, and brother of Aner; and these were confederate with Abram."}]},{"v":14,"w":[{"t":"And when Abram heard that his brother was taken captive, he led forth his trained men, born in his house, three hundred and eighteen, and pursued as far as Dan."}]},{"v":15,"w":[{"t":"And he divided himself against them by night, he and his servants, and smote them, and pursued them unto Hobah, which is on the left hand of Damascus."}]},{"v":16,"w":[{"t":"And he brought back all the goods, and also brought back his brother Lot, and his goods, and the women also, and the people."}]},{"v":17,"w":[{"t":"And the king of Sodom went out to meet him, after his return from the slaughter of Chedorlaomer and the kings that were with him, at the vale of Shaveh (the same is the King`s Vale)."}]},{"v":18,"w":[{"t":"And Melchizedek king of Salem brought forth bread and wine: and he was priest of God Most High."}]},{"v":19,"w":[{"t":"And he blessed him, and said, Blessed be Abram of God Most High, possessor of heaven and earth:"}]},{"v":20,"w":[{"t":"and blessed be God Most High, who hath delivered thine enemies into thy hand. And he gave him a tenth of all."}]},{"v":21,"w":[{"t":"And the king of Sodom said unto Abram, Give me the persons, and take the goods to thyself."}]},{"v":22,"w":[{"t":"And Abram said to the king of Sodom, I have lifted up my hand unto Jehovah, God Most High, possessor of heaven and earth,"}]},{"v":23,"w":[{"t":"that I will not take a thread nor a shoe-latchet nor aught that is thine, lest thou shouldest say, I have made Abram rich:"}]},{"v":24,"w":[{"t":"save only that which the young men have eaten, and the portion of the men that went with me, Aner, Eshcol, and Mamre. Let them take their portion."}]}]}

View File

@ -1 +0,0 @@
{"ch":15,"vss":[{"v":1,"w":[{"t":"After these things the word of Jehovah came unto Abram in a vision, saying, Fear not, Abram: I am thy shield, [and] thy exceeding great reward."}]},{"v":2,"w":[{"t":"And Abram said, O Lord Jehovah, what wilt thou give me, seeing I go childless, and he that shall be possessor of my house is Eliezer of Damascus?"}]},{"v":3,"w":[{"t":"And Abram said, Behold, to me thou hast given no seed: and, lo, one born in my house is mine heir."}]},{"v":4,"w":[{"t":"And, behold, the word of Jehovah came unto him, saying, This man shall not be thine heir; But he that shall come forth out of thine own bowels shall be thine heir."}]},{"v":5,"w":[{"t":"And he brought him forth abroad, and said, Look now toward heaven, and number the stars, if thou be able to number them: and he said unto him, So shall thy seed be."}]},{"v":6,"w":[{"t":"And he believed in Jehovah; and he reckoned it to him for righteousness."}]},{"v":7,"w":[{"t":"And he said unto him, I am Jehovah that brought thee out of Ur of the Chaldees, to give thee this land to inherit it."}]},{"v":8,"w":[{"t":"And he said, O Lord Jehovah, whereby shall I know that I shall inherit it?"}]},{"v":9,"w":[{"t":"And he said unto him, Take me a heifer three years old, and a she-goat three years old, and a ram three years old, and a turtle-dove, and a young pigeon."}]},{"v":10,"w":[{"t":"And he took him all these, and divided them in the midst, and laid each half over against the other: but the birds divided he not."}]},{"v":11,"w":[{"t":"And the birds of prey came down upon the carcasses, and Abram drove them away."}]},{"v":12,"w":[{"t":"And when the sun was going down, a deep sleep fell upon Abram; and, lo, a horror of great darkness fell upon him."}]},{"v":13,"w":[{"t":"And he said unto Abram, Know of a surety that thy seed shall be sojourners in a land that is not theirs, and shall serve them; and they shall afflict them four hundred years;"}]},{"v":14,"w":[{"t":"and also that nation, whom they shall serve, will I judge: and afterward shall they come out with great substance."}]},{"v":15,"w":[{"t":"But thou shalt go to thy fathers in peace; thou shalt be buried in a good old age."}]},{"v":16,"w":[{"t":"And in the fourth generation they shall come hither again; for the iniquity of the Amorite is not yet full."}]},{"v":17,"w":[{"t":"And it came to pass, that, when the sun went down, and it was dark, behold, a smoking furnace, and a flaming torch that passed between these pieces."}]},{"v":18,"w":[{"t":"In that day Jehovah made a covenant with Abram, saying, Unto thy seed have I given this land, from the river of Egypt unto the great river, the river Euphrates:"}]},{"v":19,"w":[{"t":"the Kenite, and the Kenizzite, and the Kadmonite,"}]},{"v":20,"w":[{"t":"and the Hittite, and the Perizzite, and the Rephaim,"}]},{"v":21,"w":[{"t":"and the Amorite, and the Canaanite, and the Girgashite, and the Jebusite."}]}]}

View File

@ -1 +0,0 @@
{"ch":16,"vss":[{"v":1,"w":[{"t":"Now Sarai, Abram`s wife, bare him no children: and she had a handmaid, an Egyptian, whose name was Hagar."}]},{"v":2,"w":[{"t":"And Sarai said unto Abram, Behold now, Jehovah hath restrained me from bearing; go in, I pray thee, unto my handmaid; it may be that I shall obtain children by her. And Abram hearkened to the voice of Sarai."}]},{"v":3,"w":[{"t":"And Sarai, Abram`s wife, took Hagar the Egyptian, her handmaid, after Abram had dwelt ten years in the land of Canaan, and gave her to Abram her husband to be his wife."}]},{"v":4,"w":[{"t":"And he went in unto Hagar, and she conceived: and when she saw that she had conceived, her mistress was despised in her eyes."}]},{"v":5,"w":[{"t":"And Sarai said unto Abram, My wrong be upon thee: I gave my handmaid into they bosom; and when she saw that she had conceived, I was despised in her eyes: Jehovah judge between me and thee."}]},{"v":6,"w":[{"t":"But Abram said unto Sarai, Behold, thy maid is in thy hand; do to her that which is good in thine eyes. And Sarai dealt hardly with her, and she fled from her face."}]},{"v":7,"w":[{"t":"And the angel of Jehovah found her by a fountain of water in the wilderness, by the fountain in the way to Shur."}]},{"v":8,"w":[{"t":"And he said, Hagar, Sarai`s handmaid, whence camest thou? and whither goest thou? And she said, I am fleeing from the face of my mistress Sarai."}]},{"v":9,"w":[{"t":"And the angel of Jehovah said unto her, Return to thy mistress, and submit thyself under her hands."}]},{"v":10,"w":[{"t":"And the angel of Jehovah said unto her, I will greatly multiply thy seed, that it shall not be numbered for multitude."}]},{"v":11,"w":[{"t":"And the angel of Jehovah said unto her, Behold, thou art with child, and shalt bear a son; and thou shalt call his name Ishmael, because Jehovah hath heard thy affliction."}]},{"v":12,"w":[{"t":"And he shall be [as] a wild ass among men; his hand [shall be] against every man, and every man`s hand against him; and he shall dwell over against all his brethren."}]},{"v":13,"w":[{"t":"And she called the name of Jehovah that spake unto her, Thou art a God that seeth: for she said, Have I even here looked after him that seeth me?"}]},{"v":14,"w":[{"t":"Wherefore the well was called Beer-lahai-roi; behold, it is between Kadesh and Bered."}]},{"v":15,"w":[{"t":"And Hagar bare Abram a son: and Abram called the name of his son, whom Hagar bare, Ishmael."}]},{"v":16,"w":[{"t":"And Abram was fourscore and six years old, when Hagar bare Ishmael to Abram."}]}]}

View File

@ -1 +0,0 @@
{"ch":17,"vss":[{"v":1,"w":[{"t":"And when Abram was ninety years old and nine, Jehovah appeared to Abram, and said unto him, I am God Almighty; walk before me, and be thou perfect."}]},{"v":2,"w":[{"t":"And I will make my covenant between me and thee, and will multiply thee exceedingly."}]},{"v":3,"w":[{"t":"And Abram fell on his face: and God talked with him, saying,"}]},{"v":4,"w":[{"t":"As for me, behold, my covenant is with thee, and thou shalt be the father of a multitude of nations."}]},{"v":5,"w":[{"t":"Neither shall thy name any more be called Abram, but thy name shall be Abraham; for the father of a multitude of nations have I made thee."}]},{"v":6,"w":[{"t":"And I will make thee exceeding fruitful, and I will make nations of thee, and kings shall come out of thee."}]},{"v":7,"w":[{"t":"And I will establish my covenant between me and thee and thy seed after thee throughout their generations for an everlasting covenant, to be a God unto thee and to thy seed after thee."}]},{"v":8,"w":[{"t":"And I will give unto thee, and to thy seed after thee, the land of thy sojournings, all the land of Canaan, for an everlasting possession; and I will be their God."}]},{"v":9,"w":[{"t":"And God said unto Abraham, And as for thee, thou shalt keep my covenant, thou, and thy seed after thee throughout their generations."}]},{"v":10,"w":[{"t":"This is my covenant, which ye shall keep, between me and you and thy seed after thee: every male among you shall be circumcised."}]},{"v":11,"w":[{"t":"And ye shall be circumcised in the flesh of your foreskin; and it shall be a token of a covenant betwixt me and you."}]},{"v":12,"w":[{"t":"And he that is eight days old shall be circumcised among you, every male throughout your generations, he that is born in the house, or bought with money of any foreigner that is not of thy seed."}]},{"v":13,"w":[{"t":"He that is born in thy house, and he that is bought with thy money, must needs be circumcised: and my covenant shall be in your flesh for an everlasting covenant."}]},{"v":14,"w":[{"t":"And the uncircumcised male who is not circumcised in the flesh of his foreskin, that soul shall be cut off from his people; he hath broken my covenant."}]},{"v":15,"w":[{"t":"And God said unto Abraham, As for Sarai thy wife, thou shalt not call her name Sarai, but Sarah shall her name be."}]},{"v":16,"w":[{"t":"And I will bless her, and moreover I will give thee a son of her: yea, I will bless her, and she shall be [a mother of] nations; kings of peoples shall be of her."}]},{"v":17,"w":[{"t":"Then Abraham fell upon his face, and laughed, and said in his heart, Shall a child be born unto him that is a hundred years old? and shall Sarah, that is ninety years old, bear?"}]},{"v":18,"w":[{"t":"And Abraham said unto God, Oh that Ishmael might live before thee!"}]},{"v":19,"w":[{"t":"And God said, Nay, but Sarah thy wife shall bear thee a son; and thou shalt call his name Isaac: and I will establish my covenant with him for an everlasting covenant for his seed after him."}]},{"v":20,"w":[{"t":"And as for Ishmael, I have heard thee: behold, I have blessed him, and will make him fruitful, and will multiply him exceedingly; twelve princes shall he beget, and I will make him a great nation."}]},{"v":21,"w":[{"t":"But my covenant will I establish with Isaac, whom Sarah shall bear unto thee at this set time in the next year."}]},{"v":22,"w":[{"t":"And he left off talking with him, and God went up from Abraham."}]},{"v":23,"w":[{"t":"And Abraham took Ishmael his son, and all that were born in his house, and all that were bought with his money, every male among the men of Abraham`s house, and circumcised the flesh of their foreskin in the selfsame day, as God had said unto him."}]},{"v":24,"w":[{"t":"And Abraham was ninety years old and nine, when he was circumcised in the flesh of his foreskin."}]},{"v":25,"w":[{"t":"And Ishmael his son was thirteen years old, when he was circumcised in the flesh of his foreskin."}]},{"v":26,"w":[{"t":"In the selfsame day was Abraham circumcised, and Ishmael his son."}]},{"v":27,"w":[{"t":"And all the men of his house, those born in the house, and those bought with money of a foreigner, were circumcised with him."}]}]}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
{"ch":2,"vss":[{"v":1,"w":[{"t":"And the heavens and the earth were finished, and all the host of them."}]},{"v":2,"w":[{"t":"And on the seventh day God finished his work which he had made; and he rested on the seventh day from all his work which he had made."}]},{"v":3,"w":[{"t":"And God blessed the seventh day, and hallowed it; because that in it he rested from all his work which God had created and made."}]},{"v":4,"w":[{"t":"These are the generations of the heavens and of the earth when they were created, in the day that Jehovah God made earth and heaven."}]},{"v":5,"w":[{"t":"And no plant of the field was yet in the earth, and no herb of the field had yet sprung up; for Jehovah God had not caused it to rain upon the earth: and there was not a man to till the ground;"}]},{"v":6,"w":[{"t":"but there went up a mist from the earth, and watered the whole face of the ground."}]},{"v":7,"w":[{"t":"And Jehovah God formed man of the dust of the ground, and breathed into his nostrils the breath of life; and man became a living soul."}]},{"v":8,"w":[{"t":"And Jehovah God planted a garden eastward, in Eden; and there he put the man whom he had formed."}]},{"v":9,"w":[{"t":"And out of the ground made Jehovah God to grow every tree that is pleasant to the sight, and good for food; the tree of life also in the midst of the garden, and the tree of the knowledge of good and evil."}]},{"v":10,"w":[{"t":"And a river went out of Eden to water the garden; and from thence it was parted, and became four heads."}]},{"v":11,"w":[{"t":"The name of the first is Pishon: that is it which compasseth the whole land of Havilah, where there is gold;"}]},{"v":12,"w":[{"t":"and the gold of that land is good: there is bdellium and the onyx stone."}]},{"v":13,"w":[{"t":"And the name of the second river is Gihon: the same is it that compasseth the whole land of Cush."}]},{"v":14,"w":[{"t":"And the name of the third river is Hiddekel: that is it which goeth in front of Assyria. And the fourth river is the Euphrates."}]},{"v":15,"w":[{"t":"And Jehovah God took the man, and put him into the garden of Eden to dress it and to keep it."}]},{"v":16,"w":[{"t":"And Jehovah God commanded the man, saying, Of every tree of the garden thou mayest freely eat:"}]},{"v":17,"w":[{"t":"but of the tree of the knowledge of good and evil, thou shalt not eat of it: for in the day that thou eatest thereof thou shalt surely die."}]},{"v":18,"w":[{"t":"And Jehovah God said, It is not good that the man should be alone; I will make him a help meet for him."}]},{"v":19,"w":[{"t":"And out of the ground Jehovah God formed every beast of the field, and every bird of the heavens; and brought them unto the man to see what he would call them: and whatsoever the man called every living creature, that was the name thereof."}]},{"v":20,"w":[{"t":"And the man gave names to all cattle, and to the birds of the heavens, and to every beast of the field; but for man there was not found a help meet for him."}]},{"v":21,"w":[{"t":"And Jehovah God caused a deep sleep to fall upon the man, and he slept; and he took one of his ribs, and closed up the flesh instead thereof:"}]},{"v":22,"w":[{"t":"and the rib, which Jehovah God had taken from the man, made he a woman, and brought her unto the man."}]},{"v":23,"w":[{"t":"And the man said, This is now bone of my bones, and flesh of my flesh: she shall be called Woman, because she was taken out of Man."}]},{"v":24,"w":[{"t":"Therefore shall a man leave his father and his mother, and shall cleave unto his wife: and they shall be one flesh."}]},{"v":25,"w":[{"t":"And they were both naked, the man and his wife, and were not ashamed."}]}]}

View File

@ -1 +0,0 @@
{"ch":20,"vss":[{"v":1,"w":[{"t":"And Abraham journeyed from thence toward the land of the South, and dwelt between Kadesh and Shur. And he sojourned in Gerar."}]},{"v":2,"w":[{"t":"And Abraham said of Sarah his wife, She is my sister. And Abimelech king of Gerar sent, and took Sarah."}]},{"v":3,"w":[{"t":"But God came to Abimelech in a dream of the night, and said to him, Behold, thou art but a dead man, because of the woman whom thou hast taken. For she is a man`s wife."}]},{"v":4,"w":[{"t":"Now Abimelech had not come near her. And he said, Lord, wilt thou slay even a righteous nation?"}]},{"v":5,"w":[{"t":"Said he not himself unto me, She is my sister? And she, even she herself said, He is my brother. In the integrity of my heart and the innocency of my hands have I done this."}]},{"v":6,"w":[{"t":"And God said unto him in the dream, Yea, I know that in the integrity of thy heart thou has done this, and I also withheld thee from sinning against me. Therefore suffered I thee not to touch her."}]},{"v":7,"w":[{"t":"Now therefore restore the man`s wife. For he is a prophet, and he shall pray for thee, and thou shalt live. And if thou restore her not, know thou that thou shalt surely die, thou, and all that are thine."}]},{"v":8,"w":[{"t":"And Abimelech rose early in the morning, and called all his servants, and told all these things in their ear. And the men were sore afraid."}]},{"v":9,"w":[{"t":"Then Abimelech called Abraham, and said unto him, What hast thou done unto us? And wherein have I sinned against thee, that thou hast brought on me and on my kingdom a great sin? Thou hast done deeds unto me that ought not to be done."}]},{"v":10,"w":[{"t":"And Abimelech said unto Abraham, What sawest thou, that thou hast done this thing?"}]},{"v":11,"w":[{"t":"And Abraham said, Because I thought, Surely the fear of God is not in this place. And they will slay me for my wife`s sake."}]},{"v":12,"w":[{"t":"And moreover she is indeed my sister, the daughter of my father, but not the daughter of my mother; and she became my wife:"}]},{"v":13,"w":[{"t":"and it came to pass, when God caused me to wander from my father`s house, that I said unto her, This is thy kindness which thou shalt show unto me. At every place whither we shall come, say of me, He is my brother."}]},{"v":14,"w":[{"t":"And Abimelech took sheep and oxen, and men-servants and women-servants, and gave them unto Abraham, and restored him Sarah his wife."}]},{"v":15,"w":[{"t":"And Abimelech said, Behold, my land is before thee. Dwell where it pleaseth thee."}]},{"v":16,"w":[{"t":"And unto Sarah he said, Behold, I have given thy brother a thousand pieces of silver. Behold, it is for thee a covering of the eyes to all that are with thee. And in respect of all thou art righted."}]},{"v":17,"w":[{"t":"And Abraham prayed unto God. And God healed Abimelech, and his wife, and his maid-servants. And they bare children."}]},{"v":18,"w":[{"t":"For Jehovah had fast closed up all the wombs of the house of Abimelech, because of Sarah, Abraham`s wife."}]}]}

View File

@ -1 +0,0 @@
{"ch":21,"vss":[{"v":1,"w":[{"t":"And Jehovah visited Sarah as he had said, and Jehovah did unto Sarah as he had spoken."}]},{"v":2,"w":[{"t":"And Sarah conceived, and bare Abraham a son in his old age, at the set time of which God had spoken to him."}]},{"v":3,"w":[{"t":"And Abraham called the name of his son that was born unto him, whom Sarah bare to him, Isaac."}]},{"v":4,"w":[{"t":"And Abraham circumcised his son Isaac when he was eight days old, as God had commanded him."}]},{"v":5,"w":[{"t":"And Abraham was a hundred years old, when his son Isaac was born unto him."}]},{"v":6,"w":[{"t":"And Sarah said, God hath made me to laugh. Every one that heareth will laugh with me."}]},{"v":7,"w":[{"t":"And she said, Who would have said unto Abraham, that Sarah should give children suck? For I have borne him a son in his old age."}]},{"v":8,"w":[{"t":"And the child grew, and was weaned. And Abraham made a great feast on the day that Isaac was weaned."}]},{"v":9,"w":[{"t":"And Sarah saw the son of Hagar the Egyptian, whom she had borne unto Abraham, mocking."}]},{"v":10,"w":[{"t":"Wherefore she said unto Abraham, Cast out this handmaid and her son. For the son of this handmaid shall not be heir with my son, even with Isaac."}]},{"v":11,"w":[{"t":"And the thing was very grievous in Abraham`s sight on account of his son."}]},{"v":12,"w":[{"t":"And God said unto Abraham, Let it not be grievous in thy sight because of the lad, and because of thy handmaid. In all that Sarah saith unto thee, hearken unto her voice. For in Isaac shall thy seed be called."}]},{"v":13,"w":[{"t":"And also of the son of the handmaid will I make a nation, because he is thy seed."}]},{"v":14,"w":[{"t":"And Abraham rose up early in the morning, and took bread and a bottle of water, and gave it unto Hagar, putting it on her shoulder, and [gave her] the child, and sent her away. And she departed, and wandered in the wilderness of Beer-sheba."}]},{"v":15,"w":[{"t":"And the water in the bottle was spent, and she cast the child under one of the shrubs."}]},{"v":16,"w":[{"t":"And she went, and sat her down over against him a good way off, as it were a bowshot. For she said, Let me not look upon the death of the child. And she sat over against him, and lifted up her voice, and wept."}]},{"v":17,"w":[{"t":"And God heard the voice of the lad. And the angel of God called to Hagar out of heaven, and said unto her, What aileth thee, Hagar? Fear not. For God hath heard the voice of the lad where he is."}]},{"v":18,"w":[{"t":"Arise, lift up the lad, and hold him in thy hand. For I will make him a great nation."}]},{"v":19,"w":[{"t":"And God opened her eyes, and she saw a well of water. And she went, and filled the bottle with water, and gave the lad drink."}]},{"v":20,"w":[{"t":"And God was with the lad, and he grew. And he dwelt in the wilderness, and became, as he grew up, an archer."}]},{"v":21,"w":[{"t":"And he dwelt in the wilderness of Paran. And his mother took him a wife out of the land of Egypt."}]},{"v":22,"w":[{"t":"And it came to pass at that time, that Abimelech and Phicol the captain of his host spake unto Abraham, saying, God is with thee in all that thou doest."}]},{"v":23,"w":[{"t":"Now therefore swear unto me here by God that thou wilt not deal falsely with me, nor with my son, nor with my son`s son. But according to the kindness that I have done unto thee, thou shalt do unto me, and to the land wherein thou hast sojourned."}]},{"v":24,"w":[{"t":"And Abraham said, I will swear."}]},{"v":25,"w":[{"t":"And Abraham reproved Abimelech because of the well of water, which Abimelech`s servants had violently taken away."}]},{"v":26,"w":[{"t":"And Abimelech said, I know not who hath done this thing. Neither didst thou tell me, neither yet heard I of it, but to-day."}]},{"v":27,"w":[{"t":"And Abraham took sheep and oxen, and gave them unto Abimelech. And they two made a covenant."}]},{"v":28,"w":[{"t":"And Abraham set seven ewe lambs of the flock by themselves."}]},{"v":29,"w":[{"t":"And Abimelech said unto Abraham, What mean these seven ewe lambs which thou hast set by themselves?"}]},{"v":30,"w":[{"t":"And he said, These seven ewe lambs shalt thou take of my hand, that it may be a witness unto me, that I have digged this well."}]},{"v":31,"w":[{"t":"Wherefore he called that place Beer-sheba. Because there they sware both of them."}]},{"v":32,"w":[{"t":"So they made a covenant at Beer-sheba. And Abimelech rose up, and Phicol the captain of his host, and they returned into the land of the Philistines."}]},{"v":33,"w":[{"t":"And [Abraham] planted a tamarisk tree in Beer-sheba, and called there on the name of Jehovah, the Everlasting God."}]},{"v":34,"w":[{"t":"And Abraham sojourned in the land of the Philistines many days."}]}]}

View File

@ -1 +0,0 @@
{"ch":22,"vss":[{"v":1,"w":[{"t":"And it came to pass after these things, that God did prove Abraham, and said unto him, Abraham. And he said, Here am I."}]},{"v":2,"w":[{"t":"And he said, Take now thy son, thine only son, whom thou lovest, even Isaac, and get thee into the land of Moriah. And offer him there for a burnt-offering upon one of the mountains which I will tell thee of."}]},{"v":3,"w":[{"t":"And Abraham rose early in the morning, and saddled his ass, and took two of his young men with him, and Isaac his son. And he clave the wood for the burnt-offering, and rose up, and went unto the place of which God had told him."}]},{"v":4,"w":[{"t":"On the third day Abraham lifted up his eyes, and saw the place afar off."}]},{"v":5,"w":[{"t":"And Abraham said unto his young men, Abide ye here with the ass, and I and the lad will go yonder; and we will worship, and come again to you."}]},{"v":6,"w":[{"t":"And Abraham took the wood of the burnt-offering, and laid it upon Isaac his son. And he took in his hand the fire and the knife. And they went both of them together."}]},{"v":7,"w":[{"t":"And Isaac spake unto Abraham his father, and said, My father. And he said, Here am I, my son. And he said, Behold, the fire and the wood. But where is the lamb for a burnt-offering?"}]},{"v":8,"w":[{"t":"And Abraham said, God will provide himself the lamb for a burnt-offering, my son. So they went both of them together."}]},{"v":9,"w":[{"t":"And they came to the place which God had told him of. And Abraham built the altar there, and laid the wood in order, and bound Isaac his son, and laid him on the altar, upon the wood."}]},{"v":10,"w":[{"t":"And Abraham stretched forth his hand, and took the knife to slay his son."}]},{"v":11,"w":[{"t":"And the angel of Jehovah called unto him out of heaven, and said, Abraham, Abraham. And he said, Here I am."}]},{"v":12,"w":[{"t":"And he said, Lay not thy hand upon the lad, neither do thou anything unto him. For now I know that thou fearest God, seeing thou hast not withheld thy son, thine only son, from me."}]},{"v":13,"w":[{"t":"And Abraham lifted up his eyes, and looked, and behold, behind [him] a ram caught in the thicket by his horns. And Abraham went and took the ram, and offered him up for a burnt-offering in the stead of his son."}]},{"v":14,"w":[{"t":"And Abraham called the name of that place Jehovah-jireh. As it is said to this day, In the mount of Jehovah it shall be provided."}]},{"v":15,"w":[{"t":"And the angel of Jehovah called unto Abraham a second time out of heaven,"}]},{"v":16,"w":[{"t":"and said, By myself have I sworn, saith Jehovah, because thou hast done this thing, and hast not withheld thy son, thine only son,"}]},{"v":17,"w":[{"t":"that in blessing I will bless thee, and in multiplying I will multiply thy seed as the stars of the heavens, and as the sand which is upon the seashore. And thy seed shall possess the gate of his enemies."}]},{"v":18,"w":[{"t":"And in thy seed shall all the nations of the earth be blessed. Because thou hast obeyed my voice."}]},{"v":19,"w":[{"t":"So Abraham returned unto his young men, and they rose up and went together to Beer-sheba. And Abraham dwelt at Beer-sheba."}]},{"v":20,"w":[{"t":"And it came to pass after these things, that it was told Abraham, saying, Behold, Milcah, she also hath borne children unto they brother Nahor."}]},{"v":21,"w":[{"t":"Uz his first-born, and Buz his brother, and Kemuel the father of Aram."}]},{"v":22,"w":[{"t":"And Chesed, and Hazo, and Pildash, and Jidlaph, and Bethuel."}]},{"v":23,"w":[{"t":"And Bethuel begat Rebekah. These eight did Milcah bear to Nahor, Abraham`s brother."}]},{"v":24,"w":[{"t":"And his concubine, whose name was Reumah, she also bare Tebah, and Gaham, and Tahash, and Maacah."}]}]}

View File

@ -1 +0,0 @@
{"ch":23,"vss":[{"v":1,"w":[{"t":"And the life of Sarah was a hundred and seven and twenty years. These were the years of the life of Sarah."}]},{"v":2,"w":[{"t":"And Sarah died in Kiriath-arba (the same is Hebron), in the land of Canaan. And Abraham came to mourn for Sarah, and to weep for her."}]},{"v":3,"w":[{"t":"And Abraham rose up from before his dead, and spake unto the children of Heth, saying,"}]},{"v":4,"w":[{"t":"I am a stranger and a sojourner with you. Give me a possession of a burying-place with you, that I may bury my dead out of my sight."}]},{"v":5,"w":[{"t":"And the children of Heth answered Abraham, saying unto him,"}]},{"v":6,"w":[{"t":"Hear us, my lord. Thou art a prince of God among us. In the choice of our sepulchres bury thy dead. None of us shall withhold from thee his sepulchre, but that thou mayest bury thy dead."}]},{"v":7,"w":[{"t":"And Abraham rose up, and bowed himself to the people of the land, even to the children of Heth."}]},{"v":8,"w":[{"t":"And he communed with them, saying, If it be your mind that I should bury my dead out of my sight, hear me, and entreat for me to Ephron the son of Zohar,"}]},{"v":9,"w":[{"t":"that he may give me the cave of Machpelah, which he hath, which is in the end of his field. For the full price let him give it to me in the midst of you for a possession of a burying-place."}]},{"v":10,"w":[{"t":"Now Ephron was sitting in the midst of the children of Heth. And Ephron the Hittite answered Abraham in the audience of the children of Heth, even of all that went in at the gate of his city, saying,"}]},{"v":11,"w":[{"t":"Nay, my lord, hear me. The field give I thee, and the cave that is therein, I give it thee. In the presence of the children of my people give I it thee. Bury thy dead."}]},{"v":12,"w":[{"t":"And Abraham bowed himself down before the people of the land."}]},{"v":13,"w":[{"t":"And he spake unto Ephron in the audience of the people of the land, saying, But if thou wilt, I pray thee, hear me. I will give the price of the field. Take it of me, and I will bury my dead there."}]},{"v":14,"w":[{"t":"And Ephron answered Abraham, saying unto him,"}]},{"v":15,"w":[{"t":"My lord, hearken unto me. A piece of land worth four hundred shekels of silver, what is that betwixt me and thee? Bury therefore thy dead."}]},{"v":16,"w":[{"t":"And Abraham hearkened unto Ephron. And Abraham weighed to Ephron the silver which he had named in the audience of the children of Heth, four hundred shekels of silver, current [money] with the merchant."}]},{"v":17,"w":[{"t":"So the field of Ephron, which was in Machpelah, which was before Mamre, the field, and the cave which was therein, and all the trees that were in the field, that were in all the border thereof round about, were made sure"}]},{"v":18,"w":[{"t":"unto Abraham for a possession in the presence of the children of Heth, before all that went in at the gate of his city."}]},{"v":19,"w":[{"t":"And after this, Abraham buried Sarah his wife in the cave of the field of Machpelah before Mamre (the same is Hebron), in the land of Canaan."}]},{"v":20,"w":[{"t":"And the field, and the cave that is therein, were made sure unto Abraham for a possession of a burying-place by the children of Heth."}]}]}

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
{"ch":25,"vss":[{"v":1,"w":[{"t":"And Abraham took another wife, and her name was Keturah."}]},{"v":2,"w":[{"t":"And she bare him Zimran, and Jokshan, and Medan, and Midian, and Ishbak, and Shuah."}]},{"v":3,"w":[{"t":"And Jokshan begat Sheba, and Dedan. And the sons of Dedan were Asshurim, and Letushim, and Leummim."}]},{"v":4,"w":[{"t":"And the sons of Midian: Ephah, and Epher, and Hanoch, and Abida, and Eldaah. All these were the children of Keturah."}]},{"v":5,"w":[{"t":"And Abraham gave all that he had unto Isaac."}]},{"v":6,"w":[{"t":"But unto the sons of the concubines, that Abraham had, Abraham gave gifts. And he sent them away from Isaac his son, while he yet lived, eastward, unto the east country."}]},{"v":7,"w":[{"t":"And these are the days of the years of Abraham`s life which he lived, a hundred threescore and fifteen years."}]},{"v":8,"w":[{"t":"And Abraham gave up the ghost, and died in a good old age, an old man, and full [of years], and was gathered to his people."}]},{"v":9,"w":[{"t":"And Isaac and Ishmael his sons buried him in the cave of Machpelah, in the field of Ephron the son of Zohar the Hittite, which is before Mamre."}]},{"v":10,"w":[{"t":"The field which Abraham purchased of the children of Heth. There was Abraham buried, and Sarah his wife."}]},{"v":11,"w":[{"t":"And it came to pass after the death of Abraham, that God blessed Isaac his son. And Isaac dwelt by Beer-lahai-roi."}]},{"v":12,"w":[{"t":"Now these are the generations of Ishmael, Abraham`s son, whom Hagar the Egyptian, Sarah`s handmaid, bare unto Abraham."}]},{"v":13,"w":[{"t":"And these are the names of the sons of Ishmael, by their names, according to their generations: the first-born of Ishmael, Nebaioth, and Kedar, and Adbeel, and Mibsam,"}]},{"v":14,"w":[{"t":"and Mishma, and Dumah, and Massa,"}]},{"v":15,"w":[{"t":"Hadad, and Tema, Jetur, Naphish, and Kedemah."}]},{"v":16,"w":[{"t":"These are the sons of Ishmael, and these are their names, by their villages, and by their encampments. Twelve princes according to their nations."}]},{"v":17,"w":[{"t":"And these are the years of the life of Ishmael, a hundred and thirty and seven years. And he gave up the ghost and died, and was gathered unto his people."}]},{"v":18,"w":[{"t":"And they dwelt from Havilah unto Shur that is before Egypt, as thou goest toward Assyria. He abode over against all his brethren."}]},{"v":19,"w":[{"t":"And these are the generations of Isaac, Abraham`s son. Abraham begat Isaac."}]},{"v":20,"w":[{"t":"And Isaac was forty years old when he took Rebekah, the daughter of Bethuel the Syrian of Paddan-aram, the sister of Laban the Syrian, to be his wife."}]},{"v":21,"w":[{"t":"And Isaac entreated Jehovah for his wife, because she was barren. And Jehovah was entreated of him, and Rebekah his wife conceived."}]},{"v":22,"w":[{"t":"And the children struggled together within her. And she said, If it be so, wherefore do I live? And she went to inquire of Jehovah."}]},{"v":23,"w":[{"t":"And Jehovah said unto her, Two nations are in thy womb, And two peoples shall be separated from thy bowels. And the one people shall be stronger than the other people. And the elder shall serve the younger."}]},{"v":24,"w":[{"t":"And when her days to be delivered were fulfilled, behold, there were twins in her womb."}]},{"v":25,"w":[{"t":"And the first came forth red, all over like a hairy garment. And they called his name Esau."}]},{"v":26,"w":[{"t":"And after that came forth his brother, and his hand had hold on Esau`s heel. And his name was called Jacob. And Isaac was threescore years old when she bare them."}]},{"v":27,"w":[{"t":"And the boys grew. And Esau was a skilful hunter, a man of the field. And Jacob was a quiet man, dwelling in tents."}]},{"v":28,"w":[{"t":"Now Isaac loved Esau, because he did eat of his venison. And Rebekah loved Jacob."}]},{"v":29,"w":[{"t":"And Jacob boiled pottage. And Esau came in from the field, and he was faint."}]},{"v":30,"w":[{"t":"And Esau said to Jacob, Feed me, I pray thee, with that same red [pottage]. For I am faint. Therefore was his name called Edom."}]},{"v":31,"w":[{"t":"And Jacob said, Sell me first thy birthright."}]},{"v":32,"w":[{"t":"And Esau said, Behold, I am about to die. And what profit shall the birthright do to me?"}]},{"v":33,"w":[{"t":"And Jacob said, Swear to me first. And he sware unto him. And he sold his birthright unto Jacob."}]},{"v":34,"w":[{"t":"And Jacob gave Esau bread and pottage of lentils. And he did eat and drink, and rose up, and went his way. So Esau despised his birthright."}]}]}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
{"ch":28,"vss":[{"v":1,"w":[{"t":"And Isaac called Jacob, and blessed him, and charged him, and said unto him, Thou shalt not take a wife of the daughters of Canaan."}]},{"v":2,"w":[{"t":"Arise, go to Paddan-aram, to the house of Bethuel thy mother`s father. And take thee a wife from thence of the daughters of Laban thy mother`s brother."}]},{"v":3,"w":[{"t":"And God Almighty bless thee, and make thee fruitful, and multiply thee, that thou mayest be a company of peoples."}]},{"v":4,"w":[{"t":"And give thee the blessing of Abraham, to thee, and to thy seed with thee. That thou mayest inherit the land of thy sojournings, which God gave unto Abraham."}]},{"v":5,"w":[{"t":"And Isaac sent away Jacob. And he went to Paddan-aram unto Laban, son of Bethuel the Syrian, the brother of Rebekah, Jacob`s and Esau`s mother."}]},{"v":6,"w":[{"t":"Now Esau saw that Isaac had blessed Jacob and sent him away to Paddan-aram, to take him a wife from thence. And that as he blessed him he gave him a charge, saying, Thou shalt not take a wife of the daughters of Canaan."}]},{"v":7,"w":[{"t":"And that Jacob obeyed his father and his mother, and was gone to Paddan-aram."}]},{"v":8,"w":[{"t":"And Esau saw that the daughters of Canaan pleased not Isaac his father."}]},{"v":9,"w":[{"t":"And Esau went unto Ishmael, and took, besides the wives that he had, Mahalath the daughter of Ishmael Abraham`s son, the sister of Nebaioth, to be his wife."}]},{"v":10,"w":[{"t":"And Jacob went out from Beer-sheba, and went toward Haran."}]},{"v":11,"w":[{"t":"And he lighted upon a certain place, and tarried there all night, because the sun was set. And he took one of the stones of the place, and put it under his head, and lay down in that place to sleep."}]},{"v":12,"w":[{"t":"And he dreamed. And behold, a ladder set up on the earth, and the top of it reached to heaven. And behold, the angels of God ascending and descending on it."}]},{"v":13,"w":[{"t":"And, behold, Jehovah stood above it, and said, I am Jehovah, the God of Abraham thy father, and the God of Isaac. The land whereon thou liest, to thee will I give it, and to thy seed."}]},{"v":14,"w":[{"t":"And thy seed shall be as the dust of the earth, and thou shalt spread abroad to the west, and to the east, and to the north, and to the south. And in thee and in thy seed shall all the families of the earth be blessed."}]},{"v":15,"w":[{"t":"And, behold, I am with thee, and will keep thee, whithersoever thou goest, and will bring thee again into this land. For I will not leave thee, until I have done that which I have spoken to thee of."}]},{"v":16,"w":[{"t":"And Jacob awaked out of his sleep, and he said, Surely Jehovah is in this place. And I knew it not."}]},{"v":17,"w":[{"t":"And he was afraid, and said, How dreadful is this place! This is none other than the house of God, and this is the gate of heaven."}]},{"v":18,"w":[{"t":"And Jacob rose up early in the morning, and took the stone that he had put under his head, and set it up for a pillar, and poured oil upon the top of it."}]},{"v":19,"w":[{"t":"And he called the name of that place Beth-el. But the name of the city was Luz at the first."}]},{"v":20,"w":[{"t":"And Jacob vowed a vow, saying, If God will be with me, and will keep me in this way that I go, and will give me bread to eat, and raiment to put on,"}]},{"v":21,"w":[{"t":"so that I come again to my father`s house in peace, and Jehovah will be my God,"}]},{"v":22,"w":[{"t":"then this stone, which I have set up for a pillar, shall be God`s house. And of all that thou shalt give me I will surely give the tenth unto thee."}]}]}

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
{"ch":3,"vss":[{"v":1,"w":[{"t":"Now the serpent was more subtle than any beast of the field which Jehovah God had made. And he said unto the woman, Yea, hath God said, Ye shall not eat of any tree of the garden?"}]},{"v":2,"w":[{"t":"And the woman said unto the serpent, Of the fruit of the trees of the garden we may eat:"}]},{"v":3,"w":[{"t":"but of the fruit of the tree which is in the midst of the garden, God hath said, Ye shall not eat of it, neither shall ye touch it, lest ye die."}]},{"v":4,"w":[{"t":"And the serpent said unto the woman, Ye shall not surely die:"}]},{"v":5,"w":[{"t":"for God doth know that in the day ye eat thereof, then your eyes shall be opened, and ye shall be as God, knowing good and evil."}]},{"v":6,"w":[{"t":"And when the woman saw that the tree was good for food, and that it was a delight to the eyes, and that the tree was to be desired to make one wise, she took of the fruit thereof, and did eat; and she gave also unto her husband with her, and he did eat."}]},{"v":7,"w":[{"t":"And the eyes of them both were opened, and they knew that they were naked; and they sewed fig-leaves together, and made themselves aprons."}]},{"v":8,"w":[{"t":"And they heard the voice of Jehovah God walking in the garden in the cool of the day: and the man and his wife hid themselves from the presence of Jehovah God amongst the trees of the garden."}]},{"v":9,"w":[{"t":"And Jehovah God called unto the man, and said unto him, Where art thou?"}]},{"v":10,"w":[{"t":"And he said, I heard thy voice in the garden, and I was afraid, because I was naked; and I hid myself."}]},{"v":11,"w":[{"t":"And he said, Who told thee that thou wast naked? Hast thou eaten of the tree, whereof I commanded thee that thou shouldest not eat?"}]},{"v":12,"w":[{"t":"And the man said, The woman whom thou gavest to be with me, she gave me of the tree, and I did eat."}]},{"v":13,"w":[{"t":"And Jehovah God said unto the woman, What is this thou hast done? And the woman said, The serpent beguiled me, and I did eat."}]},{"v":14,"w":[{"t":"And Jehovah God said unto the serpent, Because thou hast done this, cursed art thou above all cattle, and above every beast of the field; upon thy belly shalt thou go, and dust shalt thou eat all the days of thy life:"}]},{"v":15,"w":[{"t":"and I will put enmity between thee and the woman, and between thy seed and her seed: he shall bruise thy head, and thou shalt bruise his heel."}]},{"v":16,"w":[{"t":"Unto the woman he said, I will greatly multiply thy pain and thy conception; in pain thou shalt bring forth children; and thy desire shall be to thy husband, and he shall rule over thee."}]},{"v":17,"w":[{"t":"And unto Adam he said, Because thou hast hearkened unto the voice of thy wife, and hast eaten of the tree, of which I commanded thee, saying, Thou shalt not eat of it: cursed is the ground for thy sake; in toil shalt thou eat of it all the days of thy life;"}]},{"v":18,"w":[{"t":"thorns also and thistles shall it bring forth to thee; and thou shalt eat the herb of the field;"}]},{"v":19,"w":[{"t":"in the sweat of thy face shalt thou eat bread, till thou return unto the ground; for out of it wast thou taken: for dust thou art, and unto dust shalt thou return."}]},{"v":20,"w":[{"t":"And the man called his wife`s name Eve; because she was the mother of all living."}]},{"v":21,"w":[{"t":"And Jehovah God made for Adam and for his wife coats of skins, and clothed them."}]},{"v":22,"w":[{"t":"And Jehovah God said, Behold, the man is become as one of us, to know good and evil; and now, lest he put forth his hand, and take also of the tree of life, and eat, and live for ever-"}]},{"v":23,"w":[{"t":"therefore Jehovah God sent him forth from the garden of Eden, to till the ground from whence he was taken."}]},{"v":24,"w":[{"t":"So he drove out the man; and he placed at the east of the garden of Eden the Cherubim, and the flame of a sword which turned every way, to keep the way of the tree of life."}]}]}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
{"ch":32,"vss":[{"v":1,"w":[{"t":"And Jacob went on his way, and the angels of God met him."}]},{"v":2,"w":[{"t":"And Jacob said when he saw them, This is God`s host: and he called the name of that place Mahanaim."}]},{"v":3,"w":[{"t":"And Jacob sent messengers before him to Esau his brother unto the land of Seir, the field of Edom."}]},{"v":4,"w":[{"t":"And he commanded them, saying, Thus shall ye say unto my lord Esau: Thus saith thy servant Jacob, I have sojourned with Laban, and stayed until now:"}]},{"v":5,"w":[{"t":"and I have oxen, and asses, [and] flocks, and men-servants, and maid-servants: and I have sent to tell my lord, that I may find favor in thy sight."}]},{"v":6,"w":[{"t":"And the messengers returned to Jacob, saying, We came to thy brother Esau, and moreover he cometh to meet thee, and four hundred men with him."}]},{"v":7,"w":[{"t":"Then Jacob was greatly afraid and was distressed: and he divided the people that were with him, and the flocks, and the herds, and the camels, into two companies;"}]},{"v":8,"w":[{"t":"and he said, If Esau come to the one company, and smite it, then the company which is left shall escape."}]},{"v":9,"w":[{"t":"And Jacob said, O God of my father Abraham, and God of my father Isaac, O Jehovah, who saidst unto me, Return unto thy country, and to thy kindred, and I will do thee good:"}]},{"v":10,"w":[{"t":"I am not worthy of the least of all the lovingkindnesses, and of all the truth, which thou hast showed unto thy servant; for with my staff I passed over this Jordan; and now I am become two companies."}]},{"v":11,"w":[{"t":"Deliver me, I pray thee, from the hand of my brother, from the hand of Esau: for I fear him, lest he come and smite me, the mother with the children."}]},{"v":12,"w":[{"t":"And thou saidst, I will surely do thee good, and make thy seed as the sand of the sea, which cannot be numbered for multitude."}]},{"v":13,"w":[{"t":"And he lodged there that night, and took of that which he had with him a present for Esau his brother:"}]},{"v":14,"w":[{"t":"two hundred she-goats and twenty he-goats, two hundred ewes and twenty rams,"}]},{"v":15,"w":[{"t":"thirty milch camels and their colts, forty cows and ten bulls, twenty she-asses and ten foals."}]},{"v":16,"w":[{"t":"And he delivered them into the hand of his servants, every drove by itself, and said unto his servants, Pass over before me, and put a space betwixt drove and drove."}]},{"v":17,"w":[{"t":"And he commanded the foremost, saying, When Esau my brother meeteth thee, and asketh thee, saying, Whose art thou? and whither goest thou? and whose are these before thee?"}]},{"v":18,"w":[{"t":"then thou shalt say [They are] thy servant Jacob`s; it is a present sent unto my lord Esau: and, behold, he also is behind us."}]},{"v":19,"w":[{"t":"And he commanded also the second, and the third, and all that followed the droves, saying, On this manner shall ye speak unto Esau, when ye find him;"}]},{"v":20,"w":[{"t":"and ye shall say, Moreover, behold, thy servant Jacob is behind us. For he said, I will appease him with the present that goeth before me, and afterward I will see his face; peradventure he will accept me."}]},{"v":21,"w":[{"t":"So the present passed over before him: and he himself lodged that night in the company."}]},{"v":22,"w":[{"t":"And he rose up that night, and took his two wives, and his two handmaids, and his eleven children, and passed over the ford of the Jabbok."}]},{"v":23,"w":[{"t":"And he took them, and sent them over the stream, and sent over that which he had."}]},{"v":24,"w":[{"t":"And Jacob was left alone; and there wrestled a man with him until the breaking of the day."}]},{"v":25,"w":[{"t":"And when he saw that he prevailed not against him, he touched the hollow of his thigh; and the hollow of Jacob`s thigh was strained, as he wrestled with him."}]},{"v":26,"w":[{"t":"And he said, Let me go, for the day breaketh. And he said, I will not let thee go, except thou bless me."}]},{"v":27,"w":[{"t":"And he said unto him, What is thy name? And he said, Jacob."}]},{"v":28,"w":[{"t":"And he said, Thy name shall be called no more Jacob, but Israel: for thou hast striven with God and with men, and hast prevailed."}]},{"v":29,"w":[{"t":"And Jacob asked him, and said, Tell me, I pray thee, thy name. And he said, Wherefore is it that thou dost ask after my name? And he blessed him there."}]},{"v":30,"w":[{"t":"And Jacob called the name of the place Peniel: for, [said he], I have seen God face to face, and my life is preserved."}]},{"v":31,"w":[{"t":"And the sun rose upon him as he passed over Penuel, and he limped upon his thigh."}]},{"v":32,"w":[{"t":"Therefore the children of Israel eat not the sinew of the hip which is upon the hollow of the thigh, unto this day: because he touched the hollow of Jacob`s thigh in the sinew of the hip."}]}]}

View File

@ -1 +0,0 @@
{"ch":33,"vss":[{"v":1,"w":[{"t":"And Jacob lifted up his eyes, and looked, and, behold, Esau was coming, and with him four hundred men. And he divided the children unto Leah, and unto Rachel, and unto the two handmaids."}]},{"v":2,"w":[{"t":"And he put the handmaids and their children foremost, and Leah and her children after, and Rachel and Joseph hindermost."}]},{"v":3,"w":[{"t":"And he himself passed over before them, and bowed himself to the ground seven times, until he came near to his brother."}]},{"v":4,"w":[{"t":"And Esau ran to meet him, and embraced him, and fell on his neck, and kissed him: and they wept."}]},{"v":5,"w":[{"t":"And he lifted up his eyes, and saw the women and the children; and said, Who are these with thee? And he said, The children whom God hath graciously given thy servant."}]},{"v":6,"w":[{"t":"Then the handmaids came near, they and their children, and they bowed themselves."}]},{"v":7,"w":[{"t":"And Leah also and her children came near, and bowed themselves: and after came Joseph near and Rachel, and they bowed themselves."}]},{"v":8,"w":[{"t":"And he said, What meanest thou by all this company which I met? And he said, To find favor in the sight of my lord."}]},{"v":9,"w":[{"t":"And Esau said, I have enough, my brother; let that which thou hast be thine."}]},{"v":10,"w":[{"t":"And Jacob said, Nay, I pray thee, if now I have found favor in thy sight, then receive my present at my hand; forasmuch as I have seen thy face, as one seeth the face of God, and thou wast pleased with me."}]},{"v":11,"w":[{"t":"Take, I pray thee, my gift that is brought to thee; because God hath dealt graciously with me, and because I have enough. And he urged him, and he took it."}]},{"v":12,"w":[{"t":"And he said, Let us take our journey, and let us go, and I will go before thee."}]},{"v":13,"w":[{"t":"And he said unto him, My lord knoweth that the children are tender, and that the flocks and herds with me have their young: and if they overdrive them one day, all the flocks will die."}]},{"v":14,"w":[{"t":"Let my lord, I pray thee, pass over before his servant: and I will lead on gently, according to the pace of the cattle that are before me and according to the pace of the children, until I come unto my lord unto Seir."}]},{"v":15,"w":[{"t":"And Esau said, Let me now leave with thee some of the folk that are with me. And he said, What needeth it? let me find favor in the sight of my lord."}]},{"v":16,"w":[{"t":"So Esau returned that day on his way unto Seir."}]},{"v":17,"w":[{"t":"And Jacob journeyed to Succoth, and built him a house, and made booths for his cattle: therefore the name of the place is called Succoth."}]},{"v":18,"w":[{"t":"And Jacob came in peace to the city of Shechem, which is in the land of Canaan, when he came from Paddan-aram; and encamped before the city."}]},{"v":19,"w":[{"t":"And he bought the parcel of ground, where he had spread his tent, at the hand of the children of Hamor, Shechem`s father, for a hundred pieces of money."}]},{"v":20,"w":[{"t":"And he erected there an altar, and called it El-elohe-israel."}]}]}

View File

@ -1 +0,0 @@
{"ch":34,"vss":[{"v":1,"w":[{"t":"And Dinah the daughter of Leah, whom she bare unto Jacob, went out to see the daughters of the land."}]},{"v":2,"w":[{"t":"And Shechem the son of Hamor the Hivite, the prince of the land, saw her; And he took her, and lay with her, and humbled her."}]},{"v":3,"w":[{"t":"And his soul clave unto Dinah the daughter of Jacob, and he loved the damsel, and spake kindly unto the damsel."}]},{"v":4,"w":[{"t":"And Shechem spake unto his father Hamor, saying, Get me this damsel to wife."}]},{"v":5,"w":[{"t":"Now Jacob heard that he had defiled Dinah his daughter; and his sons were with his cattle in the field: and Jacob held his peace until they came."}]},{"v":6,"w":[{"t":"And Hamor the father of Shechem went out unto Jacob to commune with him."}]},{"v":7,"w":[{"t":"And the sons of Jacob came in from the field when they heard it: and the men were grieved, and they were very wroth, because he had wrought folly in Israel in lying with Jacob`s daughter; which thing ought not to be done."}]},{"v":8,"w":[{"t":"And Hamor communed with them, saying, The soul of my son Shechem longeth for your daughter: I pray you, give her unto him to wife."}]},{"v":9,"w":[{"t":"And make ye marriages with us; give your daughters unto us, and take our daughters unto you."}]},{"v":10,"w":[{"t":"And ye shall dwell with us: and the land shall be before you; dwell and trade ye therein, and get you possessions therein."}]},{"v":11,"w":[{"t":"And Shechem said unto her father and unto her brethren, Let me find favor in your eyes, and what ye shall say unto me I will give."}]},{"v":12,"w":[{"t":"Ask me never so much dowry and gift, and I will give according as ye shall say unto me: but give me the damsel to wife."}]},{"v":13,"w":[{"t":"And the sons of Jacob answered Shechem and Hamor his father with guile, and spake, because he had defiled Dinah their sister,"}]},{"v":14,"w":[{"t":"and said unto them, We cannot do this thing, to give our sister to one that is uncircumcised; for that were a reproach unto us."}]},{"v":15,"w":[{"t":"Only on this condition will we consent unto you: if ye will be as we are, that every male of you be circumcised;"}]},{"v":16,"w":[{"t":"then will we give our daughters unto you, and we will take your daughters to us, and we will dwell with you, and we will become one people."}]},{"v":17,"w":[{"t":"But if ye will not hearken unto us, to be circumcised; then will we take our daughter, and we will be gone."}]},{"v":18,"w":[{"t":"And their words pleased Hamor, and Shechem Hamor`s son."}]},{"v":19,"w":[{"t":"And the young man deferred not to do the thing, because he had delight in Jacob`s daughter: and he was honored above all the house of his father."}]},{"v":20,"w":[{"t":"And Hamor and Shechem his son came unto the gate of their city, and communed with the men of their city, saying,"}]},{"v":21,"w":[{"t":"These men are peaceable with us; therefore let them dwell in the land, and trade therein; for, behold, the land is large enough for them; let us take their daughters to us for wives, and let us give them our daughters."}]},{"v":22,"w":[{"t":"Only on this condition will the men consent unto us to dwell with us, to become one people, if every male among us be circumcised, as they are circumcised."}]},{"v":23,"w":[{"t":"Shall not their cattle and their substance and all their beasts be ours? only let us consent unto them, and they will dwell with us."}]},{"v":24,"w":[{"t":"And unto Hamor and unto Shechem his son hearkened all that went out of the gate of his city; and every male was circumcised, all that went out of the gate of his city."}]},{"v":25,"w":[{"t":"And it came to pass on the third day, when they were sore, that two of the sons of Jacob, Simeon and Levi, Dinah`s brethren, took each man his sword, and came upon the city unawares, and slew all the males."}]},{"v":26,"w":[{"t":"And they slew Hamor and Shechem his son with the edge of the sword, and took Dinah out of Shechem`s house, and went forth."}]},{"v":27,"w":[{"t":"The sons of Jacob came upon the slain, and plundered the city, because they had defiled their sister."}]},{"v":28,"w":[{"t":"They took their flocks and their herds and their asses, and that which was in the city, and that which was in the field;"}]},{"v":29,"w":[{"t":"and all their wealth, and all their little ones and their wives, took they captive and made a prey, even all that was in the house."}]},{"v":30,"w":[{"t":"And Jacob said to Simeon and Levi, Ye have troubled me, to make me odious to the inhabitants of the land, among the Canaanites and the Perizzites: and, I being few in number, they will gather themselves together against me and smite me; and I shall be destroyed, I and my house."}]},{"v":31,"w":[{"t":"And they said, Should he deal with our sister as with a harlot?"}]}]}

View File

@ -1 +0,0 @@
{"ch":35,"vss":[{"v":1,"w":[{"t":"And God said unto Jacob, Arise, go up to Beth-el, and dwell there: and make there an altar unto God, who appeared unto thee when thou fleddest from the face of Esau thy brother."}]},{"v":2,"w":[{"t":"Then Jacob said unto his household, and to all that were with him, Put away the foreign gods that are among you, and purify yourselves, and change your garments:"}]},{"v":3,"w":[{"t":"and let us arise, and go up to Beth-el; and I will make there an altar unto God, who answered me in the day of my distress, and was with me in the way which I went."}]},{"v":4,"w":[{"t":"And they gave unto Jacob all the foreign gods which were in their hand, and the rings which were in their ears; and Jacob hid them under the oak which was by Shechem."}]},{"v":5,"w":[{"t":"And they journeyed: and a terror of God was upon the cities that were round about them, and they did not pursue after the sons of Jacob."}]},{"v":6,"w":[{"t":"So Jacob came to Luz, which is in the land of Canaan (the same is Beth-el), he and all the people that were with him."}]},{"v":7,"w":[{"t":"And he built there an altar, and called the place El-beth-el; because there God was revealed unto him, when he fled from the face of his brother."}]},{"v":8,"w":[{"t":"And Deborah Rebekah`s nurse died, and she was buried below Beth-el under the oak: and the name of it was called Allon-bacuth."}]},{"v":9,"w":[{"t":"And God appeared unto Jacob again, when he came from Paddan-aram, and blessed him."}]},{"v":10,"w":[{"t":"And God said unto him, Thy name is Jacob: thy name shall not be called any more Jacob, but Israel shall be thy name: and he called his name Israel."}]},{"v":11,"w":[{"t":"And God said unto him, I am God Almighty: be fruitful and multiply; a nation and a company of nations shall be of thee, and kings shall come out of thy loins;"}]},{"v":12,"w":[{"t":"and the land which I gave unto Abraham and Isaac, to thee I will give it, and to thy seed after thee will I give the land."}]},{"v":13,"w":[{"t":"And God went up from him in the place where he spake with him."}]},{"v":14,"w":[{"t":"And Jacob set up a pillar in the place where he spake with him, a pillar of stone: and he poured out a drink-offering thereon, and poured oil thereon."}]},{"v":15,"w":[{"t":"And Jacob called the name of the place where God spake with him, Beth-el."}]},{"v":16,"w":[{"t":"And they journeyed from Beth-el; and there was still some distance to come to Ephrath: and Rachel travailed, and she had hard labor."}]},{"v":17,"w":[{"t":"And it came to pass, when she was in hard labor, that the midwife said unto her, Fear not; for now thou shalt have another son."}]},{"v":18,"w":[{"t":"And it came to pass, as her soul was departing (for she died), that she called his name Ben-oni: but his father called him Benjamin."}]},{"v":19,"w":[{"t":"And Rachel died, and was buried in the way to Ephrath (the same is Beth-lehem)."}]},{"v":20,"w":[{"t":"And Jacob set up a pillar upon her grave: the same is the Pillar of Rachel`s grave unto this day."}]},{"v":21,"w":[{"t":"And Israel journeyed, and spread his tent beyond the tower of Eder."}]},{"v":22,"w":[{"t":"And it came to pass, while Israel dwelt in that land, that Reuben went and lay with Bilhah his father`s concubine: and Israel heard of it. Now the sons of Jacob were twelve:"}]},{"v":23,"w":[{"t":"The sons of Leah: Reuben, Jacob`s first-born, and Simeon, and Levi, and Judah, and Issachar, and Zebulun;"}]},{"v":24,"w":[{"t":"the sons of Rachel: Joseph and Benjamin;"}]},{"v":25,"w":[{"t":"and the sons of Bilhah, Rachel`s handmaid: Dan and Naphtali;"}]},{"v":26,"w":[{"t":"and the sons of Zilpah, Leah`s handmaid: Gad and Asher: these are the sons of Jacob, that were born to him in Paddan-aram."}]},{"v":27,"w":[{"t":"And Jacob came unto Isaac his father to Mamre, to Kiriath-arba (the same is Hebron), where Abraham and Isaac sojourned."}]},{"v":28,"w":[{"t":"And the days of Isaac were a hundred and fourscore years."}]},{"v":29,"w":[{"t":"And Isaac gave up the ghost, and died, and was gathered unto his people, old and full of days: and Esau and Jacob his sons buried him."}]}]}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
{"ch":38,"vss":[{"v":1,"w":[{"t":"And it came to pass at that time, that Judah went down from his brethren, and turned in to a certain Adullamite, whose name was Hirah."}]},{"v":2,"w":[{"t":"And Judah saw there a daughter of a certain Canaanite whose name was Shua. And he took her, and went in unto her."}]},{"v":3,"w":[{"t":"And she conceived, and bare a son; and he called his name Er."}]},{"v":4,"w":[{"t":"And she conceived again, and bare a son; and she called his name Onan."}]},{"v":5,"w":[{"t":"And she yet again bare a son, and called his name Shelah: and he was at Chezib, when she bare him."}]},{"v":6,"w":[{"t":"And Judah took a wife for Er his first-born, and her name was Tamar."}]},{"v":7,"w":[{"t":"And Er, Judah`s first-born, was wicked in the sight of Jehovah. And Jehovah slew him."}]},{"v":8,"w":[{"t":"And Judah said unto Onan, Go in unto thy brother`s wife, and perform the duty of a husband`s brother unto her, and raise up seed to thy brother."}]},{"v":9,"w":[{"t":"And Onan knew that the seed would not be his; and it came to pass, when he went in unto his brother`s wife, that he spilled it on the ground, lest he should give seed to his brother."}]},{"v":10,"w":[{"t":"And the thing which he did was evil in the sight of Jehovah: and he slew him also."}]},{"v":11,"w":[{"t":"Then said Judah to Tamar his daughter-in-law, Remain a widow in thy father`s house, till Shelah my son be grown up; for he said, Lest he also die, like his brethren. And Tamar went and dwelt in her father`s house."}]},{"v":12,"w":[{"t":"And in process of time Shua`s daughter, the wife of Judah, died; and Judah was comforted, and went up unto his sheep-shearers to Timnah, he and his friend Hirah the Adullamite."}]},{"v":13,"w":[{"t":"And it was told Tamar, saying, Behold, thy father-in-law goeth up to Timnah to shear his sheep."}]},{"v":14,"w":[{"t":"And she put off from her the garments of her widowhood, and covered herself with her veil, and wrapped herself, and sat in the gate of Enaim, which is by the way to Timnah; for she saw that Shelah was grown up, and she was not given unto him to wife."}]},{"v":15,"w":[{"t":"When Judah saw her, he thought her to be a harlot; for she had covered her face."}]},{"v":16,"w":[{"t":"And he turned unto her by the way, and said, Come, I pray thee, let me come in unto thee: for he knew not that she was his daughter-in-law. And she said, What wilt thou give me, that thou mayest come in unto me?"}]},{"v":17,"w":[{"t":"And he said, I will send thee a kid of the goats from the flock. And she said, Wilt thou give me a pledge, till thou send it?"}]},{"v":18,"w":[{"t":"And he said, What pledge shall I give thee? And she said, Thy signet and thy cord, and thy staff that is in thy hand. And he gave them to her, and came in unto her, and she conceived by him."}]},{"v":19,"w":[{"t":"And she arose, and went away, and put off her veil from her, and put on the garments of her widowhood."}]},{"v":20,"w":[{"t":"And Judah sent the kid of the goats by the hand of his friend the Adullamite, to receive the pledge from the woman`s hand: but he found her not."}]},{"v":21,"w":[{"t":"Then he asked the men of her place, saying, Where is the prostitute, that was at Enaim by the wayside? And they said, There hath been no prostitute here."}]},{"v":22,"w":[{"t":"And he returned to Judah, and said, I have not found her; and also the men of the place said, There hath been no prostitute here."}]},{"v":23,"w":[{"t":"And Judah said, Let her take it to her, lest we be put to shame: behold, I sent this kid, and thou hast not found her."}]},{"v":24,"w":[{"t":"And it came to pass about three months after, that it was told Judah, saying, Tamar thy daughter-in-law hath played the harlot; and moreover, behold, she is with child by whoredom. And Judah said, Bring her forth, and let her be burnt."}]},{"v":25,"w":[{"t":"When she was brought forth, she sent to her father-in-law, saying, By the man, whose these are, am I with child: and she said, Discern, I pray thee, whose are these, the signet, and the cords, and the staff."}]},{"v":26,"w":[{"t":"And Judah acknowledged them, and said, She is more righteous than I; forasmuch as I gave her not to Shelah my son. And he knew her again no more."}]},{"v":27,"w":[{"t":"And it came to pass in the time of her travail, that, behold, twins were in her womb."}]},{"v":28,"w":[{"t":"And it came to pass, when she travailed, that one put out a hand: and the midwife took and bound upon his hand a scarlet thread, saying, This came out first."}]},{"v":29,"w":[{"t":"And it came to pass, as he drew back his hand, that, behold, his brother came out: and she said, Wherefore hast thou made a breach for thyself? Therefore his name was called Perez."}]},{"v":30,"w":[{"t":"And afterward came out his brother, that had the scarlet thread upon his hand: and his name was called Zerah."}]}]}

View File

@ -1 +0,0 @@
{"ch":39,"vss":[{"v":1,"w":[{"t":"And Joseph was brought down to Egypt; and Potiphar, an officer of Pharaoh`s, the captain of the guard, an Egyptian, bought him of the hand of the Ishmaelites, that had brought him down thither."}]},{"v":2,"w":[{"t":"And Jehovah was with Joseph, and he was a prosperous man; and he was in the house of his master the Egyptian."}]},{"v":3,"w":[{"t":"And his master saw that Jehovah was with him, and that Jehovah made all that he did to prosper in his hand."}]},{"v":4,"w":[{"t":"And Joseph found favor in his sight, and he ministered unto him: and he made him overseer over his house, and all that he had he put into his hand."}]},{"v":5,"w":[{"t":"And it came to pass from the time that he made him overseer in his house, and over all that he had, that Jehovah blessed the Egyptian`s house for Joseph`s sake; and the blessing of Jehovah was upon all that he had, in the house and in the field."}]},{"v":6,"w":[{"t":"And he left all that he had in Joseph`s hand; and he knew not aught [that was] with him, save the bread which he did eat. And Joseph was comely, and well-favored."}]},{"v":7,"w":[{"t":"And it came to pass after these things, that his master`s wife cast her eyes upon Joseph; and she said, Lie with me."}]},{"v":8,"w":[{"t":"But he refused, and said unto his master`s wife, Behold, my master knoweth not what is with me in the house, and he hath put all that he hath into my hand:"}]},{"v":9,"w":[{"t":"he is not greater in this house than I; neither hath he kept back anything from me but thee, because thou art his wife: how then can I do this great wickedness, and sin against God?"}]},{"v":10,"w":[{"t":"And it came to pass, as she spake to Joseph day by day, that he hearkened not unto her, to lie by her, [or] to be with her."}]},{"v":11,"w":[{"t":"And it came to pass about this time, that he went into the house to do his work; and there was none of the men of the house there within."}]},{"v":12,"w":[{"t":"And she caught him by his garment, saying, Lie with me: and he left his garment in her hand, and fled, and got him out."}]},{"v":13,"w":[{"t":"And it came to pass, when she saw that he had left his garment in her hand, and was fled forth,"}]},{"v":14,"w":[{"t":"that she called unto the men of her house, and spake unto them, saying, See, he hath brought in a Hebrew unto us to mock us: he came in unto me to lie with me, and I cried with a loud voice:"}]},{"v":15,"w":[{"t":"and it came to pass, when he heard that I lifted up my voice and cried, that he left his garment by me, and fled, and got him out."}]},{"v":16,"w":[{"t":"And she laid up his garment by her, until his master came home."}]},{"v":17,"w":[{"t":"And she spake unto him according to these words, saying, The Hebrew servant, whom thou hast brought unto us, came in unto me to mock me:"}]},{"v":18,"w":[{"t":"and it came to pass, as I lifted up my voice and cried, that he left his garment by me, and fled out."}]},{"v":19,"w":[{"t":"And it came to pass, when his master heard the words of his wife, which she spake unto him, saying, After this manner did thy servant to me; that his wrath was kindled."}]},{"v":20,"w":[{"t":"And Joseph`s master took him, and put him into the prison, the place where the king`s prisoners were bound: and he was there in the prison."}]},{"v":21,"w":[{"t":"But Jehovah was with Joseph, and showed kindness unto him, and gave him favor in the sight of the keeper of the prison."}]},{"v":22,"w":[{"t":"And the keeper of the prison committed to Joseph`s hand all the prisoners that were in the prison; and whatsoever they did there, he was the doer of it."}]},{"v":23,"w":[{"t":"The keeper of the prison looked not to anything that was under his hand, because Jehovah was with him; and that which he did, Jehovah made it prosper."}]}]}

View File

@ -1 +0,0 @@
{"ch":4,"vss":[{"v":1,"w":[{"t":"And the man knew Eve his wife; and she conceived, and bare Cain, and said, I have gotten a man with [the help of] Jehovah."}]},{"v":2,"w":[{"t":"And again she bare his brother Abel. And Abel was a keeper of sheep, but Cain was a tiller of the ground."}]},{"v":3,"w":[{"t":"And in process of time it came to pass, that Cain brought of the fruit of the ground an offering unto Jehovah."}]},{"v":4,"w":[{"t":"And Abel, he also brought of the firstlings of his flock and of the fat thereof. And Jehovah had respect unto Abel and to his offering:"}]},{"v":5,"w":[{"t":"but unto Cain and to his offering he had not respect. And Cain was very wroth, and his countenance fell."}]},{"v":6,"w":[{"t":"And Jehovah said unto Cain, Why art thou wroth? and why is thy countenance fallen?"}]},{"v":7,"w":[{"t":"If thou doest well, shall it not be lifted up? and if thou doest not well, sin coucheth at the door: and unto thee shall be its desire, but do thou rule over it."}]},{"v":8,"w":[{"t":"And Cain told Abel his brother. And it came to pass, when they were in the field, that Cain rose up against Abel his brother, and slew him."}]},{"v":9,"w":[{"t":"And Jehovah said unto Cain, Where is Abel thy brother? And he said, I know not: am I my brother`s keeper?"}]},{"v":10,"w":[{"t":"And he said, What hast thou done? the voice of thy brother`s blood crieth unto me from the ground."}]},{"v":11,"w":[{"t":"And now cursed art thou from the ground, which hath opened its mouth to receive thy brother`s blood from thy hand;"}]},{"v":12,"w":[{"t":"when thou tillest the ground, it shall not henceforth yield unto thee its strength; a fugitive and a wanderer shalt thou be in the earth."}]},{"v":13,"w":[{"t":"And Cain said unto Jehovah, My punishment is greater than I can bear."}]},{"v":14,"w":[{"t":"Behold, thou hast driven me out this day from the face of the ground; and from thy face shall I be hid; and I shall be a fugitive and a wanderer in the earth; and it will come to pass, that whosoever findeth me will slay me."}]},{"v":15,"w":[{"t":"And Jehovah said unto him, Therefore whosoever slayeth Cain, vengeance shall be taken on him sevenfold. And Jehovah appointed a sign for Cain, lest any finding him should smite him."}]},{"v":16,"w":[{"t":"And Cain went out from the presence of Jehovah, and dwelt in the land of Nod, on the east of Eden."}]},{"v":17,"w":[{"t":"And Cain knew his wife; and she conceived, and bare Enoch: and he builded a city, and called the name of the city, after the name of his son, Enoch."}]},{"v":18,"w":[{"t":"And unto Enoch was born Irad: and Irad begat Mehujael: and Mehujael begat Methushael; and Methushael begat Lamech."}]},{"v":19,"w":[{"t":"And Lamech took unto him two wives: the name of the one was Adah, and the name of the other Zillah."}]},{"v":20,"w":[{"t":"And Adah bare Jabal: he was the father of such as dwell in tents and [have] cattle."}]},{"v":21,"w":[{"t":"And his brother`s name was Jubal: he was the father of all such as handle the harp and pipe."}]},{"v":22,"w":[{"t":"And Zillah, she also bare Tubal-cain, the forger of every cutting instrument of brass and iron: and the sister of Tubal-cain was Naamah."}]},{"v":23,"w":[{"t":"And Lamech said unto his wives: Adah and Zillah, hear my voice; Ye wives of Lamech, hearken unto my speech: For I have slain a man for wounding me, And a young man for bruising me:"}]},{"v":24,"w":[{"t":"If Cain shall be avenged sevenfold, Truly Lamech seventy and sevenfold."}]},{"v":25,"w":[{"t":"And Adam knew his wife again; and she bare a son, and called his name Seth. For, [said she], God hath appointed me another seed instead of Abel; for Cain slew him."}]},{"v":26,"w":[{"t":"And to Seth, to him also there was born a son; and he called his name Enosh. Then began men to call upon the name of Jehovah."}]}]}

View File

@ -1 +0,0 @@
{"ch":40,"vss":[{"v":1,"w":[{"t":"And it came to pass after these things, that the butler of the king of Egypt and his baker offended their lord the king of Egypt."}]},{"v":2,"w":[{"t":"And Pharaoh was wroth against his two officers, against the chief of the butlers, and against the chief of the bakers."}]},{"v":3,"w":[{"t":"And he put them in ward in the house of the captain of the guard, into the prison, the place where Joseph was bound."}]},{"v":4,"w":[{"t":"And the captain of the guard charged Joseph with them, and he ministered unto them: and they continued a season in ward."}]},{"v":5,"w":[{"t":"And they dreamed a dream both of them, each man his dream, in one night, each man according to the interpretation of his dream, the butler and the baker of the king of Egypt, who were bound in the prison."}]},{"v":6,"w":[{"t":"And Joseph came in unto them in the morning, and saw them, and, behold, they were sad."}]},{"v":7,"w":[{"t":"And he asked Pharaoh`s officers that were with him in ward in his master`s house, saying, Wherefore look ye so sad to-day?"}]},{"v":8,"w":[{"t":"And they said unto him, We have dreamed a dream, and there is none that can interpret it. And Joseph said unto them, Do not interpretations belong to God? tell it me, I pray you."}]},{"v":9,"w":[{"t":"And the chief butler told his dream to Joseph, and said to him, In my dream, behold, a vine was before me;"}]},{"v":10,"w":[{"t":"and in the vine were three branches: and it was as though it budded, [and] its blossoms shot forth; [and] the clusters thereof brought forth ripe grapes:"}]},{"v":11,"w":[{"t":"and Pharaoh`s cup was in my hand; and I took the grapes, and pressed them into Pharaoh`s cup, and I gave the cup into Pharaoh`s hand."}]},{"v":12,"w":[{"t":"And Joseph said unto him, This is the interpretation of it: the three branches are three days;"}]},{"v":13,"w":[{"t":"within yet three days shall Pharaoh lift up thy head, and restore thee unto thine office: and thou shalt give Pharaoh`s cup into his hand, after the former manner when thou wast his butler."}]},{"v":14,"w":[{"t":"But have me in thy remembrance when it shall be well with thee, and show kindness, I pray thee, unto me, and make mention of me unto Pharaoh, and bring me out of this house:"}]},{"v":15,"w":[{"t":"for indeed I was stolen away out of the land of the Hebrews: and here also have I done nothing that they should put me into the dungeon."}]},{"v":16,"w":[{"t":"When the chief baker saw that the interpretation was good, he said unto Joseph, I also was in my dream, and, behold, three baskets of white bread were on my head:"}]},{"v":17,"w":[{"t":"and in the uppermost basket there was of all manner of baked food for Pharaoh; and the birds did eat them out of the basket upon my head."}]},{"v":18,"w":[{"t":"And Joseph answered and said, This is the interpretation thereof: the three baskets are three days;"}]},{"v":19,"w":[{"t":"within yet three days shall Pharaoh lift up thy head from off thee, and shall hang thee on a tree; and the birds shall eat thy flesh from off thee."}]},{"v":20,"w":[{"t":"And it came to pass the third day, which was Pharaoh`s birthday, that he made a feast unto all his servants: and he lifted up the head of the chief butler and the head of the chief baker among his servants."}]},{"v":21,"w":[{"t":"And he restored the chief butler unto his butlership again; and he gave the cup into Pharaoh`s hand:"}]},{"v":22,"w":[{"t":"but he hanged the chief baker: as Joseph had interpreted to them."}]},{"v":23,"w":[{"t":"Yet did not the chief butler remember Joseph, but forgat him."}]}]}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
{"ch":45,"vss":[{"v":1,"w":[{"t":"Then Joseph could not refrain himself before all them that stood before him; and he cried, Cause every man to go out from me. And there stood no man with him, while Joseph made himself known unto his brethren."}]},{"v":2,"w":[{"t":"And he wept aloud: and the Egyptians heard, and the house of Pharaoh heard."}]},{"v":3,"w":[{"t":"And Joseph said unto his brethren, I am Joseph; doth my father yet live? And his brethren could not answer him; for they were troubled at his presence."}]},{"v":4,"w":[{"t":"And Joseph said unto his brethren, Come near to me, I pray you. And they came near. And he said, I am Joseph your brother, whom ye sold into Egypt."}]},{"v":5,"w":[{"t":"And now be not grieved, nor angry with yourselves, that ye sold me hither: for God did send me before you to preserve life."}]},{"v":6,"w":[{"t":"For these two years hath the famine been in the land: and there are yet five years, in which there shall be neither plowing nor harvest."}]},{"v":7,"w":[{"t":"And God sent me before you to preserve you a remnant in the earth, and to save you alive by a great deliverance."}]},{"v":8,"w":[{"t":"So now it was not you that sent me hither, but God: and he hath made me a father to Pharaoh, and lord of all his house, and ruler over all the land of Egypt."}]},{"v":9,"w":[{"t":"Haste ye, and go up to my father, and say unto him, Thus saith thy son Joseph, God hath made me lord of all Egypt: come down unto me, tarry not;"}]},{"v":10,"w":[{"t":"and thou shalt dwell in the land of Goshen, and thou shalt be near unto me, thou, and thy children, and thy children`s children, and thy flocks, and thy herds, and all that thou hast:"}]},{"v":11,"w":[{"t":"and there will I nourish thee; for there are yet five years of famine; lest thou come to poverty, thou, and thy household, and all that thou hast."}]},{"v":12,"w":[{"t":"And, behold, your eyes see, and the eyes of my brother Benjamin, that it is my mouth that speaketh unto you."}]},{"v":13,"w":[{"t":"And ye shall tell my father of all my glory in Egypt, and of all that ye have seen: and ye shall haste and bring down my father hither."}]},{"v":14,"w":[{"t":"And he fell upon his brother Benjamin`s neck, and wept; and Benjamin wept upon his neck."}]},{"v":15,"w":[{"t":"And he kissed all his brethren, and wept upon them: and after that his brethren talked with him."}]},{"v":16,"w":[{"t":"And the report thereof was heard in Pharaoh`s house, saying, Joseph`s brethren are come: and it pleased Pharaoh well, and his servants."}]},{"v":17,"w":[{"t":"And Pharaoh said unto Joseph, Say unto thy brethren, This do ye: lade your beasts, and go, get you unto the land of Canaan;"}]},{"v":18,"w":[{"t":"and take your father and your households, and come unto me: and I will give you the good of the land of Egypt, and ye shall eat the fat of the land."}]},{"v":19,"w":[{"t":"Now thou art commanded, this do ye: take you wagons out of the land of Egypt for your little ones, and for your wives, and bring your father, and come."}]},{"v":20,"w":[{"t":"Also regard not your stuff; for the good of all the land of Egypt is yours."}]},{"v":21,"w":[{"t":"And the sons of Israel did so: and Joseph gave them wagons, according to the commandment of Pharaoh, and gave them provision for the way."}]},{"v":22,"w":[{"t":"To all of them he gave each man changes of raiment; but to Benjamin he gave three hundred pieces of silver, and five changes of raiment."}]},{"v":23,"w":[{"t":"And to his father he sent after this manner: ten asses laden with the good things of Egypt, and ten she-asses laden with grain and bread and provision for his father by the way."}]},{"v":24,"w":[{"t":"So he sent his brethren away, and they departed: and he said unto them, See that ye fall not out by the way."}]},{"v":25,"w":[{"t":"And they went up out of Egypt, and came into the land of Canaan unto Jacob their father."}]},{"v":26,"w":[{"t":"And they told him, saying, Joseph is yet alive, and he is ruler over all the land of Egypt. And his heart fainted, for he believed them not."}]},{"v":27,"w":[{"t":"And they told him all the words of Joseph, which he had said unto them: and when he saw the wagons which Joseph had sent to carry him, the spirit of Jacob their father revived:"}]},{"v":28,"w":[{"t":"and Israel said, It is enough; Joseph my son is yet alive: I will go and see him before I die."}]}]}

View File

@ -1 +0,0 @@
{"ch":46,"vss":[{"v":1,"w":[{"t":"And Israel took his journey with all that he had, and came to Beer-sheba, and offered sacrifices unto the God of his father Isaac."}]},{"v":2,"w":[{"t":"And God spake unto Israel in the visions of the night, and said, Jacob, Jacob. And he said, Here am I."}]},{"v":3,"w":[{"t":"And he said, I am God, the God of thy father: fear not to go down into Egypt; for I will there make of thee a great nation:"}]},{"v":4,"w":[{"t":"I will go down with thee into Egypt; and I will also surely bring thee up again: and Joseph shall put his hand upon thine eyes."}]},{"v":5,"w":[{"t":"And Jacob rose up from Beer-sheba: and the sons of Israel carried Jacob their father, and their little ones, and their wives, in the wagons which Pharaoh had sent to carry him."}]},{"v":6,"w":[{"t":"And they took their cattle, and their goods, which they had gotten in the land of Canaan, and came into Egypt, Jacob, and all his seed with him:"}]},{"v":7,"w":[{"t":"his sons, and his sons` sons with him, his daughters, and his sons`s daughters, and all his seed brought he with him into Egypt."}]},{"v":8,"w":[{"t":"And these are the names of the children of Israel, who came into Egypt, Jacob and his sons: Reuben, Jacob`s first-born."}]},{"v":9,"w":[{"t":"And the sons of Reuben: Hanoch, and Pallu, and Hezron, and Carmi."}]},{"v":10,"w":[{"t":"And the sons of Simeon: Jemuel, and Jamin, and Ohad, and Jachin, and Zohar, and Shaul the son of a Canaanitish woman."}]},{"v":11,"w":[{"t":"And the sons of Levi: Gershon, Kohath, and Merari."}]},{"v":12,"w":[{"t":"And the sons of Judah: Er, and Onan, and Shelah, and Perez, and Zerah; but Er and Onan died in the land of Canaan. And the sons of Perez were Hezron and Hamul."}]},{"v":13,"w":[{"t":"And the sons of Issachar: Tola, and Puvah, and Iob, and Shimron."}]},{"v":14,"w":[{"t":"And the sons of Zebulun: Sered, and Elon, and Jahleel."}]},{"v":15,"w":[{"t":"These are the sons of Leah, whom she bare unto Jacob in Paddan-aram, with his daughter Dinah: all the souls of his sons and his daughters were thirty and three."}]},{"v":16,"w":[{"t":"And the sons of Gad: Ziphion, and Haggi, Shuni, and Ezbon, Eri, and Arodi, and Areli."}]},{"v":17,"w":[{"t":"And the sons of Asher: Imnah, and Ishvah, and Ishvi, and Beriah, and Serah their sister; and the sons of Beriah: Heber, and Malchiel."}]},{"v":18,"w":[{"t":"These are the sons of Zilpah, whom Laban gave to Leah his daughter; and these she bare unto Jacob, even sixteen souls."}]},{"v":19,"w":[{"t":"The sons of Rachel Jacob`s wife: Joseph and Benjamin."}]},{"v":20,"w":[{"t":"And unto Joseph in the land of Egypt were born Manasseh and Ephraim, whom Asenath, the daughter of Poti-phera priest of On, bare unto him."}]},{"v":21,"w":[{"t":"And the sons of Benjamin: Bela, and Becher, and Ashbel, Gera, and Naaman, Ehi, and Rosh, Muppim, and Huppim, and Ard."}]},{"v":22,"w":[{"t":"These are the sons of Rachel, who were born to Jacob: all the souls were fourteen."}]},{"v":23,"w":[{"t":"And the sons of Dan: Hushim."}]},{"v":24,"w":[{"t":"And the sons of Naphtali: Jahzeel, and Guni, and Jezer, and Shillem."}]},{"v":25,"w":[{"t":"These are the sons of Bilhah, whom Laban gave unto Rachel his daughter, and these she bare unto Jacob: all the souls were seven."}]},{"v":26,"w":[{"t":"All the souls that came with Jacob into Egypt, that came out of his loins, besides Jacob`s sons` wives, all the souls were threescore and six;"}]},{"v":27,"w":[{"t":"and the sons of Joseph, who were born to him in Egypt, were two souls: all the souls of the house of Jacob, that came into Egypt, were threescore and ten."}]},{"v":28,"w":[{"t":"And he sent Judah before him unto Joseph, to show the way before him unto Goshen; and they came into the land of Goshen."}]},{"v":29,"w":[{"t":"And Joseph made ready his chariot, and went up to meet Israel his father, to Goshen; and he presented himself unto him, and fell on his neck, and wept on his neck a good while."}]},{"v":30,"w":[{"t":"And Israel said unto Joseph, Now let me die, since I have seen thy face, that thou art yet alive."}]},{"v":31,"w":[{"t":"And Joseph said unto his brethren, and unto his father`s house, I will go up, and tell Pharaoh, and will say unto him, My brethren, and my father`s house, who were in the land of Canaan, are come unto me;"}]},{"v":32,"w":[{"t":"and the men are shepherds, for they have been keepers of cattle; and they have brought their flocks, and their herds, and all that they have."}]},{"v":33,"w":[{"t":"And it shall come to pass, when Pharaoh shall call you, and shall say, What is your occupation?"}]},{"v":34,"w":[{"t":"that ye shall say, Thy servants have been keepers of cattle from our youth even until now, both we, and our fathers: that ye may dwell in the land of Goshen; for every shepherd is an abomination unto the Egyptians."}]}]}

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
{"ch":48,"vss":[{"v":1,"w":[{"t":"And it came to pass after these things, that one said to Joseph, Behold, thy father is sick: and he took with him his two sons, Manasseh and Ephraim."}]},{"v":2,"w":[{"t":"And one told Jacob, and said, Behold, thy son Joseph cometh unto thee: and Israel strengthened himself, and sat upon the bed."}]},{"v":3,"w":[{"t":"And Jacob said unto Joseph, God Almighty appeared unto me at Luz in the land of Canaan, and blessed me,"}]},{"v":4,"w":[{"t":"and said unto me, Behold, I will make thee fruitful, and multiply thee, and I will make of thee a company of peoples, and will give this land to thy seed after thee for an everlasting possession."}]},{"v":5,"w":[{"t":"And now thy two sons, who were born unto thee in the land of Egypt before I came unto thee into Egypt, are mine; Ephraim and Manasseh, even as Reuben and Simeon, shall be mine."}]},{"v":6,"w":[{"t":"And thy issue, that thou begettest after them, shall be thine; they shall be called after the name of their brethren in their inheritance."}]},{"v":7,"w":[{"t":"And as for me, when I came from Paddan, Rachel died by me in the land of Canaan in the way, when there was still some distance to come unto Ephrath: and I buried her there in the way to Ephrath (the same is Beth-lehem)."}]},{"v":8,"w":[{"t":"And Israel beheld Joseph`s sons, and said, Who are these?"}]},{"v":9,"w":[{"t":"And Joseph said unto his father, They are my sons, whom God hath given me here. And he said, Bring them, I pray thee, unto me, and I will bless them."}]},{"v":10,"w":[{"t":"Now the eyes of Israel were dim for age, so that he could not see. And he brought them near unto him; and he kissed them, and embraced them."}]},{"v":11,"w":[{"t":"And Israel said unto Joseph, I had not thought to see thy face: and, lo, God hath let me see thy seed also."}]},{"v":12,"w":[{"t":"And Joseph brought them out from between his knees; and he bowed himself with his face to the earth."}]},{"v":13,"w":[{"t":"And Joseph took them both, Ephraim in his right hand toward Israel`s left hand, and Manasseh in his left hand toward Israel`s right hand, and brought them near unto him."}]},{"v":14,"w":[{"t":"And Israel stretched out his right hand, and laid it upon Ephraim`s head, who was the younger, and his left hand upon Manasseh`s head, guiding his hands wittingly; for Manasseh was the first-born."}]},{"v":15,"w":[{"t":"And he blessed Joseph, and said, The God before whom my fathers Abraham and Isaac did walk, the God who hath fed me all my life long unto this day,"}]},{"v":16,"w":[{"t":"the angel who hath redeemed me from all evil, bless the lads; and let my name be named on them, and the name of my fathers Abraham and Isaac; and let them grow into a multitude in the midst of the earth."}]},{"v":17,"w":[{"t":"And when Joseph saw that his father laid his right hand upon the head of Ephraim, it displeased him: and he held up his father`s hand, to remove it from Ephraim`s head unto Manasseh`s head."}]},{"v":18,"w":[{"t":"And Joseph said unto his father, Not so, my father; for this is the first-born; put thy right hand upon his head."}]},{"v":19,"w":[{"t":"And his father refused, and said, I know [it], my son, I know [it]. He also shall become a people, and he also shall be great: howbeit his younger brother shall be greater than he, and his seed shall become a multitude of nations."}]},{"v":20,"w":[{"t":"And he blessed them that day, saying, In thee will Israel bless, saying, God make thee as Ephraim and as Manasseh: and he set Ephraim before Manasseh."}]},{"v":21,"w":[{"t":"And Israel said unto Joseph, Behold, I die: but God will be with you, and bring you again unto the land of your fathers."}]},{"v":22,"w":[{"t":"Moreover I have given to thee one portion above thy brethren, which I took out of the hand of the Amorite with my sword and with my bow."}]}]}

View File

@ -1 +0,0 @@
{"ch":49,"vss":[{"v":1,"w":[{"t":"And Jacob called unto his sons, and said: gather yourselves together, that I may tell you that which shall befall you in the latter days."}]},{"v":2,"w":[{"t":"Assemble yourselves, and hear, ye sons of Jacob; And hearken unto Israel your father."}]},{"v":3,"w":[{"t":"Reuben, thou art my first-born, my might, and the beginning of my strength; The pre-eminence of dignity, and the pre-eminence of power."}]},{"v":4,"w":[{"t":"Boiling over as water, thou shalt not have the pre-eminence; Because thou wentest up to thy father`s bed; Then defiledst thou it: he went up to my couch."}]},{"v":5,"w":[{"t":"Simeon and Levi are brethren; Weapons of violence are their swords."}]},{"v":6,"w":[{"t":"O my soul, come not thou into their council; Unto their assembly, my glory, be not thou united; For in their anger they slew a man, And in their self-will they hocked an ox."}]},{"v":7,"w":[{"t":"Cursed be their anger, for it was fierce; And their wrath, for it was cruel: I will divide them in Jacob, And scatter them in Israel."}]},{"v":8,"w":[{"t":"Judah, thee shall thy brethren praise: Thy hand shall be on the neck of thine enemies; Thy father`s sons shall bow down before thee."}]},{"v":9,"w":[{"t":"Judah is a lion`s whelp; From the prey, my son, thou art gone up: He stooped down, he couched as a lion, And as a lioness; who shall rouse him up?"}]},{"v":10,"w":[{"t":"The sceptre shall not depart from Judah, Nor the ruler`s staff from between his feet, Until Shiloh come: And unto him shall the obedience of the peoples be."}]},{"v":11,"w":[{"t":"Binding his foal unto the vine, And his ass`s colt unto the choice vine; He hath washed his garments in wine, And his vesture in the blood of grapes:"}]},{"v":12,"w":[{"t":"His eyes shall be red with wine, And his teeth white with milk."}]},{"v":13,"w":[{"t":"Zebulun shall dwell at the haven of the sea; And he shall be for a haven of ships; And his border shall be upon Sidon."}]},{"v":14,"w":[{"t":"Issachar is a strong ass, Couching down between the sheepfolds:"}]},{"v":15,"w":[{"t":"And he saw a resting-place that it was good, And the land that it was pleasant; And he bowed his shoulder to bear, And became a servant under taskwork."}]},{"v":16,"w":[{"t":"Dan shall judge his people, As one of the tribes of Israel."}]},{"v":17,"w":[{"t":"Dan shall be a serpent in the way, An adder in the path, That biteth the horse`s heels, So that his rider falleth backward."}]},{"v":18,"w":[{"t":"I have waited for thy salvation, O Jehovah."}]},{"v":19,"w":[{"t":"Gad, a troop shall press upon him; But he shall press upon their heel."}]},{"v":20,"w":[{"t":"Out of the Asher his bread shall be fat, And he shall yield royal dainties."}]},{"v":21,"w":[{"t":"Naphtali is a hind let loose: He giveth goodly words."}]},{"v":22,"w":[{"t":"Joseph is a fruitful bough, A fruitful bough by a fountain; His branches run over the wall."}]},{"v":23,"w":[{"t":"The archers have sorely grieved him, And shot at him, and persecute him:"}]},{"v":24,"w":[{"t":"But his bow abode in strength, And the arms of his hands were made strong, By the hands of the Mighty One of Jacob, (From thence is the shepherd, the stone of Israel),"}]},{"v":25,"w":[{"t":"Even by the God of thy father, who shall help thee, And by the Almighty, who shall bless thee, With blessings of heaven above, Blessings of the deep that coucheth beneath, Blessings of the breasts, and of the womb."}]},{"v":26,"w":[{"t":"The blessings of thy father Have prevailed above the blessings of my progenitors Unto the utmost bound of the everlasting hills: They shall be on the head of Joseph, And on the crown of the head of him that was separate from his brethren."}]},{"v":27,"w":[{"t":"Benjamin is a wolf that raveneth: In the morning she shall devour the prey, And at even he shall divide the spoil."}]},{"v":28,"w":[{"t":"All these are the twelve tribes of Israel: and this is it that their father spake unto them and blessed them; every one according to his blessing he blessed them."}]},{"v":29,"w":[{"t":"And he charged them, and said unto them, I am to be gathered unto my people: bury me with my fathers in the cave that is in the field of Ephron the Hittite,"}]},{"v":30,"w":[{"t":"in the cave that is in the field of Machpelah, which is before Mamre, in the land of Canaan, which Abraham bought with the field from Ephron the Hittite for a possession of a burying-place."}]},{"v":31,"w":[{"t":"there they buried Abraham and Sarah his wife; there they buried Isaac and Rebekah his wife; and there I buried Leah:"}]},{"v":32,"w":[{"t":"the field and the cave that is therein, which was purchased from the children of Heth."}]},{"v":33,"w":[{"t":"And when Jacob made an end of charging his sons, he gathered up his feet into the bed, and yielded up the ghost, and was gathered unto his people."}]}]}

View File

@ -1 +0,0 @@
{"ch":5,"vss":[{"v":1,"w":[{"t":"This is the book of the generations of Adam. In the day that God created man, in the likeness of God made he him;"}]},{"v":2,"w":[{"t":"male and female created he them, and blessed them, and called their name Adam, in the day when they were created."}]},{"v":3,"w":[{"t":"And Adam lived a hundred and thirty years, and begat [a son] in his own likeness, after his image; and called his name Seth:"}]},{"v":4,"w":[{"t":"and the days of Adam after he begat Seth were eight hundred years: and he begat sons and daughters."}]},{"v":5,"w":[{"t":"And all the days that Adam lived were nine hundred and thirty years: and he died."}]},{"v":6,"w":[{"t":"And Seth lived a hundred and five years, and begat Enosh:"}]},{"v":7,"w":[{"t":"and Seth lived after he begat Enosh eight hundred and seven years, and begat sons and daughters:"}]},{"v":8,"w":[{"t":"and all the days of Seth were nine hundred and twelve years: and he died."}]},{"v":9,"w":[{"t":"And Enosh lived ninety years, and begat Kenan."}]},{"v":10,"w":[{"t":"and Enosh lived after he begat Kenan eight hundred and fifteen years, and begat sons and daughters:"}]},{"v":11,"w":[{"t":"and all the days of Enosh were nine hundred and five years: and he died."}]},{"v":12,"w":[{"t":"And Kenan lived seventy years, and begat Mahalalel:"}]},{"v":13,"w":[{"t":"and Kenan lived after he begat Mahalalel eight hundred and forty years, and begat sons and daughters:"}]},{"v":14,"w":[{"t":"and all the days of Kenan were nine hundred and ten years: and he died."}]},{"v":15,"w":[{"t":"And Mahalalel lived sixty and five years, and begat Jared:"}]},{"v":16,"w":[{"t":"And Mahalalel lived after he begat Jared eight hundred and thirty years, and begat sons and daughters:"}]},{"v":17,"w":[{"t":"and all the days of Mahalalel were eight hundred ninety and five years: and he died."}]},{"v":18,"w":[{"t":"And Jared lived a hundred sixty and two years, and begat Enoch:"}]},{"v":19,"w":[{"t":"and Jared lived after he begat Enoch eight hundred years, and begat sons and daughters:"}]},{"v":20,"w":[{"t":"And all the days of Jared were nine hundred sixty and two years: and he died."}]},{"v":21,"w":[{"t":"And Enoch lived sixty and five years, and begat Methuselah:"}]},{"v":22,"w":[{"t":"and Enoch walked with God after he begat Methuselah three hundred years, and begat sons and daughters:"}]},{"v":23,"w":[{"t":"and all the days of Enoch were three hundred sixty and five years:"}]},{"v":24,"w":[{"t":"and Enoch walked with God: and he was not; for God took him."}]},{"v":25,"w":[{"t":"And Methuselah lived a hundred eighty and seven years, and begat Lamech:"}]},{"v":26,"w":[{"t":"and Methuselah lived after he begat Lamech seven hundred eighty and two years, and begat sons and daughters."}]},{"v":27,"w":[{"t":"And all the days of Methuselah were nine hundred sixty and nine years: and he died."}]},{"v":28,"w":[{"t":"And Lamech lived a hundred eighty and two years, and begat a son:"}]},{"v":29,"w":[{"t":"and he called his name Noah, saying, This same shall comfort us in our work and in the toil of our hands, [which cometh] because of the ground which Jehovah hath cursed."}]},{"v":30,"w":[{"t":"And Lamech lived after he begat Noah five hundred ninety and five years, and begat sons and daughters:"}]},{"v":31,"w":[{"t":"And all the days of Lamech were seven hundred seventy and seven years: and he died."}]},{"v":32,"w":[{"t":"And Noah was five hundred years old: And Noah begat Shem, Ham, and Japheth."}]}]}

View File

@ -1 +0,0 @@
{"ch":50,"vss":[{"v":1,"w":[{"t":"And Joseph fell upon his father`s face, and wept upon him, and kissed him."}]},{"v":2,"w":[{"t":"And Joseph commanded his servants the physicians to embalm his father: and the physicians embalmed Israel."}]},{"v":3,"w":[{"t":"And forty days were fulfilled for him; for so are fulfilled the days of embalming: and the Egyptians wept for him three-score and ten days."}]},{"v":4,"w":[{"t":"And when the days of weeping for him were past, Joseph spake unto the house of Pharaoh, saying, If now I have found favor in your eyes, speak, I pray you, in the ears of Pharaoh, saying,"}]},{"v":5,"w":[{"t":"My father made me swear, saying, Lo, I die: in my grave which I have digged for me in the land of Canaan, there shalt thou bury me. Now therefore let me go up, I pray thee, and bury my father, and I will come again."}]},{"v":6,"w":[{"t":"And Pharaoh said, Go up, and bury thy father, according as he made thee swear."}]},{"v":7,"w":[{"t":"And Joseph went up to bury his father; and with him went up all the servants of Pharaoh, the elders of his house, and all the elders of the land of Egypt,"}]},{"v":8,"w":[{"t":"and all the house of Joseph, and his brethren, and his father`s house: only their little ones, and their flocks, and their herds, they left in the land of Goshen."}]},{"v":9,"w":[{"t":"And there went up with him both chariots and horsemen: and it was a very great company."}]},{"v":10,"w":[{"t":"And they came to the threshing-floor of Atad, which is beyond the Jordan, and there they lamented with a very great and sore lamentation: and he made a mourning for his father seven days."}]},{"v":11,"w":[{"t":"And when the inhabitants of the land, the Canaanites, saw the mourning in the floor of Atad, they said, This is a grievous mourning to the Egyptians: wherefore the name of it was called Abel-mizraim, which is beyond the Jordan."}]},{"v":12,"w":[{"t":"And his sons did unto him according as he commanded them:"}]},{"v":13,"w":[{"t":"for his sons carried him into the land of Canaan, and buried him in the cave of the field of Machpelah, which Abraham bought with the field, for a possession of a burying-place, of Ephron the Hittite, before Mamre."}]},{"v":14,"w":[{"t":"And Joseph returned into Egypt, he, and his brethren, and all that went up with him to bury his father, after he had buried his father."}]},{"v":15,"w":[{"t":"And when Joseph`s brethren saw that their father was dead, they said, It may be that Joseph will hate us, and will fully requite us all the evil which we did unto him."}]},{"v":16,"w":[{"t":"And they sent a message unto Joseph, saying, Thy father did command before he died, saying,"}]},{"v":17,"w":[{"t":"So shall ye say unto Joseph, Forgive, I pray thee now, the transgression of thy brethren, and their sin, for that they did unto thee evil. And now, we pray thee, forgive the transgression of the servants of the God of thy father. And Joseph wept when they spake unto him."}]},{"v":18,"w":[{"t":"And his brethren also went and fell down before his face; and they said, Behold, we are thy servants."}]},{"v":19,"w":[{"t":"And Joseph said unto them, Fear not: for am I in the place of God?"}]},{"v":20,"w":[{"t":"And as for you, ye meant evil against me; but God meant it for good, to bring to pass, as it is this day, to save much people alive."}]},{"v":21,"w":[{"t":"Now therefore fear ye not: I will nourish you, and your little ones. And he comforted them, and spake kindly unto them."}]},{"v":22,"w":[{"t":"And Joseph dwelt in Egypt, he, and his father`s house: and Joseph lived a hundred and ten years."}]},{"v":23,"w":[{"t":"And Joseph saw Ephraim`s children of the third generation: the children also of Machir the son of Manasseh were born upon Joseph`s knees."}]},{"v":24,"w":[{"t":"And Joseph said unto his brethren, I die; but God will surely visit you, and bring you up out of this land unto the land which he sware to Abraham, to Isaac, and to Jacob."}]},{"v":25,"w":[{"t":"And Joseph took an oath of the children of Israel, saying, God will surely visit you, and ye shall carry up my bones from hence."}]},{"v":26,"w":[{"t":"So Joseph died, being a hundred and ten years old: and they embalmed him, and he was put in a coffin in Egypt."}]}]}

Some files were not shown because too many files have changed in this diff Show More