├── .gitignore ├── CONCEPT_DAO.md ├── CONCEPT_MODEL.md ├── CONCEPT_PROPERTY.md ├── CONCEPT_VIEW.md ├── COPYING ├── COPYRIGHT ├── FOAM_ZERO_TO_HERO.md ├── Gruntfile.js ├── README.md ├── SUMMARY_TODO_DEMO.md ├── WORKFLOW.md ├── apps ├── acalc │ ├── Calc.html │ ├── Tests.js │ ├── _locales │ │ ├── am │ │ │ └── messages.json │ │ ├── ar │ │ │ └── messages.json │ │ ├── bg │ │ │ └── messages.json │ │ ├── bn │ │ │ └── messages.json │ │ ├── ca │ │ │ └── messages.json │ │ ├── cs │ │ │ └── messages.json │ │ ├── da │ │ │ └── messages.json │ │ ├── de │ │ │ └── messages.json │ │ ├── el │ │ │ └── messages.json │ │ ├── en │ │ │ └── messages.json │ │ ├── en_GB │ │ │ └── messages.json │ │ ├── es │ │ │ └── messages.json │ │ ├── es_419 │ │ │ └── messages.json │ │ ├── et │ │ │ └── messages.json │ │ ├── fa │ │ │ └── messages.json │ │ ├── fi │ │ │ └── messages.json │ │ ├── fil │ │ │ └── messages.json │ │ ├── fr │ │ │ └── messages.json │ │ ├── gu │ │ │ └── messages.json │ │ ├── hi │ │ │ └── messages.json │ │ ├── hr │ │ │ └── messages.json │ │ ├── hu │ │ │ └── messages.json │ │ ├── id │ │ │ └── messages.json │ │ ├── it │ │ │ └── messages.json │ │ ├── iw │ │ │ └── messages.json │ │ ├── ja │ │ │ └── messages.json │ │ ├── kn │ │ │ └── messages.json │ │ ├── ko │ │ │ └── messages.json │ │ ├── lt │ │ │ └── messages.json │ │ ├── lv │ │ │ └── messages.json │ │ ├── ml │ │ │ └── messages.json │ │ ├── mr │ │ │ └── messages.json │ │ ├── ms │ │ │ └── messages.json │ │ ├── nl │ │ │ └── messages.json │ │ ├── no │ │ │ └── messages.json │ │ ├── pl │ │ │ └── messages.json │ │ ├── pt_BR │ │ │ └── messages.json │ │ ├── pt_PT │ │ │ └── messages.json │ │ ├── ro │ │ │ └── messages.json │ │ ├── ru │ │ │ └── messages.json │ │ ├── sk │ │ │ └── messages.json │ │ ├── sl │ │ │ └── messages.json │ │ ├── sr │ │ │ └── messages.json │ │ ├── sv │ │ │ └── messages.json │ │ ├── sw │ │ │ └── messages.json │ │ ├── ta │ │ │ └── messages.json │ │ ├── te │ │ │ └── messages.json │ │ ├── th │ │ │ └── messages.json │ │ ├── tr │ │ │ └── messages.json │ │ ├── uk │ │ │ └── messages.json │ │ ├── vi │ │ │ └── messages.json │ │ ├── zh_CN │ │ │ └── messages.json │ │ └── zh_TW │ │ │ └── messages.json │ ├── bg.js │ ├── build-web.sh │ ├── build.sh │ ├── fonts │ │ ├── RobotoDraft-Light.woff2 │ │ └── fonts.css │ ├── i18n.sh │ ├── icons │ │ ├── 128.png │ │ ├── 256.png │ │ ├── 32.png │ │ ├── 48.png │ │ ├── 64.png │ │ └── 96.png │ ├── manifest.json │ └── package.sh ├── benchmark │ ├── build.sh │ └── build │ │ └── index.html ├── bootstrap │ ├── RawBackgroundPage_toText.ft │ ├── RawBuildSh_toText.ft │ ├── RawManifestView_toText.ft │ ├── RawSetupSh_toText.ft │ ├── controllers.js │ ├── foamSources.js │ ├── main.html │ ├── models.js │ └── views.js ├── builder │ ├── 128.png │ ├── _locales │ │ └── en │ │ │ └── messages.json │ ├── app_bg.js │ ├── app_view.html │ ├── bg.js │ ├── build.bat │ ├── build.sh │ ├── builder.css │ ├── config.js │ ├── designer_view.html │ ├── empty.html │ ├── fonts │ │ ├── MaterialIconsExtended.woff2 │ │ ├── Roboto-cyrillic-400.woff2 │ │ ├── Roboto-cyrillic-500.woff2 │ │ ├── Roboto-cyrillic-ext-400.woff2 │ │ ├── Roboto-cyrillic-ext-500.woff2 │ │ ├── Roboto-greek-400.woff2 │ │ ├── Roboto-greek-500.woff2 │ │ ├── Roboto-greek-ext-400.woff2 │ │ ├── Roboto-greek-ext-500.woff2 │ │ ├── Roboto-latin-400.woff2 │ │ ├── Roboto-latin-500.woff2 │ │ ├── Roboto-latin-ext-400.woff2 │ │ ├── Roboto-latin-ext-500.woff2 │ │ ├── Roboto-vietnamese-400.woff2 │ │ ├── Roboto-vietnamese-500.woff2 │ │ └── fonts.css │ └── manifest.json ├── calc │ ├── Calc.html │ ├── Calc.js │ ├── CalcView_toHTML.ft │ ├── RawCalc.html │ └── style.css ├── ctm │ └── build.sh ├── ctml │ └── build.sh ├── docs │ ├── debugMode.js │ ├── docbrowser.css │ ├── docbrowser.html │ └── images │ │ ├── Model_runtime1.png │ │ ├── Model_runtime2.png │ │ ├── browsertitle-lg.png │ │ ├── browsertitle-md.png │ │ ├── browsertitle-sm.png │ │ ├── context1.png │ │ ├── context2.png │ │ ├── context3.png │ │ └── contextNew.png ├── foaminchrome │ ├── bg.js │ ├── fonts │ │ ├── MaterialIcons.woff2 │ │ ├── Roboto-cyrillic-400.woff2 │ │ ├── Roboto-cyrillic-500.woff2 │ │ ├── Roboto-cyrillic-ext-400.woff2 │ │ ├── Roboto-cyrillic-ext-500.woff2 │ │ ├── Roboto-greek-400.woff2 │ │ ├── Roboto-greek-500.woff2 │ │ ├── Roboto-greek-ext-400.woff2 │ │ ├── Roboto-greek-ext-500.woff2 │ │ ├── Roboto-latin-400.woff2 │ │ ├── Roboto-latin-500.woff2 │ │ ├── Roboto-latin-ext-400.woff2 │ │ ├── Roboto-latin-ext-500.woff2 │ │ ├── Roboto-vietnamese-400.woff2 │ │ ├── Roboto-vietnamese-500.woff2 │ │ ├── Roboto.woff2 │ │ └── fonts.css │ ├── main.html │ └── manifest.json ├── gmail │ ├── app.html │ ├── app.js │ ├── bg.js │ ├── build.sh │ ├── fonts │ │ └── roboto │ │ │ └── v11 │ │ │ ├── 2UX7WLTfW3W8TclTUvlFyQ.woff │ │ │ ├── RxZJdnzeo3R5zSexge8UUT8E0i7KZn-EPnyo3HZu7kw.woff │ │ │ └── d-6IYplOFocCacKzxwXSOD8E0i7KZn-EPnyo3HZu7kw.woff │ ├── icons │ │ ├── ic_archive_black_24dp.png │ │ ├── ic_archive_white_24dp.png │ │ ├── ic_delete_black_24dp.png │ │ ├── ic_delete_white_24dp.png │ │ ├── ic_drafts_black_24dp.png │ │ ├── ic_forward_black_24dp.png │ │ ├── ic_important_black_24dp.png │ │ ├── ic_inbox_black_24dp.png │ │ ├── ic_inbox_white_24dp.png │ │ ├── ic_label_black_24dp.png │ │ ├── ic_markunread_black_24dp.png │ │ ├── ic_more_horiz_white_24dp.png │ │ ├── ic_priority_inbox_black_24dp.png │ │ ├── ic_refresh_48px.svg │ │ ├── ic_reply_all_black_24dp.png │ │ ├── ic_reply_black_24dp.png │ │ ├── ic_report_black_24dp.png │ │ ├── ic_send_black_24dp.png │ │ └── ic_star_black_24dp.png │ ├── images │ │ ├── archive.svg │ │ ├── ic_add_24dp.png │ │ ├── ic_arrow_back_24dp.png │ │ ├── ic_arrow_drop_down_24dp.png │ │ ├── ic_clear_24dp.png │ │ ├── ic_done_24dp.png │ │ ├── ic_filter_24dp.png │ │ ├── ic_keep_24dp.png │ │ ├── ic_menu_24dp.png │ │ ├── ic_search_24dp.png │ │ ├── ic_sort_24dp.png │ │ ├── ic_star_24dp.png │ │ ├── ic_star_outline_24dp.png │ │ ├── ic_star_outline_white_24dp.png │ │ ├── ic_star_white_24dp.png │ │ ├── projectBackground.png │ │ ├── send.png │ │ └── silhouette.png │ ├── index.html │ ├── main.html │ ├── manifest.json │ └── manifest.mobile.json ├── helloworld │ ├── build.sh │ └── build │ │ └── index.html ├── mbug │ ├── .gitignore │ ├── bg.js │ ├── build-android.sh │ ├── build.sh │ ├── fonts │ │ └── roboto │ │ │ └── v11 │ │ │ ├── 2UX7WLTfW3W8TclTUvlFyQ.woff │ │ │ ├── RxZJdnzeo3R5zSexge8UUT8E0i7KZn-EPnyo3HZu7kw.woff │ │ │ └── d-6IYplOFocCacKzxwXSOD8E0i7KZn-EPnyo3HZu7kw.woff │ ├── images │ │ ├── defaultlogo.png │ │ ├── ic_add_24dp.png │ │ ├── ic_add_black_24dp.png │ │ ├── ic_arrow_back_24dp.png │ │ ├── ic_arrow_back_24dp_black.png │ │ ├── ic_arrow_drop_down_24dp.png │ │ ├── ic_cancel_24dp.png │ │ ├── ic_clear_24dp.png │ │ ├── ic_clear_black_24dp.png │ │ ├── ic_done_24dp.png │ │ ├── ic_filter_24dp.png │ │ ├── ic_keep_24dp.png │ │ ├── ic_menu_24dp.png │ │ ├── ic_search_24dp.png │ │ ├── ic_sort_24dp.png │ │ ├── ic_star_24dp.png │ │ ├── ic_star_outline_24dp.png │ │ ├── ic_star_outline_white_24dp.png │ │ ├── ic_star_white_24dp.png │ │ ├── logo.png │ │ ├── projectBackground.png │ │ └── silhouette.png │ ├── main.html │ ├── manifest.json │ ├── manifest.mobile.json │ ├── oauth.js │ └── oauth2callback.html ├── navigator │ ├── 1x_web_ic_search_black_18dp.png │ ├── data │ │ ├── AudioData.js │ │ └── TodoData.js │ ├── images │ │ ├── audio.png │ │ ├── bug.png │ │ ├── contact.png │ │ ├── email.png │ │ ├── issue.png │ │ ├── pause.png │ │ ├── play.png │ │ ├── todo-checked.png │ │ └── todo-empty.png │ └── index.html ├── nbuEDU │ ├── 128.png │ ├── app_bg.js │ ├── app_view.html │ ├── bg.js │ ├── build.bat │ ├── build.sh │ ├── builder.css │ ├── config.js │ ├── designer_view.html │ ├── empty.html │ ├── foam.js │ ├── fonts.css │ ├── fonts │ │ ├── MaterialIconsExtended.woff2 │ │ ├── Roboto-cyrillic-400.woff2 │ │ ├── Roboto-cyrillic-500.woff2 │ │ ├── Roboto-cyrillic-ext-400.woff2 │ │ ├── Roboto-cyrillic-ext-500.woff2 │ │ ├── Roboto-greek-400.woff2 │ │ ├── Roboto-greek-500.woff2 │ │ ├── Roboto-greek-ext-400.woff2 │ │ ├── Roboto-greek-ext-500.woff2 │ │ ├── Roboto-latin-400.woff2 │ │ ├── Roboto-latin-500.woff2 │ │ ├── Roboto-latin-ext-400.woff2 │ │ ├── Roboto-latin-ext-500.woff2 │ │ ├── Roboto-vietnamese-400.woff2 │ │ ├── Roboto-vietnamese-500.woff2 │ │ └── fonts.css │ ├── index.html │ ├── manifest.json │ └── manifest.json.default ├── olympics │ └── Dockerfile ├── overflow │ ├── Controller.js │ ├── Overflow.html │ ├── Question.js │ └── data.js ├── pcalc │ ├── AppCalc_.html │ ├── Calc.html │ ├── Calc.js │ ├── CalcConfig.js │ ├── GHCalc.html │ ├── _locales │ │ ├── am │ │ │ └── messages.json │ │ ├── ar │ │ │ └── messages.json │ │ ├── bg │ │ │ └── messages.json │ │ ├── bn │ │ │ └── messages.json │ │ ├── ca │ │ │ └── messages.json │ │ ├── cs │ │ │ └── messages.json │ │ ├── da │ │ │ └── messages.json │ │ ├── de │ │ │ └── messages.json │ │ ├── el │ │ │ └── messages.json │ │ ├── en-GB │ │ │ └── messages.json │ │ ├── en │ │ │ └── messages.json │ │ ├── es-419 │ │ │ └── messages.json │ │ ├── es │ │ │ └── messages.json │ │ ├── et │ │ │ └── messages.json │ │ ├── fa │ │ │ └── messages.json │ │ ├── fi │ │ │ └── messages.json │ │ ├── fil │ │ │ └── messages.json │ │ ├── fr │ │ │ └── messages.json │ │ ├── gu │ │ │ └── messages.json │ │ ├── hi │ │ │ └── messages.json │ │ ├── hr │ │ │ └── messages.json │ │ ├── hu │ │ │ └── messages.json │ │ ├── id │ │ │ └── messages.json │ │ ├── it │ │ │ └── messages.json │ │ ├── iw │ │ │ └── messages.json │ │ ├── ja │ │ │ └── messages.json │ │ ├── kn │ │ │ └── messages.json │ │ ├── ko │ │ │ └── messages.json │ │ ├── lt │ │ │ └── messages.json │ │ ├── lv │ │ │ └── messages.json │ │ ├── ml │ │ │ └── messages.json │ │ ├── mr │ │ │ └── messages.json │ │ ├── ms │ │ │ └── messages.json │ │ ├── nl │ │ │ └── messages.json │ │ ├── no │ │ │ └── messages.json │ │ ├── pl │ │ │ └── messages.json │ │ ├── pt-BR │ │ │ └── messages.json │ │ ├── pt-PT │ │ │ └── messages.json │ │ ├── ro │ │ │ └── messages.json │ │ ├── ru │ │ │ └── messages.json │ │ ├── sk │ │ │ └── messages.json │ │ ├── sl │ │ │ └── messages.json │ │ ├── sr │ │ │ └── messages.json │ │ ├── sv │ │ │ └── messages.json │ │ ├── sw │ │ │ └── messages.json │ │ ├── ta │ │ │ └── messages.json │ │ ├── te │ │ │ └── messages.json │ │ ├── th │ │ │ └── messages.json │ │ ├── tr │ │ │ └── messages.json │ │ ├── uk │ │ │ └── messages.json │ │ ├── vi │ │ │ └── messages.json │ │ ├── zh-CN │ │ │ └── messages.json │ │ └── zh-TW │ │ │ └── messages.json │ ├── app_sources.sh │ ├── bg.js │ ├── build.sh │ ├── fonts │ │ ├── RobotoDraft-Light.woff2 │ │ └── fonts.css │ ├── gh-build.sh │ ├── icons │ │ ├── 128.png │ │ ├── 256.png │ │ ├── 32.png │ │ ├── 48.png │ │ ├── 64.png │ │ └── 96.png │ ├── manifest.json │ ├── package.sh │ └── web_sources.sh ├── power │ ├── power.html │ └── power.js ├── qbcapture │ ├── background.js │ ├── content.js │ ├── icon_128.png │ ├── manifest.json │ ├── redirected.html │ └── redirected.js ├── quickbug │ ├── build.sh │ ├── build │ │ └── SchemaImport.js │ ├── build_test.sh │ ├── empty.html │ ├── images │ │ ├── back.png │ │ ├── forth.png │ │ ├── link.svg │ │ ├── logo.png │ │ ├── refresh.png │ │ ├── restrict.png │ │ ├── settings.svg │ │ ├── star_off.gif │ │ └── star_on.gif │ ├── manifest_prod.json │ ├── manifest_test.json │ └── todo.txt ├── saturnomnibox │ ├── bg.js │ ├── logo128.png │ └── manifest.json ├── todo │ ├── TodoSW.html │ ├── build.sh │ ├── index.html │ ├── js │ │ └── com │ │ │ └── todomvc │ │ │ ├── Controller.js │ │ │ ├── Todo.js │ │ │ ├── TodoDAO.js │ │ │ └── TodoFilterView.js │ ├── node_modules │ │ ├── todomvc-app-css │ │ │ └── index.css │ │ └── todomvc-common │ │ │ └── base.css │ ├── package.json │ ├── readme.md │ ├── simple │ │ ├── ControllerView_toHTML.ft │ │ └── View_toHTML.ft │ └── worker.js ├── todofoam │ ├── Todo.html │ └── Todo.js ├── watlobby │ ├── bg.js │ ├── main.html │ └── manifest.json └── ymp │ ├── build.sh │ ├── icon192.png │ ├── icon256.png │ ├── icon384.png │ ├── icon512.png │ ├── icon96.png │ ├── index.html │ ├── index_build.html │ ├── manifest.json │ ├── manifest_build.json │ ├── splash240_320.png │ ├── splash750_1334.png │ └── ymp.appcache ├── core ├── BootstrapModel.js ├── ChromeApp.js ├── ChromeAppModelDAO.js ├── ChromeEval.js ├── FOAM.js ├── FOAMContextLoader.js ├── FOAMmodels.js ├── FObject.js ├── HTMLParser.js ├── IE11ModelDAO.js ├── JSONParser.js ├── JSONUtil.js ├── LinkView_toHTML.ft ├── ModelDAO.js ├── NodeModelDAO.js ├── NullModelDAO.js ├── QueryParser.js ├── ServiceWorker.js ├── TemplateUtil.js ├── UML.js ├── WeakMap.js ├── XMLHttpRequest.js ├── XMLUtil.js ├── arrayDAO.js ├── async.js ├── bootFOAM.js ├── bootFOAMAppsv2.js ├── bootFOAMAppsv2_Viewless.js ├── bootFOAMMain.js ├── bootFOAMViewless.js ├── bootFOAMWorker.js ├── bootFOAMnode.js ├── context.js ├── cview.js ├── dao.js ├── event.js ├── experimental │ ├── context2.js │ ├── fo.html │ ├── fo.js │ ├── fo2.js │ ├── fo3.html │ ├── fo3.js │ ├── fo3test.js │ ├── parse2.html │ ├── parse2.js │ ├── parse3.js │ ├── protobuffeatures.js │ ├── ps.js │ ├── scaleParser.js │ ├── schema │ │ ├── schema.js │ │ └── schema.json │ ├── stdlib.js │ └── tomaildemo.html ├── firefox.js ├── foam.css ├── fobrowser.html ├── fobrowser.js ├── funcName.js ├── i18n.js ├── images │ ├── Navigation_Left_Arrow.svg │ └── Navigation_Right_Arrow.svg ├── index.js ├── internetexplorer.js ├── issue.html ├── messaging.js ├── mlang.js ├── mlang1.js ├── mlang2.js ├── mm1Model.js ├── mm2Property.js ├── mm3Types.js ├── mm4Method.js ├── mm5Debug.js ├── mm6Misc.js ├── models.js ├── node.js ├── oam.js ├── oauth.html ├── oauth.js ├── oauthcallback.js ├── parse.js ├── safari.js ├── stdlib.js ├── value.js ├── view.js ├── visitor.js └── writer.js ├── demos ├── AuthDemo.html ├── CViewPrimitivesDemo.html ├── CViewPrimitivesDemo.js ├── CollisionWithSpring2.html ├── CollisionWithSpring2.js ├── ComponentGenerator.html ├── CropCircle.html ├── CropCircle.js ├── DemoCat.html ├── DemoCat.js ├── DesignPatterns.html ├── Dragon.html ├── FollowTheLeader.html ├── GoogleSimulator.html ├── I18N.html ├── I18N.js ├── MDDetailView.html ├── Package.html ├── Package.js ├── Polymer.html ├── PolymerModelGenerator.html ├── SetClassDemo.html ├── SyncDemo.html ├── SyncDemo.js ├── Tags.html ├── Template.html ├── Template.js ├── TraitGraphics.html ├── TraitGraphics.js ├── Traits.html ├── TwoWayDataBinding.html ├── TwoWayDataBinding.js ├── TypeCheck.html ├── TypeCheck.js ├── UnixSimulator.html ├── UnixSimulator.js ├── XMLTests.html ├── XMLTests.js ├── benchmark_data.json ├── canvasscrolling.html ├── canvasscrolling.js ├── carousel.html ├── dao.html ├── data │ └── contacts.js ├── demo.html ├── demo10.html ├── demo10b.html ├── demo10b2.html ├── demo10c.html ├── demo5.html ├── demo5.js ├── democat │ ├── ACalc.png │ ├── Baloons.png │ ├── Bubbles.png │ ├── Calc.png │ ├── Cells.png │ ├── Collision.png │ ├── CollisionWithSpring.png │ ├── Complements.png │ ├── Complements2a.png │ ├── Complements2b.png │ ├── CropCircle.png │ ├── DAO.png │ ├── DemoBlockDiagram.png │ ├── DemoCat.png │ ├── Dragon.png │ ├── DragonHeart.png │ ├── Eyes.png │ ├── FOBrowser.png │ ├── FadingCircles.png │ ├── FollowTheLeader.png │ ├── GMail.png │ ├── GoogleSimulator.png │ ├── I18N.png │ ├── InterpolatedClocks.png │ ├── LiveDragon.png │ ├── Logo.png │ ├── MBug.png │ ├── Minesweeper.png │ ├── Olympics.png │ ├── Overflow.png │ ├── PhoneCat.png │ ├── Pong.png │ ├── Preso3.png │ ├── QuickBug.png │ ├── QuickCompose.png │ ├── ReactiveClocks.png │ ├── Robot.png │ ├── Snake.png │ ├── SolarSystem.png │ ├── Spin.png │ ├── Spring.png │ ├── TaskManager.png │ ├── TimeWheel.png │ ├── Todo.png │ ├── TodoBrowser.png │ ├── TraitGraphics.png │ ├── TudorWall.png │ ├── TwoWayDataBinding.png │ ├── UnixSimulator.png │ ├── canvasscrolling.png │ ├── movie-clip-icon.png │ └── sync.png ├── demos.js ├── draggesture.html ├── gallery │ ├── gallery.html │ ├── img1.jpg │ ├── img2.jpg │ └── img3.jpg ├── helloworld.html ├── helloworld.js ├── horizontalscroll.html ├── layout.html ├── layout.js ├── nested.html ├── nested.js ├── oauth2callback.html ├── photo.html ├── photo.js ├── pinchgesture.html ├── predictiveTouch.html ├── scrolltest.html ├── scrollview.html ├── scrollview.js ├── slidingpanels.html ├── spinner.html ├── tapgesture.html ├── test.html ├── test.js ├── test2.html ├── touchlistview.html ├── touchlistview.js ├── viewswitcher.html ├── viewswitcher.js ├── wizard.html └── wizard.js ├── docs ├── TODO ├── doc.txt ├── query_docs.md └── scoping.txt ├── fonts.css ├── get-polymer.sh ├── hooks ├── install.sh └── pre-commit ├── index.html ├── index.js ├── indexDebug.html ├── java ├── demos │ ├── DaoTest │ │ ├── js │ │ │ └── tests │ │ │ │ └── TestModel.js │ │ └── run.sh │ ├── JsonTest │ │ ├── js │ │ │ └── test │ │ │ │ ├── JsonTest.js │ │ │ │ ├── JsonTestEnum.js │ │ │ │ ├── JsonTestSubProp.js │ │ │ │ └── TestModel.js │ │ └── run.sh │ └── NativeAppResources │ │ ├── gen_resources.sh │ │ └── js │ │ └── demo │ │ ├── DemoModel.js │ │ ├── GenObjcH.js │ │ ├── GenObjcM.js │ │ ├── ObjcHSource.js │ │ └── ObjcMSource.js └── foam │ ├── android │ ├── app │ │ ├── BrowserActivity.java │ │ ├── DetailFragment.java │ │ ├── ListFragment.java │ │ ├── StackActivity.java │ │ └── StackManager.java │ ├── core │ │ ├── AttributeUtils.java │ │ ├── FOAMActionBarActivity.java │ │ ├── FOAMActivity.java │ │ ├── FOAMFragment.java │ │ ├── Memorable.java │ │ └── XContext.java │ ├── dao │ │ ├── SQLUtil.java │ │ └── SQLiteDAO.java │ ├── util │ │ └── JSONUtil.java │ └── view │ │ ├── AbstractMDTextFieldBridge.java │ │ ├── AbstractTextFieldBridge.java │ │ ├── ArrayViewBridge.java │ │ ├── BaseViewBridge.java │ │ ├── CheckBoxBridge.java │ │ ├── DAOAdapter.java │ │ ├── DAOListViewBridge.java │ │ ├── DetailViewBridge.java │ │ ├── DetailViewFactory.java │ │ ├── EditIntBridge.java │ │ ├── EditTextBridge.java │ │ ├── FoamTagView.java │ │ ├── IntViewBridge.java │ │ ├── LayoutFactory.java │ │ ├── MDEditIntBridge.java │ │ ├── MDEditTextBridge.java │ │ ├── OneWayViewBridge.java │ │ ├── PropertyViewFactory.java │ │ ├── TextViewBridge.java │ │ ├── TwoWayViewBridge.java │ │ └── ViewBridge.java │ ├── core │ ├── AbstractArrayProperty.java │ ├── AbstractBooleanProperty.java │ ├── AbstractDoubleProperty.java │ ├── AbstractEnumProperty.java │ ├── AbstractFObject.java │ ├── AbstractFloatProperty.java │ ├── AbstractIntProperty.java │ ├── AbstractLongProperty.java │ ├── AbstractModel.java │ ├── AbstractObjectProperty.java │ ├── AbstractProperty.java │ ├── AbstractReferenceArrayProperty.java │ ├── AbstractReferenceProperty.java │ ├── AbstractRelationship.java │ ├── AbstractStringArrayProperty.java │ ├── AbstractStringProperty.java │ ├── ArrayProperty.java │ ├── ComparisonHelpers.java │ ├── EmptyX.java │ ├── EnumProperty.java │ ├── Expression.java │ ├── FCloneable.java │ ├── FObject.java │ ├── Feature.java │ ├── Freezable.java │ ├── FrozenObjectModificationException.java │ ├── Function.java │ ├── HasX.java │ ├── LabeledItem.java │ ├── Model.java │ ├── Property.java │ ├── PropertyChangeEvent.java │ ├── PropertyChangeSupport.java │ ├── PropertyComparator.java │ ├── PropertyValue.java │ ├── PubSub.java │ ├── PubSubListener.java │ ├── PubSubSource.java │ ├── ReferenceArrayProperty.java │ ├── ReferenceProperty.java │ ├── Relationship.java │ ├── SimpleValue.java │ ├── Value.java │ ├── ValueChangeEvent.java │ ├── X.java │ └── XFactory.java │ ├── core2 │ ├── ExprInterface.java │ ├── FObject.java │ ├── FoamFunction.java │ └── MLang.java │ ├── dao │ ├── AbstractDAO.java │ ├── ArrayDAO.java │ ├── CachingDAO.java │ ├── CompoundComparator.java │ ├── DAO.java │ ├── DAODecorator.java │ ├── DAOException.java │ ├── DAOInternalException.java │ ├── DAOListener.java │ ├── DecoratorDAO.java │ ├── FindSink.java │ ├── Index.java │ ├── IterableSelectHelper.java │ ├── LimitedDAO.java │ ├── ListSink.java │ ├── MDAO.java │ ├── MLang.java │ ├── OrderedDAO.java │ ├── Plan.java │ ├── PredicatedDAO.java │ ├── ProxyDAO.java │ ├── RelationshipDAO.java │ ├── RemoveSink.java │ ├── ReverseComparator.java │ ├── SeqNoDAO.java │ ├── Sink.java │ ├── SkipDAO.java │ └── TreeIndex.java │ ├── lib │ ├── json │ │ ├── AnyParser.java │ │ ├── ArrayParser.java │ │ ├── BooleanParser.java │ │ ├── FObjectArrayParser.java │ │ ├── FObjectParser.java │ │ ├── KeyParser.java │ │ ├── LongParser.java │ │ ├── ModelParserFactory.java │ │ ├── NullParser.java │ │ ├── Outputter.java │ │ ├── PropertyParser.java │ │ ├── StringParser.java │ │ └── Whitespace.java │ └── parse │ │ ├── Alt.java │ │ ├── AnyChar.java │ │ ├── Fail.java │ │ ├── Literal.java │ │ ├── Not.java │ │ ├── NotChar.java │ │ ├── NotChars.java │ │ ├── Optional.java │ │ ├── PStream.java │ │ ├── Parser.java │ │ ├── ParserContext.java │ │ ├── ParserContextImpl.java │ │ ├── ProxyParser.java │ │ ├── Reference.java │ │ ├── Repeat.java │ │ ├── Repeat0.java │ │ ├── Seq.java │ │ ├── Seq0.java │ │ ├── Seq1.java │ │ └── StringPS.java │ └── util │ └── WholeStreamReader.java ├── js ├── com │ ├── chrome │ │ └── apis │ │ │ ├── AccessGroup.js │ │ │ ├── ApiKey.js │ │ │ ├── ApiKeyCitationView.js │ │ │ ├── Controller.js │ │ │ ├── Experiment.js │ │ │ ├── ExperimentActivation.js │ │ │ ├── ExperimentActivationCitationView.js │ │ │ ├── ExperimentActivationDetailView.js │ │ │ ├── Origin.js │ │ │ └── User.js │ └── google │ │ ├── analytics │ │ ├── AbstractMetricsReportingDAO.js │ │ ├── AnalyticsDAO.js │ │ ├── WebMetricsReportingDAO.js │ │ └── XHRMetricsReportingDAO.js │ │ ├── drive │ │ ├── File.js │ │ ├── FileDAO.js │ │ ├── FileDAOTest.js │ │ └── FilesAPI.js │ │ ├── inno │ │ ├── Client.js │ │ ├── Client_CSS.ft │ │ ├── Message.js │ │ ├── MessageListView.js │ │ └── Server.js │ │ ├── mail │ │ ├── AuthClient.js │ │ ├── ComposeView.js │ │ ├── EMailCitationView.js │ │ ├── EMailCitationView2.js │ │ ├── EMailDAO.js │ │ ├── EMailExtensionsAgent.js │ │ ├── EMailServer.js │ │ ├── EMailSyncAgent.js │ │ ├── EMailView.js │ │ ├── EMailView2.js │ │ ├── FOAMGMailLabel.js │ │ ├── FOAMGMailMessage.js │ │ ├── GMailDraft.js │ │ ├── GMailHistory.js │ │ ├── GMailLabel.js │ │ ├── GMailMessage.js │ │ ├── GMailMessageDAO.js │ │ ├── GMailRestDAO.js │ │ ├── GMailThread.js │ │ ├── GMailToEMailDAO.js │ │ ├── GMailUserInfo.js │ │ ├── IdMapperDAO.js │ │ ├── MailClient.js │ │ ├── MenuLabelCitationView.js │ │ ├── MenuView.js │ │ ├── MobileAgent.js │ │ ├── MobileController.js │ │ ├── ProfileView.js │ │ ├── QueryParser.js │ │ ├── SplitDAO.js │ │ ├── Sync.js │ │ ├── SyncDecorator.js │ │ └── WebApp.js │ │ ├── misc │ │ └── Colors.js │ │ ├── nbuEDU │ │ ├── App.js │ │ ├── ClientSignup.js │ │ ├── Invite.js │ │ ├── Server.js │ │ ├── ServerSignup.js │ │ ├── UserClient.js │ │ └── examples │ │ │ ├── ads.json │ │ │ ├── people.json │ │ │ ├── streams.json │ │ │ └── videos.json │ │ ├── paper │ │ ├── InstanceView.js │ │ ├── QRView.js │ │ ├── Sandbox.js │ │ ├── Scanner.js │ │ ├── TestA.js │ │ ├── TestAView.js │ │ └── VideoCaptureView.js │ │ ├── plus │ │ ├── Circle.js │ │ ├── Community.js │ │ ├── Person.js │ │ ├── PlusManager.js │ │ ├── ShareList.js │ │ ├── ShareSink.js │ │ ├── ShareableTrait.js │ │ └── ui │ │ │ ├── ChipListView.js │ │ │ ├── ChipView.js │ │ │ ├── CircleCitationView.js │ │ │ ├── PersonChipView.js │ │ │ ├── PersonCitationView.js │ │ │ ├── PersonDetailView.js │ │ │ └── ShareListView.js │ │ ├── sweeper │ │ ├── Board.js │ │ ├── Cell.js │ │ ├── Game.js │ │ └── mine.jpg │ │ ├── watlobby │ │ ├── AccountCitationView.js │ │ ├── AuthApp.js │ │ ├── AuthenticatedServer.js │ │ ├── Bubble.js │ │ ├── Lobby.js │ │ ├── PhotoBubble.js │ │ ├── README.md │ │ ├── Remote.js │ │ ├── RemoteTrait.js │ │ ├── Server.js │ │ ├── Topic.js │ │ ├── TopicApp.js │ │ ├── TopicBubble.js │ │ ├── TopicCitationView.js │ │ ├── TopicDAO.js │ │ ├── TopicDetailView.js │ │ ├── VideoBubble.js │ │ ├── VideoView.js │ │ ├── admin.html │ │ ├── client.html │ │ ├── fsto.html │ │ ├── img │ │ │ ├── android.png │ │ │ ├── appbuilder.png │ │ │ ├── back.png │ │ │ ├── background.jpg │ │ │ ├── calculator.png │ │ │ ├── cardboard.png │ │ │ ├── chrome.png │ │ │ ├── chromecast.jpeg │ │ │ ├── close.png │ │ │ ├── fg.jpg │ │ │ ├── fg2.jpg │ │ │ ├── fiber.png │ │ │ ├── flip.png │ │ │ ├── foam.png │ │ │ ├── foam_red.png │ │ │ ├── foam_whiteontransparent.png │ │ │ ├── foampowered.png │ │ │ ├── foampowered_red.png │ │ │ ├── fstofoambg.png │ │ │ ├── fstofoambg2.png │ │ │ ├── gmailoffline.png │ │ │ ├── googlecanada.gif │ │ │ ├── googlecanada.png │ │ │ ├── googlewat.png │ │ │ ├── googlewat_square.png │ │ │ ├── googlewaticon.png │ │ │ ├── inbox.png │ │ │ ├── inwatvideo.png │ │ │ ├── onhub.png │ │ │ ├── onhublogo.png │ │ │ ├── photo.png │ │ │ ├── photoalbum.png │ │ │ ├── pixel.png │ │ │ └── play.png │ │ ├── index.html │ │ ├── orphanage │ │ │ ├── LobbyGL.js │ │ │ └── indexGL.html │ │ ├── remote.html │ │ ├── slideshow.html │ │ ├── topics.json │ │ └── webgl │ │ │ ├── Bubble.js │ │ │ ├── Lobby.js │ │ │ ├── PhotoBubble.js │ │ │ └── index.html │ │ └── ymp │ │ ├── App.js │ │ ├── Client.js │ │ ├── ClientContext.js │ │ ├── CreationTimeTrait.js │ │ ├── DynamicImage.js │ │ ├── GuidIDBase.js │ │ ├── Market.js │ │ ├── Person.js │ │ ├── Server.js │ │ ├── UserClient.js │ │ ├── bb │ │ ├── ContactProfile.js │ │ ├── Post.js │ │ ├── PostFilter.js │ │ ├── PostRelation.js │ │ └── Reply.js │ │ ├── controllers │ │ ├── DAOController.js │ │ └── DAOUpdateController.js │ │ ├── dao │ │ ├── DynamicImageAuthorizer.js │ │ ├── DynamicWhereDAO.js │ │ └── MarketSubAuthorizer.js │ │ ├── generators │ │ ├── ActualLocationGenerator.js │ │ ├── ContactProfileGenerator.js │ │ ├── DynamicImageGenerator.js │ │ ├── GenerateContactProfiles.js │ │ ├── GenerateDynamicImages.js │ │ ├── GenerateEverything.js │ │ ├── GeneratePeople.js │ │ ├── GeneratePostContents.js │ │ ├── GeneratePosts.js │ │ ├── Generator.js │ │ ├── LocationBase.js │ │ ├── MarketGenerator.js │ │ ├── PersonGenerator.js │ │ ├── PersonLocationGenerator.js │ │ ├── PostContentGenerator.js │ │ ├── PostGenerator.js │ │ └── ProductNameGenerator.js │ │ ├── geo │ │ ├── Finder.js │ │ └── Location.js │ │ ├── test │ │ ├── DataLoader.js │ │ ├── PostContent.js │ │ ├── ServerDebug.js │ │ ├── contactProfile.json │ │ ├── dynamicImage.json │ │ ├── market.json │ │ ├── person.json │ │ ├── post.json │ │ └── reply.json │ │ └── ui │ │ ├── ColorPicker.js │ │ ├── ContactProfileView.js │ │ ├── ContactRow.js │ │ ├── ContactRowView.js │ │ ├── DynamicImageLoader.js │ │ ├── DynamicImagePicker.js │ │ ├── DynamicImagePreView.js │ │ ├── DynamicImageView.js │ │ ├── MarketChipView.js │ │ ├── MarketRowView.js │ │ ├── MarketView.js │ │ ├── PersonChipView.js │ │ ├── PostEditView.js │ │ ├── PostRowView.js │ │ ├── PostView.js │ │ ├── ReplyEditView.js │ │ ├── ReplyRowView.js │ │ └── ReplyView.js ├── foam │ ├── Memo.js │ ├── Name.js │ ├── apps │ │ ├── Modeller.js │ │ ├── builder │ │ │ ├── App.js │ │ │ ├── AppBuilderContext.js │ │ │ ├── AppConfig.js │ │ │ ├── AppConfigActionsView.js │ │ │ ├── AppConfigCitationView.js │ │ │ ├── AppConfigSheetView.js │ │ │ ├── AppController.js │ │ │ ├── AppLoader.js │ │ │ ├── AppToolbarView.js │ │ │ ├── AppWindow.js │ │ │ ├── BrowserConfig.js │ │ │ ├── Builder.js │ │ │ ├── BuilderView.js │ │ │ ├── ConfigParser.js │ │ │ ├── DataConfig.js │ │ │ ├── DesignerView.js │ │ │ ├── DownloadManager.js │ │ │ ├── ExportConfirmView.js │ │ │ ├── Identity.js │ │ │ ├── IdentityManager.js │ │ │ ├── ImportExportFlow.js │ │ │ ├── ImportExportFlowView.js │ │ │ ├── ImportExportManager.js │ │ │ ├── ImportManager.js │ │ │ ├── InfoOptionView.js │ │ │ ├── IntIDTrait.js │ │ │ ├── MenuItemCitationView.js │ │ │ ├── MenuView.js │ │ │ ├── NoCloneProperty.js │ │ │ ├── OAuth2AppBuilderTrait.js │ │ │ ├── OAuth2ChromeApp.js │ │ │ ├── OAuth2ChromeIdentity.js │ │ │ ├── PackageManager.js │ │ │ ├── Panel.js │ │ │ ├── SettingsView.js │ │ │ ├── SourceManager.js │ │ │ ├── StateView.js │ │ │ ├── SummaryView.js │ │ │ ├── TOSData.js │ │ │ ├── TOSView.js │ │ │ ├── Timeout.js │ │ │ ├── TrackLaunchCloseTrait.js │ │ │ ├── Upload.js │ │ │ ├── UploadManager.js │ │ │ ├── ViewMenuItem.js │ │ │ ├── WebView.js │ │ │ ├── XHRBinding.js │ │ │ ├── XHRManager.js │ │ │ ├── ZIndexTrait.js │ │ │ ├── administrator │ │ │ │ ├── AdminController.js │ │ │ │ ├── AdminView.js │ │ │ │ ├── AppConfig.js │ │ │ │ ├── AppWizard.js │ │ │ │ ├── BrowserConfigFactory.js │ │ │ │ ├── DesignerView.js │ │ │ │ └── PickAppWizard.js │ │ │ ├── controller │ │ │ │ ├── Controller.js │ │ │ │ ├── ControllerView.js │ │ │ │ ├── Overlay.js │ │ │ │ ├── Panel.js │ │ │ │ ├── PermanentNav.js │ │ │ │ ├── StackView.js │ │ │ │ └── Transition.js │ │ │ ├── dao │ │ │ │ ├── DAOFactory.js │ │ │ │ ├── DAOFactoryEditView.js │ │ │ │ ├── DAOFactoryView.js │ │ │ │ ├── DAOSummaryView.js │ │ │ │ ├── EditView.js │ │ │ │ ├── EmbeddedDAOFactory.js │ │ │ │ ├── GoogleDriveDAOFactory.js │ │ │ │ ├── GoogleDriveDAOFactoryEditView.js │ │ │ │ ├── IDBDAOFactory.js │ │ │ │ ├── IDBDAOFactoryEditView.js │ │ │ │ └── LocalDAOFactory.js │ │ │ ├── datamodels │ │ │ │ ├── CustomModelProperty.js │ │ │ │ ├── ModelCitationView.js │ │ │ │ ├── ModelSummaryView.js │ │ │ │ ├── ModelWizardEditView.js │ │ │ │ ├── PropertyEditWizard.js │ │ │ │ ├── PropertyWizard.js │ │ │ │ └── meta │ │ │ │ │ ├── MetaEditor.js │ │ │ │ │ ├── descriptor │ │ │ │ │ ├── DAOFactoryCitationView.js │ │ │ │ │ ├── DAOFactoryMetaDescriptor.js │ │ │ │ │ ├── MetaDescriptor.js │ │ │ │ │ ├── MetaDescriptorView.js │ │ │ │ │ ├── PropertyMetaDescriptor.js │ │ │ │ │ └── PropertyTypeCitationView.js │ │ │ │ │ └── types │ │ │ │ │ ├── BooleanPropertyEditView.js │ │ │ │ │ ├── CitationView.js │ │ │ │ │ ├── EditView.js │ │ │ │ │ ├── FloatPropertyEditView.js │ │ │ │ │ ├── ImagePropertyEditView.js │ │ │ │ │ ├── IntPropertyEditView.js │ │ │ │ │ ├── ModelEditView.js │ │ │ │ │ ├── PhoneNumberPropertyEditView.js │ │ │ │ │ ├── PropertyCitationView.js │ │ │ │ │ ├── PropertyEditView.js │ │ │ │ │ └── StringPropertyEditView.js │ │ │ ├── events │ │ │ │ ├── AppConfig.js │ │ │ │ ├── AppWizard.js │ │ │ │ ├── BrowserConfigFactory.js │ │ │ │ ├── ChangeDAOWizard.js │ │ │ │ ├── DAOWizard.js │ │ │ │ ├── DesignerView.js │ │ │ │ ├── Event.js │ │ │ │ ├── EventsController.js │ │ │ │ ├── EventsDetailView.js │ │ │ │ ├── EventsView.js │ │ │ │ ├── NewDAOWizard.js │ │ │ │ ├── NewOrExistingDAOWizard.js │ │ │ │ └── Presenter.js │ │ │ ├── kiosk │ │ │ │ ├── AdvancedInfoWizard.js │ │ │ │ ├── AppConfig.js │ │ │ │ ├── BasicInfoWizard.js │ │ │ │ ├── BrowserConfigFactory.js │ │ │ │ ├── ChromeView.js │ │ │ │ ├── ChromeWizard.js │ │ │ │ ├── DesignerView.js │ │ │ │ ├── DeviceInfoWizard.js │ │ │ │ ├── ImportWizard.js │ │ │ │ ├── KioskView.js │ │ │ │ └── NewOrExistingWizard.js │ │ │ ├── model │ │ │ │ ├── regex │ │ │ │ │ ├── ContainsRegex.js │ │ │ │ │ ├── EasyRegex.js │ │ │ │ │ ├── MatchesRegex.js │ │ │ │ │ ├── NotContainsRegex.js │ │ │ │ │ ├── NotMatchesRegex.js │ │ │ │ │ ├── PatternParamView.js │ │ │ │ │ ├── RegexPickerView.js │ │ │ │ │ └── RegexTests.js │ │ │ │ └── ui │ │ │ │ │ ├── BooleanPropertyEditView.js │ │ │ │ │ ├── BooleanPropertyView.js │ │ │ │ │ ├── EditView.js │ │ │ │ │ ├── FloatPropertyEditView.js │ │ │ │ │ ├── FloatPropertyView.js │ │ │ │ │ ├── InlineEditView.js │ │ │ │ │ ├── InlineView.js │ │ │ │ │ ├── IntPropertyEditView.js │ │ │ │ │ ├── IntPropertyView.js │ │ │ │ │ ├── Loader.js │ │ │ │ │ ├── PropertyEditView.js │ │ │ │ │ ├── PropertyView.js │ │ │ │ │ ├── StringPropertyEditView.js │ │ │ │ │ ├── StringPropertyView.js │ │ │ │ │ ├── TestView.js │ │ │ │ │ └── TypePickerView.js │ │ │ ├── questionnaire │ │ │ │ ├── AppConfig.js │ │ │ │ ├── AppWizard.js │ │ │ │ ├── BrowserConfigFactory.js │ │ │ │ ├── ChangeDAOWizard.js │ │ │ │ ├── ChangeModelWizard.js │ │ │ │ ├── DAOWizard.js │ │ │ │ ├── DesignerView.js │ │ │ │ ├── ModelPreviewWizard.js │ │ │ │ ├── ModelWizard.js │ │ │ │ ├── NewDAOWizard.js │ │ │ │ ├── NewModelWizard.js │ │ │ │ ├── NewOrExistingDAOWizard.js │ │ │ │ ├── NewOrExistingModelWizard.js │ │ │ │ ├── Questionnaire.js │ │ │ │ ├── QuestionnaireController.js │ │ │ │ ├── QuestionnaireDetailView.js │ │ │ │ └── QuestionnaireView.js │ │ │ ├── templates │ │ │ │ ├── AppView.js │ │ │ │ └── PanelView.js │ │ │ └── wizard │ │ │ │ ├── ChangeDAOWizard.js │ │ │ │ ├── ChangeModelWizard.js │ │ │ │ ├── DAOWizard.js │ │ │ │ ├── ModelPreviewWizard.js │ │ │ │ ├── ModelWizard.js │ │ │ │ ├── NewDAOWizard.js │ │ │ │ ├── NewOrExistingDAOWizard.js │ │ │ │ ├── NewOrExistingModelWizard.js │ │ │ │ ├── NewOrExistingWizard.js │ │ │ │ ├── WizardPage.js │ │ │ │ ├── WizardStackView.js │ │ │ │ └── WizardViewFactoryProperty.js │ │ ├── calc │ │ │ ├── Binary.js │ │ │ ├── Calc.js │ │ │ ├── CalcButton.js │ │ │ ├── CalcSpeechView.js │ │ │ ├── CalcView.js │ │ │ ├── ChromeApp.js │ │ │ ├── Fonts.js │ │ │ ├── History.js │ │ │ ├── HistoryCitationView.js │ │ │ ├── MainButtonsView.js │ │ │ ├── Num.js │ │ │ ├── NumberFormatter.js │ │ │ ├── SecondaryButtonsView.js │ │ │ ├── TertiaryButtonsView.js │ │ │ ├── Unary.js │ │ │ ├── WebApp.js │ │ │ └── test │ │ │ │ ├── CalcTest.js │ │ │ │ ├── TestRunner.js │ │ │ │ ├── Tests.html │ │ │ │ └── Tests.js │ │ ├── chatter │ │ │ ├── Channel.js │ │ │ ├── Client.js │ │ │ ├── Message.js │ │ │ ├── README.md │ │ │ ├── Server.js │ │ │ └── ui │ │ │ │ ├── ChannelCitationView.js │ │ │ │ ├── ChannelCitationView_toHTML.ft │ │ │ │ ├── ChannelView.js │ │ │ │ ├── ChannelView_toHTML.ft │ │ │ │ ├── ClientView.js │ │ │ │ ├── ClientView_toHTML.ft │ │ │ │ └── NotificationsView.js │ │ ├── ctm │ │ │ ├── CTMApp.js │ │ │ ├── History.js │ │ │ ├── Task.js │ │ │ ├── TaskController.js │ │ │ ├── TaskHistoriesView.js │ │ │ ├── TaskHistoryGraph.js │ │ │ ├── TaskManager.js │ │ │ ├── TaskManagerContext.js │ │ │ ├── TaskManagerDetailView.js │ │ │ ├── TaskPieGraph.js │ │ │ └── TaskSimulator.js │ │ ├── ctml │ │ │ ├── CTMApp.js │ │ │ ├── Task.js │ │ │ ├── TaskController.js │ │ │ ├── TaskManager.js │ │ │ ├── TaskManagerContext.js │ │ │ ├── TaskManagerDetailView.js │ │ │ └── TaskSimulator.js │ │ ├── mainsite │ │ │ └── Site.js │ │ ├── mbug │ │ │ ├── CordovaApp.js │ │ │ ├── MBug.js │ │ │ ├── MBug_CSS.ft │ │ │ ├── WebApp.js │ │ │ └── ui │ │ │ │ ├── ChangeProjectView.js │ │ │ │ ├── CitationRowView.js │ │ │ │ ├── CitationView.js │ │ │ │ ├── CommentView.js │ │ │ │ ├── IssueCitationView.js │ │ │ │ ├── IssueView.js │ │ │ │ ├── LabelCitationView.js │ │ │ │ ├── LabelView.js │ │ │ │ ├── PersonView.js │ │ │ │ ├── PriorityCitationView.js │ │ │ │ └── PriorityView.js │ │ ├── quickbug │ │ │ ├── ChromeApp.js │ │ │ ├── controller │ │ │ │ └── Background.js │ │ │ ├── dao │ │ │ │ ├── IssueRestDAO.js │ │ │ │ ├── ProjectNetworkDAO.js │ │ │ │ ├── QIssueCommentNetworkDAO.js │ │ │ │ ├── QIssueCommentUpdateDAO.js │ │ │ │ ├── QIssuesSplitDAO.js │ │ │ │ └── SyncManager.js │ │ │ ├── model │ │ │ │ ├── Cursor.js │ │ │ │ ├── DefaultQuery.js │ │ │ │ ├── LabelArrayProperty.js │ │ │ │ ├── LabelCompleter.js │ │ │ │ ├── LabelStringEnumProperty.js │ │ │ │ ├── LabelStringProperty.js │ │ │ │ ├── Location.js │ │ │ │ ├── PersonCompleter.js │ │ │ │ ├── QBug.js │ │ │ │ ├── QIssueComment.js │ │ │ │ ├── QIssueCommentUpdate.js │ │ │ │ ├── QIssueLabel.js │ │ │ │ ├── QIssueStatus.j │ │ │ │ ├── QIssueStatus.js │ │ │ │ ├── QProject.js │ │ │ │ ├── QUser.js │ │ │ │ ├── StatusCompleter.js │ │ │ │ └── imported │ │ │ │ │ ├── Issue.js │ │ │ │ │ ├── IssueComment.js │ │ │ │ │ ├── IssueCommentUpdate.js │ │ │ │ │ ├── IssuePerson.js │ │ │ │ │ ├── Project.js │ │ │ │ │ ├── ProjectIssueConfig.js │ │ │ │ │ └── User.js │ │ │ ├── types │ │ │ │ └── LocationProperty.js │ │ │ └── ui │ │ │ │ ├── BlockView.js │ │ │ │ ├── Browser.js │ │ │ │ ├── ChromeAppBrowser.js │ │ │ │ ├── ColExpr.js │ │ │ │ ├── ConfigureProjectsView.js │ │ │ │ ├── CursorView.js │ │ │ │ ├── DragAndDropGrid.js │ │ │ │ ├── GriddedStringArrayView.js │ │ │ │ ├── IssueDropCell.js │ │ │ │ ├── IssueLink.js │ │ │ │ ├── ItemCount.js │ │ │ │ ├── LabelAutocompleteView.js │ │ │ │ ├── MementoMgr.js │ │ │ │ ├── QIssueCLView.js │ │ │ │ ├── QIssueCommentAuthorView.js │ │ │ │ ├── QIssueCommentCreateView.js │ │ │ │ ├── QIssueCommentUpdateDetailView.js │ │ │ │ ├── QIssueCommentUpdateView.js │ │ │ │ ├── QIssueCommentView.js │ │ │ │ ├── QIssueCreateView.js │ │ │ │ ├── QIssueDetailView.js │ │ │ │ ├── QIssueLabelsView.js │ │ │ │ ├── QIssuePreviewBorder.js │ │ │ │ ├── QIssueTableView.js │ │ │ │ ├── QIssueTileView.js │ │ │ │ ├── QIssueTileView2.js │ │ │ │ └── StatusAutocompleteView.js │ │ └── todo │ │ │ ├── Todo.js │ │ │ ├── TodoApp.js │ │ │ ├── model │ │ │ └── Todo.js │ │ │ └── ui │ │ │ ├── TodoCitationView.js │ │ │ └── TodoDetailView.js │ ├── browser │ │ ├── BrowserConfig.js │ │ ├── u2 │ │ │ ├── BrowserController.js │ │ │ ├── BrowserDAOCreateController.js │ │ │ ├── BrowserDAOUpdateController.js │ │ │ ├── BrowserView.js │ │ │ └── StackView.js │ │ └── ui │ │ │ ├── BrowserView.js │ │ │ ├── DAOController.js │ │ │ └── StackView.js │ ├── build │ │ ├── BuildAndroidApp.js │ │ ├── BuildApp.js │ │ ├── BuildChromeApp.js │ │ ├── I18nApp.js │ │ ├── JavaApplication.js │ │ └── WebApplication.js │ ├── chrome │ │ ├── AppContext.js │ │ ├── AppController.js │ │ └── AppControllerView.js │ ├── chromeapp │ │ └── ui │ │ │ └── ZoomView.js │ ├── controllers │ │ └── ViewChoiceController.js │ ├── core │ │ ├── Enum.js │ │ ├── EnumValue.js │ │ ├── bootstrap │ │ │ ├── BrowserFileDAO.js │ │ │ ├── ChromeAppFileDAO.js │ │ │ ├── IE11ModelDAO.js │ │ │ └── OrDAO.js │ │ ├── dao │ │ │ ├── AbstractAdapterDAO.js │ │ │ ├── AuthenticatedWebSocketDAO.js │ │ │ ├── BlobSerializeDAO.js │ │ │ ├── CascadingRemoveDAO.js │ │ │ ├── ChromeStorageDAO.js │ │ │ ├── ChromeSyncStorageDAO.js │ │ │ ├── ClientDAO.js │ │ │ ├── CloningDAO.js │ │ │ ├── CollectorSink.js │ │ │ ├── DefaultObjectDAO.js │ │ │ ├── DelayedPutDAO.js │ │ │ ├── DelayedSelectDAO.js │ │ │ ├── ErrorDAO.js │ │ │ ├── JoinDAO.js │ │ │ ├── KeyCollector.js │ │ │ ├── KeywordDAO.js │ │ │ ├── KeywordsTrait.js │ │ │ ├── LRUCachingDAO.js │ │ │ ├── LimitedLiveCachingDAO.js │ │ │ ├── ManuallyDelayedPutDAO.js │ │ │ ├── ManuallyDelayedSelectDAO.js │ │ │ ├── MergeDAO.js │ │ │ ├── MigrationDAO.js │ │ │ ├── MigrationRule.js │ │ │ ├── OrDAO.js │ │ │ ├── OrderedCollectorSink.js │ │ │ ├── PartitionDAO.js │ │ │ ├── PropertyOffloadDAO.js │ │ │ ├── RestDAO.js │ │ │ ├── SerialPutDAO.js │ │ │ ├── SlidingWindowDAO.js │ │ │ ├── SplitDAO.js │ │ │ ├── StorageDAO.js │ │ │ ├── StoreAndForwardDAO.js │ │ │ ├── StripPropertiesDAO.js │ │ │ ├── Sync.js │ │ │ ├── SyncDAO.js │ │ │ ├── SyncTrait.js │ │ │ ├── VersionNoDAO.js │ │ │ ├── WaitCursorDAO.js │ │ │ ├── WebSocketDAO.js │ │ │ ├── WhenIdleDAO.js │ │ │ ├── WorkerDAO.js │ │ │ ├── WorkerDelegate.js │ │ │ └── sync │ │ │ │ ├── PollingSyncDAO.js │ │ │ │ └── SocketSyncDAO.js │ │ ├── fo │ │ │ ├── BaseFeatureDAO.js │ │ │ ├── Feature.js │ │ │ ├── FeatureDAO.js │ │ │ └── ModelDetailView.js │ │ └── types │ │ │ ├── DAOProperty.js │ │ │ ├── DOMElementProperty.js │ │ │ ├── DocumentInstallProperty.js │ │ │ ├── EnumPropertyTrait.js │ │ │ ├── IPv4Property.js │ │ │ ├── JSONArrayProperty.js │ │ │ ├── JSONDateProperty.js │ │ │ ├── JSONImageProperty.js │ │ │ ├── JSONIntProperty.js │ │ │ ├── JSONModelTrait.js │ │ │ ├── JSONPropertyTrait.js │ │ │ ├── JSONStringEnumProperty.js │ │ │ ├── JSONStringProperty.js │ │ │ ├── PhoneProperty.js │ │ │ └── StringEnumProperty.js │ ├── dao │ │ ├── ArrayDAO.js │ │ ├── AuthorizedDAO.js │ │ ├── Authorizer.js │ │ ├── BusyStatusDAO.js │ │ ├── CachingDAO.js │ │ ├── ChromeFile.js │ │ ├── ChromeFileSystem.js │ │ ├── ChromeFileSystemDAO.js │ │ ├── ContextualizingDAO.js │ │ ├── DAOVersion.js │ │ ├── DatastoreDAO.js │ │ ├── DeDupDAO.js │ │ ├── DebugAuthDAO.js │ │ ├── EasyClientDAO.js │ │ ├── EasyDAO.js │ │ ├── File.js │ │ ├── FindFallbackDAO.js │ │ ├── FutureDAO.js │ │ ├── GUIDDAO.js │ │ ├── GoogleAuthDAO.js │ │ ├── IDBDAO.js │ │ ├── LazyCacheDAO.js │ │ ├── LoggingDAO.js │ │ ├── NoSelectAllDAO.js │ │ ├── NodeFileDAO.js │ │ ├── NullDAO.js │ │ ├── PrivateOwnerAuthorizer.js │ │ ├── PrivateOwnerAuthorizerTest.js │ │ ├── ProxyDAO.js │ │ ├── PublicReadPrivateWriteAuthorizer.js │ │ ├── PublicReadPrivateWriteAuthorizerTest.js │ │ ├── ScrollDAO.js │ │ ├── SeqNoDAO.js │ │ ├── TimingDAO.js │ │ ├── ZipArchiveDAO.js │ │ ├── auth │ │ │ ├── Account.js │ │ │ └── AdminOnlyAuthorizer.js │ │ ├── nativesupport │ │ │ ├── ArrayDAO.js │ │ │ ├── ArraySink.js │ │ │ ├── ClosureSink.js │ │ │ ├── DAOQueryOptions.js │ │ │ ├── DAOSink.js │ │ │ ├── DelayDAO.js │ │ │ ├── IdSelectDAO.js │ │ │ ├── ListenableDAO.js │ │ │ ├── MultiSink.js │ │ │ ├── PredicatedSink.js │ │ │ ├── ProxySink.js │ │ │ ├── RelaySink.js │ │ │ └── Sink.js │ │ └── swift │ │ │ └── NSArchiverDAO.js │ ├── demos │ │ ├── AllViews.js │ │ ├── ArchitectureDiagram.js │ │ ├── BarGraphs.js │ │ ├── BrowserFileDAO.js │ │ ├── ChoiceRadioViewDemo.js │ │ ├── ChoiceRadioViewDemoApp.js │ │ ├── ClockView.js │ │ ├── ContainerManagedPersistence.js │ │ ├── DAOStrategies.js │ │ ├── DelayView.js │ │ ├── DragonLiveCoding.js │ │ ├── EnumDemo.js │ │ ├── ExpandingCard.js │ │ ├── FOAMComponents.js │ │ ├── FOAMDiagram.js │ │ ├── Flow.js │ │ ├── Flow_toHTML.ft │ │ ├── FutureView.js │ │ ├── HelloWorld.js │ │ ├── HelloWorldApp.js │ │ ├── HorizontalSlidingViewChoiceView.js │ │ ├── InterpolatedClocks.js │ │ ├── InterpolatedEyes.js │ │ ├── MDFieldGuide.js │ │ ├── Memento.js │ │ ├── MemorableObject.js │ │ ├── MemorableQuery.js │ │ ├── ModelingDiagram.js │ │ ├── PageView.js │ │ ├── PanelViewChoiceView.js │ │ ├── ReactiveClocks.js │ │ ├── Replicator.js │ │ ├── ScriptTagDAO.js │ │ ├── SolarSystem.js │ │ ├── SomeEnum.js │ │ ├── StandingDeskTimer.js │ │ ├── StandingDeskTimerEnum.js │ │ ├── SubMemorableObject.js │ │ ├── Sudoku.js │ │ ├── TabLevelViewChoiceView.js │ │ ├── TabbedViewChoiceView.js │ │ ├── TextAreaDAOViewTest.js │ │ ├── TopLevelViewChoiceView.js │ │ ├── TopToolbar.js │ │ ├── TwoPaneView.js │ │ ├── U2Demo.js │ │ ├── ViewChoiceComposite.js │ │ ├── android │ │ │ └── faq │ │ │ │ ├── ChildQuestion.js │ │ │ │ └── Question.js │ │ ├── dailycount │ │ │ ├── Controller.js │ │ │ ├── CountView.js │ │ │ ├── DailyCount.js │ │ │ ├── DailyThing.js │ │ │ └── README.md │ │ ├── empire │ │ │ ├── Preso.js │ │ │ ├── Preso2.js │ │ │ ├── Preso2_toHTML.ft │ │ │ ├── Preso3.js │ │ │ ├── Preso3_toHTML.ft │ │ │ ├── Preso_toHTML.ft │ │ │ ├── SweeperQR.png │ │ │ ├── benchmarks.png │ │ │ ├── google.png │ │ │ └── todo.png │ │ ├── graphics │ │ │ ├── Complements.js │ │ │ ├── Complements2.js │ │ │ ├── Complements2a.js │ │ │ ├── Complements2b.js │ │ │ ├── Dragon.js │ │ │ ├── DragonHeart.html │ │ │ ├── DragonHeart.js │ │ │ ├── EyeCView.js │ │ │ ├── EyesCView.js │ │ │ ├── EyesDemo.js │ │ │ ├── FadingCircles.js │ │ │ ├── Logo.js │ │ │ ├── SimpleWebGL.js │ │ │ ├── Spin.js │ │ │ └── TudorWall.js │ │ ├── heroes │ │ │ ├── CitationView.js │ │ │ ├── Controller.js │ │ │ ├── DashboardCitationView.js │ │ │ └── Hero.js │ │ ├── lightsout │ │ │ ├── Game.js │ │ │ ├── Node.js │ │ │ └── NodesView.js │ │ ├── modeldiagram │ │ │ ├── ModelDiagram.js │ │ │ ├── ModelDiagramOTY.js │ │ │ ├── ModelDiagramOW.js │ │ │ ├── Person.js │ │ │ ├── PersonES6.png │ │ │ ├── PersonJava.png │ │ │ ├── PersonV0.js │ │ │ ├── PersonV0.png │ │ │ ├── PersonV05.png │ │ │ ├── PersonV1.png │ │ │ └── WarpedGrid.png │ │ ├── olympics │ │ │ ├── ClientController.js │ │ │ ├── Controller.js │ │ │ ├── Medal.js │ │ │ ├── MedalData.json │ │ │ ├── README.md │ │ │ └── Server.js │ │ ├── physics │ │ │ ├── Baloons.js │ │ │ ├── Bubbles.js │ │ │ ├── Collision.js │ │ │ ├── CollisionWithSpring.js │ │ │ ├── PhysicalCircle.js │ │ │ ├── PhysicalGLCircle.js │ │ │ ├── PhysicalGLSphere.js │ │ │ └── Spring.js │ │ ├── pong │ │ │ └── Pong.js │ │ ├── server │ │ │ ├── README.md │ │ │ ├── TodoClient.js │ │ │ └── TodoServerConfig.js │ │ ├── serverdaobreak │ │ │ ├── Client.js │ │ │ └── SomeModel.js │ │ ├── sevenguis │ │ │ ├── CRUD.js │ │ │ ├── Cells.js │ │ │ ├── CircleDrawer.js │ │ │ ├── Counter.js │ │ │ ├── FlightBooker.js │ │ │ ├── README.md │ │ │ ├── TempConv.js │ │ │ ├── Timer.js │ │ │ └── index.html │ │ ├── sevenguisu2 │ │ │ ├── CRUD.js │ │ │ ├── Cells.js │ │ │ ├── CircleDrawer.js │ │ │ ├── Counter.js │ │ │ ├── FlightBooker.js │ │ │ ├── TempConv.js │ │ │ └── Timer.js │ │ ├── supersnake │ │ │ ├── Game.js │ │ │ └── Robot.js │ │ └── wat │ │ │ ├── BecomingAGoogler.js │ │ │ ├── BecomingAGoogler_CSS.ft │ │ │ ├── BecomingAGoogler_toHTML.ft │ │ │ ├── Grid.js │ │ │ ├── Slides.js │ │ │ ├── benchmarks.png │ │ │ ├── chrome_gear.png │ │ │ ├── chrome_prop.png │ │ │ ├── google.png │ │ │ ├── google_serve.png │ │ │ ├── hume.jpg │ │ │ ├── ipad_text_layout.png │ │ │ ├── temple.jpg │ │ │ └── todo.png │ ├── documentation │ │ ├── ActionRowDocView.js │ │ ├── ControllerView.js │ │ ├── DocBodyView.js │ │ ├── DocBrowserController.js │ │ ├── DocBrowserView.js │ │ ├── DocChaptersView.js │ │ ├── DocFeatureCollapsedView.js │ │ ├── DocFeatureInheritanceTracker.js │ │ ├── DocFeatureModelDataRefView.js │ │ ├── DocFeatureModelRefView.js │ │ ├── DocFeatureOverridesRefView.js │ │ ├── DocFeatureSubmodelRefView.js │ │ ├── DocFeatureView.js │ │ ├── DocModelFeatureDAOTrait.js │ │ ├── DocModelInheritanceTracker.js │ │ ├── DocOptionalView.js │ │ ├── DocRef.js │ │ ├── DocRefView.js │ │ ├── DocView.js │ │ ├── DocViewPicker.js │ │ ├── DocumentationBook.js │ │ ├── DocumentationBookFullPageDocView.js │ │ ├── DocumentationBookRowDocView.js │ │ ├── DocumentationBookSummaryDocView.js │ │ ├── FeatureListDocView.js │ │ ├── FeatureListLoaderTrait.js │ │ ├── FullPageDocView.js │ │ ├── InterfaceFullPageDocView.js │ │ ├── InterfaceSummaryDocView.js │ │ ├── IssueRowDocView.js │ │ ├── MethodRowDocView.js │ │ ├── MethodSimpleRowDocView.js │ │ ├── ModelCompletenessRecord.js │ │ ├── ModelDescriptionRowView.js │ │ ├── ModelDocView.js │ │ ├── ModelFullPageDocView.js │ │ ├── ModelListController.js │ │ ├── ModelRowDocView.js │ │ ├── ModelSummaryDocView.js │ │ ├── PropertyRowDocView.js │ │ ├── RelationshipRowDocView.js │ │ ├── RowDocView.js │ │ ├── SimpleRowDocView.js │ │ ├── SubModelOptionalView.js │ │ ├── SummaryDocView.js │ │ ├── TemplateRowDocView.js │ │ ├── TextualDAOListView.js │ │ ├── TraitUsersOptionalView.js │ │ ├── diagram │ │ │ ├── DocDiagramTrait.js │ │ │ ├── DocDiagramView.js │ │ │ ├── DocLinkDiagram.js │ │ │ ├── DocModelDiagramView.js │ │ │ ├── ExtendsDiagram.js │ │ │ ├── FeatureDiagram.js │ │ │ ├── FeatureListDiagram.js │ │ │ ├── ModelDocDiagram.js │ │ │ └── TraitListDiagram.js │ │ ├── markdown │ │ │ └── QueryDocs.js │ │ └── new │ │ │ ├── DocBrowser.js │ │ │ ├── DocFeatureInheritanceTracker.js │ │ │ ├── InheritanceEngine.js │ │ │ └── ui │ │ │ ├── FeatureDocView.js │ │ │ ├── MethodDocView.js │ │ │ ├── ModelDocView.js │ │ │ └── PropertyDocView.js │ ├── flow │ │ ├── AceCodeView.js │ │ ├── Aside.js │ │ ├── Author.js │ │ ├── BookTitle.js │ │ ├── CardDeck.js │ │ ├── CodeSample.js │ │ ├── CodeSampleOutput.js │ │ ├── CodeSampleOutputView.js │ │ ├── CodeSampleViewOutput.js │ │ ├── CodeSampleViewOutputView.js │ │ ├── CodeSnippet.js │ │ ├── CodeSnippetView.js │ │ ├── CodeView.js │ │ ├── Element.js │ │ ├── ExpandableSection.js │ │ ├── FBEDaos.js │ │ ├── FBEDaos_toInnerHTML.ft │ │ ├── FBEModels.js │ │ ├── FBEModels_toInnerHTML.ft │ │ ├── FBEViews.js │ │ ├── FBEViews_toInnerHTML.ft │ │ ├── FOAMBook.js │ │ ├── FOAMBook_CSS.ft │ │ ├── FOAMBook_toHTML.ft │ │ ├── FOAMByExample.js │ │ ├── FOAMByExample_CSS.ft │ │ ├── FOAMByExample_toHTML.ft │ │ ├── Glossary.js │ │ ├── GlossaryTerm.js │ │ ├── Grid.js │ │ ├── LogEntry.js │ │ ├── LogEntryView.js │ │ ├── MultilineViewTrait.js │ │ ├── Pong.js │ │ ├── Pong_toInnerHTML.ft │ │ ├── QuoteCode.js │ │ ├── Section.js │ │ ├── Slides.js │ │ ├── SourceCode.js │ │ ├── SourceCodeListView.js │ │ ├── SubTitle.js │ │ ├── TitlePage.js │ │ ├── ToC.js │ │ ├── VirtualConsole.js │ │ ├── VirtualConsoleView.js │ │ └── Watermark.js │ ├── fonts │ │ └── LigatureTester.js │ ├── glang │ │ ├── BarExpr.js │ │ ├── BaseBarExpr.js │ │ ├── GridBarExpr.js │ │ ├── GroupBarExpr.js │ │ └── PieExpr.js │ ├── grammars │ │ ├── CSS3.js │ │ ├── CSS3Test.js │ │ ├── CSSDecl.js │ │ ├── CSSDeclTest.js │ │ ├── CSSRewriteURL.js │ │ ├── CSSRewriteURLTest.js │ │ ├── Protobuf.js │ │ └── VersionParser.js │ ├── graphics │ │ ├── AbstractCViewView.js │ │ ├── ActionButtonCView.js │ │ ├── Arc.js │ │ ├── BorderTrait.js │ │ ├── Box.js │ │ ├── CView.js │ │ ├── CViewView.js │ │ ├── CanvasScrollView.js │ │ ├── Circle.js │ │ ├── DAOListCView.js │ │ ├── Gauge.js │ │ ├── Graph.js │ │ ├── HTMLGraph.js │ │ ├── ImageCView.js │ │ ├── Label.js │ │ ├── Label2.js │ │ ├── LabelledBox.js │ │ ├── LinearLayout.js │ │ ├── LockToPreferredLayout.js │ │ ├── Margin.js │ │ ├── MotionBlur.js │ │ ├── PieGraph.js │ │ ├── Point.js │ │ ├── Polygon.js │ │ ├── PositionedCViewView.js │ │ ├── Rectangle.js │ │ ├── ScrollCView.js │ │ ├── Shadow.js │ │ ├── SimpleRectangle.js │ │ ├── Spacer.js │ │ ├── Turntable.js │ │ ├── ViewCView.js │ │ ├── diagram │ │ │ ├── AutoSizeDiagramRoot.js │ │ │ ├── Block.js │ │ │ ├── DiagramItemTrait.js │ │ │ ├── DiagramRoot.js │ │ │ ├── DiagramRootTrait.js │ │ │ ├── LinearLayout.js │ │ │ ├── Link.js │ │ │ ├── LinkPoint.js │ │ │ ├── LockToPreferredLayout.js │ │ │ ├── Margin.js │ │ │ ├── Section.js │ │ │ └── SectionGroup.js │ │ └── webgl │ │ │ ├── CViewGLView.js │ │ │ ├── GLView.js │ │ │ ├── GLViewView.js │ │ │ ├── Matrix4Uniform.js │ │ │ ├── PerformanceScaler.js │ │ │ ├── core │ │ │ ├── ArrayBuffer.js │ │ │ ├── Object.js │ │ │ ├── Program.js │ │ │ ├── Scene.js │ │ │ └── Shader.js │ │ │ ├── flat │ │ │ ├── Image.js │ │ │ ├── Object.js │ │ │ ├── Scene.js │ │ │ └── Video.js │ │ │ ├── matrix │ │ │ ├── InverseMatrix4.js │ │ │ ├── Matrix4.js │ │ │ ├── OrthoMatrix4.js │ │ │ ├── PerspectiveMatrix4.js │ │ │ ├── RotMatrix4.js │ │ │ ├── ScaleMatrix4.js │ │ │ ├── StackMatrix4.js │ │ │ ├── TransMatrix4.js │ │ │ ├── TransposeMatrix4.js │ │ │ └── Vector3.js │ │ │ └── primitives │ │ │ ├── Circle.js │ │ │ ├── Rectangle.js │ │ │ ├── Sphere.js │ │ │ └── StandardMeshLibrary.js │ ├── i18n │ │ ├── ChromeMessagesInjector.js │ │ ├── GlobalController.js │ │ ├── IdGenerator.js │ │ ├── Message.js │ │ ├── MessageBundle.js │ │ ├── MessageGenerator.js │ │ ├── MessagesExtractor.js │ │ ├── MessagesInjector.js │ │ ├── Placeholder.js │ │ ├── Plural.js │ │ ├── Selector.js │ │ ├── TranslationFormatStringParser.js │ │ └── Visitor.js │ ├── input │ │ ├── Mouse.js │ │ └── touch │ │ │ ├── DragGesture.js │ │ │ ├── Gesture.js │ │ │ ├── GestureManager.js │ │ │ ├── GestureTarget.js │ │ │ ├── InputPoint.js │ │ │ ├── PinchTwistGesture.js │ │ │ ├── ScrollGesture.js │ │ │ ├── TapGesture.js │ │ │ ├── TouchManager.js │ │ │ └── VerticalScrollNativeTrait.js │ ├── interfaces │ │ ├── Comparator.js │ │ ├── DAO.js │ │ ├── FlowControl.js │ │ ├── Predicate.js │ │ └── Sink.js │ ├── lib │ │ ├── bookmarks │ │ │ ├── AddBookmarkDialog.js │ │ │ └── Bookmark.js │ │ ├── contacts │ │ │ ├── Address.js │ │ │ ├── Contact.js │ │ │ ├── ContactNetworkDAO.js │ │ │ └── PhoneNumber.js │ │ └── email │ │ │ ├── Attachment.js │ │ │ ├── Conversation.js │ │ │ ├── ConversationAction.js │ │ │ ├── EMail.js │ │ │ ├── EMailAddressParser.js │ │ │ ├── EMailLabel.js │ │ │ ├── EMailLabelProperty.js │ │ │ ├── EMailMutationAction.js │ │ │ ├── EMailPreference.js │ │ │ └── MBOXLoader.js │ ├── memento │ │ ├── FalseOnlyMemorableLatch.js │ │ ├── FragmentMementoMgr.js │ │ ├── MementoMgr.js │ │ ├── MemorableTrait.js │ │ ├── PushStateMementoMgr.js │ │ └── WindowHashValue.js │ ├── messaging │ │ └── WebSocket.js │ ├── metrics │ │ ├── Error.js │ │ ├── Event.js │ │ ├── Metric.js │ │ ├── PageView.js │ │ ├── ScreenViewTrait.js │ │ └── TrackedAction.js │ ├── mlang │ │ ├── CSVExpr.js │ │ ├── CannedQuery.js │ │ ├── ExpandableGroupByExpr.js │ │ └── PropertySequence.js │ ├── navigator │ │ ├── BasicFOAMlet.js │ │ ├── BrowserConfig.js │ │ ├── Controller.js │ │ ├── FOAMlet.js │ │ ├── FOAMletBrowserConfig.js │ │ ├── IssueConfig.js │ │ ├── SearchController.js │ │ ├── WrappedFOAMlet.js │ │ ├── dao │ │ │ ├── FOAMletDecoratorDAO.js │ │ │ ├── IDConfig.js │ │ │ ├── ModelIDDecoratorDAO.js │ │ │ └── MultiDAO.js │ │ ├── types │ │ │ ├── Audio.js │ │ │ ├── AudioSource.js │ │ │ ├── Issue.js │ │ │ ├── Mail.js │ │ │ └── Todo.js │ │ └── views │ │ │ ├── AudioGSnippet.js │ │ │ ├── AudioView.js │ │ │ ├── ContactGSnippet.js │ │ │ ├── CreateView.js │ │ │ ├── EMailGSnippet.js │ │ │ ├── GSnippet.js │ │ │ ├── GSnippetMetadata.js │ │ │ ├── GSnippetMetadatum.js │ │ │ ├── IssueGSnippet.js │ │ │ ├── MultiView.js │ │ │ ├── OverlayView.js │ │ │ ├── PhoneGSnippet.js │ │ │ ├── SelectTypeView.js │ │ │ ├── TodoGSnippet.js │ │ │ ├── TypeCitationView.js │ │ │ └── WrappedFOAMletCreateView.js │ ├── net │ │ ├── BaseHTTPRequest.js │ │ ├── HTTPResponse.js │ │ ├── NodeHTTPRequest.js │ │ ├── NodeHTTPResponse.js │ │ ├── WebHTTPRequest.js │ │ └── proto │ │ │ ├── JSONProtoArrayProperty.js │ │ │ ├── JSONProtoBooleanProperty.js │ │ │ ├── JSONProtoDateProperty.js │ │ │ ├── JSONProtoDateTimeProperty.js │ │ │ ├── JSONProtoEnumProperty.js │ │ │ ├── JSONProtoFloatProperty.js │ │ │ ├── JSONProtoIntProperty.js │ │ │ ├── JSONProtoPropertyTrait.js │ │ │ ├── JSONProtoStringProperty.js │ │ │ ├── JSONProtoTimeProperty.js │ │ │ └── JSONProtoTrait.js │ ├── node │ │ ├── Context.js │ │ ├── NodeRequireProperty.js │ │ ├── OnDemandServer.js │ │ ├── ServeFOAM.js │ │ ├── Server.js │ │ ├── dao │ │ │ ├── JSONFileDAO.js │ │ │ ├── MongoDAO.js │ │ │ └── XMLFileDAO.js │ │ ├── handlers │ │ │ ├── DAOHandler.js │ │ │ ├── FileHandler.js │ │ │ ├── Handler.js │ │ │ ├── OnDemandDAOHandler.js │ │ │ └── StaticFileHandler.js │ │ └── ws │ │ │ ├── Frame.js │ │ │ └── WebSocket.js │ ├── oauth2 │ │ ├── AutoOAuth2.js │ │ ├── GoogleSignIn.js │ │ ├── GoogleSignIn2.js │ │ ├── GoogleSignInTokenCarrier.js │ │ ├── OAuth2.js │ │ ├── OAuth2ChromeApp.js │ │ ├── OAuth2ChromeIdentity.js │ │ ├── OAuth2OnServer.js │ │ ├── OAuth2Redirect.js │ │ ├── OAuth2RedirectJsonp.js │ │ ├── OAuth2RedirectWithServer.js │ │ ├── OAuth2WebClient.js │ │ └── OAuth2WebServer.js │ ├── parse │ │ └── Grammar.js │ ├── patterns │ │ ├── ChildTreeTrait.js │ │ ├── ContextMutablePropertyTrait.js │ │ ├── InheritedPropertyTrait.js │ │ ├── ParentageListener.js │ │ └── layout │ │ │ ├── ConstraintProperty.js │ │ │ ├── LayoutItemHorizontalTrait.js │ │ │ ├── LayoutItemLinearConstraints.js │ │ │ ├── LayoutItemLinearConstraintsProxy.js │ │ │ ├── LayoutItemVerticalTrait.js │ │ │ ├── LinearLayoutTrait.js │ │ │ └── MarginTrait.js │ ├── persistence │ │ ├── CompositeObjectReplicator.js │ │ ├── DataUpdateSinker.js │ │ ├── ManualObjectReplicator.js │ │ └── ObjectReplicator.js │ ├── physics │ │ ├── Collider.js │ │ ├── Physical.js │ │ └── PhysicsEngine.js │ ├── polymer │ │ └── storage │ │ │ └── ArrayAdapter.js │ ├── sandbox │ │ └── IsolatedContext.js │ ├── swift │ │ └── ui │ │ │ ├── DetailView.js │ │ │ ├── FoamEnumUILabel.js │ │ │ ├── FoamFloatUITextField.js │ │ │ ├── FoamIntUITextField.js │ │ │ ├── FoamPasswordUITextField.js │ │ │ ├── FoamUILabel.js │ │ │ ├── FoamUISwitch.js │ │ │ └── FoamUITextField.js │ ├── test │ │ ├── Autocomplete.js │ │ ├── EMail.js │ │ └── Types.js │ ├── testing │ │ ├── TestRunner.js │ │ ├── TestServer.js │ │ ├── WebRunner.js │ │ └── XMLResultWriter.js │ ├── tools │ │ ├── AndroidConstantSource.js │ │ ├── AndroidStringSource.js │ │ ├── EditView.js │ │ ├── FOAMInChrome.js │ │ ├── GenAndroidConstants.js │ │ ├── GenAndroidJava.js │ │ ├── GenAndroidResource.js │ │ ├── GenAndroidStrings.js │ │ ├── GenCode.js │ │ ├── GenJava.js │ │ ├── GenSwift.js │ │ └── WriteModel.js │ ├── tutorials │ │ ├── phonecat │ │ │ ├── Controller.js │ │ │ ├── crawlable │ │ │ │ ├── CrawlableController.js │ │ │ │ ├── CrawlableDetailView.js │ │ │ │ ├── CrawlableRowView.js │ │ │ │ └── PhoneCrawlableController.js │ │ │ ├── css │ │ │ │ └── bootstrap.css │ │ │ ├── dao │ │ │ │ └── PhoneDAO.js │ │ │ ├── img │ │ │ │ ├── .gitkeep │ │ │ │ ├── glyphicons-halflings-white.png │ │ │ │ ├── glyphicons-halflings.png │ │ │ │ └── phones │ │ │ │ │ ├── dell-streak-7.0.jpg │ │ │ │ │ ├── dell-streak-7.1.jpg │ │ │ │ │ ├── dell-streak-7.2.jpg │ │ │ │ │ ├── dell-streak-7.3.jpg │ │ │ │ │ ├── dell-streak-7.4.jpg │ │ │ │ │ ├── dell-venue.0.jpg │ │ │ │ │ ├── dell-venue.1.jpg │ │ │ │ │ ├── dell-venue.2.jpg │ │ │ │ │ ├── dell-venue.3.jpg │ │ │ │ │ ├── dell-venue.4.jpg │ │ │ │ │ ├── dell-venue.5.jpg │ │ │ │ │ ├── droid-2-global-by-motorola.0.jpg │ │ │ │ │ ├── droid-2-global-by-motorola.1.jpg │ │ │ │ │ ├── droid-2-global-by-motorola.2.jpg │ │ │ │ │ ├── droid-pro-by-motorola.0.jpg │ │ │ │ │ ├── droid-pro-by-motorola.1.jpg │ │ │ │ │ ├── lg-axis.0.jpg │ │ │ │ │ ├── lg-axis.1.jpg │ │ │ │ │ ├── lg-axis.2.jpg │ │ │ │ │ ├── motorola-atrix-4g.0.jpg │ │ │ │ │ ├── motorola-atrix-4g.1.jpg │ │ │ │ │ ├── motorola-atrix-4g.2.jpg │ │ │ │ │ ├── motorola-atrix-4g.3.jpg │ │ │ │ │ ├── motorola-bravo-with-motoblur.0.jpg │ │ │ │ │ ├── motorola-bravo-with-motoblur.1.jpg │ │ │ │ │ ├── motorola-bravo-with-motoblur.2.jpg │ │ │ │ │ ├── motorola-charm-with-motoblur.0.jpg │ │ │ │ │ ├── motorola-charm-with-motoblur.1.jpg │ │ │ │ │ ├── motorola-charm-with-motoblur.2.jpg │ │ │ │ │ ├── motorola-defy-with-motoblur.0.jpg │ │ │ │ │ ├── motorola-defy-with-motoblur.1.jpg │ │ │ │ │ ├── motorola-defy-with-motoblur.2.jpg │ │ │ │ │ ├── motorola-xoom-with-wi-fi.0.jpg │ │ │ │ │ ├── motorola-xoom-with-wi-fi.1.jpg │ │ │ │ │ ├── motorola-xoom-with-wi-fi.2.jpg │ │ │ │ │ ├── motorola-xoom-with-wi-fi.3.jpg │ │ │ │ │ ├── motorola-xoom-with-wi-fi.4.jpg │ │ │ │ │ ├── motorola-xoom-with-wi-fi.5.jpg │ │ │ │ │ ├── motorola-xoom.0.jpg │ │ │ │ │ ├── motorola-xoom.1.jpg │ │ │ │ │ ├── motorola-xoom.2.jpg │ │ │ │ │ ├── nexus-s.0.jpg │ │ │ │ │ ├── nexus-s.1.jpg │ │ │ │ │ ├── nexus-s.2.jpg │ │ │ │ │ ├── nexus-s.3.jpg │ │ │ │ │ ├── samsung-galaxy-tab.0.jpg │ │ │ │ │ ├── samsung-galaxy-tab.1.jpg │ │ │ │ │ ├── samsung-galaxy-tab.2.jpg │ │ │ │ │ ├── samsung-galaxy-tab.3.jpg │ │ │ │ │ ├── samsung-galaxy-tab.4.jpg │ │ │ │ │ ├── samsung-galaxy-tab.5.jpg │ │ │ │ │ ├── samsung-galaxy-tab.6.jpg │ │ │ │ │ ├── samsung-gem.0.jpg │ │ │ │ │ ├── samsung-gem.1.jpg │ │ │ │ │ ├── samsung-gem.2.jpg │ │ │ │ │ ├── samsung-mesmerize-a-galaxy-s-phone.0.jpg │ │ │ │ │ ├── samsung-mesmerize-a-galaxy-s-phone.1.jpg │ │ │ │ │ ├── samsung-mesmerize-a-galaxy-s-phone.2.jpg │ │ │ │ │ ├── samsung-mesmerize-a-galaxy-s-phone.3.jpg │ │ │ │ │ ├── samsung-showcase-a-galaxy-s-phone.0.jpg │ │ │ │ │ ├── samsung-showcase-a-galaxy-s-phone.1.jpg │ │ │ │ │ ├── samsung-showcase-a-galaxy-s-phone.2.jpg │ │ │ │ │ ├── samsung-transform.0.jpg │ │ │ │ │ ├── samsung-transform.1.jpg │ │ │ │ │ ├── samsung-transform.2.jpg │ │ │ │ │ ├── samsung-transform.3.jpg │ │ │ │ │ ├── samsung-transform.4.jpg │ │ │ │ │ ├── sanyo-zio.0.jpg │ │ │ │ │ ├── sanyo-zio.1.jpg │ │ │ │ │ ├── sanyo-zio.2.jpg │ │ │ │ │ ├── t-mobile-g2.0.jpg │ │ │ │ │ ├── t-mobile-g2.1.jpg │ │ │ │ │ ├── t-mobile-g2.2.jpg │ │ │ │ │ ├── t-mobile-mytouch-4g.0.jpg │ │ │ │ │ ├── t-mobile-mytouch-4g.1.jpg │ │ │ │ │ ├── t-mobile-mytouch-4g.2.jpg │ │ │ │ │ ├── t-mobile-mytouch-4g.3.jpg │ │ │ │ │ ├── t-mobile-mytouch-4g.4.jpg │ │ │ │ │ └── t-mobile-mytouch-4g.5.jpg │ │ │ ├── model │ │ │ │ └── Phone.js │ │ │ └── ui │ │ │ │ ├── PhoneCitationView.js │ │ │ │ ├── PhoneDetailView.js │ │ │ │ └── PhoneDetailView_toHTML.ft │ │ └── todo │ │ │ ├── TodoApp.js │ │ │ └── model │ │ │ └── Todo.js │ ├── u2 │ │ ├── ActionButton.js │ │ ├── BaseDAOUpdateController.js │ │ ├── ChoiceViewTrait.js │ │ ├── Clipboard.js │ │ ├── DAOController.js │ │ ├── DAOCreateController.js │ │ ├── DAOListView.js │ │ ├── DAOUpdateController.js │ │ ├── DateView.js │ │ ├── DefaultValidator.js │ │ ├── DetailPropertyView.js │ │ ├── DetailView.js │ │ ├── Dialog.js │ │ ├── DialogDAOCreateController.js │ │ ├── DialogDAOUpdateController.js │ │ ├── EIDProperty.js │ │ ├── EasyDialog.js │ │ ├── Element.js │ │ ├── ElementParser.js │ │ ├── ElementValue.js │ │ ├── Entity.js │ │ ├── EnumView.js │ │ ├── FunctionView.js │ │ ├── GoogleValidator.js │ │ ├── Icon.js │ │ ├── Ligature.js │ │ ├── ModalOverlay.js │ │ ├── MultiLineTextField.js │ │ ├── ProgressView.js │ │ ├── PropertyView.js │ │ ├── README.md │ │ ├── RangeView.js │ │ ├── ReadWriteView.js │ │ ├── ReferenceView.js │ │ ├── RelationshipView.js │ │ ├── ScrollView.js │ │ ├── SearchBorder.js │ │ ├── SizingTrait.js │ │ ├── SpinnerView.js │ │ ├── TableRowView.js │ │ ├── TableView.js │ │ ├── TextField.js │ │ ├── TooltipPopup.js │ │ ├── View.js │ │ ├── md │ │ │ ├── ActionButton.js │ │ │ ├── Calendar.js │ │ │ ├── CannedQueryCitationView.js │ │ │ ├── Card.js │ │ │ ├── Checkbox.js │ │ │ ├── CitationView.js │ │ │ ├── DAOListView.js │ │ │ ├── DateField.js │ │ │ ├── DatePicker.js │ │ │ ├── DateTimeField.js │ │ │ ├── DetailView.js │ │ │ ├── EditColumnsView.js │ │ │ ├── InlineDAOController.js │ │ │ ├── MDViewOverridesTrait.js │ │ │ ├── MultiLineTextField.js │ │ │ ├── OverlayDropdown.js │ │ │ ├── PopupMenu.js │ │ │ ├── QuickActionButton.js │ │ │ ├── RadioGroup.js │ │ │ ├── Select.js │ │ │ ├── SharedStyles.js │ │ │ ├── Stepper.js │ │ │ ├── TableView.js │ │ │ ├── TextField.js │ │ │ ├── TimePicker.js │ │ │ ├── Toggle.js │ │ │ ├── Toolbar.js │ │ │ ├── ToolbarAction.js │ │ │ ├── Tooltip.js │ │ │ └── WithToolbar.js │ │ ├── notes.txt │ │ ├── search │ │ │ ├── AutocompleteView.js │ │ │ ├── Autocompleter.js │ │ │ ├── DateFieldSearchView.js │ │ │ ├── FilterController.js │ │ │ ├── GroupAutocompleteSearchView.js │ │ │ ├── GroupBySearchView.js │ │ │ ├── GroupCompleter.js │ │ │ ├── GroupSplitCompleter.js │ │ │ ├── SearchMgr.js │ │ │ └── TextSearchView.js │ │ └── tag │ │ │ ├── Checkbox.js │ │ │ ├── Image.js │ │ │ ├── Input.js │ │ │ ├── Select.js │ │ │ └── TextArea.js │ ├── ui │ │ ├── AbstractChoiceView.js │ │ ├── AbstractDAOView.js │ │ ├── AbstractNumberFieldView.js │ │ ├── ActionBorder.js │ │ ├── ActionButton.js │ │ ├── ActionLink.js │ │ ├── ActionSheetView.js │ │ ├── AlternateView.js │ │ ├── ArrayListView.js │ │ ├── ArrayTileView.js │ │ ├── ArrayView.js │ │ ├── AsyncLoadingView.js │ │ ├── AutoSaveDetailView.js │ │ ├── AutocompleteListView.js │ │ ├── AutocompleteView.js │ │ ├── BaseView.js │ │ ├── BlobImageView.js │ │ ├── BooleanView.js │ │ ├── CSSFunction.js │ │ ├── CSSImageBooleanView.js │ │ ├── CSSLoaderTrait.js │ │ ├── CSSProperty.js │ │ ├── CSSTime.js │ │ ├── CSSTransition.js │ │ ├── CSSTransitionSet.js │ │ ├── ChoiceListView.js │ │ ├── ChoiceView.js │ │ ├── CitationView.js │ │ ├── CollapsibleView.js │ │ ├── Color.js │ │ ├── ColorPickerView.js │ │ ├── ColorProperty.js │ │ ├── Colors.js │ │ ├── DAOController.js │ │ ├── DAOCreateController.js │ │ ├── DAODataViewTrait.js │ │ ├── DAOKeyView.js │ │ ├── DAOListView.js │ │ ├── DAOUpdateController.js │ │ ├── DateFieldView.js │ │ ├── DateTimeFieldView.js │ │ ├── DelayView.js │ │ ├── DestructiveDataView.js │ │ ├── DetailView.js │ │ ├── EditColumnsView.js │ │ ├── EnumFieldView.js │ │ ├── FlexTableRowView.js │ │ ├── FlexTableView.js │ │ ├── FlexTableView_CSS.ft │ │ ├── FloatFieldView.js │ │ ├── FoamTagView.js │ │ ├── FunctionView.js │ │ ├── FutureView.js │ │ ├── GalleryImageView.js │ │ ├── GalleryView.js │ │ ├── GridView.js │ │ ├── HTMLView.js │ │ ├── HTMLViewTrait.js │ │ ├── HelpSnippetView.js │ │ ├── HelpView.js │ │ ├── HorizontalSlidingViewChoiceView.js │ │ ├── Icon.js │ │ ├── ImageBooleanView.js │ │ ├── ImageView.js │ │ ├── IntFieldView.js │ │ ├── JSView.js │ │ ├── KeyView.js │ │ ├── LigatureView.js │ │ ├── Link.js │ │ ├── LinkView.js │ │ ├── ListInputView.js │ │ ├── ListValueView.js │ │ ├── MenuSeparator.js │ │ ├── ModelAlternateView.js │ │ ├── MultiChoiceView.js │ │ ├── MultiLineStringArrayView.js │ │ ├── NonDestructiveStackView.js │ │ ├── OverlayHelpView.js │ │ ├── OverlayView.js │ │ ├── PopupChoiceView.js │ │ ├── PopupView.js │ │ ├── PredicatedView.js │ │ ├── ProgressView.js │ │ ├── PropertyView.js │ │ ├── QueryParserAutocompleter.js │ │ ├── QueueView.js │ │ ├── RadioBoxView.js │ │ ├── RangeView.js │ │ ├── ReferenceListResolver.js │ │ ├── RegressionTestResultView.js │ │ ├── RegressionTestValueView.js │ │ ├── RelationshipView.js │ │ ├── RelationshipsView.js │ │ ├── RelativeDateTimeFieldView.js │ │ ├── RichTextView.js │ │ ├── RoleView.js │ │ ├── ScrollView.js │ │ ├── ScrollViewRow.js │ │ ├── SimpleDAOController.js │ │ ├── SimpleDynamicViewTrait.js │ │ ├── SimpleView.js │ │ ├── SlidePanel.js │ │ ├── SlidingCollectionView.js │ │ ├── SpinnerView.js │ │ ├── SplitView.js │ │ ├── StackView.js │ │ ├── StaticHTML.js │ │ ├── StringArrayView.js │ │ ├── StringElideTextualView.js │ │ ├── SummaryView.js │ │ ├── SwipeAltView.js │ │ ├── TabbedViewChoiceView.js │ │ ├── TableView.js │ │ ├── TextAreaView.js │ │ ├── TextFieldView.js │ │ ├── TextualDAOListView.js │ │ ├── TextualView.js │ │ ├── TogglePanelAction.js │ │ ├── ToolbarView.js │ │ ├── Tooltip.js │ │ ├── U2ViewTrait.js │ │ ├── UITestResultView.js │ │ ├── UnitTestResultView.js │ │ ├── UpdateDetailView.js │ │ ├── VerticalScrollbarView.js │ │ ├── VerticalSlidePanel.js │ │ ├── View.js │ │ ├── ViewChoice.js │ │ ├── ViewChoicesView.js │ │ ├── ViewFactoryView.js │ │ ├── ViewSwitcher.js │ │ ├── WebView.js │ │ ├── Window.js │ │ ├── XMLView.js │ │ ├── animated │ │ │ ├── ImageView.js │ │ │ └── Label.js │ │ ├── autocomplete │ │ │ ├── GroupCompleter.js │ │ │ └── GroupSplitCompleter.js │ │ ├── ctrl │ │ │ ├── AlwaysSelectedViewChoiceComposite.js │ │ │ └── ViewChoiceComposite.js │ │ ├── layout │ │ │ ├── CSSOverlaySlider.js │ │ │ ├── CSSStackView.js │ │ │ ├── DOMPanel.js │ │ │ ├── FloatingView.js │ │ │ ├── MobileWindow.js │ │ │ ├── OverlaySlider.js │ │ │ ├── PositionedDOMViewTrait.js │ │ │ ├── PositionedViewTrait.js │ │ │ ├── ResponsiveView.js │ │ │ ├── ResponsiveViewOption.js │ │ │ ├── ViewSlider.js │ │ │ └── Window.js │ │ ├── md │ │ │ ├── ActionLabel.js │ │ │ ├── ActionList.js │ │ │ ├── AddRowView.js │ │ │ ├── AlphaZoomPopupAnimation.js │ │ │ ├── AppController.js │ │ │ ├── AutocompleteListView.js │ │ │ ├── AutocompleteView.js │ │ │ ├── BaseDetailView.js │ │ │ ├── CalendarView.js │ │ │ ├── CannedQueryCitationView.js │ │ │ ├── CheckboxView.js │ │ │ ├── ChoiceMenuView.js │ │ │ ├── ChoiceRadioView.js │ │ │ ├── CitationView.js │ │ │ ├── ColorFieldView.js │ │ │ ├── ColoredBackgroundTrait.js │ │ │ ├── DAOListView.js │ │ │ ├── DateFieldView.js │ │ │ ├── DatePickerView.js │ │ │ ├── DateTimeFieldView.js │ │ │ ├── DefaultAcRowView.js │ │ │ ├── DefaultRowView.js │ │ │ ├── DetailView.js │ │ │ ├── EditColumns.js │ │ │ ├── EditColumnsView.js │ │ │ ├── EditableView.js │ │ │ ├── ExpandableView.js │ │ │ ├── Flare.js │ │ │ ├── FlatButton.js │ │ │ ├── FlexTableView.js │ │ │ ├── FlexTableView_CSS.ft │ │ │ ├── FloatFieldView.js │ │ │ ├── Halo.js │ │ │ ├── HaloCViewView.js │ │ │ ├── HaloView.js │ │ │ ├── ImagePickerView.js │ │ │ ├── IntFieldView.js │ │ │ ├── MDAppTrait.js │ │ │ ├── MDStyleTrait.js │ │ │ ├── ModalOverlayView.js │ │ │ ├── MonogramStringView.js │ │ │ ├── OverflowActionList.js │ │ │ ├── OverlayDropdownView.js │ │ │ ├── PopupAutocompleteView.js │ │ │ ├── PopupChoiceView.js │ │ │ ├── PopupView.js │ │ │ ├── PositionedAppControllerView.js │ │ │ ├── PositionedPopupAnimation.js │ │ │ ├── RadioOptionTextFieldView.js │ │ │ ├── RadioOptionView.js │ │ │ ├── ResponsiveAppControllerView.js │ │ │ ├── RotateFwdBwdAnimation.js │ │ │ ├── SectionView.js │ │ │ ├── SharedStyles.js │ │ │ ├── SlideStyles.js │ │ │ ├── SlideStyles_CSS.ft │ │ │ ├── TableView.js │ │ │ ├── TableView_CSS.ft │ │ │ ├── TextFieldView.js │ │ │ ├── TimeFieldView.js │ │ │ ├── TimePickerView.js │ │ │ ├── ToggleView.js │ │ │ ├── Toolbar.js │ │ │ ├── ToolbarAction.js │ │ │ ├── ToolbarCSS.js │ │ │ ├── ToolbarRichTextView.js │ │ │ ├── ToolbarViewTrait.js │ │ │ ├── TwoPane.js │ │ │ ├── TwoPaneView.js │ │ │ └── UpdateDetailView.js │ │ ├── navigation │ │ │ ├── PageView.js │ │ │ ├── PanelViewChoiceView.js │ │ │ ├── TabLevelViewChoiceView.js │ │ │ ├── TopLevelViewChoiceView.js │ │ │ └── TopToolbar.js │ │ ├── polymer │ │ │ ├── ActionButton.js │ │ │ ├── Tooltip.js │ │ │ ├── View.js │ │ │ ├── demo │ │ │ │ ├── ActionButtonDemo.js │ │ │ │ ├── ActionState.js │ │ │ │ ├── ElementWithTooltip.js │ │ │ │ └── TooltipDemo.js │ │ │ └── gen │ │ │ │ ├── AutoBinding.js │ │ │ │ ├── Component.js │ │ │ │ ├── ComponentAttributesBuilder.js │ │ │ │ ├── ComponentBuilder.js │ │ │ │ ├── ComponentBuilderBase.js │ │ │ │ ├── ComponentDependencyBuilder.js │ │ │ │ ├── ComponentNameBuilder.js │ │ │ │ ├── ComponentProperty.js │ │ │ │ ├── Controller.js │ │ │ │ ├── ControllerView.js │ │ │ │ ├── DemoView.js │ │ │ │ ├── FunctionWrapper.js │ │ │ │ ├── Input.js │ │ │ │ ├── Link.js │ │ │ │ ├── ModelGenerator.js │ │ │ │ ├── PaperButton.js │ │ │ │ ├── PaperButtonBase.js │ │ │ │ ├── PaperRipple.js │ │ │ │ ├── PaperShadow.js │ │ │ │ ├── PolymerPrototype.js │ │ │ │ ├── PolymerPrototypeBuilder.js │ │ │ │ ├── PolymerPrototypeImporter.js │ │ │ │ └── View.js │ │ └── search │ │ │ ├── DateSearchView.js │ │ │ ├── GroupAutocompleteSearchView.js │ │ │ ├── GroupByMultiSearchView.js │ │ │ ├── GroupBySearchView.js │ │ │ ├── SearchBorder.js │ │ │ ├── SearchMgr.js │ │ │ ├── SearchView.js │ │ │ └── TextSearchView.js │ └── util │ │ ├── Base64Decoder.js │ │ ├── Base64Encoder.js │ │ ├── Base64EncoderTest.js │ │ ├── InlineTrait.js │ │ ├── JavaSource.js │ │ ├── JavaSource2.js │ │ ├── Queue.js │ │ ├── Timer.js │ │ ├── busy │ │ ├── BusyFlagTracker.js │ │ └── BusyStatus.js │ │ ├── encodings │ │ ├── IncrementalUtf8.js │ │ └── QuotedPrintable.js │ │ ├── swift │ │ └── SwiftSource.js │ │ └── zip │ │ ├── Archive.js │ │ ├── BinaryHeader.js │ │ ├── BinaryIntProperty.js │ │ ├── CRC32.js │ │ ├── CentralFileHeader.js │ │ ├── Chunk.js │ │ ├── DOSDate.js │ │ ├── EndOfCentralDirectoryRecord.js │ │ ├── File.js │ │ ├── FileAttributes.js │ │ └── LocalFileHeader.js └── node │ └── dao │ ├── JSModelFileDAO.js │ └── ModelFileDAO.js ├── lib └── gmail │ └── SchemaImport.js ├── node └── demos │ ├── basicServer.js │ └── mongo.js ├── orphanage ├── apps │ └── quickcompose │ │ ├── QuickCompose.js │ │ ├── QuickCompose_toolbar.ft │ │ ├── QuickEMailView_toFullHTML.ft │ │ ├── Storage.js │ │ ├── analytics.js │ │ ├── bg.js │ │ ├── build.sh │ │ ├── empty.html │ │ ├── google-analytics-bundle.js │ │ ├── images │ │ ├── bold.svg │ │ ├── indent.svg │ │ ├── insert_link.svg │ │ ├── italics.svg │ │ ├── list_bulleted.svg │ │ ├── list_numbered.svg │ │ ├── minimize.png │ │ ├── outdent.svg │ │ ├── quickcompose.png │ │ ├── quote_text.svg │ │ ├── send.png │ │ ├── text_align_center.svg │ │ ├── text_align_left.svg │ │ ├── text_align_right.svg │ │ ├── trash.svg │ │ ├── underline.svg │ │ ├── window_control_icon_flat_close.png │ │ ├── window_control_icon_flat_minimize.png │ │ └── x_8px.png │ │ ├── load_start.js │ │ ├── manifest.json │ │ └── quickcompose.css ├── core │ ├── KeyboardShortcutController.js │ ├── ThreePaneController.js │ ├── experimental │ │ └── protobuf.js │ ├── io.html │ ├── io.js │ ├── listchoiceview.js │ ├── oauth.js │ ├── scroll.js │ └── socket.js ├── js │ └── com │ │ └── google │ │ └── ow │ │ ├── AdApp.js │ │ ├── Browser.js │ │ ├── Client.js │ │ ├── Context.js │ │ ├── IdGenerator.js │ │ ├── IdentityManager.js │ │ ├── README.md │ │ ├── Server.js │ │ ├── SubstreamSink.js │ │ ├── UserClient.js │ │ ├── content │ │ ├── CommentThread.js │ │ ├── CommentThreadStream.js │ │ ├── CommentThreadTrait.js │ │ ├── Message.js │ │ ├── OrderStream.js │ │ ├── PreviewStream.js │ │ ├── SingleStream.js │ │ ├── Stream.js │ │ ├── UpdateStream.js │ │ ├── Video.js │ │ ├── VotableTrait.js │ │ └── VotableVideo.js │ │ ├── dao │ │ └── VideoOffloadDAO.js │ │ ├── examples │ │ ├── VideoA.js │ │ ├── VideoB.js │ │ ├── ads.json │ │ ├── people.json │ │ ├── streams.json │ │ └── videos.json │ │ ├── model │ │ ├── Ad.js │ │ ├── ColorableProduct.js │ │ ├── ContentItem.js │ │ ├── CustomerOrder.js │ │ ├── Envelope.js │ │ ├── Image.js │ │ ├── MerchantOrder.js │ │ ├── Order.js │ │ ├── OrderItem.js │ │ ├── Product.js │ │ ├── ProductAd.js │ │ ├── StreamableTrait.js │ │ └── Text.js │ │ ├── stream │ │ ├── EasyStreamListener.js │ │ ├── EasyStreamListenerTest.js │ │ ├── MultiplexDAO.js │ │ ├── NewConnectionListener.js │ │ ├── SinglePutDAO.js │ │ ├── StreamFilterDAO.js │ │ └── TaggingDAO.js │ │ └── ui │ │ ├── CitationOnlyDAOController.js │ │ ├── ColorableProductView.js │ │ ├── CustomerOrderCitationView.js │ │ ├── CustomerOrderDetailView.js │ │ ├── CustomerOrderSummaryView.js │ │ ├── EnvelopeCitationView.js │ │ ├── EnvelopeDetailView.js │ │ ├── ImageView.js │ │ ├── MenuView.js │ │ ├── MerchantOrderCitationView.js │ │ ├── MerchantOrderDetailView.js │ │ ├── MerchantOrderSummaryView.js │ │ ├── OrderCitationView.js │ │ ├── OrderDetailView.js │ │ ├── OrderItemView.js │ │ ├── OrderSummaryView.js │ │ ├── OrderView.js │ │ ├── PreviewImageView.js │ │ ├── ShoppingItemView.js │ │ ├── ShoppingView.js │ │ ├── SingleStreamCitationView.js │ │ ├── SingleStreamDetailView.js │ │ ├── SingleStreamView.js │ │ ├── UpdateStreamCitationView.js │ │ ├── UpdateStreamDetailView.js │ │ └── UpdateStreamView.js ├── mailreader │ ├── email.html │ ├── email_test.js │ ├── mreader.html │ ├── mreader.js │ ├── mreaderapp.html │ └── view.js ├── mm6Protobuf.js └── saturn │ ├── EMailBodyDAO.js │ ├── QuickCompose_toolbar.ft │ ├── QuickEMailView_toFullHTML.ft │ ├── Storage.js │ ├── bg.js │ ├── build.sh │ ├── contacts.css │ ├── contacts.js │ ├── empty.html │ ├── foam.css │ ├── images │ ├── archive.svg │ ├── bold.svg │ ├── compose.svg │ ├── folder.svg │ ├── forward.svg │ ├── indent.svg │ ├── insert_link.svg │ ├── italics.svg │ ├── list_bulleted.svg │ ├── list_numbered.svg │ ├── logo.png │ ├── minimize.png │ ├── outdent.svg │ ├── paperclip.gif │ ├── pencil.png │ ├── profile_mask_2x.png │ ├── quickcompose.png │ ├── quote_text.svg │ ├── reply.svg │ ├── reply_all.svg │ ├── saturn128.png │ ├── saturn_offline.png │ ├── search-icon.png │ ├── send.png │ ├── settings.svg │ ├── star_full_large.svg │ ├── text_align_center.svg │ ├── text_align_left.svg │ ├── text_align_right.svg │ ├── trash.svg │ ├── underline.svg │ ├── window_control_icon_flat_close.png │ ├── window_control_icon_flat_minimize.png │ └── x_8px.png │ ├── main.html │ ├── manifest.json │ ├── quickcompose.css │ ├── saturn.css │ └── uglify.sh ├── package.json ├── polymer └── foam-storage.html ├── resources └── svg │ ├── BooleanProperty.svg │ ├── Box.svg │ ├── DateProperty.svg │ ├── DateTimeProperty.svg │ ├── EMailProperty.svg │ ├── EmbeddedDAOFactory.svg │ ├── FloatProperty.svg │ ├── GoogleDriveDAOFactory.svg │ ├── IntProperty.svg │ ├── LocalDAOFactory.svg │ ├── PhoneNumberProperty.svg │ ├── Property.svg │ ├── StringProperty.svg │ └── URLProperty.svg ├── swift ├── demos │ ├── DaoTest │ │ ├── DaoPlayground.playground │ │ │ ├── Contents.swift │ │ │ ├── contents.xcplayground │ │ │ └── playground.xcworkspace │ │ │ │ ├── contents.xcworkspacedata │ │ │ │ └── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ └── gen_swift.sh │ ├── LightsOut │ │ ├── .gitignore │ │ ├── LightsOut │ │ │ ├── LightsOut.xcodeproj │ │ │ │ ├── project.pbxproj │ │ │ │ └── project.xcworkspace │ │ │ │ │ ├── contents.xcworkspacedata │ │ │ │ │ └── xcshareddata │ │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── LightsOut │ │ │ │ ├── AppDelegate.swift │ │ │ │ ├── Assets.xcassets │ │ │ │ └── AppIcon.appiconset │ │ │ │ │ └── Contents.json │ │ │ │ ├── Base.lproj │ │ │ │ ├── LaunchScreen.storyboard │ │ │ │ └── Main.storyboard │ │ │ │ ├── Info.plist │ │ │ │ └── ViewController.swift │ │ ├── gen_swift.sh │ │ └── js │ │ │ └── LightsOutDetailView.js │ └── StandingDeskTimer │ │ ├── .gitignore │ │ ├── README │ │ ├── XCodeProject │ │ ├── StandingTimer.xcodeproj │ │ │ ├── project.pbxproj │ │ │ └── project.xcworkspace │ │ │ │ ├── contents.xcworkspacedata │ │ │ │ └── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ └── StandingTimer │ │ │ ├── AppDelegate.swift │ │ │ ├── Assets.xcassets │ │ │ └── AppIcon.appiconset │ │ │ │ └── Contents.json │ │ │ ├── Base.lproj │ │ │ └── LaunchScreen.storyboard │ │ │ ├── CustomTimerView.xib │ │ │ ├── Info.plist │ │ │ └── ViewController.swift │ │ ├── gen_swift.sh │ │ └── js │ │ └── StandingDeskTimerDetailView.js └── foam │ ├── Async.swift │ ├── Events.swift │ ├── FOAMSupport.swift │ ├── FoamEnum.swift │ ├── FoamFunction.swift │ ├── Interval.swift │ └── MLang.swift ├── tests ├── FOAMTests.html ├── FOAMTests.js ├── FUNTests.xml ├── automatic.js └── run_server.sh ├── third_party └── js │ └── com │ ├── lazarsoft │ └── jsqrcode │ │ ├── JSQRCode.js │ │ ├── LICENSE │ │ ├── README.google │ │ └── src │ │ ├── COPYING │ │ ├── README │ │ └── src │ │ ├── alignpat.js │ │ ├── bitmat.js │ │ ├── bmparser.js │ │ ├── datablock.js │ │ ├── databr.js │ │ ├── datamask.js │ │ ├── decoder.js │ │ ├── detector.js │ │ ├── errorlevel.js │ │ ├── findpat.js │ │ ├── formatinf.js │ │ ├── gf256.js │ │ ├── gf256poly.js │ │ ├── grid.js │ │ ├── qrcode.js │ │ ├── rsdecoder.js │ │ ├── test.html │ │ └── version.js │ ├── nodeca │ └── pako │ │ ├── LICENSE │ │ ├── Pako.js │ │ ├── README.google │ │ └── src │ │ ├── .eslintignore │ │ ├── .eslintrc │ │ ├── .gitignore │ │ ├── .ndocrc │ │ ├── .npmignore │ │ ├── Gruntfile.js │ │ ├── HISTORY.md │ │ ├── LICENSE │ │ ├── Makefile │ │ ├── README.md │ │ ├── bower.json │ │ ├── dist │ │ ├── pako.js │ │ ├── pako.min.js │ │ ├── pako_deflate.js │ │ ├── pako_deflate.min.js │ │ ├── pako_inflate.js │ │ └── pako_inflate.min.js │ │ ├── index.js │ │ ├── lib │ │ ├── deflate.js │ │ ├── inflate.js │ │ ├── utils │ │ │ ├── common.js │ │ │ └── strings.js │ │ └── zlib │ │ │ ├── adler32.js │ │ │ ├── constants.js │ │ │ ├── crc32.js │ │ │ ├── deflate.js │ │ │ ├── gzheader.js │ │ │ ├── inffast.js │ │ │ ├── inflate.js │ │ │ ├── inftrees.js │ │ │ ├── messages.js │ │ │ ├── trees.js │ │ │ └── zstream.js │ │ ├── package.json │ │ └── test │ │ ├── browser │ │ ├── test.html │ │ └── test.js │ │ ├── chunks.js │ │ ├── deflate.js │ │ ├── deflate_cover.js │ │ ├── gzip_specials.js │ │ ├── helpers.js │ │ ├── inflate.js │ │ ├── inflate_cover_ported.js │ │ ├── misc.js │ │ ├── mocha.opts │ │ └── strings.js │ └── public │ └── qrgenerator │ ├── LICENSE │ ├── QRGenerator.js │ ├── README.google │ └── src │ ├── README.md │ ├── bower.json │ └── qr.js └── tools ├── foam.js ├── genjava.js ├── genjs.js ├── genproto.js └── lint.sh /.gitignore: -------------------------------------------------------------------------------- 1 | server.bat 2 | *~ 3 | .DS_Store 4 | *.swp 5 | **/build-web 6 | -------------------------------------------------------------------------------- /CONCEPT_DAO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/CONCEPT_DAO.md -------------------------------------------------------------------------------- /CONCEPT_MODEL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/CONCEPT_MODEL.md -------------------------------------------------------------------------------- /CONCEPT_PROPERTY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/CONCEPT_PROPERTY.md -------------------------------------------------------------------------------- /CONCEPT_VIEW.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/CONCEPT_VIEW.md -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/COPYING -------------------------------------------------------------------------------- /COPYRIGHT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/COPYRIGHT -------------------------------------------------------------------------------- /FOAM_ZERO_TO_HERO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/FOAM_ZERO_TO_HERO.md -------------------------------------------------------------------------------- /Gruntfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/Gruntfile.js -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/README.md -------------------------------------------------------------------------------- /SUMMARY_TODO_DEMO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/SUMMARY_TODO_DEMO.md -------------------------------------------------------------------------------- /WORKFLOW.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/WORKFLOW.md -------------------------------------------------------------------------------- /apps/acalc/Calc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/acalc/Calc.html -------------------------------------------------------------------------------- /apps/acalc/Tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/acalc/Tests.js -------------------------------------------------------------------------------- /apps/acalc/bg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/acalc/bg.js -------------------------------------------------------------------------------- /apps/acalc/build-web.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/acalc/build-web.sh -------------------------------------------------------------------------------- /apps/acalc/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/acalc/build.sh -------------------------------------------------------------------------------- /apps/acalc/fonts/fonts.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/acalc/fonts/fonts.css -------------------------------------------------------------------------------- /apps/acalc/i18n.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/acalc/i18n.sh -------------------------------------------------------------------------------- /apps/acalc/icons/128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/acalc/icons/128.png -------------------------------------------------------------------------------- /apps/acalc/icons/256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/acalc/icons/256.png -------------------------------------------------------------------------------- /apps/acalc/icons/32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/acalc/icons/32.png -------------------------------------------------------------------------------- /apps/acalc/icons/48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/acalc/icons/48.png -------------------------------------------------------------------------------- /apps/acalc/icons/64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/acalc/icons/64.png -------------------------------------------------------------------------------- /apps/acalc/icons/96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/acalc/icons/96.png -------------------------------------------------------------------------------- /apps/acalc/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/acalc/manifest.json -------------------------------------------------------------------------------- /apps/acalc/package.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/acalc/package.sh -------------------------------------------------------------------------------- /apps/benchmark/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/benchmark/build.sh -------------------------------------------------------------------------------- /apps/benchmark/build/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/benchmark/build/index.html -------------------------------------------------------------------------------- /apps/bootstrap/controllers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/bootstrap/controllers.js -------------------------------------------------------------------------------- /apps/bootstrap/foamSources.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/bootstrap/foamSources.js -------------------------------------------------------------------------------- /apps/bootstrap/main.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/bootstrap/main.html -------------------------------------------------------------------------------- /apps/bootstrap/models.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/bootstrap/models.js -------------------------------------------------------------------------------- /apps/bootstrap/views.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/bootstrap/views.js -------------------------------------------------------------------------------- /apps/builder/128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/builder/128.png -------------------------------------------------------------------------------- /apps/builder/app_bg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/builder/app_bg.js -------------------------------------------------------------------------------- /apps/builder/app_view.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/builder/app_view.html -------------------------------------------------------------------------------- /apps/builder/bg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/builder/bg.js -------------------------------------------------------------------------------- /apps/builder/build.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/builder/build.bat -------------------------------------------------------------------------------- /apps/builder/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/builder/build.sh -------------------------------------------------------------------------------- /apps/builder/builder.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/builder/builder.css -------------------------------------------------------------------------------- /apps/builder/config.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /apps/builder/designer_view.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/builder/designer_view.html -------------------------------------------------------------------------------- /apps/builder/empty.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/builder/empty.html -------------------------------------------------------------------------------- /apps/builder/fonts/fonts.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/builder/fonts/fonts.css -------------------------------------------------------------------------------- /apps/builder/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/builder/manifest.json -------------------------------------------------------------------------------- /apps/calc/Calc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/calc/Calc.html -------------------------------------------------------------------------------- /apps/calc/Calc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/calc/Calc.js -------------------------------------------------------------------------------- /apps/calc/CalcView_toHTML.ft: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/calc/CalcView_toHTML.ft -------------------------------------------------------------------------------- /apps/calc/RawCalc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/calc/RawCalc.html -------------------------------------------------------------------------------- /apps/calc/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/calc/style.css -------------------------------------------------------------------------------- /apps/ctm/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/ctm/build.sh -------------------------------------------------------------------------------- /apps/ctml/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/ctml/build.sh -------------------------------------------------------------------------------- /apps/docs/debugMode.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/docs/debugMode.js -------------------------------------------------------------------------------- /apps/docs/docbrowser.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/docs/docbrowser.css -------------------------------------------------------------------------------- /apps/docs/docbrowser.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/docs/docbrowser.html -------------------------------------------------------------------------------- /apps/docs/images/context1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/docs/images/context1.png -------------------------------------------------------------------------------- /apps/docs/images/context2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/docs/images/context2.png -------------------------------------------------------------------------------- /apps/docs/images/context3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/docs/images/context3.png -------------------------------------------------------------------------------- /apps/docs/images/contextNew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/docs/images/contextNew.png -------------------------------------------------------------------------------- /apps/foaminchrome/bg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/foaminchrome/bg.js -------------------------------------------------------------------------------- /apps/foaminchrome/main.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/foaminchrome/main.html -------------------------------------------------------------------------------- /apps/foaminchrome/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/foaminchrome/manifest.json -------------------------------------------------------------------------------- /apps/gmail/app.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/gmail/app.html -------------------------------------------------------------------------------- /apps/gmail/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/gmail/app.js -------------------------------------------------------------------------------- /apps/gmail/bg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/gmail/bg.js -------------------------------------------------------------------------------- /apps/gmail/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/gmail/build.sh -------------------------------------------------------------------------------- /apps/gmail/images/archive.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/gmail/images/archive.svg -------------------------------------------------------------------------------- /apps/gmail/images/send.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/gmail/images/send.png -------------------------------------------------------------------------------- /apps/gmail/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/gmail/index.html -------------------------------------------------------------------------------- /apps/gmail/main.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/gmail/main.html -------------------------------------------------------------------------------- /apps/gmail/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/gmail/manifest.json -------------------------------------------------------------------------------- /apps/gmail/manifest.mobile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/gmail/manifest.mobile.json -------------------------------------------------------------------------------- /apps/helloworld/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/helloworld/build.sh -------------------------------------------------------------------------------- /apps/mbug/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/mbug/.gitignore -------------------------------------------------------------------------------- /apps/mbug/bg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/mbug/bg.js -------------------------------------------------------------------------------- /apps/mbug/build-android.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/mbug/build-android.sh -------------------------------------------------------------------------------- /apps/mbug/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/mbug/build.sh -------------------------------------------------------------------------------- /apps/mbug/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/mbug/images/logo.png -------------------------------------------------------------------------------- /apps/mbug/images/silhouette.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/mbug/images/silhouette.png -------------------------------------------------------------------------------- /apps/mbug/main.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/mbug/main.html -------------------------------------------------------------------------------- /apps/mbug/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/mbug/manifest.json -------------------------------------------------------------------------------- /apps/mbug/manifest.mobile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/mbug/manifest.mobile.json -------------------------------------------------------------------------------- /apps/mbug/oauth.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/mbug/oauth.js -------------------------------------------------------------------------------- /apps/mbug/oauth2callback.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/mbug/oauth2callback.html -------------------------------------------------------------------------------- /apps/navigator/data/TodoData.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/navigator/data/TodoData.js -------------------------------------------------------------------------------- /apps/navigator/images/audio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/navigator/images/audio.png -------------------------------------------------------------------------------- /apps/navigator/images/bug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/navigator/images/bug.png -------------------------------------------------------------------------------- /apps/navigator/images/email.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/navigator/images/email.png -------------------------------------------------------------------------------- /apps/navigator/images/issue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/navigator/images/issue.png -------------------------------------------------------------------------------- /apps/navigator/images/pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/navigator/images/pause.png -------------------------------------------------------------------------------- /apps/navigator/images/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/navigator/images/play.png -------------------------------------------------------------------------------- /apps/navigator/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/navigator/index.html -------------------------------------------------------------------------------- /apps/nbuEDU/128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/nbuEDU/128.png -------------------------------------------------------------------------------- /apps/nbuEDU/app_bg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/nbuEDU/app_bg.js -------------------------------------------------------------------------------- /apps/nbuEDU/app_view.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/nbuEDU/app_view.html -------------------------------------------------------------------------------- /apps/nbuEDU/bg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/nbuEDU/bg.js -------------------------------------------------------------------------------- /apps/nbuEDU/build.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/nbuEDU/build.bat -------------------------------------------------------------------------------- /apps/nbuEDU/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/nbuEDU/build.sh -------------------------------------------------------------------------------- /apps/nbuEDU/builder.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/nbuEDU/builder.css -------------------------------------------------------------------------------- /apps/nbuEDU/config.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /apps/nbuEDU/designer_view.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/nbuEDU/designer_view.html -------------------------------------------------------------------------------- /apps/nbuEDU/empty.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/nbuEDU/empty.html -------------------------------------------------------------------------------- /apps/nbuEDU/foam.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /apps/nbuEDU/fonts.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/nbuEDU/fonts.css -------------------------------------------------------------------------------- /apps/nbuEDU/fonts/fonts.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/nbuEDU/fonts/fonts.css -------------------------------------------------------------------------------- /apps/nbuEDU/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/nbuEDU/index.html -------------------------------------------------------------------------------- /apps/nbuEDU/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/nbuEDU/manifest.json -------------------------------------------------------------------------------- /apps/olympics/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/olympics/Dockerfile -------------------------------------------------------------------------------- /apps/overflow/Controller.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/overflow/Controller.js -------------------------------------------------------------------------------- /apps/overflow/Overflow.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/overflow/Overflow.html -------------------------------------------------------------------------------- /apps/overflow/Question.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/overflow/Question.js -------------------------------------------------------------------------------- /apps/overflow/data.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/overflow/data.js -------------------------------------------------------------------------------- /apps/pcalc/AppCalc_.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/pcalc/AppCalc_.html -------------------------------------------------------------------------------- /apps/pcalc/Calc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/pcalc/Calc.html -------------------------------------------------------------------------------- /apps/pcalc/Calc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/pcalc/Calc.js -------------------------------------------------------------------------------- /apps/pcalc/CalcConfig.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/pcalc/CalcConfig.js -------------------------------------------------------------------------------- /apps/pcalc/GHCalc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/pcalc/GHCalc.html -------------------------------------------------------------------------------- /apps/pcalc/app_sources.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/pcalc/app_sources.sh -------------------------------------------------------------------------------- /apps/pcalc/bg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/pcalc/bg.js -------------------------------------------------------------------------------- /apps/pcalc/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/pcalc/build.sh -------------------------------------------------------------------------------- /apps/pcalc/fonts/fonts.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/pcalc/fonts/fonts.css -------------------------------------------------------------------------------- /apps/pcalc/gh-build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/pcalc/gh-build.sh -------------------------------------------------------------------------------- /apps/pcalc/icons/128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/pcalc/icons/128.png -------------------------------------------------------------------------------- /apps/pcalc/icons/256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/pcalc/icons/256.png -------------------------------------------------------------------------------- /apps/pcalc/icons/32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/pcalc/icons/32.png -------------------------------------------------------------------------------- /apps/pcalc/icons/48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/pcalc/icons/48.png -------------------------------------------------------------------------------- /apps/pcalc/icons/64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/pcalc/icons/64.png -------------------------------------------------------------------------------- /apps/pcalc/icons/96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/pcalc/icons/96.png -------------------------------------------------------------------------------- /apps/pcalc/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/pcalc/manifest.json -------------------------------------------------------------------------------- /apps/pcalc/package.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/pcalc/package.sh -------------------------------------------------------------------------------- /apps/pcalc/web_sources.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/pcalc/web_sources.sh -------------------------------------------------------------------------------- /apps/power/power.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/power/power.html -------------------------------------------------------------------------------- /apps/power/power.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/power/power.js -------------------------------------------------------------------------------- /apps/qbcapture/background.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/qbcapture/background.js -------------------------------------------------------------------------------- /apps/qbcapture/content.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/qbcapture/content.js -------------------------------------------------------------------------------- /apps/qbcapture/icon_128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/qbcapture/icon_128.png -------------------------------------------------------------------------------- /apps/qbcapture/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/qbcapture/manifest.json -------------------------------------------------------------------------------- /apps/qbcapture/redirected.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/qbcapture/redirected.html -------------------------------------------------------------------------------- /apps/qbcapture/redirected.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/qbcapture/redirected.js -------------------------------------------------------------------------------- /apps/quickbug/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/quickbug/build.sh -------------------------------------------------------------------------------- /apps/quickbug/build_test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/quickbug/build_test.sh -------------------------------------------------------------------------------- /apps/quickbug/empty.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/quickbug/empty.html -------------------------------------------------------------------------------- /apps/quickbug/images/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/quickbug/images/back.png -------------------------------------------------------------------------------- /apps/quickbug/images/forth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/quickbug/images/forth.png -------------------------------------------------------------------------------- /apps/quickbug/images/link.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/quickbug/images/link.svg -------------------------------------------------------------------------------- /apps/quickbug/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/quickbug/images/logo.png -------------------------------------------------------------------------------- /apps/quickbug/todo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/quickbug/todo.txt -------------------------------------------------------------------------------- /apps/saturnomnibox/bg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/saturnomnibox/bg.js -------------------------------------------------------------------------------- /apps/saturnomnibox/logo128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/saturnomnibox/logo128.png -------------------------------------------------------------------------------- /apps/todo/TodoSW.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/todo/TodoSW.html -------------------------------------------------------------------------------- /apps/todo/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/todo/build.sh -------------------------------------------------------------------------------- /apps/todo/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/todo/index.html -------------------------------------------------------------------------------- /apps/todo/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/todo/package.json -------------------------------------------------------------------------------- /apps/todo/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/todo/readme.md -------------------------------------------------------------------------------- /apps/todo/simple/View_toHTML.ft: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/todo/simple/View_toHTML.ft -------------------------------------------------------------------------------- /apps/todo/worker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/todo/worker.js -------------------------------------------------------------------------------- /apps/todofoam/Todo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/todofoam/Todo.html -------------------------------------------------------------------------------- /apps/todofoam/Todo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/todofoam/Todo.js -------------------------------------------------------------------------------- /apps/watlobby/bg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/watlobby/bg.js -------------------------------------------------------------------------------- /apps/watlobby/main.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/watlobby/main.html -------------------------------------------------------------------------------- /apps/watlobby/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/watlobby/manifest.json -------------------------------------------------------------------------------- /apps/ymp/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/ymp/build.sh -------------------------------------------------------------------------------- /apps/ymp/icon192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/ymp/icon192.png -------------------------------------------------------------------------------- /apps/ymp/icon256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/ymp/icon256.png -------------------------------------------------------------------------------- /apps/ymp/icon384.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/ymp/icon384.png -------------------------------------------------------------------------------- /apps/ymp/icon512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/ymp/icon512.png -------------------------------------------------------------------------------- /apps/ymp/icon96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/ymp/icon96.png -------------------------------------------------------------------------------- /apps/ymp/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/ymp/index.html -------------------------------------------------------------------------------- /apps/ymp/index_build.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/ymp/index_build.html -------------------------------------------------------------------------------- /apps/ymp/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/ymp/manifest.json -------------------------------------------------------------------------------- /apps/ymp/manifest_build.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/ymp/manifest_build.json -------------------------------------------------------------------------------- /apps/ymp/splash240_320.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/ymp/splash240_320.png -------------------------------------------------------------------------------- /apps/ymp/splash750_1334.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/ymp/splash750_1334.png -------------------------------------------------------------------------------- /apps/ymp/ymp.appcache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/apps/ymp/ymp.appcache -------------------------------------------------------------------------------- /core/BootstrapModel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/BootstrapModel.js -------------------------------------------------------------------------------- /core/ChromeApp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/ChromeApp.js -------------------------------------------------------------------------------- /core/ChromeAppModelDAO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/ChromeAppModelDAO.js -------------------------------------------------------------------------------- /core/ChromeEval.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/ChromeEval.js -------------------------------------------------------------------------------- /core/FOAM.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/FOAM.js -------------------------------------------------------------------------------- /core/FOAMContextLoader.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/FOAMContextLoader.js -------------------------------------------------------------------------------- /core/FOAMmodels.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/FOAMmodels.js -------------------------------------------------------------------------------- /core/FObject.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/FObject.js -------------------------------------------------------------------------------- /core/HTMLParser.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/HTMLParser.js -------------------------------------------------------------------------------- /core/IE11ModelDAO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/IE11ModelDAO.js -------------------------------------------------------------------------------- /core/JSONParser.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/JSONParser.js -------------------------------------------------------------------------------- /core/JSONUtil.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/JSONUtil.js -------------------------------------------------------------------------------- /core/LinkView_toHTML.ft: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/LinkView_toHTML.ft -------------------------------------------------------------------------------- /core/ModelDAO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/ModelDAO.js -------------------------------------------------------------------------------- /core/NodeModelDAO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/NodeModelDAO.js -------------------------------------------------------------------------------- /core/NullModelDAO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/NullModelDAO.js -------------------------------------------------------------------------------- /core/QueryParser.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/QueryParser.js -------------------------------------------------------------------------------- /core/ServiceWorker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/ServiceWorker.js -------------------------------------------------------------------------------- /core/TemplateUtil.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/TemplateUtil.js -------------------------------------------------------------------------------- /core/UML.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/UML.js -------------------------------------------------------------------------------- /core/WeakMap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/WeakMap.js -------------------------------------------------------------------------------- /core/XMLHttpRequest.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/XMLHttpRequest.js -------------------------------------------------------------------------------- /core/XMLUtil.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/XMLUtil.js -------------------------------------------------------------------------------- /core/arrayDAO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/arrayDAO.js -------------------------------------------------------------------------------- /core/async.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/async.js -------------------------------------------------------------------------------- /core/bootFOAM.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/bootFOAM.js -------------------------------------------------------------------------------- /core/bootFOAMAppsv2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/bootFOAMAppsv2.js -------------------------------------------------------------------------------- /core/bootFOAMAppsv2_Viewless.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/bootFOAMAppsv2_Viewless.js -------------------------------------------------------------------------------- /core/bootFOAMMain.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/bootFOAMMain.js -------------------------------------------------------------------------------- /core/bootFOAMViewless.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/bootFOAMViewless.js -------------------------------------------------------------------------------- /core/bootFOAMWorker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/bootFOAMWorker.js -------------------------------------------------------------------------------- /core/bootFOAMnode.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/bootFOAMnode.js -------------------------------------------------------------------------------- /core/context.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/context.js -------------------------------------------------------------------------------- /core/cview.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/cview.js -------------------------------------------------------------------------------- /core/dao.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/dao.js -------------------------------------------------------------------------------- /core/event.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/event.js -------------------------------------------------------------------------------- /core/experimental/context2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/experimental/context2.js -------------------------------------------------------------------------------- /core/experimental/fo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/experimental/fo.html -------------------------------------------------------------------------------- /core/experimental/fo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/experimental/fo.js -------------------------------------------------------------------------------- /core/experimental/fo2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/experimental/fo2.js -------------------------------------------------------------------------------- /core/experimental/fo3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/experimental/fo3.html -------------------------------------------------------------------------------- /core/experimental/fo3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/experimental/fo3.js -------------------------------------------------------------------------------- /core/experimental/fo3test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/experimental/fo3test.js -------------------------------------------------------------------------------- /core/experimental/parse2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/experimental/parse2.html -------------------------------------------------------------------------------- /core/experimental/parse2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/experimental/parse2.js -------------------------------------------------------------------------------- /core/experimental/parse3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/experimental/parse3.js -------------------------------------------------------------------------------- /core/experimental/ps.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/experimental/ps.js -------------------------------------------------------------------------------- /core/experimental/stdlib.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/experimental/stdlib.js -------------------------------------------------------------------------------- /core/firefox.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/firefox.js -------------------------------------------------------------------------------- /core/foam.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/foam.css -------------------------------------------------------------------------------- /core/fobrowser.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/fobrowser.html -------------------------------------------------------------------------------- /core/fobrowser.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/fobrowser.js -------------------------------------------------------------------------------- /core/funcName.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/funcName.js -------------------------------------------------------------------------------- /core/i18n.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/i18n.js -------------------------------------------------------------------------------- /core/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/index.js -------------------------------------------------------------------------------- /core/internetexplorer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/internetexplorer.js -------------------------------------------------------------------------------- /core/issue.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/issue.html -------------------------------------------------------------------------------- /core/messaging.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/messaging.js -------------------------------------------------------------------------------- /core/mlang.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/mlang.js -------------------------------------------------------------------------------- /core/mlang1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/mlang1.js -------------------------------------------------------------------------------- /core/mlang2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/mlang2.js -------------------------------------------------------------------------------- /core/mm1Model.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/mm1Model.js -------------------------------------------------------------------------------- /core/mm2Property.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/mm2Property.js -------------------------------------------------------------------------------- /core/mm3Types.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/mm3Types.js -------------------------------------------------------------------------------- /core/mm4Method.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/mm4Method.js -------------------------------------------------------------------------------- /core/mm5Debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/mm5Debug.js -------------------------------------------------------------------------------- /core/mm6Misc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/mm6Misc.js -------------------------------------------------------------------------------- /core/models.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/models.js -------------------------------------------------------------------------------- /core/node.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/node.js -------------------------------------------------------------------------------- /core/oam.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/oam.js -------------------------------------------------------------------------------- /core/oauth.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/oauth.html -------------------------------------------------------------------------------- /core/oauth.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/oauth.js -------------------------------------------------------------------------------- /core/oauthcallback.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/oauthcallback.js -------------------------------------------------------------------------------- /core/parse.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/parse.js -------------------------------------------------------------------------------- /core/safari.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/safari.js -------------------------------------------------------------------------------- /core/stdlib.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/stdlib.js -------------------------------------------------------------------------------- /core/value.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/value.js -------------------------------------------------------------------------------- /core/view.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/view.js -------------------------------------------------------------------------------- /core/visitor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/visitor.js -------------------------------------------------------------------------------- /core/writer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/core/writer.js -------------------------------------------------------------------------------- /demos/AuthDemo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/AuthDemo.html -------------------------------------------------------------------------------- /demos/CViewPrimitivesDemo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/CViewPrimitivesDemo.html -------------------------------------------------------------------------------- /demos/CViewPrimitivesDemo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/CViewPrimitivesDemo.js -------------------------------------------------------------------------------- /demos/CollisionWithSpring2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/CollisionWithSpring2.html -------------------------------------------------------------------------------- /demos/CollisionWithSpring2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/CollisionWithSpring2.js -------------------------------------------------------------------------------- /demos/ComponentGenerator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/ComponentGenerator.html -------------------------------------------------------------------------------- /demos/CropCircle.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/CropCircle.html -------------------------------------------------------------------------------- /demos/CropCircle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/CropCircle.js -------------------------------------------------------------------------------- /demos/DemoCat.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/DemoCat.html -------------------------------------------------------------------------------- /demos/DemoCat.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/DemoCat.js -------------------------------------------------------------------------------- /demos/DesignPatterns.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/DesignPatterns.html -------------------------------------------------------------------------------- /demos/Dragon.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/Dragon.html -------------------------------------------------------------------------------- /demos/FollowTheLeader.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/FollowTheLeader.html -------------------------------------------------------------------------------- /demos/GoogleSimulator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/GoogleSimulator.html -------------------------------------------------------------------------------- /demos/I18N.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/I18N.html -------------------------------------------------------------------------------- /demos/I18N.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/I18N.js -------------------------------------------------------------------------------- /demos/MDDetailView.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/MDDetailView.html -------------------------------------------------------------------------------- /demos/Package.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/Package.html -------------------------------------------------------------------------------- /demos/Package.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/Package.js -------------------------------------------------------------------------------- /demos/Polymer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/Polymer.html -------------------------------------------------------------------------------- /demos/SetClassDemo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/SetClassDemo.html -------------------------------------------------------------------------------- /demos/SyncDemo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/SyncDemo.html -------------------------------------------------------------------------------- /demos/SyncDemo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/SyncDemo.js -------------------------------------------------------------------------------- /demos/Tags.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/Tags.html -------------------------------------------------------------------------------- /demos/Template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/Template.html -------------------------------------------------------------------------------- /demos/Template.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/Template.js -------------------------------------------------------------------------------- /demos/TraitGraphics.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/TraitGraphics.html -------------------------------------------------------------------------------- /demos/TraitGraphics.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/TraitGraphics.js -------------------------------------------------------------------------------- /demos/Traits.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/Traits.html -------------------------------------------------------------------------------- /demos/TwoWayDataBinding.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/TwoWayDataBinding.html -------------------------------------------------------------------------------- /demos/TwoWayDataBinding.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/TwoWayDataBinding.js -------------------------------------------------------------------------------- /demos/TypeCheck.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/TypeCheck.html -------------------------------------------------------------------------------- /demos/TypeCheck.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/TypeCheck.js -------------------------------------------------------------------------------- /demos/UnixSimulator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/UnixSimulator.html -------------------------------------------------------------------------------- /demos/UnixSimulator.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/UnixSimulator.js -------------------------------------------------------------------------------- /demos/XMLTests.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/XMLTests.html -------------------------------------------------------------------------------- /demos/XMLTests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/XMLTests.js -------------------------------------------------------------------------------- /demos/benchmark_data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/benchmark_data.json -------------------------------------------------------------------------------- /demos/canvasscrolling.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/canvasscrolling.html -------------------------------------------------------------------------------- /demos/canvasscrolling.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/canvasscrolling.js -------------------------------------------------------------------------------- /demos/carousel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/carousel.html -------------------------------------------------------------------------------- /demos/dao.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/dao.html -------------------------------------------------------------------------------- /demos/data/contacts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/data/contacts.js -------------------------------------------------------------------------------- /demos/demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/demo.html -------------------------------------------------------------------------------- /demos/demo10.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/demo10.html -------------------------------------------------------------------------------- /demos/demo10b.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/demo10b.html -------------------------------------------------------------------------------- /demos/demo10b2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/demo10b2.html -------------------------------------------------------------------------------- /demos/demo10c.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/demo10c.html -------------------------------------------------------------------------------- /demos/demo5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/demo5.html -------------------------------------------------------------------------------- /demos/demo5.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/demo5.js -------------------------------------------------------------------------------- /demos/democat/ACalc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/democat/ACalc.png -------------------------------------------------------------------------------- /demos/democat/Baloons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/democat/Baloons.png -------------------------------------------------------------------------------- /demos/democat/Bubbles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/democat/Bubbles.png -------------------------------------------------------------------------------- /demos/democat/Calc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/democat/Calc.png -------------------------------------------------------------------------------- /demos/democat/Cells.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/democat/Cells.png -------------------------------------------------------------------------------- /demos/democat/Collision.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/democat/Collision.png -------------------------------------------------------------------------------- /demos/democat/Complements.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/democat/Complements.png -------------------------------------------------------------------------------- /demos/democat/Complements2a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/democat/Complements2a.png -------------------------------------------------------------------------------- /demos/democat/Complements2b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/democat/Complements2b.png -------------------------------------------------------------------------------- /demos/democat/CropCircle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/democat/CropCircle.png -------------------------------------------------------------------------------- /demos/democat/DAO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/democat/DAO.png -------------------------------------------------------------------------------- /demos/democat/DemoCat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/democat/DemoCat.png -------------------------------------------------------------------------------- /demos/democat/Dragon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/democat/Dragon.png -------------------------------------------------------------------------------- /demos/democat/DragonHeart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/democat/DragonHeart.png -------------------------------------------------------------------------------- /demos/democat/Eyes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/democat/Eyes.png -------------------------------------------------------------------------------- /demos/democat/FOBrowser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/democat/FOBrowser.png -------------------------------------------------------------------------------- /demos/democat/FadingCircles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/democat/FadingCircles.png -------------------------------------------------------------------------------- /demos/democat/GMail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/democat/GMail.png -------------------------------------------------------------------------------- /demos/democat/I18N.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/democat/I18N.png -------------------------------------------------------------------------------- /demos/democat/LiveDragon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/democat/LiveDragon.png -------------------------------------------------------------------------------- /demos/democat/Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/democat/Logo.png -------------------------------------------------------------------------------- /demos/democat/MBug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/democat/MBug.png -------------------------------------------------------------------------------- /demos/democat/Minesweeper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/democat/Minesweeper.png -------------------------------------------------------------------------------- /demos/democat/Olympics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/democat/Olympics.png -------------------------------------------------------------------------------- /demos/democat/Overflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/democat/Overflow.png -------------------------------------------------------------------------------- /demos/democat/PhoneCat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/democat/PhoneCat.png -------------------------------------------------------------------------------- /demos/democat/Pong.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/democat/Pong.png -------------------------------------------------------------------------------- /demos/democat/Preso3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/democat/Preso3.png -------------------------------------------------------------------------------- /demos/democat/QuickBug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/democat/QuickBug.png -------------------------------------------------------------------------------- /demos/democat/QuickCompose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/democat/QuickCompose.png -------------------------------------------------------------------------------- /demos/democat/Robot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/democat/Robot.png -------------------------------------------------------------------------------- /demos/democat/Snake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/democat/Snake.png -------------------------------------------------------------------------------- /demos/democat/SolarSystem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/democat/SolarSystem.png -------------------------------------------------------------------------------- /demos/democat/Spin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/democat/Spin.png -------------------------------------------------------------------------------- /demos/democat/Spring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/democat/Spring.png -------------------------------------------------------------------------------- /demos/democat/TaskManager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/democat/TaskManager.png -------------------------------------------------------------------------------- /demos/democat/TimeWheel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/democat/TimeWheel.png -------------------------------------------------------------------------------- /demos/democat/Todo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/democat/Todo.png -------------------------------------------------------------------------------- /demos/democat/TodoBrowser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/democat/TodoBrowser.png -------------------------------------------------------------------------------- /demos/democat/TraitGraphics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/democat/TraitGraphics.png -------------------------------------------------------------------------------- /demos/democat/TudorWall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/democat/TudorWall.png -------------------------------------------------------------------------------- /demos/democat/sync.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/democat/sync.png -------------------------------------------------------------------------------- /demos/demos.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/demos.js -------------------------------------------------------------------------------- /demos/draggesture.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/draggesture.html -------------------------------------------------------------------------------- /demos/gallery/gallery.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/gallery/gallery.html -------------------------------------------------------------------------------- /demos/gallery/img1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/gallery/img1.jpg -------------------------------------------------------------------------------- /demos/gallery/img2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/gallery/img2.jpg -------------------------------------------------------------------------------- /demos/gallery/img3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/gallery/img3.jpg -------------------------------------------------------------------------------- /demos/helloworld.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/helloworld.html -------------------------------------------------------------------------------- /demos/helloworld.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/helloworld.js -------------------------------------------------------------------------------- /demos/horizontalscroll.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/horizontalscroll.html -------------------------------------------------------------------------------- /demos/layout.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/layout.html -------------------------------------------------------------------------------- /demos/layout.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/layout.js -------------------------------------------------------------------------------- /demos/nested.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/nested.html -------------------------------------------------------------------------------- /demos/nested.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/nested.js -------------------------------------------------------------------------------- /demos/oauth2callback.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/oauth2callback.html -------------------------------------------------------------------------------- /demos/photo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/photo.html -------------------------------------------------------------------------------- /demos/photo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/photo.js -------------------------------------------------------------------------------- /demos/pinchgesture.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/pinchgesture.html -------------------------------------------------------------------------------- /demos/predictiveTouch.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/predictiveTouch.html -------------------------------------------------------------------------------- /demos/scrolltest.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/scrolltest.html -------------------------------------------------------------------------------- /demos/scrollview.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/scrollview.html -------------------------------------------------------------------------------- /demos/scrollview.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/scrollview.js -------------------------------------------------------------------------------- /demos/slidingpanels.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/slidingpanels.html -------------------------------------------------------------------------------- /demos/spinner.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/spinner.html -------------------------------------------------------------------------------- /demos/tapgesture.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/tapgesture.html -------------------------------------------------------------------------------- /demos/test.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/test.html -------------------------------------------------------------------------------- /demos/test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/test.js -------------------------------------------------------------------------------- /demos/test2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/test2.html -------------------------------------------------------------------------------- /demos/touchlistview.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/touchlistview.html -------------------------------------------------------------------------------- /demos/touchlistview.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/touchlistview.js -------------------------------------------------------------------------------- /demos/viewswitcher.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/viewswitcher.html -------------------------------------------------------------------------------- /demos/viewswitcher.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/viewswitcher.js -------------------------------------------------------------------------------- /demos/wizard.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/wizard.html -------------------------------------------------------------------------------- /demos/wizard.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/demos/wizard.js -------------------------------------------------------------------------------- /docs/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/docs/TODO -------------------------------------------------------------------------------- /docs/doc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/docs/doc.txt -------------------------------------------------------------------------------- /docs/query_docs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/docs/query_docs.md -------------------------------------------------------------------------------- /docs/scoping.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/docs/scoping.txt -------------------------------------------------------------------------------- /fonts.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/fonts.css -------------------------------------------------------------------------------- /get-polymer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/get-polymer.sh -------------------------------------------------------------------------------- /hooks/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/hooks/install.sh -------------------------------------------------------------------------------- /hooks/pre-commit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/hooks/pre-commit -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/index.html -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/index.js -------------------------------------------------------------------------------- /indexDebug.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/indexDebug.html -------------------------------------------------------------------------------- /java/demos/DaoTest/run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/java/demos/DaoTest/run.sh -------------------------------------------------------------------------------- /java/demos/JsonTest/run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/java/demos/JsonTest/run.sh -------------------------------------------------------------------------------- /java/foam/core/EmptyX.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/java/foam/core/EmptyX.java -------------------------------------------------------------------------------- /java/foam/core/FObject.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/java/foam/core/FObject.java -------------------------------------------------------------------------------- /java/foam/core/Feature.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/java/foam/core/Feature.java -------------------------------------------------------------------------------- /java/foam/core/Freezable.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/java/foam/core/Freezable.java -------------------------------------------------------------------------------- /java/foam/core/Function.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/java/foam/core/Function.java -------------------------------------------------------------------------------- /java/foam/core/HasX.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/java/foam/core/HasX.java -------------------------------------------------------------------------------- /java/foam/core/Model.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/java/foam/core/Model.java -------------------------------------------------------------------------------- /java/foam/core/Property.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/java/foam/core/Property.java -------------------------------------------------------------------------------- /java/foam/core/PubSub.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/java/foam/core/PubSub.java -------------------------------------------------------------------------------- /java/foam/core/Value.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/java/foam/core/Value.java -------------------------------------------------------------------------------- /java/foam/core/X.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/java/foam/core/X.java -------------------------------------------------------------------------------- /java/foam/core/XFactory.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/java/foam/core/XFactory.java -------------------------------------------------------------------------------- /java/foam/core2/FObject.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/java/foam/core2/FObject.java -------------------------------------------------------------------------------- /java/foam/core2/MLang.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/java/foam/core2/MLang.java -------------------------------------------------------------------------------- /java/foam/dao/ArrayDAO.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/java/foam/dao/ArrayDAO.java -------------------------------------------------------------------------------- /java/foam/dao/CachingDAO.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/java/foam/dao/CachingDAO.java -------------------------------------------------------------------------------- /java/foam/dao/DAO.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/java/foam/dao/DAO.java -------------------------------------------------------------------------------- /java/foam/dao/FindSink.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/java/foam/dao/FindSink.java -------------------------------------------------------------------------------- /java/foam/dao/Index.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/java/foam/dao/Index.java -------------------------------------------------------------------------------- /java/foam/dao/LimitedDAO.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/java/foam/dao/LimitedDAO.java -------------------------------------------------------------------------------- /java/foam/dao/ListSink.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/java/foam/dao/ListSink.java -------------------------------------------------------------------------------- /java/foam/dao/MDAO.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/java/foam/dao/MDAO.java -------------------------------------------------------------------------------- /java/foam/dao/MLang.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/java/foam/dao/MLang.java -------------------------------------------------------------------------------- /java/foam/dao/OrderedDAO.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/java/foam/dao/OrderedDAO.java -------------------------------------------------------------------------------- /java/foam/dao/Plan.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/java/foam/dao/Plan.java -------------------------------------------------------------------------------- /java/foam/dao/ProxyDAO.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/java/foam/dao/ProxyDAO.java -------------------------------------------------------------------------------- /java/foam/dao/RemoveSink.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/java/foam/dao/RemoveSink.java -------------------------------------------------------------------------------- /java/foam/dao/SeqNoDAO.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/java/foam/dao/SeqNoDAO.java -------------------------------------------------------------------------------- /java/foam/dao/Sink.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/java/foam/dao/Sink.java -------------------------------------------------------------------------------- /java/foam/dao/SkipDAO.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/java/foam/dao/SkipDAO.java -------------------------------------------------------------------------------- /java/foam/dao/TreeIndex.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/java/foam/dao/TreeIndex.java -------------------------------------------------------------------------------- /java/foam/lib/parse/Alt.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/java/foam/lib/parse/Alt.java -------------------------------------------------------------------------------- /java/foam/lib/parse/Fail.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/java/foam/lib/parse/Fail.java -------------------------------------------------------------------------------- /java/foam/lib/parse/Not.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/java/foam/lib/parse/Not.java -------------------------------------------------------------------------------- /java/foam/lib/parse/Seq.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/java/foam/lib/parse/Seq.java -------------------------------------------------------------------------------- /java/foam/lib/parse/Seq0.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/java/foam/lib/parse/Seq0.java -------------------------------------------------------------------------------- /java/foam/lib/parse/Seq1.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/java/foam/lib/parse/Seq1.java -------------------------------------------------------------------------------- /js/com/chrome/apis/ApiKey.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/com/chrome/apis/ApiKey.js -------------------------------------------------------------------------------- /js/com/chrome/apis/Origin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/com/chrome/apis/Origin.js -------------------------------------------------------------------------------- /js/com/chrome/apis/User.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/com/chrome/apis/User.js -------------------------------------------------------------------------------- /js/com/google/drive/File.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/com/google/drive/File.js -------------------------------------------------------------------------------- /js/com/google/inno/Client.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/com/google/inno/Client.js -------------------------------------------------------------------------------- /js/com/google/inno/Message.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/com/google/inno/Message.js -------------------------------------------------------------------------------- /js/com/google/inno/Server.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/com/google/inno/Server.js -------------------------------------------------------------------------------- /js/com/google/mail/Sync.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/com/google/mail/Sync.js -------------------------------------------------------------------------------- /js/com/google/mail/WebApp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/com/google/mail/WebApp.js -------------------------------------------------------------------------------- /js/com/google/misc/Colors.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/com/google/misc/Colors.js -------------------------------------------------------------------------------- /js/com/google/nbuEDU/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/com/google/nbuEDU/App.js -------------------------------------------------------------------------------- /js/com/google/nbuEDU/examples/ads.json: -------------------------------------------------------------------------------- 1 | [ 2 | ] 3 | -------------------------------------------------------------------------------- /js/com/google/paper/QRView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/com/google/paper/QRView.js -------------------------------------------------------------------------------- /js/com/google/paper/TestA.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/com/google/paper/TestA.js -------------------------------------------------------------------------------- /js/com/google/plus/Circle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/com/google/plus/Circle.js -------------------------------------------------------------------------------- /js/com/google/plus/Person.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/com/google/plus/Person.js -------------------------------------------------------------------------------- /js/com/google/sweeper/Cell.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/com/google/sweeper/Cell.js -------------------------------------------------------------------------------- /js/com/google/sweeper/Game.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/com/google/sweeper/Game.js -------------------------------------------------------------------------------- /js/com/google/ymp/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/com/google/ymp/App.js -------------------------------------------------------------------------------- /js/com/google/ymp/Client.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/com/google/ymp/Client.js -------------------------------------------------------------------------------- /js/com/google/ymp/Market.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/com/google/ymp/Market.js -------------------------------------------------------------------------------- /js/com/google/ymp/Person.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/com/google/ymp/Person.js -------------------------------------------------------------------------------- /js/com/google/ymp/Server.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/com/google/ymp/Server.js -------------------------------------------------------------------------------- /js/com/google/ymp/bb/Post.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/com/google/ymp/bb/Post.js -------------------------------------------------------------------------------- /js/com/google/ymp/bb/Reply.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/com/google/ymp/bb/Reply.js -------------------------------------------------------------------------------- /js/foam/Memo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/Memo.js -------------------------------------------------------------------------------- /js/foam/Name.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/Name.js -------------------------------------------------------------------------------- /js/foam/apps/Modeller.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/apps/Modeller.js -------------------------------------------------------------------------------- /js/foam/apps/builder/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/apps/builder/App.js -------------------------------------------------------------------------------- /js/foam/apps/builder/Panel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/apps/builder/Panel.js -------------------------------------------------------------------------------- /js/foam/apps/calc/Binary.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/apps/calc/Binary.js -------------------------------------------------------------------------------- /js/foam/apps/calc/Calc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/apps/calc/Calc.js -------------------------------------------------------------------------------- /js/foam/apps/calc/CalcView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/apps/calc/CalcView.js -------------------------------------------------------------------------------- /js/foam/apps/calc/Fonts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/apps/calc/Fonts.js -------------------------------------------------------------------------------- /js/foam/apps/calc/History.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/apps/calc/History.js -------------------------------------------------------------------------------- /js/foam/apps/calc/Num.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/apps/calc/Num.js -------------------------------------------------------------------------------- /js/foam/apps/calc/Unary.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/apps/calc/Unary.js -------------------------------------------------------------------------------- /js/foam/apps/calc/WebApp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/apps/calc/WebApp.js -------------------------------------------------------------------------------- /js/foam/apps/ctm/CTMApp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/apps/ctm/CTMApp.js -------------------------------------------------------------------------------- /js/foam/apps/ctm/History.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/apps/ctm/History.js -------------------------------------------------------------------------------- /js/foam/apps/ctm/Task.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/apps/ctm/Task.js -------------------------------------------------------------------------------- /js/foam/apps/ctml/CTMApp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/apps/ctml/CTMApp.js -------------------------------------------------------------------------------- /js/foam/apps/ctml/Task.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/apps/ctml/Task.js -------------------------------------------------------------------------------- /js/foam/apps/mainsite/Site.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/apps/mainsite/Site.js -------------------------------------------------------------------------------- /js/foam/apps/mbug/MBug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/apps/mbug/MBug.js -------------------------------------------------------------------------------- /js/foam/apps/mbug/MBug_CSS.ft: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/apps/mbug/MBug_CSS.ft -------------------------------------------------------------------------------- /js/foam/apps/mbug/WebApp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/apps/mbug/WebApp.js -------------------------------------------------------------------------------- /js/foam/apps/todo/Todo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/apps/todo/Todo.js -------------------------------------------------------------------------------- /js/foam/apps/todo/TodoApp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/apps/todo/TodoApp.js -------------------------------------------------------------------------------- /js/foam/build/BuildApp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/build/BuildApp.js -------------------------------------------------------------------------------- /js/foam/build/I18nApp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/build/I18nApp.js -------------------------------------------------------------------------------- /js/foam/chrome/AppContext.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/chrome/AppContext.js -------------------------------------------------------------------------------- /js/foam/core/Enum.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/core/Enum.js -------------------------------------------------------------------------------- /js/foam/core/EnumValue.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/core/EnumValue.js -------------------------------------------------------------------------------- /js/foam/core/dao/ClientDAO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/core/dao/ClientDAO.js -------------------------------------------------------------------------------- /js/foam/core/dao/ErrorDAO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/core/dao/ErrorDAO.js -------------------------------------------------------------------------------- /js/foam/core/dao/JoinDAO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/core/dao/JoinDAO.js -------------------------------------------------------------------------------- /js/foam/core/dao/MergeDAO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/core/dao/MergeDAO.js -------------------------------------------------------------------------------- /js/foam/core/dao/OrDAO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/core/dao/OrDAO.js -------------------------------------------------------------------------------- /js/foam/core/dao/RestDAO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/core/dao/RestDAO.js -------------------------------------------------------------------------------- /js/foam/core/dao/SplitDAO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/core/dao/SplitDAO.js -------------------------------------------------------------------------------- /js/foam/core/dao/Sync.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/core/dao/Sync.js -------------------------------------------------------------------------------- /js/foam/core/dao/SyncDAO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/core/dao/SyncDAO.js -------------------------------------------------------------------------------- /js/foam/core/dao/SyncTrait.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/core/dao/SyncTrait.js -------------------------------------------------------------------------------- /js/foam/core/dao/WorkerDAO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/core/dao/WorkerDAO.js -------------------------------------------------------------------------------- /js/foam/core/fo/Feature.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/core/fo/Feature.js -------------------------------------------------------------------------------- /js/foam/core/fo/FeatureDAO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/core/fo/FeatureDAO.js -------------------------------------------------------------------------------- /js/foam/dao/ArrayDAO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/dao/ArrayDAO.js -------------------------------------------------------------------------------- /js/foam/dao/AuthorizedDAO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/dao/AuthorizedDAO.js -------------------------------------------------------------------------------- /js/foam/dao/Authorizer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/dao/Authorizer.js -------------------------------------------------------------------------------- /js/foam/dao/BusyStatusDAO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/dao/BusyStatusDAO.js -------------------------------------------------------------------------------- /js/foam/dao/CachingDAO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/dao/CachingDAO.js -------------------------------------------------------------------------------- /js/foam/dao/ChromeFile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/dao/ChromeFile.js -------------------------------------------------------------------------------- /js/foam/dao/DAOVersion.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/dao/DAOVersion.js -------------------------------------------------------------------------------- /js/foam/dao/DatastoreDAO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/dao/DatastoreDAO.js -------------------------------------------------------------------------------- /js/foam/dao/DeDupDAO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/dao/DeDupDAO.js -------------------------------------------------------------------------------- /js/foam/dao/DebugAuthDAO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/dao/DebugAuthDAO.js -------------------------------------------------------------------------------- /js/foam/dao/EasyClientDAO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/dao/EasyClientDAO.js -------------------------------------------------------------------------------- /js/foam/dao/EasyDAO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/dao/EasyDAO.js -------------------------------------------------------------------------------- /js/foam/dao/File.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/dao/File.js -------------------------------------------------------------------------------- /js/foam/dao/FutureDAO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/dao/FutureDAO.js -------------------------------------------------------------------------------- /js/foam/dao/GUIDDAO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/dao/GUIDDAO.js -------------------------------------------------------------------------------- /js/foam/dao/GoogleAuthDAO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/dao/GoogleAuthDAO.js -------------------------------------------------------------------------------- /js/foam/dao/IDBDAO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/dao/IDBDAO.js -------------------------------------------------------------------------------- /js/foam/dao/LazyCacheDAO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/dao/LazyCacheDAO.js -------------------------------------------------------------------------------- /js/foam/dao/LoggingDAO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/dao/LoggingDAO.js -------------------------------------------------------------------------------- /js/foam/dao/NoSelectAllDAO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/dao/NoSelectAllDAO.js -------------------------------------------------------------------------------- /js/foam/dao/NodeFileDAO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/dao/NodeFileDAO.js -------------------------------------------------------------------------------- /js/foam/dao/NullDAO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/dao/NullDAO.js -------------------------------------------------------------------------------- /js/foam/dao/ProxyDAO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/dao/ProxyDAO.js -------------------------------------------------------------------------------- /js/foam/dao/ScrollDAO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/dao/ScrollDAO.js -------------------------------------------------------------------------------- /js/foam/dao/SeqNoDAO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/dao/SeqNoDAO.js -------------------------------------------------------------------------------- /js/foam/dao/TimingDAO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/dao/TimingDAO.js -------------------------------------------------------------------------------- /js/foam/dao/ZipArchiveDAO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/dao/ZipArchiveDAO.js -------------------------------------------------------------------------------- /js/foam/dao/auth/Account.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/dao/auth/Account.js -------------------------------------------------------------------------------- /js/foam/demos/AllViews.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/demos/AllViews.js -------------------------------------------------------------------------------- /js/foam/demos/BarGraphs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/demos/BarGraphs.js -------------------------------------------------------------------------------- /js/foam/demos/ClockView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/demos/ClockView.js -------------------------------------------------------------------------------- /js/foam/demos/DelayView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/demos/DelayView.js -------------------------------------------------------------------------------- /js/foam/demos/EnumDemo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/demos/EnumDemo.js -------------------------------------------------------------------------------- /js/foam/demos/FOAMDiagram.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/demos/FOAMDiagram.js -------------------------------------------------------------------------------- /js/foam/demos/Flow.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/demos/Flow.js -------------------------------------------------------------------------------- /js/foam/demos/Flow_toHTML.ft: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/demos/Flow_toHTML.ft -------------------------------------------------------------------------------- /js/foam/demos/FutureView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/demos/FutureView.js -------------------------------------------------------------------------------- /js/foam/demos/HelloWorld.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/demos/HelloWorld.js -------------------------------------------------------------------------------- /js/foam/demos/MDFieldGuide.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/demos/MDFieldGuide.js -------------------------------------------------------------------------------- /js/foam/demos/Memento.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/demos/Memento.js -------------------------------------------------------------------------------- /js/foam/demos/PageView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/demos/PageView.js -------------------------------------------------------------------------------- /js/foam/demos/Replicator.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/demos/Replicator.js -------------------------------------------------------------------------------- /js/foam/demos/ScriptTagDAO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/demos/ScriptTagDAO.js -------------------------------------------------------------------------------- /js/foam/demos/SolarSystem.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/demos/SolarSystem.js -------------------------------------------------------------------------------- /js/foam/demos/SomeEnum.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/demos/SomeEnum.js -------------------------------------------------------------------------------- /js/foam/demos/Sudoku.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/demos/Sudoku.js -------------------------------------------------------------------------------- /js/foam/demos/TopToolbar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/demos/TopToolbar.js -------------------------------------------------------------------------------- /js/foam/demos/TwoPaneView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/demos/TwoPaneView.js -------------------------------------------------------------------------------- /js/foam/demos/U2Demo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/demos/U2Demo.js -------------------------------------------------------------------------------- /js/foam/demos/empire/Preso.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/demos/empire/Preso.js -------------------------------------------------------------------------------- /js/foam/demos/empire/todo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/demos/empire/todo.png -------------------------------------------------------------------------------- /js/foam/demos/heroes/Hero.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/demos/heroes/Hero.js -------------------------------------------------------------------------------- /js/foam/demos/pong/Pong.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/demos/pong/Pong.js -------------------------------------------------------------------------------- /js/foam/demos/wat/Grid.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/demos/wat/Grid.js -------------------------------------------------------------------------------- /js/foam/demos/wat/Slides.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/demos/wat/Slides.js -------------------------------------------------------------------------------- /js/foam/demos/wat/google.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/demos/wat/google.png -------------------------------------------------------------------------------- /js/foam/demos/wat/hume.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/demos/wat/hume.jpg -------------------------------------------------------------------------------- /js/foam/demos/wat/temple.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/demos/wat/temple.jpg -------------------------------------------------------------------------------- /js/foam/demos/wat/todo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/demos/wat/todo.png -------------------------------------------------------------------------------- /js/foam/flow/AceCodeView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/flow/AceCodeView.js -------------------------------------------------------------------------------- /js/foam/flow/Aside.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/flow/Aside.js -------------------------------------------------------------------------------- /js/foam/flow/Author.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/flow/Author.js -------------------------------------------------------------------------------- /js/foam/flow/BookTitle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/flow/BookTitle.js -------------------------------------------------------------------------------- /js/foam/flow/CardDeck.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/flow/CardDeck.js -------------------------------------------------------------------------------- /js/foam/flow/CodeSample.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/flow/CodeSample.js -------------------------------------------------------------------------------- /js/foam/flow/CodeSnippet.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/flow/CodeSnippet.js -------------------------------------------------------------------------------- /js/foam/flow/CodeView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/flow/CodeView.js -------------------------------------------------------------------------------- /js/foam/flow/Element.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/flow/Element.js -------------------------------------------------------------------------------- /js/foam/flow/FBEDaos.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/flow/FBEDaos.js -------------------------------------------------------------------------------- /js/foam/flow/FBEModels.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/flow/FBEModels.js -------------------------------------------------------------------------------- /js/foam/flow/FBEViews.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/flow/FBEViews.js -------------------------------------------------------------------------------- /js/foam/flow/FOAMBook.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/flow/FOAMBook.js -------------------------------------------------------------------------------- /js/foam/flow/FOAMBook_CSS.ft: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/flow/FOAMBook_CSS.ft -------------------------------------------------------------------------------- /js/foam/flow/FOAMByExample.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/flow/FOAMByExample.js -------------------------------------------------------------------------------- /js/foam/flow/Glossary.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/flow/Glossary.js -------------------------------------------------------------------------------- /js/foam/flow/GlossaryTerm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/flow/GlossaryTerm.js -------------------------------------------------------------------------------- /js/foam/flow/Grid.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/flow/Grid.js -------------------------------------------------------------------------------- /js/foam/flow/LogEntry.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/flow/LogEntry.js -------------------------------------------------------------------------------- /js/foam/flow/LogEntryView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/flow/LogEntryView.js -------------------------------------------------------------------------------- /js/foam/flow/Pong.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/flow/Pong.js -------------------------------------------------------------------------------- /js/foam/flow/QuoteCode.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/flow/QuoteCode.js -------------------------------------------------------------------------------- /js/foam/flow/Section.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/flow/Section.js -------------------------------------------------------------------------------- /js/foam/flow/Slides.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/flow/Slides.js -------------------------------------------------------------------------------- /js/foam/flow/SourceCode.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/flow/SourceCode.js -------------------------------------------------------------------------------- /js/foam/flow/SubTitle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/flow/SubTitle.js -------------------------------------------------------------------------------- /js/foam/flow/TitlePage.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/flow/TitlePage.js -------------------------------------------------------------------------------- /js/foam/flow/ToC.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/flow/ToC.js -------------------------------------------------------------------------------- /js/foam/flow/Watermark.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/flow/Watermark.js -------------------------------------------------------------------------------- /js/foam/glang/BarExpr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/glang/BarExpr.js -------------------------------------------------------------------------------- /js/foam/glang/BaseBarExpr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/glang/BaseBarExpr.js -------------------------------------------------------------------------------- /js/foam/glang/GridBarExpr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/glang/GridBarExpr.js -------------------------------------------------------------------------------- /js/foam/glang/GroupBarExpr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/glang/GroupBarExpr.js -------------------------------------------------------------------------------- /js/foam/glang/PieExpr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/glang/PieExpr.js -------------------------------------------------------------------------------- /js/foam/grammars/CSS3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/grammars/CSS3.js -------------------------------------------------------------------------------- /js/foam/grammars/CSS3Test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/grammars/CSS3Test.js -------------------------------------------------------------------------------- /js/foam/grammars/CSSDecl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/grammars/CSSDecl.js -------------------------------------------------------------------------------- /js/foam/grammars/Protobuf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/grammars/Protobuf.js -------------------------------------------------------------------------------- /js/foam/graphics/Arc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/graphics/Arc.js -------------------------------------------------------------------------------- /js/foam/graphics/Box.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/graphics/Box.js -------------------------------------------------------------------------------- /js/foam/graphics/CView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/graphics/CView.js -------------------------------------------------------------------------------- /js/foam/graphics/CViewView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/graphics/CViewView.js -------------------------------------------------------------------------------- /js/foam/graphics/Circle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/graphics/Circle.js -------------------------------------------------------------------------------- /js/foam/graphics/Gauge.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/graphics/Gauge.js -------------------------------------------------------------------------------- /js/foam/graphics/Graph.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/graphics/Graph.js -------------------------------------------------------------------------------- /js/foam/graphics/HTMLGraph.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/graphics/HTMLGraph.js -------------------------------------------------------------------------------- /js/foam/graphics/Label.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/graphics/Label.js -------------------------------------------------------------------------------- /js/foam/graphics/Label2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/graphics/Label2.js -------------------------------------------------------------------------------- /js/foam/graphics/Margin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/graphics/Margin.js -------------------------------------------------------------------------------- /js/foam/graphics/PieGraph.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/graphics/PieGraph.js -------------------------------------------------------------------------------- /js/foam/graphics/Point.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/graphics/Point.js -------------------------------------------------------------------------------- /js/foam/graphics/Polygon.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/graphics/Polygon.js -------------------------------------------------------------------------------- /js/foam/graphics/Rectangle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/graphics/Rectangle.js -------------------------------------------------------------------------------- /js/foam/graphics/Shadow.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/graphics/Shadow.js -------------------------------------------------------------------------------- /js/foam/graphics/Spacer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/graphics/Spacer.js -------------------------------------------------------------------------------- /js/foam/graphics/Turntable.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/graphics/Turntable.js -------------------------------------------------------------------------------- /js/foam/graphics/ViewCView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/graphics/ViewCView.js -------------------------------------------------------------------------------- /js/foam/i18n/IdGenerator.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/i18n/IdGenerator.js -------------------------------------------------------------------------------- /js/foam/i18n/Message.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/i18n/Message.js -------------------------------------------------------------------------------- /js/foam/i18n/MessageBundle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/i18n/MessageBundle.js -------------------------------------------------------------------------------- /js/foam/i18n/Placeholder.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/i18n/Placeholder.js -------------------------------------------------------------------------------- /js/foam/i18n/Plural.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/i18n/Plural.js -------------------------------------------------------------------------------- /js/foam/i18n/Selector.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/i18n/Selector.js -------------------------------------------------------------------------------- /js/foam/i18n/Visitor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/i18n/Visitor.js -------------------------------------------------------------------------------- /js/foam/input/Mouse.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/input/Mouse.js -------------------------------------------------------------------------------- /js/foam/interfaces/DAO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/interfaces/DAO.js -------------------------------------------------------------------------------- /js/foam/interfaces/Sink.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/interfaces/Sink.js -------------------------------------------------------------------------------- /js/foam/lib/email/EMail.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/lib/email/EMail.js -------------------------------------------------------------------------------- /js/foam/memento/MementoMgr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/memento/MementoMgr.js -------------------------------------------------------------------------------- /js/foam/metrics/Error.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/metrics/Error.js -------------------------------------------------------------------------------- /js/foam/metrics/Event.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/metrics/Event.js -------------------------------------------------------------------------------- /js/foam/metrics/Metric.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/metrics/Metric.js -------------------------------------------------------------------------------- /js/foam/metrics/PageView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/metrics/PageView.js -------------------------------------------------------------------------------- /js/foam/mlang/CSVExpr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/mlang/CSVExpr.js -------------------------------------------------------------------------------- /js/foam/mlang/CannedQuery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/mlang/CannedQuery.js -------------------------------------------------------------------------------- /js/foam/navigator/FOAMlet.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/navigator/FOAMlet.js -------------------------------------------------------------------------------- /js/foam/net/HTTPResponse.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/net/HTTPResponse.js -------------------------------------------------------------------------------- /js/foam/net/WebHTTPRequest.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/net/WebHTTPRequest.js -------------------------------------------------------------------------------- /js/foam/node/Context.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/node/Context.js -------------------------------------------------------------------------------- /js/foam/node/ServeFOAM.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/node/ServeFOAM.js -------------------------------------------------------------------------------- /js/foam/node/Server.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/node/Server.js -------------------------------------------------------------------------------- /js/foam/node/dao/MongoDAO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/node/dao/MongoDAO.js -------------------------------------------------------------------------------- /js/foam/node/ws/Frame.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/node/ws/Frame.js -------------------------------------------------------------------------------- /js/foam/node/ws/WebSocket.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/node/ws/WebSocket.js -------------------------------------------------------------------------------- /js/foam/oauth2/AutoOAuth2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/oauth2/AutoOAuth2.js -------------------------------------------------------------------------------- /js/foam/oauth2/OAuth2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/oauth2/OAuth2.js -------------------------------------------------------------------------------- /js/foam/parse/Grammar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/parse/Grammar.js -------------------------------------------------------------------------------- /js/foam/physics/Collider.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/physics/Collider.js -------------------------------------------------------------------------------- /js/foam/physics/Physical.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/physics/Physical.js -------------------------------------------------------------------------------- /js/foam/test/Autocomplete.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/test/Autocomplete.js -------------------------------------------------------------------------------- /js/foam/test/EMail.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/test/EMail.js -------------------------------------------------------------------------------- /js/foam/test/Types.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/test/Types.js -------------------------------------------------------------------------------- /js/foam/testing/TestRunner.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/testing/TestRunner.js -------------------------------------------------------------------------------- /js/foam/testing/TestServer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/testing/TestServer.js -------------------------------------------------------------------------------- /js/foam/testing/WebRunner.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/testing/WebRunner.js -------------------------------------------------------------------------------- /js/foam/tools/EditView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/tools/EditView.js -------------------------------------------------------------------------------- /js/foam/tools/FOAMInChrome.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/tools/FOAMInChrome.js -------------------------------------------------------------------------------- /js/foam/tools/GenCode.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/tools/GenCode.js -------------------------------------------------------------------------------- /js/foam/tools/GenJava.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/tools/GenJava.js -------------------------------------------------------------------------------- /js/foam/tools/GenSwift.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/tools/GenSwift.js -------------------------------------------------------------------------------- /js/foam/tools/WriteModel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/tools/WriteModel.js -------------------------------------------------------------------------------- /js/foam/tutorials/phonecat/img/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /js/foam/u2/ActionButton.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/ActionButton.js -------------------------------------------------------------------------------- /js/foam/u2/ChoiceViewTrait.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/ChoiceViewTrait.js -------------------------------------------------------------------------------- /js/foam/u2/Clipboard.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/Clipboard.js -------------------------------------------------------------------------------- /js/foam/u2/DAOController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/DAOController.js -------------------------------------------------------------------------------- /js/foam/u2/DAOListView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/DAOListView.js -------------------------------------------------------------------------------- /js/foam/u2/DateView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/DateView.js -------------------------------------------------------------------------------- /js/foam/u2/DetailView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/DetailView.js -------------------------------------------------------------------------------- /js/foam/u2/Dialog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/Dialog.js -------------------------------------------------------------------------------- /js/foam/u2/EIDProperty.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/EIDProperty.js -------------------------------------------------------------------------------- /js/foam/u2/EasyDialog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/EasyDialog.js -------------------------------------------------------------------------------- /js/foam/u2/Element.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/Element.js -------------------------------------------------------------------------------- /js/foam/u2/ElementParser.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/ElementParser.js -------------------------------------------------------------------------------- /js/foam/u2/ElementValue.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/ElementValue.js -------------------------------------------------------------------------------- /js/foam/u2/Entity.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/Entity.js -------------------------------------------------------------------------------- /js/foam/u2/EnumView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/EnumView.js -------------------------------------------------------------------------------- /js/foam/u2/FunctionView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/FunctionView.js -------------------------------------------------------------------------------- /js/foam/u2/GoogleValidator.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/GoogleValidator.js -------------------------------------------------------------------------------- /js/foam/u2/Icon.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/Icon.js -------------------------------------------------------------------------------- /js/foam/u2/Ligature.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/Ligature.js -------------------------------------------------------------------------------- /js/foam/u2/ModalOverlay.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/ModalOverlay.js -------------------------------------------------------------------------------- /js/foam/u2/ProgressView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/ProgressView.js -------------------------------------------------------------------------------- /js/foam/u2/PropertyView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/PropertyView.js -------------------------------------------------------------------------------- /js/foam/u2/README.md: -------------------------------------------------------------------------------- 1 | Experimental. 2 | Subject to change. 3 | Use at own risk. 4 | -------------------------------------------------------------------------------- /js/foam/u2/RangeView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/RangeView.js -------------------------------------------------------------------------------- /js/foam/u2/ReadWriteView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/ReadWriteView.js -------------------------------------------------------------------------------- /js/foam/u2/ReferenceView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/ReferenceView.js -------------------------------------------------------------------------------- /js/foam/u2/ScrollView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/ScrollView.js -------------------------------------------------------------------------------- /js/foam/u2/SearchBorder.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/SearchBorder.js -------------------------------------------------------------------------------- /js/foam/u2/SizingTrait.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/SizingTrait.js -------------------------------------------------------------------------------- /js/foam/u2/SpinnerView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/SpinnerView.js -------------------------------------------------------------------------------- /js/foam/u2/TableRowView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/TableRowView.js -------------------------------------------------------------------------------- /js/foam/u2/TableView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/TableView.js -------------------------------------------------------------------------------- /js/foam/u2/TextField.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/TextField.js -------------------------------------------------------------------------------- /js/foam/u2/TooltipPopup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/TooltipPopup.js -------------------------------------------------------------------------------- /js/foam/u2/View.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/View.js -------------------------------------------------------------------------------- /js/foam/u2/md/ActionButton.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/md/ActionButton.js -------------------------------------------------------------------------------- /js/foam/u2/md/Calendar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/md/Calendar.js -------------------------------------------------------------------------------- /js/foam/u2/md/Card.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/md/Card.js -------------------------------------------------------------------------------- /js/foam/u2/md/Checkbox.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/md/Checkbox.js -------------------------------------------------------------------------------- /js/foam/u2/md/CitationView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/md/CitationView.js -------------------------------------------------------------------------------- /js/foam/u2/md/DAOListView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/md/DAOListView.js -------------------------------------------------------------------------------- /js/foam/u2/md/DateField.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/md/DateField.js -------------------------------------------------------------------------------- /js/foam/u2/md/DatePicker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/md/DatePicker.js -------------------------------------------------------------------------------- /js/foam/u2/md/DetailView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/md/DetailView.js -------------------------------------------------------------------------------- /js/foam/u2/md/PopupMenu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/md/PopupMenu.js -------------------------------------------------------------------------------- /js/foam/u2/md/RadioGroup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/md/RadioGroup.js -------------------------------------------------------------------------------- /js/foam/u2/md/Select.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/md/Select.js -------------------------------------------------------------------------------- /js/foam/u2/md/SharedStyles.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/md/SharedStyles.js -------------------------------------------------------------------------------- /js/foam/u2/md/Stepper.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/md/Stepper.js -------------------------------------------------------------------------------- /js/foam/u2/md/TableView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/md/TableView.js -------------------------------------------------------------------------------- /js/foam/u2/md/TextField.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/md/TextField.js -------------------------------------------------------------------------------- /js/foam/u2/md/TimePicker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/md/TimePicker.js -------------------------------------------------------------------------------- /js/foam/u2/md/Toggle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/md/Toggle.js -------------------------------------------------------------------------------- /js/foam/u2/md/Toolbar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/md/Toolbar.js -------------------------------------------------------------------------------- /js/foam/u2/md/Tooltip.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/md/Tooltip.js -------------------------------------------------------------------------------- /js/foam/u2/md/WithToolbar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/md/WithToolbar.js -------------------------------------------------------------------------------- /js/foam/u2/notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/notes.txt -------------------------------------------------------------------------------- /js/foam/u2/tag/Checkbox.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/tag/Checkbox.js -------------------------------------------------------------------------------- /js/foam/u2/tag/Image.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/tag/Image.js -------------------------------------------------------------------------------- /js/foam/u2/tag/Input.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/tag/Input.js -------------------------------------------------------------------------------- /js/foam/u2/tag/Select.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/tag/Select.js -------------------------------------------------------------------------------- /js/foam/u2/tag/TextArea.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/u2/tag/TextArea.js -------------------------------------------------------------------------------- /js/foam/ui/AbstractDAOView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/AbstractDAOView.js -------------------------------------------------------------------------------- /js/foam/ui/ActionBorder.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/ActionBorder.js -------------------------------------------------------------------------------- /js/foam/ui/ActionButton.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/ActionButton.js -------------------------------------------------------------------------------- /js/foam/ui/ActionLink.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/ActionLink.js -------------------------------------------------------------------------------- /js/foam/ui/ActionSheetView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/ActionSheetView.js -------------------------------------------------------------------------------- /js/foam/ui/AlternateView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/AlternateView.js -------------------------------------------------------------------------------- /js/foam/ui/ArrayListView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/ArrayListView.js -------------------------------------------------------------------------------- /js/foam/ui/ArrayTileView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/ArrayTileView.js -------------------------------------------------------------------------------- /js/foam/ui/ArrayView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/ArrayView.js -------------------------------------------------------------------------------- /js/foam/ui/BaseView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/BaseView.js -------------------------------------------------------------------------------- /js/foam/ui/BlobImageView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/BlobImageView.js -------------------------------------------------------------------------------- /js/foam/ui/BooleanView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/BooleanView.js -------------------------------------------------------------------------------- /js/foam/ui/CSSFunction.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/CSSFunction.js -------------------------------------------------------------------------------- /js/foam/ui/CSSLoaderTrait.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/CSSLoaderTrait.js -------------------------------------------------------------------------------- /js/foam/ui/CSSProperty.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/CSSProperty.js -------------------------------------------------------------------------------- /js/foam/ui/CSSTime.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/CSSTime.js -------------------------------------------------------------------------------- /js/foam/ui/CSSTransition.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/CSSTransition.js -------------------------------------------------------------------------------- /js/foam/ui/ChoiceListView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/ChoiceListView.js -------------------------------------------------------------------------------- /js/foam/ui/ChoiceView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/ChoiceView.js -------------------------------------------------------------------------------- /js/foam/ui/CitationView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/CitationView.js -------------------------------------------------------------------------------- /js/foam/ui/CollapsibleView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/CollapsibleView.js -------------------------------------------------------------------------------- /js/foam/ui/Color.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/Color.js -------------------------------------------------------------------------------- /js/foam/ui/ColorPickerView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/ColorPickerView.js -------------------------------------------------------------------------------- /js/foam/ui/ColorProperty.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/ColorProperty.js -------------------------------------------------------------------------------- /js/foam/ui/Colors.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/Colors.js -------------------------------------------------------------------------------- /js/foam/ui/DAOController.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/DAOController.js -------------------------------------------------------------------------------- /js/foam/ui/DAOKeyView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/DAOKeyView.js -------------------------------------------------------------------------------- /js/foam/ui/DAOListView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/DAOListView.js -------------------------------------------------------------------------------- /js/foam/ui/DateFieldView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/DateFieldView.js -------------------------------------------------------------------------------- /js/foam/ui/DelayView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/DelayView.js -------------------------------------------------------------------------------- /js/foam/ui/DetailView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/DetailView.js -------------------------------------------------------------------------------- /js/foam/ui/EditColumnsView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/EditColumnsView.js -------------------------------------------------------------------------------- /js/foam/ui/EnumFieldView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/EnumFieldView.js -------------------------------------------------------------------------------- /js/foam/ui/FlexTableView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/FlexTableView.js -------------------------------------------------------------------------------- /js/foam/ui/FloatFieldView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/FloatFieldView.js -------------------------------------------------------------------------------- /js/foam/ui/FoamTagView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/FoamTagView.js -------------------------------------------------------------------------------- /js/foam/ui/FunctionView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/FunctionView.js -------------------------------------------------------------------------------- /js/foam/ui/FutureView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/FutureView.js -------------------------------------------------------------------------------- /js/foam/ui/GalleryView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/GalleryView.js -------------------------------------------------------------------------------- /js/foam/ui/GridView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/GridView.js -------------------------------------------------------------------------------- /js/foam/ui/HTMLView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/HTMLView.js -------------------------------------------------------------------------------- /js/foam/ui/HTMLViewTrait.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/HTMLViewTrait.js -------------------------------------------------------------------------------- /js/foam/ui/HelpSnippetView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/HelpSnippetView.js -------------------------------------------------------------------------------- /js/foam/ui/HelpView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/HelpView.js -------------------------------------------------------------------------------- /js/foam/ui/Icon.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/Icon.js -------------------------------------------------------------------------------- /js/foam/ui/ImageView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/ImageView.js -------------------------------------------------------------------------------- /js/foam/ui/IntFieldView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/IntFieldView.js -------------------------------------------------------------------------------- /js/foam/ui/JSView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/JSView.js -------------------------------------------------------------------------------- /js/foam/ui/KeyView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/KeyView.js -------------------------------------------------------------------------------- /js/foam/ui/LigatureView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/LigatureView.js -------------------------------------------------------------------------------- /js/foam/ui/Link.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/Link.js -------------------------------------------------------------------------------- /js/foam/ui/LinkView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/LinkView.js -------------------------------------------------------------------------------- /js/foam/ui/ListInputView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/ListInputView.js -------------------------------------------------------------------------------- /js/foam/ui/ListValueView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/ListValueView.js -------------------------------------------------------------------------------- /js/foam/ui/MenuSeparator.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/MenuSeparator.js -------------------------------------------------------------------------------- /js/foam/ui/MultiChoiceView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/MultiChoiceView.js -------------------------------------------------------------------------------- /js/foam/ui/OverlayHelpView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/OverlayHelpView.js -------------------------------------------------------------------------------- /js/foam/ui/OverlayView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/OverlayView.js -------------------------------------------------------------------------------- /js/foam/ui/PopupChoiceView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/PopupChoiceView.js -------------------------------------------------------------------------------- /js/foam/ui/PopupView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/PopupView.js -------------------------------------------------------------------------------- /js/foam/ui/PredicatedView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/PredicatedView.js -------------------------------------------------------------------------------- /js/foam/ui/ProgressView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/ProgressView.js -------------------------------------------------------------------------------- /js/foam/ui/PropertyView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/PropertyView.js -------------------------------------------------------------------------------- /js/foam/ui/QueueView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/QueueView.js -------------------------------------------------------------------------------- /js/foam/ui/RadioBoxView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/RadioBoxView.js -------------------------------------------------------------------------------- /js/foam/ui/RangeView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/RangeView.js -------------------------------------------------------------------------------- /js/foam/ui/RichTextView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/RichTextView.js -------------------------------------------------------------------------------- /js/foam/ui/RoleView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/RoleView.js -------------------------------------------------------------------------------- /js/foam/ui/ScrollView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/ScrollView.js -------------------------------------------------------------------------------- /js/foam/ui/ScrollViewRow.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/ScrollViewRow.js -------------------------------------------------------------------------------- /js/foam/ui/SimpleView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/SimpleView.js -------------------------------------------------------------------------------- /js/foam/ui/SlidePanel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/SlidePanel.js -------------------------------------------------------------------------------- /js/foam/ui/SpinnerView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/SpinnerView.js -------------------------------------------------------------------------------- /js/foam/ui/SplitView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/SplitView.js -------------------------------------------------------------------------------- /js/foam/ui/StackView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/StackView.js -------------------------------------------------------------------------------- /js/foam/ui/StaticHTML.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/StaticHTML.js -------------------------------------------------------------------------------- /js/foam/ui/StringArrayView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/StringArrayView.js -------------------------------------------------------------------------------- /js/foam/ui/SummaryView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/SummaryView.js -------------------------------------------------------------------------------- /js/foam/ui/SwipeAltView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/SwipeAltView.js -------------------------------------------------------------------------------- /js/foam/ui/TableView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/TableView.js -------------------------------------------------------------------------------- /js/foam/ui/TextAreaView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/TextAreaView.js -------------------------------------------------------------------------------- /js/foam/ui/TextFieldView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/TextFieldView.js -------------------------------------------------------------------------------- /js/foam/ui/TextualView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/TextualView.js -------------------------------------------------------------------------------- /js/foam/ui/ToolbarView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/ToolbarView.js -------------------------------------------------------------------------------- /js/foam/ui/Tooltip.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/Tooltip.js -------------------------------------------------------------------------------- /js/foam/ui/U2ViewTrait.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/U2ViewTrait.js -------------------------------------------------------------------------------- /js/foam/ui/View.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/View.js -------------------------------------------------------------------------------- /js/foam/ui/ViewChoice.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/ViewChoice.js -------------------------------------------------------------------------------- /js/foam/ui/ViewChoicesView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/ViewChoicesView.js -------------------------------------------------------------------------------- /js/foam/ui/ViewFactoryView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/ViewFactoryView.js -------------------------------------------------------------------------------- /js/foam/ui/ViewSwitcher.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/ViewSwitcher.js -------------------------------------------------------------------------------- /js/foam/ui/WebView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/WebView.js -------------------------------------------------------------------------------- /js/foam/ui/Window.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/Window.js -------------------------------------------------------------------------------- /js/foam/ui/XMLView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/XMLView.js -------------------------------------------------------------------------------- /js/foam/ui/animated/Label.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/animated/Label.js -------------------------------------------------------------------------------- /js/foam/ui/layout/DOMPanel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/layout/DOMPanel.js -------------------------------------------------------------------------------- /js/foam/ui/layout/Window.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/layout/Window.js -------------------------------------------------------------------------------- /js/foam/ui/md/ActionLabel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/md/ActionLabel.js -------------------------------------------------------------------------------- /js/foam/ui/md/ActionList.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/md/ActionList.js -------------------------------------------------------------------------------- /js/foam/ui/md/AddRowView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/md/AddRowView.js -------------------------------------------------------------------------------- /js/foam/ui/md/CalendarView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/md/CalendarView.js -------------------------------------------------------------------------------- /js/foam/ui/md/CheckboxView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/md/CheckboxView.js -------------------------------------------------------------------------------- /js/foam/ui/md/CitationView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/md/CitationView.js -------------------------------------------------------------------------------- /js/foam/ui/md/DAOListView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/md/DAOListView.js -------------------------------------------------------------------------------- /js/foam/ui/md/DetailView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/md/DetailView.js -------------------------------------------------------------------------------- /js/foam/ui/md/EditColumns.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/md/EditColumns.js -------------------------------------------------------------------------------- /js/foam/ui/md/EditableView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/md/EditableView.js -------------------------------------------------------------------------------- /js/foam/ui/md/Flare.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/md/Flare.js -------------------------------------------------------------------------------- /js/foam/ui/md/FlatButton.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/md/FlatButton.js -------------------------------------------------------------------------------- /js/foam/ui/md/Halo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/md/Halo.js -------------------------------------------------------------------------------- /js/foam/ui/md/HaloView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/md/HaloView.js -------------------------------------------------------------------------------- /js/foam/ui/md/IntFieldView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/md/IntFieldView.js -------------------------------------------------------------------------------- /js/foam/ui/md/MDAppTrait.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/md/MDAppTrait.js -------------------------------------------------------------------------------- /js/foam/ui/md/MDStyleTrait.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/md/MDStyleTrait.js -------------------------------------------------------------------------------- /js/foam/ui/md/PopupView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/md/PopupView.js -------------------------------------------------------------------------------- /js/foam/ui/md/SectionView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/md/SectionView.js -------------------------------------------------------------------------------- /js/foam/ui/md/SharedStyles.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/md/SharedStyles.js -------------------------------------------------------------------------------- /js/foam/ui/md/SlideStyles.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/md/SlideStyles.js -------------------------------------------------------------------------------- /js/foam/ui/md/TableView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/md/TableView.js -------------------------------------------------------------------------------- /js/foam/ui/md/ToggleView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/md/ToggleView.js -------------------------------------------------------------------------------- /js/foam/ui/md/Toolbar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/md/Toolbar.js -------------------------------------------------------------------------------- /js/foam/ui/md/ToolbarCSS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/md/ToolbarCSS.js -------------------------------------------------------------------------------- /js/foam/ui/md/TwoPane.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/md/TwoPane.js -------------------------------------------------------------------------------- /js/foam/ui/md/TwoPaneView.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/md/TwoPaneView.js -------------------------------------------------------------------------------- /js/foam/ui/polymer/Tooltip.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/polymer/Tooltip.js -------------------------------------------------------------------------------- /js/foam/ui/polymer/View.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/ui/polymer/View.js -------------------------------------------------------------------------------- /js/foam/util/Base64Decoder.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/util/Base64Decoder.js -------------------------------------------------------------------------------- /js/foam/util/Base64Encoder.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/util/Base64Encoder.js -------------------------------------------------------------------------------- /js/foam/util/InlineTrait.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/util/InlineTrait.js -------------------------------------------------------------------------------- /js/foam/util/JavaSource.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/util/JavaSource.js -------------------------------------------------------------------------------- /js/foam/util/JavaSource2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/util/JavaSource2.js -------------------------------------------------------------------------------- /js/foam/util/Queue.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/util/Queue.js -------------------------------------------------------------------------------- /js/foam/util/Timer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/util/Timer.js -------------------------------------------------------------------------------- /js/foam/util/zip/Archive.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/util/zip/Archive.js -------------------------------------------------------------------------------- /js/foam/util/zip/CRC32.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/util/zip/CRC32.js -------------------------------------------------------------------------------- /js/foam/util/zip/Chunk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/util/zip/Chunk.js -------------------------------------------------------------------------------- /js/foam/util/zip/DOSDate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/util/zip/DOSDate.js -------------------------------------------------------------------------------- /js/foam/util/zip/File.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/foam/util/zip/File.js -------------------------------------------------------------------------------- /js/node/dao/JSModelFileDAO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/node/dao/JSModelFileDAO.js -------------------------------------------------------------------------------- /js/node/dao/ModelFileDAO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/js/node/dao/ModelFileDAO.js -------------------------------------------------------------------------------- /lib/gmail/SchemaImport.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/lib/gmail/SchemaImport.js -------------------------------------------------------------------------------- /node/demos/basicServer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/node/demos/basicServer.js -------------------------------------------------------------------------------- /node/demos/mongo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/node/demos/mongo.js -------------------------------------------------------------------------------- /orphanage/core/io.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/orphanage/core/io.html -------------------------------------------------------------------------------- /orphanage/core/io.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/orphanage/core/io.js -------------------------------------------------------------------------------- /orphanage/core/oauth.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/orphanage/core/oauth.js -------------------------------------------------------------------------------- /orphanage/core/scroll.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/orphanage/core/scroll.js -------------------------------------------------------------------------------- /orphanage/core/socket.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/orphanage/core/socket.js -------------------------------------------------------------------------------- /orphanage/mailreader/view.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/orphanage/mailreader/view.js -------------------------------------------------------------------------------- /orphanage/mm6Protobuf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/orphanage/mm6Protobuf.js -------------------------------------------------------------------------------- /orphanage/saturn/Storage.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/orphanage/saturn/Storage.js -------------------------------------------------------------------------------- /orphanage/saturn/bg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/orphanage/saturn/bg.js -------------------------------------------------------------------------------- /orphanage/saturn/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/orphanage/saturn/build.sh -------------------------------------------------------------------------------- /orphanage/saturn/contacts.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/orphanage/saturn/contacts.css -------------------------------------------------------------------------------- /orphanage/saturn/contacts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/orphanage/saturn/contacts.js -------------------------------------------------------------------------------- /orphanage/saturn/empty.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/orphanage/saturn/empty.html -------------------------------------------------------------------------------- /orphanage/saturn/foam.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/orphanage/saturn/foam.css -------------------------------------------------------------------------------- /orphanage/saturn/main.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/orphanage/saturn/main.html -------------------------------------------------------------------------------- /orphanage/saturn/saturn.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/orphanage/saturn/saturn.css -------------------------------------------------------------------------------- /orphanage/saturn/uglify.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/orphanage/saturn/uglify.sh -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/package.json -------------------------------------------------------------------------------- /polymer/foam-storage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/polymer/foam-storage.html -------------------------------------------------------------------------------- /resources/svg/Box.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/resources/svg/Box.svg -------------------------------------------------------------------------------- /resources/svg/IntProperty.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/resources/svg/IntProperty.svg -------------------------------------------------------------------------------- /resources/svg/Property.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/resources/svg/Property.svg -------------------------------------------------------------------------------- /resources/svg/URLProperty.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/resources/svg/URLProperty.svg -------------------------------------------------------------------------------- /swift/demos/LightsOut/.gitignore: -------------------------------------------------------------------------------- 1 | Generated/* 2 | *xcuserdata* 3 | -------------------------------------------------------------------------------- /swift/demos/StandingDeskTimer/.gitignore: -------------------------------------------------------------------------------- 1 | Generated/* 2 | *xcuserdata* 3 | -------------------------------------------------------------------------------- /swift/foam/Async.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/swift/foam/Async.swift -------------------------------------------------------------------------------- /swift/foam/Events.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/swift/foam/Events.swift -------------------------------------------------------------------------------- /swift/foam/FOAMSupport.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/swift/foam/FOAMSupport.swift -------------------------------------------------------------------------------- /swift/foam/FoamEnum.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/swift/foam/FoamEnum.swift -------------------------------------------------------------------------------- /swift/foam/FoamFunction.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/swift/foam/FoamFunction.swift -------------------------------------------------------------------------------- /swift/foam/Interval.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/swift/foam/Interval.swift -------------------------------------------------------------------------------- /swift/foam/MLang.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/swift/foam/MLang.swift -------------------------------------------------------------------------------- /tests/FOAMTests.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/tests/FOAMTests.html -------------------------------------------------------------------------------- /tests/FOAMTests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/tests/FOAMTests.js -------------------------------------------------------------------------------- /tests/FUNTests.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/tests/FUNTests.xml -------------------------------------------------------------------------------- /tests/automatic.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/tests/automatic.js -------------------------------------------------------------------------------- /tests/run_server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/tests/run_server.sh -------------------------------------------------------------------------------- /third_party/js/com/nodeca/pako/src/test/mocha.opts: -------------------------------------------------------------------------------- 1 | -R spec -t 60000 2 | -------------------------------------------------------------------------------- /tools/foam.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/tools/foam.js -------------------------------------------------------------------------------- /tools/genjava.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/tools/genjava.js -------------------------------------------------------------------------------- /tools/genjs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/tools/genjs.js -------------------------------------------------------------------------------- /tools/genproto.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/tools/genproto.js -------------------------------------------------------------------------------- /tools/lint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foam-framework/foam/HEAD/tools/lint.sh --------------------------------------------------------------------------------