├── .gitignore
├── WhichCab
├── .gitignore
├── .meteor
│ ├── .gitignore
│ ├── release
│ ├── platforms
│ └── .id
├── client
│ ├── lib
│ │ └── semantic-ui
│ │ │ ├── site
│ │ │ ├── modules
│ │ │ │ ├── embed.variables.import.less
│ │ │ │ ├── nag.overrides.import.less
│ │ │ │ ├── popup.overrides.import.less
│ │ │ │ ├── shape.overrides.import.less
│ │ │ │ ├── tab.overrides.import.less
│ │ │ │ ├── accordion.overrides.import.less
│ │ │ │ ├── checkbox.overrides.import.less
│ │ │ │ ├── dimmer.overrides.import.less
│ │ │ │ ├── dropdown.overrides.import.less
│ │ │ │ ├── embed.overrides.import.less
│ │ │ │ ├── modal.overrides.import.less
│ │ │ │ ├── modal.variables.import.less
│ │ │ │ ├── nag.variables.import.less
│ │ │ │ ├── popup.variables.import.less
│ │ │ │ ├── progress.overrides.import.less
│ │ │ │ ├── rating.overrides.import.less
│ │ │ │ ├── rating.variables.import.less
│ │ │ │ ├── search.overrides.import.less
│ │ │ │ ├── search.variables.import.less
│ │ │ │ ├── shape.variables.import.less
│ │ │ │ ├── sidebar.overrides.import.less
│ │ │ │ ├── sidebar.variables.import.less
│ │ │ │ ├── sticky.overrides.import.less
│ │ │ │ ├── sticky.variables.import.less
│ │ │ │ ├── tab.variables.import.less
│ │ │ │ ├── accordion.variables.import.less
│ │ │ │ ├── checkbox.variables.import.less
│ │ │ │ ├── dimmer.variables.import.less
│ │ │ │ ├── dropdown.variables.import.less
│ │ │ │ ├── progress.variables.import.less
│ │ │ │ ├── transition.overrides.import.less
│ │ │ │ └── transition.variables.import.less
│ │ │ ├── elements
│ │ │ │ ├── flag.variables.import.less
│ │ │ │ ├── button.overrides.import.less
│ │ │ │ ├── divider.overrides.import.less
│ │ │ │ ├── flag.overrides.import.less
│ │ │ │ ├── header.overrides.import.less
│ │ │ │ ├── icon.overrides.import.less
│ │ │ │ ├── icon.variables.import.less
│ │ │ │ ├── image.overrides.import.less
│ │ │ │ ├── input.overrides.import.less
│ │ │ │ ├── label.overrides.import.less
│ │ │ │ ├── list.overrides.import.less
│ │ │ │ ├── list.variables.import.less
│ │ │ │ ├── loader.overrides.import.less
│ │ │ │ ├── rail.overrides.import.less
│ │ │ │ ├── rail.variables.import.less
│ │ │ │ ├── reveal.overrides.import.less
│ │ │ │ ├── segment.overrides.import.less
│ │ │ │ ├── step.overrides.import.less
│ │ │ │ ├── step.variables.import.less
│ │ │ │ ├── button.variables.import.less
│ │ │ │ ├── container.overrides.import.less
│ │ │ │ ├── container.variables.import.less
│ │ │ │ ├── divider.variables.import.less
│ │ │ │ ├── header.variables.import.less
│ │ │ │ ├── image.variables.import.less
│ │ │ │ ├── input.variables.import.less
│ │ │ │ ├── label.variables.import.less
│ │ │ │ ├── loader.variables.import.less
│ │ │ │ ├── reveal.variables.import.less
│ │ │ │ └── segment.variables.import.less
│ │ │ ├── globals
│ │ │ │ ├── site.overrides.import.less
│ │ │ │ ├── site.variables.import.less
│ │ │ │ ├── reset.overrides.import.less
│ │ │ │ └── reset.variables.import.less
│ │ │ ├── views
│ │ │ │ ├── ad.overrides.import.less
│ │ │ │ ├── ad.variables.import.less
│ │ │ │ ├── card.overrides.import.less
│ │ │ │ ├── card.variables.import.less
│ │ │ │ ├── comment.overrides.import.less
│ │ │ │ ├── comment.variables.import.less
│ │ │ │ ├── feed.overrides.import.less
│ │ │ │ ├── feed.variables.import.less
│ │ │ │ ├── item.overrides.import.less
│ │ │ │ ├── item.variables.import.less
│ │ │ │ ├── statistic.overrides.import.less
│ │ │ │ └── statistic.variables.import.less
│ │ │ └── collections
│ │ │ │ ├── form.overrides.import.less
│ │ │ │ ├── grid.overrides.import.less
│ │ │ │ ├── menu.overrides.import.less
│ │ │ │ ├── table.overrides.import.less
│ │ │ │ ├── breadcrumb.overrides.import.less
│ │ │ │ ├── breadcrumb.variables.import.less
│ │ │ │ ├── form.variables.import.less
│ │ │ │ ├── grid.variables.import.less
│ │ │ │ ├── menu.variables.import.less
│ │ │ │ ├── message.overrides.import.less
│ │ │ │ ├── table.variables.import.less
│ │ │ │ └── message.variables.import.less
│ │ │ └── themes
│ │ │ └── default
│ │ │ ├── collections
│ │ │ ├── table.overrides.import.less
│ │ │ ├── form.overrides.import.less
│ │ │ ├── menu.overrides.import.less
│ │ │ ├── breadcrumb.overrides.import.less
│ │ │ ├── grid.overrides.import.less
│ │ │ └── message.overrides.import.less
│ │ │ ├── globals
│ │ │ ├── reset.variables.import.less
│ │ │ └── site.overrides.import.less
│ │ │ ├── modules
│ │ │ ├── embed.overrides.import.less
│ │ │ ├── nag.overrides.import.less
│ │ │ ├── progress.overrides.import.less
│ │ │ ├── tab.overrides.import.less
│ │ │ ├── dimmer.overrides.import.less
│ │ │ ├── modal.overrides.import.less
│ │ │ ├── popup.overrides.import.less
│ │ │ ├── search.overrides.import.less
│ │ │ ├── shape.overrides.import.less
│ │ │ ├── sidebar.overrides.import.less
│ │ │ ├── sticky.overrides.import.less
│ │ │ ├── sticky.variables.import.less
│ │ │ └── tab.variables.import.less
│ │ │ ├── views
│ │ │ ├── ad.overrides.import.less
│ │ │ ├── card.overrides.import.less
│ │ │ ├── feed.overrides.import.less
│ │ │ ├── item.overrides.import.less
│ │ │ ├── comment.overrides.import.less
│ │ │ └── statistic.overrides.import.less
│ │ │ └── elements
│ │ │ ├── button.overrides.import.less
│ │ │ ├── image.overrides.import.less
│ │ │ ├── input.overrides.import.less
│ │ │ ├── label.overrides.import.less
│ │ │ ├── list.overrides.import.less
│ │ │ ├── loader.overrides.import.less
│ │ │ ├── rail.overrides.import.less
│ │ │ ├── reveal.overrides.import.less
│ │ │ ├── segment.overrides.import.less
│ │ │ ├── container.overrides.import.less
│ │ │ └── header.overrides.import.less
│ └── main.js
├── public
│ ├── price2.png
│ ├── price3.jpg
│ └── price1.jpeg
└── imports
│ └── ui
│ ├── Setting.jsx
│ └── errorMsg.jsx
├── simple
├── .gitignore
├── .meteor
│ ├── release
│ ├── platforms
│ ├── .gitignore
│ └── .id
├── api
│ └── collections.js
├── client
│ ├── main.html
│ └── main.js
└── package.json
├── mobile-web
├── .meteor
│ ├── .gitignore
│ ├── release
│ ├── platforms
│ └── .id
├── .storybook
│ └── webpack.config.js
├── mantra_cli.yaml
├── client
│ ├── modules
│ │ ├── v3
│ │ │ ├── actions
│ │ │ │ └── index.js
│ │ │ ├── index.js
│ │ │ └── components
│ │ │ │ ├── layout.jsx
│ │ │ │ └── tests
│ │ │ │ ├── home.js
│ │ │ │ ├── library.js
│ │ │ │ ├── book_pub.js
│ │ │ │ ├── feedback.js
│ │ │ │ ├── user_info.js
│ │ │ │ ├── book_detail.js
│ │ │ │ ├── expert_list.js
│ │ │ │ ├── company_list.js
│ │ │ │ ├── journal_list.js
│ │ │ │ ├── company_detail.js
│ │ │ │ ├── expert_detail.js
│ │ │ │ ├── favorite_conf.js
│ │ │ │ ├── journal_detail.js
│ │ │ │ ├── journal_manage.js
│ │ │ │ ├── journal_navbar.js
│ │ │ │ ├── conference_list.js
│ │ │ │ ├── favorite_journal.js
│ │ │ │ ├── conference_detail.js
│ │ │ │ └── company_application.js
│ │ ├── core
│ │ │ ├── actions
│ │ │ │ └── index.js
│ │ │ ├── index.js
│ │ │ └── components
│ │ │ │ ├── tests
│ │ │ │ ├── post.js
│ │ │ │ ├── notice.js
│ │ │ │ ├── bar_item.js
│ │ │ │ ├── experts.js
│ │ │ │ ├── foot_bar.js
│ │ │ │ ├── journals.js
│ │ │ │ ├── co_companies.js
│ │ │ │ ├── conferences.js
│ │ │ │ ├── new_article.js
│ │ │ │ ├── editor_contact.js
│ │ │ │ ├── article_nav_bar.js
│ │ │ │ ├── journal_foot_bar.js
│ │ │ │ └── journal_nav_bar.js
│ │ │ │ └── .stories
│ │ │ │ ├── post.js
│ │ │ │ ├── notice.js
│ │ │ │ ├── bar_item.js
│ │ │ │ ├── experts.js
│ │ │ │ ├── foot_bar.js
│ │ │ │ ├── journals.js
│ │ │ │ ├── new_article.js
│ │ │ │ ├── co_companies.js
│ │ │ │ ├── conferences.js
│ │ │ │ ├── editor_contact.js
│ │ │ │ ├── article_nav_bar.js
│ │ │ │ ├── journal_nav_bar.js
│ │ │ │ └── journal_foot_bar.js
│ │ ├── wechat
│ │ │ ├── actions
│ │ │ │ └── index.js
│ │ │ ├── index.js
│ │ │ ├── components
│ │ │ │ ├── layout.jsx
│ │ │ │ ├── tests
│ │ │ │ │ ├── atom.js
│ │ │ │ │ ├── home.js
│ │ │ │ │ ├── grids.js
│ │ │ │ │ ├── company.js
│ │ │ │ │ ├── contact.js
│ │ │ │ │ ├── expert.js
│ │ │ │ │ ├── experts.js
│ │ │ │ │ ├── notice.js
│ │ │ │ │ ├── payment.js
│ │ │ │ │ ├── submission.js
│ │ │ │ │ ├── conferences.js
│ │ │ │ │ ├── cooperation.js
│ │ │ │ │ └── article_status.js
│ │ │ │ └── .stories
│ │ │ │ │ ├── atom.js
│ │ │ │ │ ├── home.js
│ │ │ │ │ ├── grids.js
│ │ │ │ │ ├── expert.js
│ │ │ │ │ ├── notice.js
│ │ │ │ │ ├── company.js
│ │ │ │ │ ├── contact.js
│ │ │ │ │ ├── experts.js
│ │ │ │ │ ├── payment.js
│ │ │ │ │ ├── submission.js
│ │ │ │ │ ├── conferences.js
│ │ │ │ │ ├── cooperation.js
│ │ │ │ │ └── article_status.js
│ │ │ └── containers
│ │ │ │ └── notice.js
│ │ └── admin
│ │ │ ├── actions
│ │ │ ├── index.js
│ │ │ ├── tests
│ │ │ │ ├── notice.js
│ │ │ │ └── contact.js
│ │ │ ├── contact.js
│ │ │ └── notice.js
│ │ │ ├── index.js
│ │ │ ├── components
│ │ │ ├── home.jsx
│ │ │ ├── tests
│ │ │ │ ├── home.js
│ │ │ │ ├── menu.js
│ │ │ │ ├── notice.js
│ │ │ │ ├── contact.js
│ │ │ │ ├── experts.js
│ │ │ │ ├── pc_layout.js
│ │ │ │ ├── companies.js
│ │ │ │ └── conferences.js
│ │ │ └── .stories
│ │ │ │ ├── index.js
│ │ │ │ ├── home.js
│ │ │ │ ├── menu.js
│ │ │ │ ├── notice.js
│ │ │ │ ├── contact.js
│ │ │ │ ├── experts.js
│ │ │ │ ├── companies.js
│ │ │ │ ├── pc_layout.js
│ │ │ │ └── conferences.js
│ │ │ └── containers
│ │ │ └── notice.js
│ ├── lib
│ │ └── semantic-ui
│ │ │ ├── site
│ │ │ ├── modules
│ │ │ │ ├── embed.variables.import.less
│ │ │ │ ├── nag.overrides.import.less
│ │ │ │ ├── tab.overrides.import.less
│ │ │ │ ├── dimmer.overrides.import.less
│ │ │ │ ├── dropdown.overrides.import.less
│ │ │ │ ├── embed.overrides.import.less
│ │ │ │ ├── modal.overrides.import.less
│ │ │ │ ├── modal.variables.import.less
│ │ │ │ ├── nag.variables.import.less
│ │ │ │ ├── popup.overrides.import.less
│ │ │ │ ├── rating.overrides.import.less
│ │ │ │ ├── rating.variables.import.less
│ │ │ │ ├── search.overrides.import.less
│ │ │ │ ├── search.variables.import.less
│ │ │ │ ├── shape.overrides.import.less
│ │ │ │ ├── sidebar.overrides.import.less
│ │ │ │ ├── sidebar.variables.import.less
│ │ │ │ ├── sticky.overrides.import.less
│ │ │ │ ├── sticky.variables.import.less
│ │ │ │ ├── tab.variables.import.less
│ │ │ │ ├── accordion.overrides.import.less
│ │ │ │ ├── checkbox.overrides.import.less
│ │ │ │ ├── checkbox.variables.import.less
│ │ │ │ ├── dimmer.variables.import.less
│ │ │ │ ├── dropdown.variables.import.less
│ │ │ │ ├── popup.variables.import.less
│ │ │ │ ├── progress.overrides.import.less
│ │ │ │ ├── progress.variables.import.less
│ │ │ │ ├── shape.variables.import.less
│ │ │ │ ├── transition.overrides.import.less
│ │ │ │ ├── accordion.variables.import.less
│ │ │ │ └── transition.variables.import.less
│ │ │ ├── elements
│ │ │ │ ├── flag.variables.import.less
│ │ │ │ ├── button.overrides.import.less
│ │ │ │ ├── flag.overrides.import.less
│ │ │ │ ├── header.overrides.import.less
│ │ │ │ ├── icon.overrides.import.less
│ │ │ │ ├── image.overrides.import.less
│ │ │ │ ├── input.overrides.import.less
│ │ │ │ ├── label.overrides.import.less
│ │ │ │ ├── loader.overrides.import.less
│ │ │ │ ├── rail.overrides.import.less
│ │ │ │ ├── reveal.overrides.import.less
│ │ │ │ ├── step.overrides.import.less
│ │ │ │ ├── button.variables.import.less
│ │ │ │ ├── container.overrides.import.less
│ │ │ │ ├── divider.overrides.import.less
│ │ │ │ ├── divider.variables.import.less
│ │ │ │ ├── header.variables.import.less
│ │ │ │ ├── icon.variables.import.less
│ │ │ │ ├── image.variables.import.less
│ │ │ │ ├── input.variables.import.less
│ │ │ │ ├── label.variables.import.less
│ │ │ │ ├── list.overrides.import.less
│ │ │ │ ├── list.variables.import.less
│ │ │ │ ├── loader.variables.import.less
│ │ │ │ ├── rail.variables.import.less
│ │ │ │ ├── reveal.variables.import.less
│ │ │ │ ├── segment.overrides.import.less
│ │ │ │ ├── segment.variables.import.less
│ │ │ │ ├── step.variables.import.less
│ │ │ │ └── container.variables.import.less
│ │ │ ├── globals
│ │ │ │ ├── site.variables.import.less
│ │ │ │ ├── reset.overrides.import.less
│ │ │ │ ├── site.overrides.import.less
│ │ │ │ └── reset.variables.import.less
│ │ │ ├── views
│ │ │ │ ├── ad.overrides.import.less
│ │ │ │ ├── ad.variables.import.less
│ │ │ │ ├── card.overrides.import.less
│ │ │ │ ├── card.variables.import.less
│ │ │ │ ├── feed.overrides.import.less
│ │ │ │ ├── feed.variables.import.less
│ │ │ │ ├── item.overrides.import.less
│ │ │ │ ├── item.variables.import.less
│ │ │ │ ├── comment.overrides.import.less
│ │ │ │ ├── comment.variables.import.less
│ │ │ │ ├── statistic.overrides.import.less
│ │ │ │ └── statistic.variables.import.less
│ │ │ └── collections
│ │ │ │ ├── form.overrides.import.less
│ │ │ │ ├── form.variables.import.less
│ │ │ │ ├── grid.overrides.import.less
│ │ │ │ ├── grid.variables.import.less
│ │ │ │ ├── menu.overrides.import.less
│ │ │ │ ├── menu.variables.import.less
│ │ │ │ ├── message.overrides.import.less
│ │ │ │ ├── table.overrides.import.less
│ │ │ │ ├── breadcrumb.overrides.import.less
│ │ │ │ ├── breadcrumb.variables.import.less
│ │ │ │ ├── message.variables.import.less
│ │ │ │ └── table.variables.import.less
│ │ │ └── themes
│ │ │ └── default
│ │ │ ├── collections
│ │ │ ├── table.overrides.import.less
│ │ │ ├── form.overrides.import.less
│ │ │ ├── menu.overrides.import.less
│ │ │ ├── message.overrides.import.less
│ │ │ ├── breadcrumb.overrides.import.less
│ │ │ └── grid.overrides.import.less
│ │ │ ├── globals
│ │ │ ├── reset.variables.import.less
│ │ │ └── site.overrides.import.less
│ │ │ ├── modules
│ │ │ ├── tab.overrides.import.less
│ │ │ ├── dimmer.overrides.import.less
│ │ │ ├── embed.overrides.import.less
│ │ │ ├── modal.overrides.import.less
│ │ │ ├── nag.overrides.import.less
│ │ │ ├── popup.overrides.import.less
│ │ │ ├── progress.overrides.import.less
│ │ │ ├── search.overrides.import.less
│ │ │ ├── shape.overrides.import.less
│ │ │ ├── sidebar.overrides.import.less
│ │ │ ├── sticky.overrides.import.less
│ │ │ ├── sticky.variables.import.less
│ │ │ └── tab.variables.import.less
│ │ │ ├── views
│ │ │ ├── ad.overrides.import.less
│ │ │ ├── card.overrides.import.less
│ │ │ ├── feed.overrides.import.less
│ │ │ ├── item.overrides.import.less
│ │ │ ├── comment.overrides.import.less
│ │ │ └── statistic.overrides.import.less
│ │ │ └── elements
│ │ │ ├── button.overrides.import.less
│ │ │ ├── image.overrides.import.less
│ │ │ ├── input.overrides.import.less
│ │ │ ├── label.overrides.import.less
│ │ │ ├── list.overrides.import.less
│ │ │ ├── loader.overrides.import.less
│ │ │ ├── rail.overrides.import.less
│ │ │ ├── reveal.overrides.import.less
│ │ │ ├── container.overrides.import.less
│ │ │ ├── header.overrides.import.less
│ │ │ └── segment.overrides.import.less
│ └── configs
│ │ └── context.js
├── .gitignore
├── public
│ └── imgs
│ │ ├── sy.jpg
│ │ ├── fyh.jpg
│ │ ├── hand.png
│ │ ├── lx.jpeg
│ │ ├── mag.png
│ │ ├── zghd.png
│ │ ├── zmx.jpeg
│ │ ├── chimney.png
│ │ ├── mr-logo.png
│ │ ├── xingji.png
│ │ ├── yeqiqin.png
│ │ ├── home-top.png
│ │ ├── yujunsong.png
│ │ └── wangliming.png
├── .babelrc
├── .deploy
│ └── settings.json
├── server
│ ├── methods
│ │ ├── index.js
│ │ ├── notice.js
│ │ └── contact.js
│ ├── publications
│ │ ├── index.js
│ │ ├── contact.js
│ │ └── notice.js
│ └── main.js
├── deploy-build.sh
├── lib
│ └── collections
│ │ └── index.js
├── build2deploy.sh
└── mupx.json
├── semantic-ui-route
├── .gitignore
├── .meteor
│ ├── .gitignore
│ ├── release
│ ├── platforms
│ └── .id
├── client
│ ├── lib
│ │ └── semantic-ui
│ │ │ ├── site
│ │ │ ├── modules
│ │ │ │ ├── embed.variables.import.less
│ │ │ │ ├── dimmer.overrides.import.less
│ │ │ │ ├── embed.overrides.import.less
│ │ │ │ ├── modal.overrides.import.less
│ │ │ │ ├── modal.variables.import.less
│ │ │ │ ├── nag.overrides.import.less
│ │ │ │ ├── popup.overrides.import.less
│ │ │ │ ├── shape.overrides.import.less
│ │ │ │ ├── tab.overrides.import.less
│ │ │ │ ├── accordion.overrides.import.less
│ │ │ │ ├── checkbox.overrides.import.less
│ │ │ │ ├── dimmer.variables.import.less
│ │ │ │ ├── dropdown.overrides.import.less
│ │ │ │ ├── nag.variables.import.less
│ │ │ │ ├── popup.variables.import.less
│ │ │ │ ├── progress.overrides.import.less
│ │ │ │ ├── rating.overrides.import.less
│ │ │ │ ├── rating.variables.import.less
│ │ │ │ ├── search.overrides.import.less
│ │ │ │ ├── search.variables.import.less
│ │ │ │ ├── shape.variables.import.less
│ │ │ │ ├── sidebar.overrides.import.less
│ │ │ │ ├── sidebar.variables.import.less
│ │ │ │ ├── sticky.overrides.import.less
│ │ │ │ ├── sticky.variables.import.less
│ │ │ │ ├── tab.variables.import.less
│ │ │ │ ├── transition.overrides.import.less
│ │ │ │ ├── accordion.variables.import.less
│ │ │ │ ├── checkbox.variables.import.less
│ │ │ │ ├── dropdown.variables.import.less
│ │ │ │ ├── progress.variables.import.less
│ │ │ │ └── transition.variables.import.less
│ │ │ ├── elements
│ │ │ │ ├── flag.variables.import.less
│ │ │ │ ├── flag.overrides.import.less
│ │ │ │ ├── icon.overrides.import.less
│ │ │ │ ├── rail.overrides.import.less
│ │ │ │ ├── step.overrides.import.less
│ │ │ │ ├── button.overrides.import.less
│ │ │ │ ├── container.overrides.import.less
│ │ │ │ ├── divider.overrides.import.less
│ │ │ │ ├── header.overrides.import.less
│ │ │ │ ├── icon.variables.import.less
│ │ │ │ ├── image.overrides.import.less
│ │ │ │ ├── image.variables.import.less
│ │ │ │ ├── input.overrides.import.less
│ │ │ │ ├── input.variables.import.less
│ │ │ │ ├── label.overrides.import.less
│ │ │ │ ├── label.variables.import.less
│ │ │ │ ├── list.overrides.import.less
│ │ │ │ ├── list.variables.import.less
│ │ │ │ ├── loader.overrides.import.less
│ │ │ │ ├── rail.variables.import.less
│ │ │ │ ├── reveal.overrides.import.less
│ │ │ │ ├── segment.overrides.import.less
│ │ │ │ ├── step.variables.import.less
│ │ │ │ ├── button.variables.import.less
│ │ │ │ ├── container.variables.import.less
│ │ │ │ ├── divider.variables.import.less
│ │ │ │ ├── header.variables.import.less
│ │ │ │ ├── loader.variables.import.less
│ │ │ │ ├── reveal.variables.import.less
│ │ │ │ └── segment.variables.import.less
│ │ │ ├── globals
│ │ │ │ ├── reset.overrides.import.less
│ │ │ │ ├── site.overrides.import.less
│ │ │ │ ├── site.variables.import.less
│ │ │ │ └── reset.variables.import.less
│ │ │ ├── views
│ │ │ │ ├── ad.overrides.import.less
│ │ │ │ ├── ad.variables.import.less
│ │ │ │ ├── card.overrides.import.less
│ │ │ │ ├── card.variables.import.less
│ │ │ │ ├── comment.overrides.import.less
│ │ │ │ ├── comment.variables.import.less
│ │ │ │ ├── feed.overrides.import.less
│ │ │ │ ├── feed.variables.import.less
│ │ │ │ ├── item.overrides.import.less
│ │ │ │ ├── item.variables.import.less
│ │ │ │ ├── statistic.overrides.import.less
│ │ │ │ └── statistic.variables.import.less
│ │ │ └── collections
│ │ │ │ ├── form.overrides.import.less
│ │ │ │ ├── grid.overrides.import.less
│ │ │ │ ├── menu.overrides.import.less
│ │ │ │ ├── message.overrides.import.less
│ │ │ │ ├── table.overrides.import.less
│ │ │ │ ├── breadcrumb.overrides.import.less
│ │ │ │ ├── breadcrumb.variables.import.less
│ │ │ │ ├── form.variables.import.less
│ │ │ │ ├── grid.variables.import.less
│ │ │ │ ├── menu.variables.import.less
│ │ │ │ ├── message.variables.import.less
│ │ │ │ └── table.variables.import.less
│ │ │ └── themes
│ │ │ └── default
│ │ │ ├── collections
│ │ │ ├── table.overrides.import.less
│ │ │ ├── form.overrides.import.less
│ │ │ ├── menu.overrides.import.less
│ │ │ ├── breadcrumb.overrides.import.less
│ │ │ ├── grid.overrides.import.less
│ │ │ └── message.overrides.import.less
│ │ │ ├── globals
│ │ │ ├── reset.variables.import.less
│ │ │ └── site.overrides.import.less
│ │ │ ├── views
│ │ │ ├── ad.overrides.import.less
│ │ │ ├── card.overrides.import.less
│ │ │ ├── comment.overrides.import.less
│ │ │ ├── feed.overrides.import.less
│ │ │ ├── item.overrides.import.less
│ │ │ └── statistic.overrides.import.less
│ │ │ ├── elements
│ │ │ ├── list.overrides.import.less
│ │ │ ├── rail.overrides.import.less
│ │ │ ├── button.overrides.import.less
│ │ │ ├── container.overrides.import.less
│ │ │ ├── image.overrides.import.less
│ │ │ ├── input.overrides.import.less
│ │ │ ├── label.overrides.import.less
│ │ │ ├── loader.overrides.import.less
│ │ │ ├── reveal.overrides.import.less
│ │ │ ├── segment.overrides.import.less
│ │ │ └── header.overrides.import.less
│ │ │ └── modules
│ │ │ ├── embed.overrides.import.less
│ │ │ ├── modal.overrides.import.less
│ │ │ ├── nag.overrides.import.less
│ │ │ ├── popup.overrides.import.less
│ │ │ ├── progress.overrides.import.less
│ │ │ ├── shape.overrides.import.less
│ │ │ ├── tab.overrides.import.less
│ │ │ ├── dimmer.overrides.import.less
│ │ │ ├── search.overrides.import.less
│ │ │ ├── sidebar.overrides.import.less
│ │ │ ├── sticky.overrides.import.less
│ │ │ └── sticky.variables.import.less
│ └── main.js
├── public
│ ├── price1.jpeg
│ ├── price2.png
│ └── price3.jpg
├── server
│ └── main.js
└── imports
│ └── ui
│ └── Setting.jsx
├── simple-todos-react
├── .gitignore
├── .meteor
│ ├── release
│ ├── .gitignore
│ ├── platforms
│ └── .id
├── server
│ └── main.js
├── mr-logo.png
├── client
│ ├── main.html
│ └── main.jsx
├── imports
│ └── startup
│ │ └── accounts-config.js
└── package.json
├── mantra-sample-blog-app
├── .meteor
│ ├── .gitignore
│ ├── release
│ ├── platforms
│ └── .id
├── .gitignore
├── public
│ └── placeholder.txt
├── server
│ ├── methods
│ │ └── index.js
│ ├── publications
│ │ └── index.js
│ ├── main.js
│ └── configs
│ │ └── initial_adds.js
├── .babelrc
├── client
│ ├── modules
│ │ ├── comments
│ │ │ ├── components
│ │ │ │ ├── .stories
│ │ │ │ │ └── index.js
│ │ │ │ └── style.css
│ │ │ ├── configs
│ │ │ │ └── method_stubs
│ │ │ │ │ ├── index.js
│ │ │ │ │ └── comments.js
│ │ │ ├── index.js
│ │ │ └── actions
│ │ │ │ └── index.js
│ │ └── core
│ │ │ ├── configs
│ │ │ └── method_stubs
│ │ │ │ └── index.js
│ │ │ ├── actions
│ │ │ ├── index.js
│ │ │ └── tests
│ │ │ │ └── header.js
│ │ │ ├── components
│ │ │ ├── navigation.js
│ │ │ ├── .stories
│ │ │ │ ├── index.js
│ │ │ │ ├── navigation.js
│ │ │ │ ├── main_layout.js
│ │ │ │ └── modify_header.js
│ │ │ ├── tests
│ │ │ │ └── modify_header.js
│ │ │ └── postlist.js
│ │ │ └── index.js
│ └── main.js
├── lib
│ └── collections.js
├── .storybook
│ └── webpack.config.js
├── .editorconfig
└── ISSUE_TEMPLATE.md
└── meteor-data-and-react
├── .gitignore
├── .meteor
├── .gitignore
├── release
├── platforms
└── .id
├── README.md
├── server
├── config.js
└── publications.js
├── app
└── components
│ ├── comments.jsx
│ └── post_list.jsx
├── package.json
└── lib
└── collections.jsx
/.gitignore:
--------------------------------------------------------------------------------
1 | /build
2 |
--------------------------------------------------------------------------------
/WhichCab/.gitignore:
--------------------------------------------------------------------------------
1 | node_modules/
--------------------------------------------------------------------------------
/simple/.gitignore:
--------------------------------------------------------------------------------
1 | node_modules/
--------------------------------------------------------------------------------
/WhichCab/.meteor/.gitignore:
--------------------------------------------------------------------------------
1 | local
2 |
--------------------------------------------------------------------------------
/WhichCab/.meteor/release:
--------------------------------------------------------------------------------
1 | METEOR@1.4.2.3
2 |
--------------------------------------------------------------------------------
/mobile-web/.meteor/.gitignore:
--------------------------------------------------------------------------------
1 | local
2 |
--------------------------------------------------------------------------------
/mobile-web/.storybook/webpack.config.js:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/mobile-web/mantra_cli.yaml:
--------------------------------------------------------------------------------
1 | tabSize: 2
2 |
--------------------------------------------------------------------------------
/semantic-ui-route/.gitignore:
--------------------------------------------------------------------------------
1 | node_modules/
--------------------------------------------------------------------------------
/simple/.meteor/release:
--------------------------------------------------------------------------------
1 | METEOR@1.4.2.3
2 |
--------------------------------------------------------------------------------
/mobile-web/.meteor/release:
--------------------------------------------------------------------------------
1 | METEOR@1.4.2.3
2 |
--------------------------------------------------------------------------------
/semantic-ui-route/.meteor/.gitignore:
--------------------------------------------------------------------------------
1 | local
2 |
--------------------------------------------------------------------------------
/simple-todos-react/.gitignore:
--------------------------------------------------------------------------------
1 | node_modules/
2 |
--------------------------------------------------------------------------------
/simple/.meteor/platforms:
--------------------------------------------------------------------------------
1 | server
2 | browser
3 |
--------------------------------------------------------------------------------
/WhichCab/.meteor/platforms:
--------------------------------------------------------------------------------
1 | server
2 | browser
3 |
--------------------------------------------------------------------------------
/mantra-sample-blog-app/.meteor/.gitignore:
--------------------------------------------------------------------------------
1 | local
2 |
--------------------------------------------------------------------------------
/meteor-data-and-react/.gitignore:
--------------------------------------------------------------------------------
1 | node_modules/
2 |
--------------------------------------------------------------------------------
/meteor-data-and-react/.meteor/.gitignore:
--------------------------------------------------------------------------------
1 | local
2 |
--------------------------------------------------------------------------------
/mobile-web/.meteor/platforms:
--------------------------------------------------------------------------------
1 | server
2 | browser
3 |
--------------------------------------------------------------------------------
/semantic-ui-route/.meteor/release:
--------------------------------------------------------------------------------
1 | METEOR@1.4.2.3
2 |
--------------------------------------------------------------------------------
/simple-todos-react/.meteor/release:
--------------------------------------------------------------------------------
1 | METEOR@1.4.2.3
2 |
--------------------------------------------------------------------------------
/simple/.meteor/.gitignore:
--------------------------------------------------------------------------------
1 | local
2 | dev_bundle
3 |
--------------------------------------------------------------------------------
/mantra-sample-blog-app/.meteor/release:
--------------------------------------------------------------------------------
1 | METEOR@1.4.2.3
2 |
--------------------------------------------------------------------------------
/meteor-data-and-react/.meteor/release:
--------------------------------------------------------------------------------
1 | METEOR@1.4.2.3
2 |
--------------------------------------------------------------------------------
/semantic-ui-route/.meteor/platforms:
--------------------------------------------------------------------------------
1 | server
2 | browser
3 |
--------------------------------------------------------------------------------
/mantra-sample-blog-app/.meteor/platforms:
--------------------------------------------------------------------------------
1 | server
2 | browser
3 |
--------------------------------------------------------------------------------
/meteor-data-and-react/.meteor/platforms:
--------------------------------------------------------------------------------
1 | server
2 | browser
3 |
--------------------------------------------------------------------------------
/simple-todos-react/.meteor/.gitignore:
--------------------------------------------------------------------------------
1 | dev_bundle
2 | local
3 |
--------------------------------------------------------------------------------
/simple-todos-react/.meteor/platforms:
--------------------------------------------------------------------------------
1 | server
2 | browser
3 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/modules/embed.variables.import.less:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/mantra-sample-blog-app/.gitignore:
--------------------------------------------------------------------------------
1 | node_modules
2 | *.log
3 | .idea
4 |
--------------------------------------------------------------------------------
/mantra-sample-blog-app/public/placeholder.txt:
--------------------------------------------------------------------------------
1 | This is a placeholder
2 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/v3/actions/index.js:
--------------------------------------------------------------------------------
1 | export default {
2 | };
3 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/modules/embed.variables.import.less:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/core/actions/index.js:
--------------------------------------------------------------------------------
1 | export default {
2 | };
3 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/wechat/actions/index.js:
--------------------------------------------------------------------------------
1 | export default {
2 | };
3 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/modules/embed.variables.import.less:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/mobile-web/.gitignore:
--------------------------------------------------------------------------------
1 | node_modules
2 | settings-dev.json
3 | settings-staging.json
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/main.js:
--------------------------------------------------------------------------------
1 |
2 |
3 | Meteor.startup(() => {
4 | console.log('Client started.');
5 | });
6 |
--------------------------------------------------------------------------------
/WhichCab/public/price2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/leijing7/meteor1.3plus-react-demos/HEAD/WhichCab/public/price2.png
--------------------------------------------------------------------------------
/WhichCab/public/price3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/leijing7/meteor1.3plus-react-demos/HEAD/WhichCab/public/price3.jpg
--------------------------------------------------------------------------------
/simple/api/collections.js:
--------------------------------------------------------------------------------
1 | //定义 MongoDB 的 collection
2 |
3 | export default Counts = new Mongo.Collection('Counts');
4 |
--------------------------------------------------------------------------------
/WhichCab/public/price1.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/leijing7/meteor1.3plus-react-demos/HEAD/WhichCab/public/price1.jpeg
--------------------------------------------------------------------------------
/mobile-web/public/imgs/sy.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/leijing7/meteor1.3plus-react-demos/HEAD/mobile-web/public/imgs/sy.jpg
--------------------------------------------------------------------------------
/simple-todos-react/server/main.js:
--------------------------------------------------------------------------------
1 | // 服务端引入 tasks 集合
2 | // 逻辑结构都在下面 import 的文件
3 |
4 | import '../imports/api/tasks.js';
5 |
--------------------------------------------------------------------------------
/mobile-web/public/imgs/fyh.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/leijing7/meteor1.3plus-react-demos/HEAD/mobile-web/public/imgs/fyh.jpg
--------------------------------------------------------------------------------
/mobile-web/public/imgs/hand.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/leijing7/meteor1.3plus-react-demos/HEAD/mobile-web/public/imgs/hand.png
--------------------------------------------------------------------------------
/mobile-web/public/imgs/lx.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/leijing7/meteor1.3plus-react-demos/HEAD/mobile-web/public/imgs/lx.jpeg
--------------------------------------------------------------------------------
/mobile-web/public/imgs/mag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/leijing7/meteor1.3plus-react-demos/HEAD/mobile-web/public/imgs/mag.png
--------------------------------------------------------------------------------
/mobile-web/public/imgs/zghd.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/leijing7/meteor1.3plus-react-demos/HEAD/mobile-web/public/imgs/zghd.png
--------------------------------------------------------------------------------
/mobile-web/public/imgs/zmx.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/leijing7/meteor1.3plus-react-demos/HEAD/mobile-web/public/imgs/zmx.jpeg
--------------------------------------------------------------------------------
/simple-todos-react/mr-logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/leijing7/meteor1.3plus-react-demos/HEAD/simple-todos-react/mr-logo.png
--------------------------------------------------------------------------------
/mantra-sample-blog-app/server/methods/index.js:
--------------------------------------------------------------------------------
1 | import posts from './posts';
2 |
3 | export default function () {
4 | posts();
5 | }
6 |
--------------------------------------------------------------------------------
/mobile-web/public/imgs/chimney.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/leijing7/meteor1.3plus-react-demos/HEAD/mobile-web/public/imgs/chimney.png
--------------------------------------------------------------------------------
/mobile-web/public/imgs/mr-logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/leijing7/meteor1.3plus-react-demos/HEAD/mobile-web/public/imgs/mr-logo.png
--------------------------------------------------------------------------------
/mobile-web/public/imgs/xingji.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/leijing7/meteor1.3plus-react-demos/HEAD/mobile-web/public/imgs/xingji.png
--------------------------------------------------------------------------------
/mobile-web/public/imgs/yeqiqin.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/leijing7/meteor1.3plus-react-demos/HEAD/mobile-web/public/imgs/yeqiqin.png
--------------------------------------------------------------------------------
/mantra-sample-blog-app/server/publications/index.js:
--------------------------------------------------------------------------------
1 | import posts from './posts';
2 |
3 | export default function () {
4 | posts();
5 | }
6 |
--------------------------------------------------------------------------------
/mobile-web/public/imgs/home-top.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/leijing7/meteor1.3plus-react-demos/HEAD/mobile-web/public/imgs/home-top.png
--------------------------------------------------------------------------------
/mobile-web/public/imgs/yujunsong.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/leijing7/meteor1.3plus-react-demos/HEAD/mobile-web/public/imgs/yujunsong.png
--------------------------------------------------------------------------------
/semantic-ui-route/public/price1.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/leijing7/meteor1.3plus-react-demos/HEAD/semantic-ui-route/public/price1.jpeg
--------------------------------------------------------------------------------
/semantic-ui-route/public/price2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/leijing7/meteor1.3plus-react-demos/HEAD/semantic-ui-route/public/price2.png
--------------------------------------------------------------------------------
/semantic-ui-route/public/price3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/leijing7/meteor1.3plus-react-demos/HEAD/semantic-ui-route/public/price3.jpg
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/elements/flag.variables.import.less:
--------------------------------------------------------------------------------
1 | /*-------------------
2 | Flag Variables
3 | --------------------*/
4 |
--------------------------------------------------------------------------------
/meteor-data-and-react/README.md:
--------------------------------------------------------------------------------
1 | # React-komposer 例子
2 |
3 | Using Meteor Data and React with Meteor 1.4+ (SSR enabled)
4 |
5 | 更多解释请参看代码里的注释
6 |
--------------------------------------------------------------------------------
/mobile-web/public/imgs/wangliming.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/leijing7/meteor1.3plus-react-demos/HEAD/mobile-web/public/imgs/wangliming.png
--------------------------------------------------------------------------------
/simple/client/main.html:
--------------------------------------------------------------------------------
1 |
2 | Reactivity Demo
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/elements/flag.variables.import.less:
--------------------------------------------------------------------------------
1 | /*-------------------
2 | Flag Variables
3 | --------------------*/
4 |
--------------------------------------------------------------------------------
/mantra-sample-blog-app/.babelrc:
--------------------------------------------------------------------------------
1 | {
2 | "presets": ["es2015", "stage-2", "react"],
3 | "plugins": ["react-require", "babel-root-slash-import"]
4 | }
5 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/elements/flag.variables.import.less:
--------------------------------------------------------------------------------
1 | /*-------------------
2 | Flag Variables
3 | --------------------*/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/server/main.js:
--------------------------------------------------------------------------------
1 | import { Meteor } from 'meteor/meteor';
2 |
3 | Meteor.startup(() => {
4 | // code to run on server at startup
5 | });
6 |
--------------------------------------------------------------------------------
/simple-todos-react/client/main.html:
--------------------------------------------------------------------------------
1 |
2 | Todo List
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/mantra-sample-blog-app/client/modules/comments/components/.stories/index.js:
--------------------------------------------------------------------------------
1 | import '../style.css';
2 | import './comment_list';
3 | import './create_comment';
4 |
--------------------------------------------------------------------------------
/mobile-web/.babelrc:
--------------------------------------------------------------------------------
1 | {
2 | "presets": ["es2015", "stage-2", "react"],
3 | "plugins": ["react-require", "babel-root-slash-import","react-html-attrs"]
4 | }
5 |
--------------------------------------------------------------------------------
/mobile-web/.deploy/settings.json:
--------------------------------------------------------------------------------
1 | {
2 | "public": {
3 | "env": "dev",
4 | "version": "v0.1.0",
5 | "cnncUrl": "http://www.cnnc.com.cn/"
6 | }
7 | }
8 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/globals/site.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/globals/site.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Global Variables
3 | *******************************/
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/modules/nag.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/modules/popup.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/modules/shape.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/modules/tab.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/views/ad.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/views/ad.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/globals/site.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Global Variables
3 | *******************************/
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/modules/nag.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/modules/tab.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/collections/form.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/collections/grid.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/collections/menu.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/collections/table.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/elements/button.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/elements/divider.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/elements/flag.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/elements/header.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/elements/icon.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/elements/icon.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/elements/image.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/elements/input.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/elements/label.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/elements/list.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/elements/list.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/elements/loader.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/elements/rail.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/elements/rail.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/elements/reveal.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/elements/segment.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/elements/step.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/elements/step.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/globals/reset.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/globals/reset.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Global Variables
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/modules/accordion.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/modules/checkbox.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/modules/dimmer.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/modules/dropdown.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/modules/embed.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/modules/modal.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/modules/modal.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/modules/nag.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/modules/popup.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/modules/progress.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/modules/rating.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/modules/rating.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/modules/search.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/modules/search.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/modules/shape.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/modules/sidebar.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/modules/sidebar.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/modules/sticky.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/modules/sticky.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/modules/tab.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/views/card.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/views/card.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/views/comment.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/views/comment.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/views/feed.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/views/feed.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/views/item.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/views/item.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mantra-sample-blog-app/client/modules/core/configs/method_stubs/index.js:
--------------------------------------------------------------------------------
1 | import posts from './posts';
2 |
3 | export default function (context) {
4 | posts(context);
5 | }
6 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/elements/button.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/elements/flag.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/elements/header.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/elements/icon.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/elements/image.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/elements/input.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/elements/label.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/elements/loader.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/elements/rail.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/elements/reveal.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/elements/step.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/globals/reset.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/globals/site.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/modules/dimmer.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/modules/dropdown.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/modules/embed.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/modules/modal.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/modules/modal.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/modules/nag.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/modules/popup.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/modules/rating.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/modules/rating.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/modules/search.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/modules/search.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/modules/shape.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/modules/sidebar.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/modules/sidebar.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/modules/sticky.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/modules/sticky.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/modules/tab.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/views/ad.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/views/ad.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/views/card.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/views/card.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/views/feed.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/views/feed.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/views/item.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/views/item.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/collections/breadcrumb.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/collections/breadcrumb.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/collections/form.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/collections/grid.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/collections/menu.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/collections/message.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/collections/table.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/elements/button.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/elements/container.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/elements/container.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/elements/divider.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/elements/header.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/elements/image.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/elements/input.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/elements/label.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/elements/loader.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/elements/reveal.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/elements/segment.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/modules/accordion.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/modules/checkbox.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/modules/dimmer.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/modules/dropdown.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/modules/progress.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/modules/transition.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/modules/transition.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/views/statistic.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/views/statistic.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/collections/form.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/collections/form.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/collections/grid.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/collections/grid.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/collections/menu.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/collections/menu.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/collections/message.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/collections/table.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/elements/button.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/elements/container.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/elements/divider.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/elements/divider.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/elements/header.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/elements/icon.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/elements/image.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/elements/input.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/elements/label.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/elements/list.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/elements/list.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/elements/loader.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/elements/rail.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/elements/reveal.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/elements/segment.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/elements/segment.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/elements/step.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/globals/reset.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Global Variables
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/modules/accordion.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/modules/checkbox.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/modules/checkbox.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/modules/dimmer.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/modules/dropdown.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/modules/popup.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/modules/progress.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/modules/progress.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/modules/shape.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/modules/transition.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/views/comment.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/views/comment.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/views/statistic.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/views/statistic.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/admin/actions/index.js:
--------------------------------------------------------------------------------
1 | import contact from './contact';
2 | import notice from './notice';
3 |
4 | export default {
5 | contact,
6 | notice
7 | };
8 |
--------------------------------------------------------------------------------
/mobile-web/server/methods/index.js:
--------------------------------------------------------------------------------
1 | import contact from './contact';
2 | import notice from './notice';
3 |
4 | export default function () {
5 | contact();
6 | notice();
7 | }
8 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/elements/flag.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/elements/icon.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/elements/rail.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/elements/step.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/globals/reset.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/globals/site.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/globals/site.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Global Variables
3 | *******************************/
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/modules/dimmer.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/modules/embed.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/modules/modal.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/modules/modal.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/modules/nag.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/modules/popup.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/modules/shape.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/modules/tab.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/views/ad.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/views/ad.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/site/collections/message.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mantra-sample-blog-app/client/modules/core/actions/index.js:
--------------------------------------------------------------------------------
1 | import posts from './posts';
2 | import header from './header';
3 |
4 | export default {
5 | posts,
6 | header
7 | };
8 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/collections/breadcrumb.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/collections/breadcrumb.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/collections/message.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/collections/table.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/elements/container.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/modules/accordion.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/site/modules/transition.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/mobile-web/server/publications/index.js:
--------------------------------------------------------------------------------
1 | import contact from './contact';
2 | import notice from './notice';
3 |
4 | export default function () {
5 | contact();
6 | notice();
7 | }
8 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/collections/form.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/collections/grid.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/collections/menu.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/collections/message.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/collections/table.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/elements/button.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/elements/container.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/elements/divider.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/elements/header.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/elements/icon.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/elements/image.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/elements/image.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/elements/input.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/elements/input.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/elements/label.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/elements/label.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/elements/list.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/elements/list.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/elements/loader.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/elements/rail.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/elements/reveal.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/elements/segment.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/elements/step.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/globals/reset.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Global Variables
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/modules/accordion.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/modules/checkbox.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/modules/dimmer.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/modules/dropdown.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/modules/nag.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/modules/popup.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/modules/progress.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/modules/rating.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/modules/rating.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/modules/search.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/modules/search.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/modules/shape.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/modules/sidebar.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/modules/sidebar.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/modules/sticky.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/modules/sticky.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/modules/tab.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/modules/transition.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/views/card.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/views/card.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/views/comment.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/views/comment.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/views/feed.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/views/feed.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/views/item.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/views/item.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/collections/breadcrumb.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/collections/breadcrumb.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | Site Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/collections/form.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/collections/grid.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/collections/menu.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/collections/message.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/collections/table.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/elements/button.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/elements/container.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/elements/divider.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/elements/header.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/elements/loader.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/elements/reveal.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/elements/segment.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/modules/accordion.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/modules/checkbox.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/modules/dropdown.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/modules/progress.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/modules/transition.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/views/statistic.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/site/views/statistic.variables.import.less:
--------------------------------------------------------------------------------
1 | /*******************************
2 | User Variable Overrides
3 | *******************************/
4 |
--------------------------------------------------------------------------------
/simple-todos-react/imports/startup/accounts-config.js:
--------------------------------------------------------------------------------
1 | import { Accounts } from 'meteor/accounts-base';
2 |
3 | Accounts.ui.config({
4 | passwordSignupFields: 'USERNAME_ONLY',
5 | });
6 |
--------------------------------------------------------------------------------
/WhichCab/imports/ui/Setting.jsx:
--------------------------------------------------------------------------------
1 | import React from 'react'; // JSX 文件必须引入 React,甚至你没有使用它
2 |
3 | export default Setting = () => Under construction ...
4 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/themes/default/collections/table.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/themes/default/collections/table.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 |
--------------------------------------------------------------------------------
/mantra-sample-blog-app/lib/collections.js:
--------------------------------------------------------------------------------
1 | import {Mongo} from 'meteor/mongo';
2 |
3 | export const Posts = new Mongo.Collection('posts');
4 | export const Comments = new Mongo.Collection('comments');
5 |
--------------------------------------------------------------------------------
/semantic-ui-route/imports/ui/Setting.jsx:
--------------------------------------------------------------------------------
1 | import React from 'react'; // JSX 文件必须引入 React,甚至你没有使用它
2 |
3 | export default Setting = () => Under construction ...
4 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/themes/default/collections/table.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/v3/index.js:
--------------------------------------------------------------------------------
1 | import actions from './actions';
2 | import routes from './routes.jsx';
3 |
4 | export default {
5 | routes,
6 | actions,
7 | load(context) {
8 |
9 | }
10 | };
11 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/admin/index.js:
--------------------------------------------------------------------------------
1 | import actions from './actions';
2 | import routes from './routes.jsx';
3 |
4 | export default {
5 | routes,
6 | actions,
7 | load(context) {
8 |
9 | }
10 | };
11 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/core/index.js:
--------------------------------------------------------------------------------
1 | import actions from './actions';
2 | import routes from './routes.jsx';
3 |
4 | export default {
5 | routes,
6 | actions,
7 | load(context) {
8 |
9 | }
10 | };
11 |
--------------------------------------------------------------------------------
/mobile-web/deploy-build.sh:
--------------------------------------------------------------------------------
1 | # put this to /home/meteor/script dir on server
2 |
3 | cd ../build
4 | rm -rf bundle
5 | tar xvf mobile-web.tar.gz
6 | cd bundle
7 | (cd programs/server && cnpm install)
8 | pm2 restart app-1
9 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/admin/components/home.jsx:
--------------------------------------------------------------------------------
1 | const Home = () => (
2 |
3 |
网站后台管理
4 |
5 |
6 | 请在顶部菜单选择需要编辑的内容
7 |
8 | );
9 |
10 | export default Home;
11 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/wechat/index.js:
--------------------------------------------------------------------------------
1 | import actions from './actions';
2 | import routes from './routes.jsx';
3 |
4 | export default {
5 | routes,
6 | actions,
7 | load(context) {
8 |
9 | }
10 | };
11 |
--------------------------------------------------------------------------------
/mantra-sample-blog-app/server/main.js:
--------------------------------------------------------------------------------
1 | import publications from './publications';
2 | import methods from './methods';
3 | import addInitialData from './configs/initial_adds.js';
4 |
5 | publications();
6 | methods();
7 | addInitialData();
8 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/v3/components/layout.jsx:
--------------------------------------------------------------------------------
1 | import React from 'react';
2 |
3 |
4 | export const MainLayout = ({content = () => null }) => {
5 | return(
6 |
7 | {content()}
8 |
9 | )
10 | };
11 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/wechat/components/layout.jsx:
--------------------------------------------------------------------------------
1 | import React from 'react';
2 |
3 |
4 | export const MainLayout = ({content = () => null }) => {
5 | return(
6 |
7 | {content()}
8 |
9 | )
10 | };
11 |
--------------------------------------------------------------------------------
/mobile-web/lib/collections/index.js:
--------------------------------------------------------------------------------
1 | import EditorContact from './editor_contact';
2 | import Companies from './companies';
3 | import Notice from './notice';
4 |
5 | export {
6 | EditorContact,
7 | Companies,
8 | Notice
9 | };
10 |
--------------------------------------------------------------------------------
/mantra-sample-blog-app/client/modules/comments/configs/method_stubs/index.js:
--------------------------------------------------------------------------------
1 | import comments from './comments';
2 |
3 | // XXX: Here we can auto generate this file based on the method stubs
4 | export default function (context) {
5 | comments(context);
6 | }
7 |
--------------------------------------------------------------------------------
/mantra-sample-blog-app/client/modules/comments/index.js:
--------------------------------------------------------------------------------
1 | import methodStubs from './configs/method_stubs';
2 | import actions from './actions';
3 |
4 | export default {
5 | actions,
6 | load(context) {
7 | methodStubs(context);
8 | }
9 | };
10 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/v3/components/tests/home.js:
--------------------------------------------------------------------------------
1 | const {describe, it} = global;
2 | import {expect} from 'chai';
3 | import {shallow} from 'enzyme';
4 | import Home from '../home';
5 |
6 | describe('v3.components.home', () => {
7 | it('should do something');
8 | });
9 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/core/components/tests/post.js:
--------------------------------------------------------------------------------
1 | const {describe, it} = global;
2 | import {expect} from 'chai';
3 | import {shallow} from 'enzyme';
4 | import Post from '../post';
5 |
6 | describe('core.components.post', () => {
7 | it('should do something');
8 | });
9 |
--------------------------------------------------------------------------------
/mobile-web/server/publications/contact.js:
--------------------------------------------------------------------------------
1 | import {EditorContact} from '/lib/collections';
2 | import {Meteor} from 'meteor/meteor';
3 |
4 | export default function () {
5 | Meteor.publish('editor.contact', function () {
6 | return EditorContact.find();
7 | });
8 | }
9 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/themes/default/globals/reset.variables.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Reset
7 | *******************************/
--------------------------------------------------------------------------------
/mobile-web/client/modules/admin/actions/tests/notice.js:
--------------------------------------------------------------------------------
1 | const {describe, it} = global;
2 | import {expect} from 'chai';
3 | import {spy, stub} from 'sinon';
4 | import actions from '../notice';
5 |
6 | describe('admin.actions.notice', () => {
7 | it('should do something');
8 | });
9 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/admin/components/tests/home.js:
--------------------------------------------------------------------------------
1 | const {describe, it} = global;
2 | import {expect} from 'chai';
3 | import {shallow} from 'enzyme';
4 | import Home from '../home';
5 |
6 | describe('admin.components.home', () => {
7 | it('should do something');
8 | });
9 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/admin/components/tests/menu.js:
--------------------------------------------------------------------------------
1 | const {describe, it} = global;
2 | import {expect} from 'chai';
3 | import {shallow} from 'enzyme';
4 | import Menu from '../menu';
5 |
6 | describe('admin.components.menu', () => {
7 | it('should do something');
8 | });
9 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/wechat/components/tests/atom.js:
--------------------------------------------------------------------------------
1 | const {describe, it} = global;
2 | import {expect} from 'chai';
3 | import {shallow} from 'enzyme';
4 | import Atom from '../atom';
5 |
6 | describe('wechat.components.atom', () => {
7 | it('should do something');
8 | });
9 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/wechat/components/tests/home.js:
--------------------------------------------------------------------------------
1 | const {describe, it} = global;
2 | import {expect} from 'chai';
3 | import {shallow} from 'enzyme';
4 | import Home from '../home';
5 |
6 | describe('wechat.components.home', () => {
7 | it('should do something');
8 | });
9 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/themes/default/globals/reset.variables.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Reset
7 | *******************************/
--------------------------------------------------------------------------------
/mobile-web/client/modules/admin/actions/tests/contact.js:
--------------------------------------------------------------------------------
1 | const {describe, it} = global;
2 | import {expect} from 'chai';
3 | import {spy, stub} from 'sinon';
4 | import actions from '../contact';
5 |
6 | describe('admin.actions.contact', () => {
7 | it('should do something');
8 | });
9 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/admin/components/tests/notice.js:
--------------------------------------------------------------------------------
1 | const {describe, it} = global;
2 | import {expect} from 'chai';
3 | import {shallow} from 'enzyme';
4 | import Notice from '../notice';
5 |
6 | describe('admin.components.notice', () => {
7 | it('should do something');
8 | });
9 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/core/components/tests/notice.js:
--------------------------------------------------------------------------------
1 | const {describe, it} = global;
2 | import {expect} from 'chai';
3 | import {shallow} from 'enzyme';
4 | import Notice from '../notice';
5 |
6 | describe('core.components.notice', () => {
7 | it('should do something');
8 | });
9 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/v3/components/tests/library.js:
--------------------------------------------------------------------------------
1 | const {describe, it} = global;
2 | import {expect} from 'chai';
3 | import {shallow} from 'enzyme';
4 | import Library from '../library';
5 |
6 | describe('v_3.components.library', () => {
7 | it('should do something');
8 | });
9 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/wechat/components/tests/grids.js:
--------------------------------------------------------------------------------
1 | const {describe, it} = global;
2 | import {expect} from 'chai';
3 | import {shallow} from 'enzyme';
4 | import Grids from '../grids';
5 |
6 | describe('wechat.components.grids', () => {
7 | it('should do something');
8 | });
9 |
--------------------------------------------------------------------------------
/simple/client/main.js:
--------------------------------------------------------------------------------
1 | import React from 'react';
2 | import { Meteor } from 'meteor/meteor';
3 | import { render } from 'react-dom';
4 |
5 | import App from './app.jsx';
6 |
7 | Meteor.startup(() => {
8 | render(, document.getElementById('render-target'));
9 | });
10 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/themes/default/globals/site.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Global Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/themes/default/modules/embed.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Video Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/themes/default/modules/nag.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/themes/default/modules/progress.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Progress
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/themes/default/modules/tab.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Tab Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/themes/default/views/ad.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/themes/default/views/card.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/themes/default/views/feed.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/themes/default/views/item.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/mantra-sample-blog-app/client/modules/core/actions/tests/header.js:
--------------------------------------------------------------------------------
1 | const {describe, it} = global;
2 | import {expect} from 'chai';
3 | import {spy, stub} from 'sinon';
4 | import actions from '../header';
5 |
6 | describe('core.actions.header', () => {
7 | it('should do something');
8 | });
9 |
--------------------------------------------------------------------------------
/meteor-data-and-react/server/config.js:
--------------------------------------------------------------------------------
1 |
2 | // 保存服务器端渲染 SSR 页面,缓存 10 分钟
3 | // SEO 优化
4 | // 首屏加速
5 | // 如果用户浏览器禁止了 JavaScript 还能看到首页
6 |
7 | FlowRouter.setDeferScriptLoading(true);
8 |
9 |
10 | const TEN_MINUTES = 1000 * 60 * 10;
11 | FlowRouter.setPageCacheTimeout(TEN_MINUTES);
12 |
--------------------------------------------------------------------------------
/mobile-web/build2deploy.sh:
--------------------------------------------------------------------------------
1 | # after finished coding, run this script to build and deploy
2 |
3 | meteor build --architecture=os.linux.x86_64 ../build
4 | scp ../build/mobile-web.tar.gz root@atom.plw.io:/home/meteor/build
5 | ssh root@atom.plw.io "cd /home/meteor/script && ./deploy-build.sh"
6 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/themes/default/modules/tab.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Tab Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/themes/default/views/ad.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/themes/default/views/card.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/themes/default/views/feed.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/themes/default/views/item.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/admin/components/tests/contact.js:
--------------------------------------------------------------------------------
1 | const {describe, it} = global;
2 | import {expect} from 'chai';
3 | import {shallow} from 'enzyme';
4 | import Contact from '../contact';
5 |
6 | describe('admin.components.contact', () => {
7 | it('should do something');
8 | });
9 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/admin/components/tests/experts.js:
--------------------------------------------------------------------------------
1 | const {describe, it} = global;
2 | import {expect} from 'chai';
3 | import {shallow} from 'enzyme';
4 | import Experts from '../experts';
5 |
6 | describe('admin.components.experts', () => {
7 | it('should do something');
8 | });
9 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/core/components/tests/bar_item.js:
--------------------------------------------------------------------------------
1 | const {describe, it} = global;
2 | import {expect} from 'chai';
3 | import {shallow} from 'enzyme';
4 | import BarItem from '../bar_item';
5 |
6 | describe('core.components.bar_item', () => {
7 | it('should do something');
8 | });
9 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/core/components/tests/experts.js:
--------------------------------------------------------------------------------
1 | const {describe, it} = global;
2 | import {expect} from 'chai';
3 | import {shallow} from 'enzyme';
4 | import Experts from '../experts';
5 |
6 | describe('core.components.experts', () => {
7 | it('should do something');
8 | });
9 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/core/components/tests/foot_bar.js:
--------------------------------------------------------------------------------
1 | const {describe, it} = global;
2 | import {expect} from 'chai';
3 | import {shallow} from 'enzyme';
4 | import FootBar from '../foot_bar';
5 |
6 | describe('core.components.foot_bar', () => {
7 | it('should do something');
8 | });
9 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/core/components/tests/journals.js:
--------------------------------------------------------------------------------
1 | const {describe, it} = global;
2 | import {expect} from 'chai';
3 | import {shallow} from 'enzyme';
4 | import Journals from '../journals';
5 |
6 | describe('core.components.journals', () => {
7 | it('should do something');
8 | });
9 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/v3/components/tests/book_pub.js:
--------------------------------------------------------------------------------
1 | const {describe, it} = global;
2 | import {expect} from 'chai';
3 | import {shallow} from 'enzyme';
4 | import BookPub from '../book_pub';
5 |
6 | describe('v_3.components.book_pub', () => {
7 | it('should do something');
8 | });
9 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/v3/components/tests/feedback.js:
--------------------------------------------------------------------------------
1 | const {describe, it} = global;
2 | import {expect} from 'chai';
3 | import {shallow} from 'enzyme';
4 | import Feedback from '../feedback';
5 |
6 | describe('v_3.components.feedback', () => {
7 | it('should do something');
8 | });
9 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/v3/components/tests/user_info.js:
--------------------------------------------------------------------------------
1 | const {describe, it} = global;
2 | import {expect} from 'chai';
3 | import {shallow} from 'enzyme';
4 | import UserInfo from '../user_info';
5 |
6 | describe('v_3.components.user_info', () => {
7 | it('should do something');
8 | });
9 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/wechat/components/tests/company.js:
--------------------------------------------------------------------------------
1 | const {describe, it} = global;
2 | import {expect} from 'chai';
3 | import {shallow} from 'enzyme';
4 | import Company from '../company';
5 |
6 | describe('wechat.components.company', () => {
7 | it('should do something');
8 | });
9 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/wechat/components/tests/contact.js:
--------------------------------------------------------------------------------
1 | const {describe, it} = global;
2 | import {expect} from 'chai';
3 | import {shallow} from 'enzyme';
4 | import Contact from '../contact';
5 |
6 | describe('wechat.components.contact', () => {
7 | it('should do something');
8 | });
9 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/wechat/components/tests/expert.js:
--------------------------------------------------------------------------------
1 | const {describe, it} = global;
2 | import {expect} from 'chai';
3 | import {shallow} from 'enzyme';
4 | import Expert from '../expert';
5 |
6 | describe('wechat.components.expert', () => {
7 | it('should do something');
8 | });
9 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/wechat/components/tests/experts.js:
--------------------------------------------------------------------------------
1 | const {describe, it} = global;
2 | import {expect} from 'chai';
3 | import {shallow} from 'enzyme';
4 | import Experts from '../experts';
5 |
6 | describe('wechat.components.experts', () => {
7 | it('should do something');
8 | });
9 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/wechat/components/tests/notice.js:
--------------------------------------------------------------------------------
1 | const {describe, it} = global;
2 | import {expect} from 'chai';
3 | import {shallow} from 'enzyme';
4 | import Notice from '../notice';
5 |
6 | describe('wechat.components.notice', () => {
7 | it('should do something');
8 | });
9 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/wechat/components/tests/payment.js:
--------------------------------------------------------------------------------
1 | const {describe, it} = global;
2 | import {expect} from 'chai';
3 | import {shallow} from 'enzyme';
4 | import Payment from '../payment';
5 |
6 | describe('wechat.components.payment', () => {
7 | it('should do something');
8 | });
9 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/themes/default/globals/reset.variables.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Reset
7 | *******************************/
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/themes/default/collections/form.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/themes/default/collections/menu.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/themes/default/elements/button.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/themes/default/elements/image.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/themes/default/elements/input.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/themes/default/elements/label.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/themes/default/elements/list.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/themes/default/elements/loader.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/themes/default/elements/rail.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/themes/default/elements/reveal.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/themes/default/elements/segment.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/themes/default/modules/dimmer.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/themes/default/modules/modal.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/themes/default/modules/popup.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/themes/default/modules/search.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/themes/default/modules/shape.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/themes/default/modules/sidebar.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/themes/default/modules/sticky.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/themes/default/views/comment.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/themes/default/views/statistic.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/mantra-sample-blog-app/client/modules/comments/actions/index.js:
--------------------------------------------------------------------------------
1 | import comments from './comments';
2 |
3 | // XXX: Here, we can automatically generate this file based on the
4 | // actions inside this directory.
5 | const actions = {
6 | comments
7 | };
8 |
9 | export default actions;
10 |
--------------------------------------------------------------------------------
/mantra-sample-blog-app/client/modules/core/components/navigation.js:
--------------------------------------------------------------------------------
1 | import React from 'react';
2 |
3 | const Navigation = () => (
4 |
5 |
导航:
6 |
主页 |
7 |
写博客
8 |
9 | );
10 |
11 | export default Navigation;
12 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/themes/default/elements/button.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/themes/default/elements/image.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/themes/default/elements/input.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/themes/default/elements/label.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/themes/default/elements/list.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/themes/default/elements/loader.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/themes/default/elements/rail.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/themes/default/elements/reveal.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/themes/default/globals/site.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Global Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/themes/default/modules/dimmer.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/themes/default/modules/embed.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Video Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/themes/default/modules/modal.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/themes/default/modules/nag.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/themes/default/modules/popup.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/themes/default/modules/progress.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Progress
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/themes/default/modules/search.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/themes/default/modules/shape.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/themes/default/modules/sidebar.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/themes/default/modules/sticky.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/themes/default/views/comment.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/themes/default/views/statistic.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/admin/components/tests/pc_layout.js:
--------------------------------------------------------------------------------
1 | const {describe, it} = global;
2 | import {expect} from 'chai';
3 | import {shallow} from 'enzyme';
4 | import PcLayout from '../pc_layout';
5 |
6 | describe('admin.components.pc_layout', () => {
7 | it('should do something');
8 | });
9 |
--------------------------------------------------------------------------------
/mobile-web/server/main.js:
--------------------------------------------------------------------------------
1 | import publications from './publications';
2 | import methods from './methods';
3 | import init from './configs/init';
4 |
5 | publications();
6 | methods();
7 | init();
8 |
9 | Meteor.startup(function(){
10 | console.log("--- server started --- ");
11 | })
12 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/themes/default/views/ad.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/themes/default/collections/breadcrumb.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/themes/default/collections/grid.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
9 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/themes/default/collections/message.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/themes/default/elements/container.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/themes/default/elements/header.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
9 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/themes/default/collections/form.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/themes/default/collections/menu.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/themes/default/collections/message.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/themes/default/elements/container.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/themes/default/elements/header.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
9 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/themes/default/elements/segment.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/admin/components/tests/companies.js:
--------------------------------------------------------------------------------
1 | const {describe, it} = global;
2 | import {expect} from 'chai';
3 | import {shallow} from 'enzyme';
4 | import Companies from '../companies';
5 |
6 | describe('admin.components.companies', () => {
7 | it('should do something');
8 | });
9 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/v3/components/tests/book_detail.js:
--------------------------------------------------------------------------------
1 | const {describe, it} = global;
2 | import {expect} from 'chai';
3 | import {shallow} from 'enzyme';
4 | import BookDetail from '../book_detail';
5 |
6 | describe('v_3.components.book_detail', () => {
7 | it('should do something');
8 | });
9 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/v3/components/tests/expert_list.js:
--------------------------------------------------------------------------------
1 | const {describe, it} = global;
2 | import {expect} from 'chai';
3 | import {shallow} from 'enzyme';
4 | import ExpertList from '../expert_list';
5 |
6 | describe('v_3.components.expert_list', () => {
7 | it('should do something');
8 | });
9 |
--------------------------------------------------------------------------------
/mobile-web/server/publications/notice.js:
--------------------------------------------------------------------------------
1 | import {Notice} from '/lib/collections';
2 | import {Meteor} from 'meteor/meteor';
3 | import {check} from 'meteor/check';
4 |
5 | export default function () {
6 | Meteor.publish('notice', function () {
7 | return Notice.find();
8 | });
9 | }
10 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/themes/default/elements/list.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/themes/default/elements/rail.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/themes/default/globals/site.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Global Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/themes/default/modules/embed.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Video Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/themes/default/modules/modal.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/themes/default/modules/nag.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/themes/default/modules/popup.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/themes/default/modules/progress.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Progress
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/themes/default/modules/shape.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/themes/default/modules/tab.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Tab Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/themes/default/views/card.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/themes/default/views/comment.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/themes/default/views/feed.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/themes/default/views/item.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/mantra-sample-blog-app/client/modules/core/index.js:
--------------------------------------------------------------------------------
1 | import methodStubs from './configs/method_stubs';
2 | import actions from './actions';
3 | import routes from './routes';
4 |
5 | export default {
6 | routes,
7 | actions,
8 | load(context) {
9 | methodStubs(context);
10 | }
11 | };
12 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/themes/default/collections/breadcrumb.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/themes/default/collections/grid.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
9 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/admin/actions/contact.js:
--------------------------------------------------------------------------------
1 | export default {
2 | save({Meteor, LocalState}, contactId, contact) {
3 | Meteor.call('contact.save', contactId, contact, (err) => {
4 | if (err) {
5 | console.log("Save contact err ", err);
6 | }
7 | })
8 | },
9 | }
10 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/admin/components/tests/conferences.js:
--------------------------------------------------------------------------------
1 | const {describe, it} = global;
2 | import {expect} from 'chai';
3 | import {shallow} from 'enzyme';
4 | import Conferences from '../conferences';
5 |
6 | describe('admin.components.conferences', () => {
7 | it('should do something');
8 | });
9 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/core/components/tests/co_companies.js:
--------------------------------------------------------------------------------
1 | const {describe, it} = global;
2 | import {expect} from 'chai';
3 | import {shallow} from 'enzyme';
4 | import CoCompanies from '../co_companies';
5 |
6 | describe('core.components.co_companies', () => {
7 | it('should do something');
8 | });
9 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/core/components/tests/conferences.js:
--------------------------------------------------------------------------------
1 | const {describe, it} = global;
2 | import {expect} from 'chai';
3 | import {shallow} from 'enzyme';
4 | import Conferences from '../conferences';
5 |
6 | describe('core.components.conferences', () => {
7 | it('should do something');
8 | });
9 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/core/components/tests/new_article.js:
--------------------------------------------------------------------------------
1 | const {describe, it} = global;
2 | import {expect} from 'chai';
3 | import {shallow} from 'enzyme';
4 | import NewArticle from '../new_article';
5 |
6 | describe('core.components.new_article', () => {
7 | it('should do something');
8 | });
9 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/v3/components/tests/company_list.js:
--------------------------------------------------------------------------------
1 | const {describe, it} = global;
2 | import {expect} from 'chai';
3 | import {shallow} from 'enzyme';
4 | import CompanyList from '../company_list';
5 |
6 | describe('v_3.components.company_list', () => {
7 | it('should do something');
8 | });
9 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/v3/components/tests/journal_list.js:
--------------------------------------------------------------------------------
1 | const {describe, it} = global;
2 | import {expect} from 'chai';
3 | import {shallow} from 'enzyme';
4 | import JournalList from '../journal_list';
5 |
6 | describe('v_3.components.journal_list', () => {
7 | it('should do something');
8 | });
9 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/wechat/components/tests/submission.js:
--------------------------------------------------------------------------------
1 | const {describe, it} = global;
2 | import {expect} from 'chai';
3 | import {shallow} from 'enzyme';
4 | import Submission from '../submission';
5 |
6 | describe('wechat.components.submission', () => {
7 | it('should do something');
8 | });
9 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/themes/default/collections/form.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/themes/default/collections/menu.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/themes/default/elements/button.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/themes/default/elements/container.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/themes/default/elements/image.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/themes/default/elements/input.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/themes/default/elements/label.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/themes/default/elements/loader.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/themes/default/elements/reveal.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/themes/default/elements/segment.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/themes/default/modules/dimmer.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/themes/default/modules/search.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/themes/default/modules/sidebar.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/themes/default/modules/sticky.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/themes/default/views/statistic.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/mantra-sample-blog-app/client/modules/core/components/.stories/index.js:
--------------------------------------------------------------------------------
1 | import '../style.css';
2 | import './post';
3 | import './postlist';
4 | import './newpost';
5 | import './navigation';
6 | import './main_layout';
7 | // import create_ from './create';
8 | // import modify_header from './modify_header';
9 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/v3/components/tests/company_detail.js:
--------------------------------------------------------------------------------
1 | const {describe, it} = global;
2 | import {expect} from 'chai';
3 | import {shallow} from 'enzyme';
4 | import CompanyDetail from '../company_detail';
5 |
6 | describe('v_3.components.company_detail', () => {
7 | it('should do something');
8 | });
9 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/v3/components/tests/expert_detail.js:
--------------------------------------------------------------------------------
1 | const {describe, it} = global;
2 | import {expect} from 'chai';
3 | import {shallow} from 'enzyme';
4 | import ExpertDetail from '../expert_detail';
5 |
6 | describe('v_3.components.expert_detail', () => {
7 | it('should do something');
8 | });
9 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/v3/components/tests/favorite_conf.js:
--------------------------------------------------------------------------------
1 | const {describe, it} = global;
2 | import {expect} from 'chai';
3 | import {shallow} from 'enzyme';
4 | import FavoriteConf from '../favorite_conf';
5 |
6 | describe('v_3.components.favorite_conf', () => {
7 | it('should do something');
8 | });
9 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/v3/components/tests/journal_detail.js:
--------------------------------------------------------------------------------
1 | const {describe, it} = global;
2 | import {expect} from 'chai';
3 | import {shallow} from 'enzyme';
4 | import JournalDetail from '../journal_detail';
5 |
6 | describe('v_3.components.journal_detail', () => {
7 | it('should do something');
8 | });
9 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/v3/components/tests/journal_manage.js:
--------------------------------------------------------------------------------
1 | const {describe, it} = global;
2 | import {expect} from 'chai';
3 | import {shallow} from 'enzyme';
4 | import JournalManage from '../journal_manage';
5 |
6 | describe('v_3.components.journal_manage', () => {
7 | it('should do something');
8 | });
9 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/v3/components/tests/journal_navbar.js:
--------------------------------------------------------------------------------
1 | const {describe, it} = global;
2 | import {expect} from 'chai';
3 | import {shallow} from 'enzyme';
4 | import JournalNavbar from '../journal_navbar';
5 |
6 | describe('v_3.components.journal_navbar', () => {
7 | it('should do something');
8 | });
9 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/wechat/components/tests/conferences.js:
--------------------------------------------------------------------------------
1 | const {describe, it} = global;
2 | import {expect} from 'chai';
3 | import {shallow} from 'enzyme';
4 | import Conferences from '../conferences';
5 |
6 | describe('wechat.components.conferences', () => {
7 | it('should do something');
8 | });
9 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/wechat/components/tests/cooperation.js:
--------------------------------------------------------------------------------
1 | const {describe, it} = global;
2 | import {expect} from 'chai';
3 | import {shallow} from 'enzyme';
4 | import Cooperation from '../cooperation';
5 |
6 | describe('wechat.components.cooperation', () => {
7 | it('should do something');
8 | });
9 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/themes/default/collections/breadcrumb.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/themes/default/collections/grid.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
9 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/themes/default/collections/message.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/themes/default/elements/header.overrides.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Theme Overrides
7 | *******************************/
8 |
9 |
--------------------------------------------------------------------------------
/meteor-data-and-react/server/publications.js:
--------------------------------------------------------------------------------
1 | Meteor.publish('posts', () => {
2 | const selector = {category: {$ne: "private"}};
3 | return Posts.find(selector);
4 | });
5 |
6 | Meteor.publish('singlePost', _id => { // 箭头函数在单个输入参数时可以不使用括号
7 | check(_id, String);
8 | return Posts.find({_id});
9 | });
10 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/core/components/tests/editor_contact.js:
--------------------------------------------------------------------------------
1 | const {describe, it} = global;
2 | import {expect} from 'chai';
3 | import {shallow} from 'enzyme';
4 | import EditorContact from '../editor_contact';
5 |
6 | describe('core.components.editor_contact', () => {
7 | it('should do something');
8 | });
9 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/v3/components/tests/conference_list.js:
--------------------------------------------------------------------------------
1 | const {describe, it} = global;
2 | import {expect} from 'chai';
3 | import {shallow} from 'enzyme';
4 | import ConferenceList from '../conference_list';
5 |
6 | describe('v_3.components.conference_list', () => {
7 | it('should do something');
8 | });
9 |
--------------------------------------------------------------------------------
/mantra-sample-blog-app/.storybook/webpack.config.js:
--------------------------------------------------------------------------------
1 | const path = require('path');
2 | module.exports = {
3 | module: {
4 | loaders: [
5 | {
6 | test: /\.css?$/,
7 | loaders: [ 'style', 'raw' ],
8 | include: path.resolve(__dirname, '../')
9 | }
10 | ]
11 | }
12 | };
13 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/core/components/tests/article_nav_bar.js:
--------------------------------------------------------------------------------
1 | const {describe, it} = global;
2 | import {expect} from 'chai';
3 | import {shallow} from 'enzyme';
4 | import ArticleNavBar from '../article_nav_bar';
5 |
6 | describe('core.components.article_nav_bar', () => {
7 | it('should do something');
8 | });
9 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/core/components/tests/journal_foot_bar.js:
--------------------------------------------------------------------------------
1 | const {describe, it} = global;
2 | import {expect} from 'chai';
3 | import {shallow} from 'enzyme';
4 | import JournalFootBar from '../journal_foot_bar';
5 |
6 | describe('core.components.journal_foot_bar', () => {
7 | it('should do something');
8 | });
9 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/core/components/tests/journal_nav_bar.js:
--------------------------------------------------------------------------------
1 | const {describe, it} = global;
2 | import {expect} from 'chai';
3 | import {shallow} from 'enzyme';
4 | import JournalNavBar from '../journal_nav_bar';
5 |
6 | describe('core.components.journal_nav_bar', () => {
7 | it('should do something');
8 | });
9 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/v3/components/tests/favorite_journal.js:
--------------------------------------------------------------------------------
1 | const {describe, it} = global;
2 | import {expect} from 'chai';
3 | import {shallow} from 'enzyme';
4 | import FavoriteJournal from '../favorite_journal';
5 |
6 | describe('v_3.components.favorite_journal', () => {
7 | it('should do something');
8 | });
9 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/wechat/components/tests/article_status.js:
--------------------------------------------------------------------------------
1 | const {describe, it} = global;
2 | import {expect} from 'chai';
3 | import {shallow} from 'enzyme';
4 | import ArticleStatus from '../article_status';
5 |
6 | describe('wechat.components.article_status', () => {
7 | it('should do something');
8 | });
9 |
--------------------------------------------------------------------------------
/WhichCab/client/main.js:
--------------------------------------------------------------------------------
1 |
2 |
3 | Meteor.startup(() => {
4 | console.log('Client started.');
5 |
6 | DocHead.setTitle("WhichCab");
7 | const metaInfo = {
8 | name: "viewport",
9 | content: "width=device-width, initial-scale=1.0, maximum-scale=1.0"
10 | };
11 | DocHead.addMeta(metaInfo);
12 | });
13 |
--------------------------------------------------------------------------------
/mantra-sample-blog-app/client/modules/core/components/tests/modify_header.js:
--------------------------------------------------------------------------------
1 | const {describe, it} = global;
2 | import {expect} from 'chai';
3 | import {shallow} from 'enzyme';
4 | import ModifyHeader from '../modify_header';
5 |
6 | describe('core.components.modify_header', () => {
7 | it('should do something');
8 | });
9 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/v3/components/tests/conference_detail.js:
--------------------------------------------------------------------------------
1 | const {describe, it} = global;
2 | import {expect} from 'chai';
3 | import {shallow} from 'enzyme';
4 | import ConferenceDetail from '../conference_detail';
5 |
6 | describe('v_3.components.conference_detail', () => {
7 | it('should do something');
8 | });
9 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/v3/components/tests/company_application.js:
--------------------------------------------------------------------------------
1 | const {describe, it} = global;
2 | import {expect} from 'chai';
3 | import {shallow} from 'enzyme';
4 | import CompanyApplication from '../company_application';
5 |
6 | describe('v_3.components.company_application', () => {
7 | it('should do something');
8 | });
9 |
--------------------------------------------------------------------------------
/meteor-data-and-react/app/components/comments.jsx:
--------------------------------------------------------------------------------
1 | import React from 'react';
2 |
3 | //到 post_page.jsx 看 Comment 和 Waiting 的引入方式
4 | export const Waiting = () => (
5 |
6 | Waiting for comments ...
7 |
8 | );
9 |
10 | const Comments = () => (
11 | 还没有评论!
12 |
);
13 |
14 | export default Comments;
15 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/admin/actions/notice.js:
--------------------------------------------------------------------------------
1 | export default {
2 | save({Meteor, LocalState}, noticeId, notice) {
3 | Meteor.call('notice.save', noticeId, notice, (err) => {
4 | if (err) {
5 | console.log("Save notice err ", err);
6 | } else {
7 | alert("保存完成")
8 | }
9 | })
10 | }
11 | }
12 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/admin/components/.stories/index.js:
--------------------------------------------------------------------------------
1 | import home from './home';
2 | import pc_layout from './pc_layout';
3 | import menu from './menu';
4 | import experts from './experts';
5 | import contact from './contact';
6 | import companies from './companies';
7 | import notice from './notice';
8 | import conferences from './conferences';
9 |
--------------------------------------------------------------------------------
/mantra-sample-blog-app/client/modules/core/components/.stories/navigation.js:
--------------------------------------------------------------------------------
1 | import React from 'react';
2 | import { storiesOf, action } from '@kadira/storybook';
3 | import Navigation from '../navigation';
4 |
5 | storiesOf('core.Navigation', module)
6 | .add('default view', () => {
7 | return (
8 |
9 | );
10 | });
11 |
--------------------------------------------------------------------------------
/simple-todos-react/client/main.jsx:
--------------------------------------------------------------------------------
1 | import React from 'react';
2 | import { Meteor } from 'meteor/meteor';
3 | import { render } from 'react-dom';
4 |
5 | import '../imports/startup/accounts-config.js';
6 | import App from '../imports/ui/App.jsx';
7 |
8 | Meteor.startup(() => {
9 | render(, document.getElementById('render-target'));
10 | });
11 |
--------------------------------------------------------------------------------
/WhichCab/.meteor/.id:
--------------------------------------------------------------------------------
1 | # This file contains a token that is unique to your project.
2 | # Check it into your repository along with the rest of this directory.
3 | # It can be used for purposes such as:
4 | # - ensuring you don't accidentally deploy one app on top of another
5 | # - providing package authors with aggregated statistics
6 |
7 | 1ie4jk21bimgp714gykce
8 |
--------------------------------------------------------------------------------
/meteor-data-and-react/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "meteor-data-and-react",
3 | "version": "0.0.0",
4 | "dependencies": {
5 | "bcrypt": "^0.8.7",
6 | "react": "^0.14.6",
7 | "react-dom": "^0.14.6",
8 | "react-komposer": "^1.3.0",
9 | "react-mounter": "^1.1.0",
10 | "react-no-ssr": "^1.0.1"
11 | },
12 | "private": true
13 | }
14 |
--------------------------------------------------------------------------------
/mobile-web/.meteor/.id:
--------------------------------------------------------------------------------
1 | # This file contains a token that is unique to your project.
2 | # Check it into your repository along with the rest of this directory.
3 | # It can be used for purposes such as:
4 | # - ensuring you don't accidentally deploy one app on top of another
5 | # - providing package authors with aggregated statistics
6 |
7 | 10dsu728pc40dmvqlh6
8 |
--------------------------------------------------------------------------------
/simple/.meteor/.id:
--------------------------------------------------------------------------------
1 | # This file contains a token that is unique to your project.
2 | # Check it into your repository along with the rest of this directory.
3 | # It can be used for purposes such as:
4 | # - ensuring you don't accidentally deploy one app on top of another
5 | # - providing package authors with aggregated statistics
6 |
7 | 1akjppgtxmdbu15gttl1
8 |
--------------------------------------------------------------------------------
/simple/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "mr_app",
3 | "private": true,
4 | "scripts": {
5 | "start": "meteor run"
6 | },
7 | "dependencies": {
8 | "babel-runtime": "^6.18.0",
9 | "meteor-node-stubs": "~0.2.0",
10 | "react": "^15.2.1",
11 | "react-addons-pure-render-mixin": "^15.2.1",
12 | "react-dom": "^15.2.1"
13 | }
14 | }
15 |
--------------------------------------------------------------------------------
/mantra-sample-blog-app/.editorconfig:
--------------------------------------------------------------------------------
1 | # @see http://editorconfig.org/
2 |
3 | # This is the top-most .editorconfig file; do not search in parent directories.
4 | root = true
5 |
6 | # All files.
7 | [*]
8 | end_of_line = LF
9 | indent_style = space
10 | indent_size = 2
11 | charset = utf-8
12 | trim_trailing_whitespace = true
13 | insert_final_newline = true
14 |
--------------------------------------------------------------------------------
/mantra-sample-blog-app/.meteor/.id:
--------------------------------------------------------------------------------
1 | # This file contains a token that is unique to your project.
2 | # Check it into your repository along with the rest of this directory.
3 | # It can be used for purposes such as:
4 | # - ensuring you don't accidentally deploy one app on top of another
5 | # - providing package authors with aggregated statistics
6 |
7 | 1cexrzv54i9w6amp4i
8 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/admin/components/.stories/home.js:
--------------------------------------------------------------------------------
1 | import React from 'react';
2 | import { storiesOf, action } from '@kadira/storybook';
3 | import { setComposerStub } from 'react-komposer';
4 | import Home from '../home.jsx';
5 |
6 | storiesOf('admin.Home', module)
7 | .add('default view', () => {
8 | return (
9 |
10 | );
11 | })
12 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/admin/components/.stories/menu.js:
--------------------------------------------------------------------------------
1 | import React from 'react';
2 | import { storiesOf, action } from '@kadira/storybook';
3 | import { setComposerStub } from 'react-komposer';
4 | import Menu from '../menu.jsx';
5 |
6 | storiesOf('admin.Menu', module)
7 | .add('default view', () => {
8 | return (
9 |
10 | );
11 | })
12 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/core/components/.stories/post.js:
--------------------------------------------------------------------------------
1 | import React from 'react';
2 | import { storiesOf, action } from '@kadira/storybook';
3 | import { setComposerStub } from 'react-komposer';
4 | import Post from '../post.jsx';
5 |
6 | storiesOf('core.Post', module)
7 | .add('default view', () => {
8 | return (
9 |
10 | );
11 | })
12 |
--------------------------------------------------------------------------------
/semantic-ui-route/.meteor/.id:
--------------------------------------------------------------------------------
1 | # This file contains a token that is unique to your project.
2 | # Check it into your repository along with the rest of this directory.
3 | # It can be used for purposes such as:
4 | # - ensuring you don't accidentally deploy one app on top of another
5 | # - providing package authors with aggregated statistics
6 |
7 | 1ie4jk21bimgp714gykce
8 |
--------------------------------------------------------------------------------
/simple-todos-react/.meteor/.id:
--------------------------------------------------------------------------------
1 | # This file contains a token that is unique to your project.
2 | # Check it into your repository along with the rest of this directory.
3 | # It can be used for purposes such as:
4 | # - ensuring you don't accidentally deploy one app on top of another
5 | # - providing package authors with aggregated statistics
6 |
7 | 1v2pn7n1jbklfu1hg4tnm
8 |
--------------------------------------------------------------------------------
/meteor-data-and-react/.meteor/.id:
--------------------------------------------------------------------------------
1 | # This file contains a token that is unique to your project.
2 | # Check it into your repository along with the rest of this directory.
3 | # It can be used for purposes such as:
4 | # - ensuring you don't accidentally deploy one app on top of another
5 | # - providing package authors with aggregated statistics
6 |
7 | 1ajknmhsy05n714urb9s
8 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/wechat/components/.stories/atom.js:
--------------------------------------------------------------------------------
1 | import React from 'react';
2 | import { storiesOf, action } from '@kadira/storybook';
3 | import { setComposerStub } from 'react-komposer';
4 | import Atom from '../atom.jsx';
5 |
6 | storiesOf('wechat.Atom', module)
7 | .add('default view', () => {
8 | return (
9 |
10 | );
11 | })
12 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/wechat/components/.stories/home.js:
--------------------------------------------------------------------------------
1 | import React from 'react';
2 | import { storiesOf, action } from '@kadira/storybook';
3 | import { setComposerStub } from 'react-komposer';
4 | import Home from '../home.jsx';
5 |
6 | storiesOf('wechat.Home', module)
7 | .add('default view', () => {
8 | return (
9 |
10 | );
11 | })
12 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/themes/default/modules/sticky.variables.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Sticky
7 | *******************************/
8 |
9 | @transitionDuration: @defaultDuration;
10 | @transition: none;
11 | @zIndex: 800;
--------------------------------------------------------------------------------
/mantra-sample-blog-app/ISSUE_TEMPLATE.md:
--------------------------------------------------------------------------------
1 | ## Tips on Asking Questions
2 |
3 | If this question related to Mantra generally, but not directly for this sample app,
4 | Visit here: https://talk.mantrajs.com/
5 |
6 | Use this issue tracker to post issues specifically related to this repo.
7 | Eg:-
8 |
9 | * Bugs when trying to run this projects
10 | * Some tests are failing
11 |
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/themes/default/modules/sticky.variables.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Sticky
7 | *******************************/
8 |
9 | @transitionDuration: @defaultDuration;
10 | @transition: none;
11 | @zIndex: 800;
--------------------------------------------------------------------------------
/mobile-web/client/modules/admin/components/.stories/notice.js:
--------------------------------------------------------------------------------
1 | import React from 'react';
2 | import { storiesOf, action } from '@kadira/storybook';
3 | import { setComposerStub } from 'react-komposer';
4 | import Notice from '../notice.jsx';
5 |
6 | storiesOf('admin.Notice', module)
7 | .add('default view', () => {
8 | return (
9 |
10 | );
11 | })
12 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/core/components/.stories/notice.js:
--------------------------------------------------------------------------------
1 | import React from 'react';
2 | import { storiesOf, action } from '@kadira/storybook';
3 | import { setComposerStub } from 'react-komposer';
4 | import Notice from '../notice.jsx';
5 |
6 | storiesOf('core.Notice', module)
7 | .add('default view', () => {
8 | return (
9 |
10 | );
11 | })
12 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/wechat/components/.stories/grids.js:
--------------------------------------------------------------------------------
1 | import React from 'react';
2 | import { storiesOf, action } from '@kadira/storybook';
3 | import { setComposerStub } from 'react-komposer';
4 | import Grids from '../grids.jsx';
5 |
6 | storiesOf('wechat.Grids', module)
7 | .add('default view', () => {
8 | return (
9 |
10 | );
11 | })
12 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/admin/components/.stories/contact.js:
--------------------------------------------------------------------------------
1 | import React from 'react';
2 | import { storiesOf, action } from '@kadira/storybook';
3 | import { setComposerStub } from 'react-komposer';
4 | import Contact from '../contact.jsx';
5 |
6 | storiesOf('admin.Contact', module)
7 | .add('default view', () => {
8 | return (
9 |
10 | );
11 | })
12 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/admin/components/.stories/experts.js:
--------------------------------------------------------------------------------
1 | import React from 'react';
2 | import { storiesOf, action } from '@kadira/storybook';
3 | import { setComposerStub } from 'react-komposer';
4 | import Experts from '../experts.jsx';
5 |
6 | storiesOf('admin.Experts', module)
7 | .add('default view', () => {
8 | return (
9 |
10 | );
11 | })
12 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/core/components/.stories/bar_item.js:
--------------------------------------------------------------------------------
1 | import React from 'react';
2 | import { storiesOf, action } from '@kadira/storybook';
3 | import { setComposerStub } from 'react-komposer';
4 | import BarItem from '../bar_item.jsx';
5 |
6 | storiesOf('core.BarItem', module)
7 | .add('default view', () => {
8 | return (
9 |
10 | );
11 | })
12 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/core/components/.stories/experts.js:
--------------------------------------------------------------------------------
1 | import React from 'react';
2 | import { storiesOf, action } from '@kadira/storybook';
3 | import { setComposerStub } from 'react-komposer';
4 | import Experts from '../experts.jsx';
5 |
6 | storiesOf('core.Experts', module)
7 | .add('default view', () => {
8 | return (
9 |
10 | );
11 | })
12 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/core/components/.stories/foot_bar.js:
--------------------------------------------------------------------------------
1 | import React from 'react';
2 | import { storiesOf, action } from '@kadira/storybook';
3 | import { setComposerStub } from 'react-komposer';
4 | import FootBar from '../foot_bar.jsx';
5 |
6 | storiesOf('core.FootBar', module)
7 | .add('default view', () => {
8 | return (
9 |
10 | );
11 | })
12 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/wechat/components/.stories/expert.js:
--------------------------------------------------------------------------------
1 | import React from 'react';
2 | import { storiesOf, action } from '@kadira/storybook';
3 | import { setComposerStub } from 'react-komposer';
4 | import Expert from '../expert.jsx';
5 |
6 | storiesOf('wechat.Expert', module)
7 | .add('default view', () => {
8 | return (
9 |
10 | );
11 | })
12 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/wechat/components/.stories/notice.js:
--------------------------------------------------------------------------------
1 | import React from 'react';
2 | import { storiesOf, action } from '@kadira/storybook';
3 | import { setComposerStub } from 'react-komposer';
4 | import Notice from '../notice.jsx';
5 |
6 | storiesOf('wechat.Notice', module)
7 | .add('default view', () => {
8 | return (
9 |
10 | );
11 | })
12 |
--------------------------------------------------------------------------------
/semantic-ui-route/client/lib/semantic-ui/themes/default/modules/sticky.variables.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Sticky
7 | *******************************/
8 |
9 | @transitionDuration: @defaultDuration;
10 | @transition: none;
11 | @zIndex: 800;
--------------------------------------------------------------------------------
/mantra-sample-blog-app/client/modules/comments/components/style.css:
--------------------------------------------------------------------------------
1 | .comments {
2 | font-size: 13px;
3 | }
4 |
5 | .comments textarea {
6 | width: 250px;
7 | outline: 0;
8 | border: 1px solid #ddd;
9 | padding: 5px 5px;
10 | }
11 |
12 | .comments .comment-list {
13 | margin-top: 15px;
14 | }
15 |
16 | .comments .error {
17 | color: red;
18 | padding: 5px 0;
19 | }
20 |
--------------------------------------------------------------------------------
/mantra-sample-blog-app/server/configs/initial_adds.js:
--------------------------------------------------------------------------------
1 | import {Posts} from '/lib/collections';
2 |
3 | export default function () {
4 | if (!Posts.findOne()) {
5 | for (let lc = 1; lc <= 5; lc++) {
6 | const title = `This is the post title: ${lc}`;
7 | const content = `Post ${lc}'s content is great!`;
8 | Posts.insert({title, content});
9 | }
10 | }
11 | }
12 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/core/components/.stories/journals.js:
--------------------------------------------------------------------------------
1 | import React from 'react';
2 | import { storiesOf, action } from '@kadira/storybook';
3 | import { setComposerStub } from 'react-komposer';
4 | import Journals from '../journals.jsx';
5 |
6 | storiesOf('core.Journals', module)
7 | .add('default view', () => {
8 | return (
9 |
10 | );
11 | })
12 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/wechat/components/.stories/company.js:
--------------------------------------------------------------------------------
1 | import React from 'react';
2 | import { storiesOf, action } from '@kadira/storybook';
3 | import { setComposerStub } from 'react-komposer';
4 | import Company from '../company.jsx';
5 |
6 | storiesOf('wechat.Company', module)
7 | .add('default view', () => {
8 | return (
9 |
10 | );
11 | })
12 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/wechat/components/.stories/contact.js:
--------------------------------------------------------------------------------
1 | import React from 'react';
2 | import { storiesOf, action } from '@kadira/storybook';
3 | import { setComposerStub } from 'react-komposer';
4 | import Contact from '../contact.jsx';
5 |
6 | storiesOf('wechat.Contact', module)
7 | .add('default view', () => {
8 | return (
9 |
10 | );
11 | })
12 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/wechat/components/.stories/experts.js:
--------------------------------------------------------------------------------
1 | import React from 'react';
2 | import { storiesOf, action } from '@kadira/storybook';
3 | import { setComposerStub } from 'react-komposer';
4 | import Experts from '../experts.jsx';
5 |
6 | storiesOf('wechat.Experts', module)
7 | .add('default view', () => {
8 | return (
9 |
10 | );
11 | })
12 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/wechat/components/.stories/payment.js:
--------------------------------------------------------------------------------
1 | import React from 'react';
2 | import { storiesOf, action } from '@kadira/storybook';
3 | import { setComposerStub } from 'react-komposer';
4 | import Payment from '../payment.jsx';
5 |
6 | storiesOf('wechat.Payment', module)
7 | .add('default view', () => {
8 | return (
9 |
10 | );
11 | })
12 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/admin/components/.stories/companies.js:
--------------------------------------------------------------------------------
1 | import React from 'react';
2 | import { storiesOf, action } from '@kadira/storybook';
3 | import { setComposerStub } from 'react-komposer';
4 | import Companies from '../companies.jsx';
5 |
6 | storiesOf('admin.Companies', module)
7 | .add('default view', () => {
8 | return (
9 |
10 | );
11 | })
12 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/admin/components/.stories/pc_layout.js:
--------------------------------------------------------------------------------
1 | import React from 'react';
2 | import { storiesOf, action } from '@kadira/storybook';
3 | import { setComposerStub } from 'react-komposer';
4 | import PcLayout from '../pc_layout.jsx';
5 |
6 | storiesOf('admin.PcLayout', module)
7 | .add('default view', () => {
8 | return (
9 |
10 | );
11 | })
12 |
--------------------------------------------------------------------------------
/mobile-web/server/methods/notice.js:
--------------------------------------------------------------------------------
1 | import {Notice} from '/lib/collections';
2 | import {Meteor} from 'meteor/meteor';
3 | import {check} from 'meteor/check';
4 |
5 | export default function () {
6 | Meteor.methods({
7 | 'notice.save'(noticeId, notice) {
8 | notice.updatedAt = new Date().valueOf();
9 | Notice.update(noticeId, {$set: notice})
10 | }
11 | });
12 | }
13 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/core/components/.stories/new_article.js:
--------------------------------------------------------------------------------
1 | import React from 'react';
2 | import { storiesOf, action } from '@kadira/storybook';
3 | import { setComposerStub } from 'react-komposer';
4 | import NewArticle from '../new_article.jsx';
5 |
6 | storiesOf('core.NewArticle', module)
7 | .add('default view', () => {
8 | return (
9 |
10 | );
11 | })
12 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/admin/components/.stories/conferences.js:
--------------------------------------------------------------------------------
1 | import React from 'react';
2 | import { storiesOf, action } from '@kadira/storybook';
3 | import { setComposerStub } from 'react-komposer';
4 | import Conferences from '../conferences.jsx';
5 |
6 | storiesOf('admin.Conferences', module)
7 | .add('default view', () => {
8 | return (
9 |
10 | );
11 | })
12 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/core/components/.stories/co_companies.js:
--------------------------------------------------------------------------------
1 | import React from 'react';
2 | import { storiesOf, action } from '@kadira/storybook';
3 | import { setComposerStub } from 'react-komposer';
4 | import CoCompanies from '../co_companies.jsx';
5 |
6 | storiesOf('core.CoCompanies', module)
7 | .add('default view', () => {
8 | return (
9 |
10 | );
11 | })
12 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/core/components/.stories/conferences.js:
--------------------------------------------------------------------------------
1 | import React from 'react';
2 | import { storiesOf, action } from '@kadira/storybook';
3 | import { setComposerStub } from 'react-komposer';
4 | import Conferences from '../conferences.jsx';
5 |
6 | storiesOf('core.Conferences', module)
7 | .add('default view', () => {
8 | return (
9 |
10 | );
11 | })
12 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/wechat/components/.stories/submission.js:
--------------------------------------------------------------------------------
1 | import React from 'react';
2 | import { storiesOf, action } from '@kadira/storybook';
3 | import { setComposerStub } from 'react-komposer';
4 | import Submission from '../submission.jsx';
5 |
6 | storiesOf('wechat.Submission', module)
7 | .add('default view', () => {
8 | return (
9 |
10 | );
11 | })
12 |
--------------------------------------------------------------------------------
/mantra-sample-blog-app/client/modules/core/components/postlist.js:
--------------------------------------------------------------------------------
1 | import React from 'react';
2 |
3 | const PostList = ({posts}) => (
4 |
5 |
6 | {posts.map(post => (
7 | -
8 | {post.title}
9 |
10 | ))}
11 |
12 |
13 | );
14 |
15 | export default PostList;
16 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/wechat/components/.stories/conferences.js:
--------------------------------------------------------------------------------
1 | import React from 'react';
2 | import { storiesOf, action } from '@kadira/storybook';
3 | import { setComposerStub } from 'react-komposer';
4 | import Conferences from '../conferences.jsx';
5 |
6 | storiesOf('wechat.Conferences', module)
7 | .add('default view', () => {
8 | return (
9 |
10 | );
11 | })
12 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/wechat/components/.stories/cooperation.js:
--------------------------------------------------------------------------------
1 | import React from 'react';
2 | import { storiesOf, action } from '@kadira/storybook';
3 | import { setComposerStub } from 'react-komposer';
4 | import Cooperation from '../cooperation.jsx';
5 |
6 | storiesOf('wechat.Cooperation', module)
7 | .add('default view', () => {
8 | return (
9 |
10 | );
11 | })
12 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/core/components/.stories/editor_contact.js:
--------------------------------------------------------------------------------
1 | import React from 'react';
2 | import { storiesOf, action } from '@kadira/storybook';
3 | import { setComposerStub } from 'react-komposer';
4 | import EditorContact from '../editor_contact.jsx';
5 |
6 | storiesOf('core.EditorContact', module)
7 | .add('default view', () => {
8 | return (
9 |
10 | );
11 | })
12 |
--------------------------------------------------------------------------------
/mobile-web/server/methods/contact.js:
--------------------------------------------------------------------------------
1 | import {EditorContact} from '/lib/collections';
2 | import {Meteor} from 'meteor/meteor';
3 | import {check} from 'meteor/check';
4 |
5 | export default function () {
6 | Meteor.methods({
7 | 'contact.save'(contactId, contact) {
8 | contact.updatedAt = new Date().valueOf();
9 | EditorContact.update(contactId, {$set: contact})
10 | }
11 | });
12 | }
13 |
--------------------------------------------------------------------------------
/WhichCab/imports/ui/errorMsg.jsx:
--------------------------------------------------------------------------------
1 | import React from 'react';
2 |
3 | export default ErrorMsg = ({p}) =>
4 |
5 |
6 |
9 |
10 | 提示:
11 |
12 | {p}
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/core/components/.stories/article_nav_bar.js:
--------------------------------------------------------------------------------
1 | import React from 'react';
2 | import { storiesOf, action } from '@kadira/storybook';
3 | import { setComposerStub } from 'react-komposer';
4 | import ArticleNavBar from '../article_nav_bar.jsx';
5 |
6 | storiesOf('core.ArticleNavBar', module)
7 | .add('default view', () => {
8 | return (
9 |
10 | );
11 | })
12 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/core/components/.stories/journal_nav_bar.js:
--------------------------------------------------------------------------------
1 | import React from 'react';
2 | import { storiesOf, action } from '@kadira/storybook';
3 | import { setComposerStub } from 'react-komposer';
4 | import JournalNavBar from '../journal_nav_bar.jsx';
5 |
6 | storiesOf('core.JournalNavBar', module)
7 | .add('default view', () => {
8 | return (
9 |
10 | );
11 | })
12 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/wechat/components/.stories/article_status.js:
--------------------------------------------------------------------------------
1 | import React from 'react';
2 | import { storiesOf, action } from '@kadira/storybook';
3 | import { setComposerStub } from 'react-komposer';
4 | import ArticleStatus from '../article_status.jsx';
5 |
6 | storiesOf('wechat.ArticleStatus', module)
7 | .add('default view', () => {
8 | return (
9 |
10 | );
11 | })
12 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/core/components/.stories/journal_foot_bar.js:
--------------------------------------------------------------------------------
1 | import React from 'react';
2 | import { storiesOf, action } from '@kadira/storybook';
3 | import { setComposerStub } from 'react-komposer';
4 | import JournalFootBar from '../journal_foot_bar.jsx';
5 |
6 | storiesOf('core.JournalFootBar', module)
7 | .add('default view', () => {
8 | return (
9 |
10 | );
11 | })
12 |
--------------------------------------------------------------------------------
/simple-todos-react/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "simple-todos",
3 | "private": true,
4 | "scripts": {
5 | "start": "meteor run"
6 | },
7 | "dependencies": {
8 | "babel-runtime": "^6.18.0",
9 | "bcrypt": "^0.8.7",
10 | "classnames": "^2.2.3",
11 | "meteor-node-stubs": "~0.2.0",
12 | "react": "^15.1.0",
13 | "react-addons-pure-render-mixin": "^15.1.0",
14 | "react-dom": "^15.1.0"
15 | }
16 | }
17 |
--------------------------------------------------------------------------------
/mantra-sample-blog-app/client/modules/comments/configs/method_stubs/comments.js:
--------------------------------------------------------------------------------
1 | export default function ({Collections, Meteor}) {
2 | Meteor.methods({
3 | 'posts.createComment'(_id, postId, text) {
4 | const saving = true;
5 | const createdAt = new Date();
6 | const author = 'Me';
7 | Collections.Comments.insert({
8 | _id, postId, text, saving, createdAt, author
9 | });
10 | }
11 | });
12 | }
13 |
--------------------------------------------------------------------------------
/meteor-data-and-react/app/components/post_list.jsx:
--------------------------------------------------------------------------------
1 | import React from 'react';
2 |
3 | //注意使用 FlowRouter 来设置 href
4 | const PostList = ({posts}) => (
5 |
6 | This is the post list
7 |
8 | {posts.map(({_id, title}) => (
9 | -
10 | {title}
11 |
12 | ))}
13 |
14 |
15 | );
16 |
17 | export default PostList;
18 |
--------------------------------------------------------------------------------
/mantra-sample-blog-app/client/modules/core/components/.stories/main_layout.js:
--------------------------------------------------------------------------------
1 | import React from 'react';
2 | import { storiesOf, action } from '@kadira/storybook';
3 | import MainLayout from '../main_layout';
4 |
5 | storiesOf('core.MainLayout', module)
6 | .add('default view', () => {
7 | const content = () => (This is the content inside the Layout.
)
8 | return (
9 |
10 | );
11 | });
12 |
--------------------------------------------------------------------------------
/mantra-sample-blog-app/client/modules/core/components/.stories/modify_header.js:
--------------------------------------------------------------------------------
1 | // import React from 'react';
2 | // import { storiesOf, action } from '@kadira/storybook';
3 | // import { setComposerStub } from 'react-komposer';
4 | // import ModifyHeader from '../modify_header.jsx';
5 | //
6 | // storiesOf('core.ModifyHeader', module)
7 | // .add('default view', () => {
8 | // return (
9 | //
10 | // );
11 | // })
12 |
--------------------------------------------------------------------------------
/mantra-sample-blog-app/client/main.js:
--------------------------------------------------------------------------------
1 | import {createApp} from 'mantra-core';
2 | import initContext from './configs/context';
3 |
4 | // modules
5 | import coreModule from './modules/core';
6 | import commentsModule from './modules/comments';
7 |
8 | // 初始化 context
9 | const context = initContext();
10 |
11 | // 创建整个 app,加载模块并初始化
12 | const app = createApp(context);
13 | app.loadModule(coreModule);
14 | app.loadModule(commentsModule);
15 | app.init();
16 |
--------------------------------------------------------------------------------
/meteor-data-and-react/lib/collections.jsx:
--------------------------------------------------------------------------------
1 | Posts = new Meteor.Collection('posts');
2 | if(Meteor.isServer) {
3 | Posts.remove({});
4 | Posts.insert({
5 | _id: 'one', title: '一 New Meteor Rocks', content: 'Yeah! Check our Meteor Blog for more!'
6 | });
7 | Posts.insert({_id: 'two', title: '二 MeteorHacks + Kadira => Kadira++', content: 'Something new soon.'});
8 | Posts.insert({_id: 'three', title: '三 My Secret Post', category: 'private'});
9 | }
10 |
--------------------------------------------------------------------------------
/mobile-web/mupx.json:
--------------------------------------------------------------------------------
1 | {
2 | "servers": [
3 | {
4 | "host": "128.199.102.116",
5 | "username": "root",
6 | "pem": "~/.ssh/id_rsa"
7 | }
8 | ],
9 |
10 | "setupMongo": true,
11 | "appName": "mobileweb",
12 | "app": "~/Data/mr_edu/demos/mobile-web",
13 |
14 | "env": {
15 | "PORT": 80,
16 | "ROOT_URL": "http://demo.plw.io"
17 | },
18 |
19 | "deployCheckWaitTime": 60,
20 | "enableUploadProgressBar": true
21 | }
22 |
--------------------------------------------------------------------------------
/mobile-web/client/configs/context.js:
--------------------------------------------------------------------------------
1 | import * as Collections from '/lib/collections';
2 | import {Meteor} from 'meteor/meteor';
3 | import {FlowRouter} from 'meteor/kadira:flow-router';
4 | import {ReactiveDict} from 'meteor/reactive-dict';
5 | import {Tracker} from 'meteor/tracker';
6 |
7 | export default function () {
8 | return {
9 | Meteor,
10 | FlowRouter,
11 | Collections,
12 | LocalState: new ReactiveDict(),
13 | Tracker
14 | };
15 | }
16 |
--------------------------------------------------------------------------------
/WhichCab/client/lib/semantic-ui/themes/default/modules/tab.variables.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Tab
7 | *******************************/
8 |
9 | /* Loading */
10 | @loadingMinHeight: 250px;
11 | @loadingContentPosition: relative;
12 | @loadingContentOffset: -10000px;
13 |
14 | @loaderDistanceFromTop: 100px;
15 | @loaderSize: 2.5em;
--------------------------------------------------------------------------------
/mobile-web/client/lib/semantic-ui/themes/default/modules/tab.variables.import.less:
--------------------------------------------------------------------------------
1 | /*
2 | DO NOT MODIFY - This file has been generated and will be regenerated
3 | Semantic UI v2.2.1
4 | */
5 | /*******************************
6 | Tab
7 | *******************************/
8 |
9 | /* Loading */
10 | @loadingMinHeight: 250px;
11 | @loadingContentPosition: relative;
12 | @loadingContentOffset: -10000px;
13 |
14 | @loaderDistanceFromTop: 100px;
15 | @loaderSize: 2.5em;
--------------------------------------------------------------------------------
/mobile-web/client/modules/admin/containers/notice.js:
--------------------------------------------------------------------------------
1 | import {useDeps, composeAll, composeWithTracker, compose} from 'mantra-core';
2 | import Notice from '../components/notice.jsx';
3 | import {composer} from '../../core/containers/notice';
4 |
5 | export const depsMapper = (context, actions) => ({
6 | save: actions.notice.save,
7 | context: () => context
8 | });
9 |
10 | export default composeAll(
11 | composeWithTracker(composer),
12 | useDeps(depsMapper)
13 | )(Notice);
14 |
--------------------------------------------------------------------------------
/mobile-web/client/modules/wechat/containers/notice.js:
--------------------------------------------------------------------------------
1 | import {useDeps, composeAll, composeWithTracker, compose} from 'mantra-core';
2 | import Notice from '../components/notice.jsx';
3 | import {composer} from '../../core/containers/notice';
4 |
5 | export const depsMapper = (context, actions) => ({
6 | save: actions.notice.save,
7 | context: () => context
8 | });
9 |
10 | export default composeAll(
11 | composeWithTracker(composer),
12 | useDeps(depsMapper)
13 | )(Notice);
14 |
--------------------------------------------------------------------------------