├── static
├── script
│ ├── cropper
│ │ └── src
│ │ │ ├── js
│ │ │ └── outro.js
│ │ │ ├── img
│ │ │ └── bg.png
│ │ │ └── scss
│ │ │ └── cropper.scss
│ ├── ion.rangeSlider
│ │ ├── .gitignore
│ │ ├── .npmignore
│ │ ├── img
│ │ │ ├── sprite-skin-flat.png
│ │ │ ├── sprite-skin-nice.png
│ │ │ ├── sprite-skin-modern.png
│ │ │ └── sprite-skin-simple.png
│ │ └── _tmp
│ │ │ └── logo-ion-range-slider.png
│ ├── jquery-knob
│ │ ├── .gitignore
│ │ ├── secretplan.jpg
│ │ └── bower.json
│ ├── parsleyjs
│ │ ├── CNAME
│ │ ├── bower_components
│ │ │ ├── jquery
│ │ │ │ └── src
│ │ │ │ │ ├── outro.js
│ │ │ │ │ ├── selector.js
│ │ │ │ │ ├── var
│ │ │ │ │ ├── arr.js
│ │ │ │ │ ├── rnotwhite.js
│ │ │ │ │ ├── strundefined.js
│ │ │ │ │ ├── concat.js
│ │ │ │ │ ├── push.js
│ │ │ │ │ ├── slice.js
│ │ │ │ │ ├── class2type.js
│ │ │ │ │ ├── indexOf.js
│ │ │ │ │ ├── pnum.js
│ │ │ │ │ ├── toString.js
│ │ │ │ │ ├── hasOwn.js
│ │ │ │ │ └── support.js
│ │ │ │ │ ├── ajax
│ │ │ │ │ ├── var
│ │ │ │ │ │ ├── rquery.js
│ │ │ │ │ │ └── nonce.js
│ │ │ │ │ └── parseJSON.js
│ │ │ │ │ ├── css
│ │ │ │ │ └── var
│ │ │ │ │ │ ├── rmargin.js
│ │ │ │ │ │ ├── cssExpand.js
│ │ │ │ │ │ └── rnumnonpx.js
│ │ │ │ │ ├── manipulation
│ │ │ │ │ ├── var
│ │ │ │ │ │ └── rcheckableType.js
│ │ │ │ │ └── _evalUrl.js
│ │ │ │ │ ├── data
│ │ │ │ │ └── var
│ │ │ │ │ │ ├── data_priv.js
│ │ │ │ │ │ └── data_user.js
│ │ │ │ │ ├── core
│ │ │ │ │ └── var
│ │ │ │ │ │ └── rsingleTag.js
│ │ │ │ │ ├── traversing
│ │ │ │ │ └── var
│ │ │ │ │ │ └── rneedsContext.js
│ │ │ │ │ ├── event
│ │ │ │ │ ├── support.js
│ │ │ │ │ └── ajax.js
│ │ │ │ │ ├── attributes.js
│ │ │ │ │ ├── deprecated.js
│ │ │ │ │ ├── effects
│ │ │ │ │ └── animatedSelector.js
│ │ │ │ │ └── selector-sizzle.js
│ │ │ ├── bootstrap
│ │ │ │ └── dist
│ │ │ │ │ └── fonts
│ │ │ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ │ │ └── glyphicons-halflings-regular.woff
│ │ │ ├── sinonjs
│ │ │ │ └── bower.json
│ │ │ ├── expect.js
│ │ │ │ └── Makefile
│ │ │ └── mocha
│ │ │ │ └── scripts
│ │ │ │ └── ensure-compatible-npm.sh
│ │ ├── dist
│ │ │ └── i18n
│ │ │ │ ├── zh_cn.extra.js
│ │ │ │ ├── id.extra.js
│ │ │ │ ├── it.extra.js
│ │ │ │ ├── sv.extra.js
│ │ │ │ ├── he.extra.js
│ │ │ │ ├── fi.extra.js
│ │ │ │ ├── fr.extra.js
│ │ │ │ ├── uk.extra.js
│ │ │ │ └── ru.extra.js
│ │ └── src
│ │ │ ├── i18n
│ │ │ ├── zh_cn.extra.js
│ │ │ ├── sv.extra.js
│ │ │ ├── id.extra.js
│ │ │ ├── it.extra.js
│ │ │ ├── he.extra.js
│ │ │ ├── fi.extra.js
│ │ │ ├── fr.extra.js
│ │ │ └── uk.extra.js
│ │ │ ├── parsley.js
│ │ │ ├── extra
│ │ │ └── validator
│ │ │ │ └── dateiso.js
│ │ │ └── header.js
│ ├── skycons
│ │ └── .gitignore
│ ├── jquery-sparkline
│ │ ├── version.txt
│ │ ├── src
│ │ │ └── footer.js
│ │ └── minheader.txt
│ ├── Chart.js
│ │ ├── .eslintignore
│ │ ├── config.jshintrc
│ │ ├── .gitignore
│ │ ├── src
│ │ │ └── charts
│ │ │ │ ├── Chart.Bar.js
│ │ │ │ ├── Chart.Bubble.js
│ │ │ │ ├── Chart.Line.js
│ │ │ │ ├── Chart.Doughnut.js
│ │ │ │ ├── Chart.PolarArea.js
│ │ │ │ └── Chart.Radar.js
│ │ ├── .editorconfig
│ │ ├── karma.conf.js
│ │ ├── .codeclimate.yml
│ │ ├── .github
│ │ │ ├── ISSUE_TEMPLATE.md
│ │ │ └── PULL_REQUEST_TEMPLATE.md
│ │ └── bower.json
│ ├── autosize
│ │ └── .gitignore
│ ├── select2
│ │ ├── docs
│ │ │ ├── .gitignore
│ │ │ ├── _sass
│ │ │ │ ├── _typography.scss
│ │ │ │ ├── vendor
│ │ │ │ │ ├── font-awesome
│ │ │ │ │ │ └── _fixed-width.scss
│ │ │ │ │ └── bootstrap
│ │ │ │ │ │ └── mixins
│ │ │ │ │ │ ├── _center-block.scss
│ │ │ │ │ │ ├── _opacity.scss
│ │ │ │ │ │ ├── _size.scss
│ │ │ │ │ │ ├── _text-overflow.scss
│ │ │ │ │ │ ├── _tab-focus.scss
│ │ │ │ │ │ ├── _labels.scss
│ │ │ │ │ │ ├── _resize.scss
│ │ │ │ │ │ ├── _progress-bar.scss
│ │ │ │ │ │ ├── _text-emphasis.scss
│ │ │ │ │ │ ├── _reset-filter.scss
│ │ │ │ │ │ ├── _nav-divider.scss
│ │ │ │ │ │ ├── _background-variant.scss
│ │ │ │ │ │ └── _alerts.scss
│ │ │ │ ├── _layout.scss
│ │ │ │ ├── _featurette.scss
│ │ │ │ └── _code.scss
│ │ │ ├── images
│ │ │ │ ├── logo.png
│ │ │ │ ├── favicon.ico
│ │ │ │ ├── favicon-16x16.png
│ │ │ │ ├── favicon-32x32.png
│ │ │ │ ├── mstile-150x150.png
│ │ │ │ ├── mstile-310x150.png
│ │ │ │ ├── mstile-70x70.png
│ │ │ │ ├── apple-touch-icon.png
│ │ │ │ ├── android-chrome-36x36.png
│ │ │ │ ├── android-chrome-48x48.png
│ │ │ │ ├── android-chrome-72x72.png
│ │ │ │ ├── apple-touch-icon-57x57.png
│ │ │ │ ├── apple-touch-icon-60x60.png
│ │ │ │ ├── apple-touch-icon-72x72.png
│ │ │ │ └── apple-touch-icon-precomposed.png
│ │ │ ├── vendor
│ │ │ │ ├── images
│ │ │ │ │ └── flags
│ │ │ │ │ │ ├── ak.png
│ │ │ │ │ │ ├── al.png
│ │ │ │ │ │ ├── ar.png
│ │ │ │ │ │ ├── az.png
│ │ │ │ │ │ ├── ca.png
│ │ │ │ │ │ ├── co.png
│ │ │ │ │ │ ├── ct.png
│ │ │ │ │ │ ├── de.png
│ │ │ │ │ │ ├── fl.png
│ │ │ │ │ │ ├── ga.png
│ │ │ │ │ │ ├── hi.png
│ │ │ │ │ │ ├── ia.png
│ │ │ │ │ │ ├── id.png
│ │ │ │ │ │ ├── il.png
│ │ │ │ │ │ ├── in.png
│ │ │ │ │ │ ├── ks.png
│ │ │ │ │ │ ├── ky.png
│ │ │ │ │ │ ├── la.png
│ │ │ │ │ │ ├── ma.png
│ │ │ │ │ │ ├── md.png
│ │ │ │ │ │ ├── me.png
│ │ │ │ │ │ ├── mi.png
│ │ │ │ │ │ ├── mn.png
│ │ │ │ │ │ ├── mo.png
│ │ │ │ │ │ ├── ms.png
│ │ │ │ │ │ ├── mt.png
│ │ │ │ │ │ ├── nc.png
│ │ │ │ │ │ ├── nd.png
│ │ │ │ │ │ ├── ne.png
│ │ │ │ │ │ ├── nh.png
│ │ │ │ │ │ ├── nj.png
│ │ │ │ │ │ ├── nm.png
│ │ │ │ │ │ ├── nv.png
│ │ │ │ │ │ ├── ny.png
│ │ │ │ │ │ ├── oh.png
│ │ │ │ │ │ ├── ok.png
│ │ │ │ │ │ ├── or.png
│ │ │ │ │ │ ├── pa.png
│ │ │ │ │ │ ├── ri.png
│ │ │ │ │ │ ├── sc.png
│ │ │ │ │ │ ├── sd.png
│ │ │ │ │ │ ├── tn.png
│ │ │ │ │ │ ├── tx.png
│ │ │ │ │ │ ├── ut.png
│ │ │ │ │ │ ├── va.png
│ │ │ │ │ │ ├── vt.png
│ │ │ │ │ │ ├── wa.png
│ │ │ │ │ │ ├── wi.png
│ │ │ │ │ │ ├── wv.png
│ │ │ │ │ │ └── wy.png
│ │ │ │ └── fonts
│ │ │ │ │ ├── FontAwesome.otf
│ │ │ │ │ ├── fontawesome-webfont.eot
│ │ │ │ │ ├── fontawesome-webfont.ttf
│ │ │ │ │ ├── fontawesome-webfont.woff
│ │ │ │ │ └── fontawesome-webfont.woff2
│ │ │ └── _includes
│ │ │ │ ├── options
│ │ │ │ ├── events.html
│ │ │ │ ├── data.html
│ │ │ │ ├── core.html
│ │ │ │ ├── dropdown.html
│ │ │ │ ├── not-written.html
│ │ │ │ ├── events
│ │ │ │ │ └── internal.html
│ │ │ │ ├── compatibility.html
│ │ │ │ └── selections.html
│ │ │ │ └── notice-previous.html
│ │ ├── .gitignore
│ │ ├── .editorconfig
│ │ ├── .jshintignore
│ │ ├── src
│ │ │ └── js
│ │ │ │ ├── jquery.mousewheel.shim.js
│ │ │ │ ├── banner.end.js
│ │ │ │ └── banner.start.js
│ │ └── PULL_REQUEST_TEMPLATE.md
│ ├── jquery
│ │ ├── src
│ │ │ ├── outro.js
│ │ │ ├── var
│ │ │ │ ├── arr.js
│ │ │ │ ├── document.js
│ │ │ │ ├── rnotwhite.js
│ │ │ │ ├── concat.js
│ │ │ │ ├── push.js
│ │ │ │ ├── slice.js
│ │ │ │ ├── indexOf.js
│ │ │ │ ├── class2type.js
│ │ │ │ ├── pnum.js
│ │ │ │ ├── toString.js
│ │ │ │ ├── hasOwn.js
│ │ │ │ ├── documentElement.js
│ │ │ │ ├── support.js
│ │ │ │ └── rcssNum.js
│ │ │ ├── selector.js
│ │ │ ├── ajax
│ │ │ │ ├── var
│ │ │ │ │ ├── rquery.js
│ │ │ │ │ ├── location.js
│ │ │ │ │ └── nonce.js
│ │ │ │ └── parseJSON.js
│ │ │ ├── css
│ │ │ │ └── var
│ │ │ │ │ ├── rmargin.js
│ │ │ │ │ ├── cssExpand.js
│ │ │ │ │ └── rnumnonpx.js
│ │ │ ├── manipulation
│ │ │ │ └── var
│ │ │ │ │ ├── rtagName.js
│ │ │ │ │ ├── rcheckableType.js
│ │ │ │ │ └── rscriptType.js
│ │ │ ├── data
│ │ │ │ └── var
│ │ │ │ │ ├── dataPriv.js
│ │ │ │ │ └── dataUser.js
│ │ │ ├── core
│ │ │ │ └── var
│ │ │ │ │ └── rsingleTag.js
│ │ │ ├── traversing
│ │ │ │ └── var
│ │ │ │ │ ├── rneedsContext.js
│ │ │ │ │ └── siblings.js
│ │ │ ├── event
│ │ │ │ └── support.js
│ │ │ ├── attributes.js
│ │ │ └── effects
│ │ │ │ └── animatedSelector.js
│ │ └── bower.json
│ ├── bootstrap-daterangepicker
│ │ ├── example
│ │ │ └── browserify
│ │ │ │ ├── bundle.js
│ │ │ │ └── README.md
│ │ └── drp.png
│ ├── normalize-css
│ │ ├── .gitignore
│ │ ├── .travis.yml
│ │ └── .editorconfig
│ ├── Flot
│ │ ├── .travis.yml
│ │ ├── .gitignore
│ │ ├── examples
│ │ │ ├── background.png
│ │ │ ├── ajax
│ │ │ │ ├── data-eu-gdp-growth-1.json
│ │ │ │ ├── data-eu-gdp-growth-2.json
│ │ │ │ ├── data-eu-gdp-growth-3.json
│ │ │ │ ├── data-eu-gdp-growth-4.json
│ │ │ │ ├── data-usa-gdp-growth.json
│ │ │ │ ├── data-japan-gdp-growth.json
│ │ │ │ ├── data-eu-gdp-growth-5.json
│ │ │ │ └── data-eu-gdp-growth.json
│ │ │ ├── navigate
│ │ │ │ ├── arrow-up.gif
│ │ │ │ ├── arrow-down.gif
│ │ │ │ ├── arrow-left.gif
│ │ │ │ └── arrow-right.gif
│ │ │ ├── axes-time-zones
│ │ │ │ └── tz
│ │ │ │ │ └── southamerica
│ │ │ └── image
│ │ │ │ └── hs-2004-27-a-large-web.jpg
│ │ ├── component.json
│ │ ├── package.json
│ │ └── Makefile
│ ├── raphael
│ │ └── dev
│ │ │ └── test
│ │ │ └── vml
│ │ │ └── dom.js
│ ├── echarts
│ │ ├── extension
│ │ │ ├── echarts.js
│ │ │ └── dataTool
│ │ │ │ └── index.js
│ │ ├── src
│ │ │ ├── chart
│ │ │ │ ├── graph
│ │ │ │ │ ├── backwardCompat.js
│ │ │ │ │ └── circularLayout.js
│ │ │ │ ├── gauge.js
│ │ │ │ ├── heatmap.js
│ │ │ │ ├── sankey.js
│ │ │ │ ├── parallel.js
│ │ │ │ ├── boxplot.js
│ │ │ │ └── treemap.js
│ │ │ ├── component
│ │ │ │ ├── radiusAxis.js
│ │ │ │ ├── angleAxis.js
│ │ │ │ ├── axis.js
│ │ │ │ ├── dataZoom
│ │ │ │ │ ├── SelectZoomView.js
│ │ │ │ │ ├── typeDefaulter.js
│ │ │ │ │ ├── SelectZoomModel.js
│ │ │ │ │ └── InsideZoomModel.js
│ │ │ │ ├── radar.js
│ │ │ │ ├── visualMap.js
│ │ │ │ ├── singleAxis.js
│ │ │ │ ├── parallelAxis.js
│ │ │ │ ├── timeline
│ │ │ │ │ ├── typeDefaulter.js
│ │ │ │ │ └── TimelineView.js
│ │ │ │ ├── single.js
│ │ │ │ ├── polar.js
│ │ │ │ ├── markLine.js
│ │ │ │ ├── toolbox
│ │ │ │ │ └── featureManager.js
│ │ │ │ ├── markPoint.js
│ │ │ │ ├── legend.js
│ │ │ │ └── toolbox.js
│ │ │ └── model
│ │ │ │ └── mixin
│ │ │ │ └── areaStyle.js
│ │ ├── asset
│ │ │ └── logo.png
│ │ ├── .npmignore
│ │ ├── test
│ │ │ ├── ut
│ │ │ │ ├── lib
│ │ │ │ │ └── jasmine-2.3.4
│ │ │ │ │ │ └── jasmine_favicon.png
│ │ │ │ ├── spec
│ │ │ │ │ └── ui
│ │ │ │ │ │ └── config.js
│ │ │ │ └── configure
│ │ │ └── reset.css
│ │ ├── index.simple.js
│ │ ├── build
│ │ │ └── build.sh
│ │ └── .bower.json
│ ├── jqvmap
│ │ ├── grunt
│ │ │ ├── qunit.js
│ │ │ ├── clean.js
│ │ │ ├── index.js
│ │ │ └── shell.js
│ │ ├── src
│ │ │ ├── JQVMap
│ │ │ │ ├── getPinId.js
│ │ │ │ ├── isSelected.js
│ │ │ │ ├── getCountryId.js
│ │ │ │ ├── removePins.js
│ │ │ │ ├── setScale.js
│ │ │ │ ├── getPin.js
│ │ │ │ ├── removePin.js
│ │ │ │ ├── setBackgroundColor.js
│ │ │ │ ├── setScaleColors.js
│ │ │ │ ├── setNormalizeFunction.js
│ │ │ │ ├── selectIndex.js
│ │ │ │ ├── unhighlight.js
│ │ │ │ ├── bindZoomButtons.js
│ │ │ │ ├── reset.js
│ │ │ │ └── getPins.js
│ │ │ └── ColorScale
│ │ │ │ ├── rgbToArray.js
│ │ │ │ ├── setColors.js
│ │ │ │ ├── vectorMult.js
│ │ │ │ ├── vectorAdd.js
│ │ │ │ ├── vectorLength.js
│ │ │ │ ├── vectorSubtract.js
│ │ │ │ ├── setMax.js
│ │ │ │ ├── vectorToNum.js
│ │ │ │ ├── arrayToRgb.js
│ │ │ │ └── setMin.js
│ │ ├── examples
│ │ │ └── images
│ │ │ │ ├── tip.png
│ │ │ │ ├── flag.png
│ │ │ │ ├── globe.png
│ │ │ │ ├── thumb.jpg
│ │ │ │ ├── background.png
│ │ │ │ └── marker
│ │ │ │ ├── blue.png
│ │ │ │ ├── grey.png
│ │ │ │ ├── red.png
│ │ │ │ ├── black.png
│ │ │ │ ├── green.png
│ │ │ │ ├── orange.png
│ │ │ │ ├── purple.png
│ │ │ │ ├── white.png
│ │ │ │ └── yellow.png
│ │ └── create
│ │ │ └── config
│ │ │ ├── syria.json
│ │ │ └── new-york.json
│ ├── jquery.easy-pie-chart
│ │ ├── .gitignore
│ │ ├── docs
│ │ │ ├── test.md
│ │ │ ├── credits.md
│ │ │ └── browser-support.md
│ │ ├── .travis.yml
│ │ └── src
│ │ │ └── jquery.plugin.js
│ ├── pnotify
│ │ ├── dist
│ │ │ ├── pnotify.buttons.css
│ │ │ ├── pnotify.nonblock.css
│ │ │ └── pnotify.tooltip.js
│ │ └── .gitignore
│ ├── morris.js
│ │ ├── examples
│ │ │ └── lib
│ │ │ │ ├── example.js
│ │ │ │ └── example.css
│ │ ├── .gitignore
│ │ └── spec
│ │ │ ├── viz
│ │ │ └── exemplary
│ │ │ │ ├── area0.png
│ │ │ │ ├── bar0.png
│ │ │ │ ├── line0.png
│ │ │ │ └── stacked_bar0.png
│ │ │ └── support
│ │ │ └── placeholder.coffee
│ ├── gauge.js
│ │ ├── favicon.ico
│ │ ├── assets
│ │ │ ├── bg.png
│ │ │ ├── hs.png
│ │ │ ├── hv.png
│ │ │ ├── arrow.gif
│ │ │ ├── cross.gif
│ │ │ ├── browsers.png
│ │ │ ├── github.gif
│ │ │ ├── preview.jpg
│ │ │ ├── ribbon.png
│ │ │ ├── strike.png
│ │ │ └── crosshair.gif
│ │ └── bower.json
│ ├── requirejs
│ │ ├── README.md
│ │ └── bower.json
│ ├── moment
│ │ ├── src
│ │ │ └── lib
│ │ │ │ ├── locale
│ │ │ │ ├── pre-post-format.js
│ │ │ │ ├── constructor.js
│ │ │ │ ├── invalid.js
│ │ │ │ └── ordinal.js
│ │ │ │ ├── moment
│ │ │ │ ├── now.js
│ │ │ │ ├── clone.js
│ │ │ │ └── creation-data.js
│ │ │ │ ├── utils
│ │ │ │ ├── is-undefined.js
│ │ │ │ ├── has-own-prop.js
│ │ │ │ ├── is-object.js
│ │ │ │ ├── is-array.js
│ │ │ │ ├── is-date.js
│ │ │ │ ├── is-function.js
│ │ │ │ ├── map.js
│ │ │ │ ├── abs-ceil.js
│ │ │ │ ├── abs-floor.js
│ │ │ │ ├── abs-round.js
│ │ │ │ ├── defaults.js
│ │ │ │ ├── to-int.js
│ │ │ │ ├── zero-fill.js
│ │ │ │ └── hooks.js
│ │ │ │ ├── create
│ │ │ │ ├── local.js
│ │ │ │ └── utc.js
│ │ │ │ ├── units
│ │ │ │ └── constants.js
│ │ │ │ └── duration
│ │ │ │ └── duration.js
│ │ └── templates
│ │ │ ├── globals.js
│ │ │ ├── amd.js
│ │ │ ├── amd-named.js
│ │ │ ├── default.js
│ │ │ ├── locale-header.js
│ │ │ └── test-header.js
│ ├── iCheck
│ │ └── skins
│ │ │ ├── flat
│ │ │ ├── red.png
│ │ │ ├── aero.png
│ │ │ ├── blue.png
│ │ │ ├── flat.png
│ │ │ ├── green.png
│ │ │ ├── grey.png
│ │ │ ├── orange.png
│ │ │ ├── pink.png
│ │ │ ├── purple.png
│ │ │ ├── red@2x.png
│ │ │ ├── yellow.png
│ │ │ ├── aero@2x.png
│ │ │ ├── blue@2x.png
│ │ │ ├── flat@2x.png
│ │ │ ├── green@2x.png
│ │ │ ├── grey@2x.png
│ │ │ ├── pink@2x.png
│ │ │ ├── orange@2x.png
│ │ │ ├── purple@2x.png
│ │ │ └── yellow@2x.png
│ │ │ ├── line
│ │ │ ├── line.png
│ │ │ └── line@2x.png
│ │ │ ├── minimal
│ │ │ ├── red.png
│ │ │ ├── aero.png
│ │ │ ├── blue.png
│ │ │ ├── green.png
│ │ │ ├── grey.png
│ │ │ ├── pink.png
│ │ │ ├── aero@2x.png
│ │ │ ├── blue@2x.png
│ │ │ ├── green@2x.png
│ │ │ ├── grey@2x.png
│ │ │ ├── minimal.png
│ │ │ ├── orange.png
│ │ │ ├── pink@2x.png
│ │ │ ├── purple.png
│ │ │ ├── red@2x.png
│ │ │ ├── yellow.png
│ │ │ ├── minimal@2x.png
│ │ │ ├── orange@2x.png
│ │ │ ├── purple@2x.png
│ │ │ └── yellow@2x.png
│ │ │ ├── square
│ │ │ ├── aero.png
│ │ │ ├── blue.png
│ │ │ ├── grey.png
│ │ │ ├── pink.png
│ │ │ ├── red.png
│ │ │ ├── green.png
│ │ │ ├── orange.png
│ │ │ ├── purple.png
│ │ │ ├── red@2x.png
│ │ │ ├── square.png
│ │ │ ├── yellow.png
│ │ │ ├── aero@2x.png
│ │ │ ├── blue@2x.png
│ │ │ ├── green@2x.png
│ │ │ ├── grey@2x.png
│ │ │ ├── orange@2x.png
│ │ │ ├── pink@2x.png
│ │ │ ├── purple@2x.png
│ │ │ ├── square@2x.png
│ │ │ └── yellow@2x.png
│ │ │ ├── polaris
│ │ │ ├── polaris.png
│ │ │ └── polaris@2x.png
│ │ │ └── futurico
│ │ │ ├── futurico.png
│ │ │ └── futurico@2x.png
│ ├── eve
│ │ ├── README.md
│ │ ├── component.json
│ │ └── .bower.json
│ ├── nprogress
│ │ └── support
│ │ │ └── extras.css
│ ├── fontawesome
│ │ ├── fonts
│ │ │ ├── FontAwesome.otf
│ │ │ ├── fontawesome-webfont.eot
│ │ │ ├── fontawesome-webfont.ttf
│ │ │ ├── fontawesome-webfont.woff
│ │ │ └── fontawesome-webfont.woff2
│ │ ├── less
│ │ │ └── fixed-width.less
│ │ ├── scss
│ │ │ └── _fixed-width.scss
│ │ └── HELP-US-OUT.txt
│ ├── font-awesome
│ │ ├── fonts
│ │ │ ├── FontAwesome.otf
│ │ │ ├── fontawesome-webfont.eot
│ │ │ ├── fontawesome-webfont.ttf
│ │ │ ├── fontawesome-webfont.woff
│ │ │ └── fontawesome-webfont.woff2
│ │ ├── less
│ │ │ ├── screen-reader.less
│ │ │ └── fixed-width.less
│ │ ├── scss
│ │ │ ├── _fixed-width.scss
│ │ │ └── _screen-reader.scss
│ │ └── HELP-US-OUT.txt
│ ├── jQuery-Smart-Wizard
│ │ └── images
│ │ │ └── loader.gif
│ ├── bootstrap
│ │ ├── fonts
│ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ ├── glyphicons-halflings-regular.woff
│ │ │ └── glyphicons-halflings-regular.woff2
│ │ ├── grunt
│ │ │ └── .jshintrc
│ │ ├── dist
│ │ │ └── fonts
│ │ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ │ ├── glyphicons-halflings-regular.woff
│ │ │ │ └── glyphicons-halflings-regular.woff2
│ │ ├── less
│ │ │ └── mixins
│ │ │ │ ├── center-block.less
│ │ │ │ ├── size.less
│ │ │ │ ├── opacity.less
│ │ │ │ ├── text-emphasis.less
│ │ │ │ ├── text-overflow.less
│ │ │ │ ├── background-variant.less
│ │ │ │ ├── tab-focus.less
│ │ │ │ ├── resize.less
│ │ │ │ ├── labels.less
│ │ │ │ ├── progress-bar.less
│ │ │ │ ├── reset-filter.less
│ │ │ │ ├── nav-divider.less
│ │ │ │ └── alerts.less
│ │ └── js
│ │ │ └── .jshintrc
│ ├── malihu-custom-scrollbar-plugin
│ │ └── mCSB_buttons.png
│ ├── mjolnic-bootstrap-colorpicker
│ │ ├── dist
│ │ │ └── img
│ │ │ │ └── bootstrap-colorpicker
│ │ │ │ ├── hue.png
│ │ │ │ ├── alpha.png
│ │ │ │ ├── saturation.png
│ │ │ │ ├── hue-horizontal.png
│ │ │ │ └── alpha-horizontal.png
│ │ └── docs
│ │ │ └── includes
│ │ │ └── examples
│ │ │ ├── 01_basic.hbs
│ │ │ ├── 05_transparent.hbs
│ │ │ ├── 06_horizontal.hbs
│ │ │ ├── 04_events.hbs
│ │ │ ├── 02_component.hbs
│ │ │ └── 07_inline.hbs
│ ├── jquery.tagsinput
│ │ ├── grunt-tasks
│ │ │ ├── assets_production.js
│ │ │ └── options
│ │ │ │ ├── uglify.js
│ │ │ │ └── cssmin.js
│ │ └── bower.json
│ ├── jszip
│ │ ├── lib
│ │ │ ├── nodeBuffer.js
│ │ │ ├── signature.js
│ │ │ ├── defaults.js
│ │ │ └── compressions.js
│ │ └── component.json
│ ├── starrr
│ │ ├── dist
│ │ │ └── starrr.css
│ │ ├── src
│ │ │ └── starrr.scss
│ │ ├── package.json
│ │ └── bower.json
│ ├── switchery
│ │ └── meteor
│ │ │ ├── export.js
│ │ │ └── tests.js
│ ├── animate.css
│ │ └── bower.json
│ ├── fastclick
│ │ └── bower.json
│ ├── flot.curvedlines
│ │ └── bower.json
│ ├── google-code-prettify
│ │ └── bower.json
│ ├── fullcalendar
│ │ └── README.md
│ ├── jquery-mousewheel
│ │ └── bower.json
│ ├── datatables.net-fixedheader-bs
│ │ └── css
│ │ │ └── fixedHeader.bootstrap.min.css
│ ├── mocha
│ │ └── bower.json
│ └── dropzone
│ │ └── dist
│ │ └── readme.md
└── fonts
│ ├── fonts
│ ├── FontAwesome.otf
│ ├── fontawesome-webfont.eot
│ ├── fontawesome-webfont.ttf
│ └── fontawesome-webfont.woff
│ ├── glyphicons-halflings-regular.eot
│ ├── glyphicons-halflings-regular.ttf
│ ├── glyphicons-halflings-regular.woff
│ ├── glyphicons-halflings-regular.woff2
│ ├── less
│ ├── fixed-width.less
│ └── bordered-pulled.less
│ └── scss
│ ├── _fixed-width.scss
│ └── _bordered-pulled.scss
├── system
├── fonts
│ ├── texb.ttf
│ └── index.html
├── .htaccess
├── index.html
├── core
│ ├── index.html
│ └── compat
│ │ └── index.html
├── database
│ ├── index.html
│ └── drivers
│ │ ├── index.html
│ │ ├── cubrid
│ │ └── index.html
│ │ ├── ibase
│ │ └── index.html
│ │ ├── mssql
│ │ └── index.html
│ │ ├── mysql
│ │ └── index.html
│ │ ├── mysqli
│ │ └── index.html
│ │ ├── oci8
│ │ └── index.html
│ │ ├── odbc
│ │ └── index.html
│ │ ├── pdo
│ │ ├── index.html
│ │ └── subdrivers
│ │ │ └── index.html
│ │ ├── sqlite
│ │ └── index.html
│ │ ├── sqlsrv
│ │ └── index.html
│ │ ├── postgre
│ │ └── index.html
│ │ └── sqlite3
│ │ └── index.html
├── helpers
│ └── index.html
├── language
│ ├── index.html
│ └── english
│ │ └── index.html
└── libraries
│ ├── index.html
│ ├── Cache
│ ├── index.html
│ └── drivers
│ │ └── index.html
│ ├── Session
│ ├── index.html
│ └── drivers
│ │ └── index.html
│ └── Javascript
│ └── index.html
├── user_guide
├── objects.inv
├── _static
│ ├── down.png
│ ├── file.png
│ ├── plus.png
│ ├── up.png
│ ├── minus.png
│ ├── ci-icon.ico
│ ├── comment.png
│ ├── ajax-loader.gif
│ ├── up-pressed.png
│ ├── comment-bright.png
│ ├── comment-close.png
│ ├── down-pressed.png
│ ├── images
│ │ └── ci-icon.ico
│ └── fonts
│ │ ├── FontAwesome.otf
│ │ ├── fontawesome-webfont.eot
│ │ ├── fontawesome-webfont.ttf
│ │ └── fontawesome-webfont.woff
├── _images
│ ├── smile.gif
│ └── appflowchart.gif
├── _downloads
│ └── ELDocs.tmbundle.zip
└── .buildinfo
└── application
├── .htaccess
├── cache
├── .htaccess
└── index.html
├── views
├── errors
│ ├── cli
│ │ ├── error_404.php
│ │ ├── error_general.php
│ │ ├── error_db.php
│ │ └── index.html
│ ├── index.html
│ └── html
│ │ └── index.html
└── index.html
├── index.html
├── config
└── index.html
├── core
└── index.html
├── helpers
└── index.html
├── hooks
└── index.html
├── language
├── index.html
└── english
│ └── index.html
├── logs
└── index.html
├── models
├── index.html
├── Store.php
└── Member_store.php
├── controllers
└── index.html
├── libraries
└── index.html
└── third_party
└── index.html
/static/script/cropper/src/js/outro.js:
--------------------------------------------------------------------------------
1 | });
2 |
--------------------------------------------------------------------------------
/static/script/ion.rangeSlider/.gitignore:
--------------------------------------------------------------------------------
1 | .idea
--------------------------------------------------------------------------------
/static/script/jquery-knob/.gitignore:
--------------------------------------------------------------------------------
1 | nbproject/
--------------------------------------------------------------------------------
/static/script/parsleyjs/CNAME:
--------------------------------------------------------------------------------
1 | parsleyjs.org
2 |
--------------------------------------------------------------------------------
/static/script/skycons/.gitignore:
--------------------------------------------------------------------------------
1 | .DS_Store
2 |
--------------------------------------------------------------------------------
/static/script/jquery-sparkline/version.txt:
--------------------------------------------------------------------------------
1 | 2.1.3
2 |
--------------------------------------------------------------------------------
/static/script/Chart.js/.eslintignore:
--------------------------------------------------------------------------------
1 | **/*{.,-}min.js
2 |
--------------------------------------------------------------------------------
/static/script/autosize/.gitignore:
--------------------------------------------------------------------------------
1 | node_modules/*
2 | test/*
--------------------------------------------------------------------------------
/static/script/select2/docs/.gitignore:
--------------------------------------------------------------------------------
1 | _site
2 | dist
3 |
--------------------------------------------------------------------------------
/static/script/jquery/src/outro.js:
--------------------------------------------------------------------------------
1 | return jQuery;
2 | }));
3 |
--------------------------------------------------------------------------------
/static/script/bootstrap-daterangepicker/example/browserify/bundle.js:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/static/script/jquery-sparkline/src/footer.js:
--------------------------------------------------------------------------------
1 | }))}(document, Math));
2 |
--------------------------------------------------------------------------------
/static/script/normalize-css/.gitignore:
--------------------------------------------------------------------------------
1 | node_modules
2 | npm-debug.log
3 |
--------------------------------------------------------------------------------
/static/script/parsleyjs/bower_components/jquery/src/outro.js:
--------------------------------------------------------------------------------
1 | }));
2 |
--------------------------------------------------------------------------------
/static/script/Flot/.travis.yml:
--------------------------------------------------------------------------------
1 | language: node_js
2 | node_js:
3 | - 0.8
4 |
--------------------------------------------------------------------------------
/static/script/Flot/.gitignore:
--------------------------------------------------------------------------------
1 | *.min.js
2 | !excanvas.min.js
3 | node_modules/
4 |
--------------------------------------------------------------------------------
/static/script/jquery/src/var/arr.js:
--------------------------------------------------------------------------------
1 | define( function() {
2 | return [];
3 | } );
4 |
--------------------------------------------------------------------------------
/static/script/jquery/src/selector.js:
--------------------------------------------------------------------------------
1 | define( [ "./selector-sizzle" ], function() {} );
2 |
--------------------------------------------------------------------------------
/static/script/normalize-css/.travis.yml:
--------------------------------------------------------------------------------
1 | language: node_js
2 | node_js:
3 | - stable
4 |
--------------------------------------------------------------------------------
/static/script/raphael/dev/test/vml/dom.js:
--------------------------------------------------------------------------------
1 | (function() {
2 |
3 | module('DOM');
4 |
5 | })();
--------------------------------------------------------------------------------
/static/script/select2/.gitignore:
--------------------------------------------------------------------------------
1 | node_modules
2 | dist/js/i18n/build.txt
3 | .sass-cache
4 |
--------------------------------------------------------------------------------
/static/script/echarts/extension/echarts.js:
--------------------------------------------------------------------------------
1 | define('echarts', [], function () {return echarts;});
--------------------------------------------------------------------------------
/static/script/echarts/src/chart/graph/backwardCompat.js:
--------------------------------------------------------------------------------
1 | define(function (require) {
2 |
3 | });
--------------------------------------------------------------------------------
/static/script/jqvmap/grunt/qunit.js:
--------------------------------------------------------------------------------
1 | module.exports = {
2 | dist: ['tests/*.html']
3 | };
4 |
--------------------------------------------------------------------------------
/static/script/Chart.js/config.jshintrc:
--------------------------------------------------------------------------------
1 | {
2 | "node": true,
3 | "predef": [ "require", "module" ]
4 | }
--------------------------------------------------------------------------------
/static/script/jquery/src/ajax/var/rquery.js:
--------------------------------------------------------------------------------
1 | define( function() {
2 | return ( /\?/ );
3 | } );
4 |
--------------------------------------------------------------------------------
/static/script/jquery/src/var/document.js:
--------------------------------------------------------------------------------
1 | define( function() {
2 | return window.document;
3 | } );
4 |
--------------------------------------------------------------------------------
/static/script/jquery/src/var/rnotwhite.js:
--------------------------------------------------------------------------------
1 | define( function() {
2 | return ( /\S+/g );
3 | } );
4 |
--------------------------------------------------------------------------------
/static/script/jqvmap/grunt/clean.js:
--------------------------------------------------------------------------------
1 | module.exports = {
2 | dist: [
3 | "dist/*.js"
4 | ]
5 | };
6 |
--------------------------------------------------------------------------------
/static/script/parsleyjs/bower_components/jquery/src/selector.js:
--------------------------------------------------------------------------------
1 | define([ "./selector-sizzle" ]);
2 |
--------------------------------------------------------------------------------
/system/fonts/texb.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/system/fonts/texb.ttf
--------------------------------------------------------------------------------
/user_guide/objects.inv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/user_guide/objects.inv
--------------------------------------------------------------------------------
/static/script/jquery/src/ajax/var/location.js:
--------------------------------------------------------------------------------
1 | define( function() {
2 | return window.location;
3 | } );
4 |
--------------------------------------------------------------------------------
/static/script/jquery/src/css/var/rmargin.js:
--------------------------------------------------------------------------------
1 | define( function() {
2 | return ( /^margin/ );
3 | } );
4 |
--------------------------------------------------------------------------------
/static/script/parsleyjs/bower_components/jquery/src/var/arr.js:
--------------------------------------------------------------------------------
1 | define(function() {
2 | return [];
3 | });
4 |
--------------------------------------------------------------------------------
/user_guide/_static/down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/user_guide/_static/down.png
--------------------------------------------------------------------------------
/user_guide/_static/file.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/user_guide/_static/file.png
--------------------------------------------------------------------------------
/user_guide/_static/plus.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/user_guide/_static/plus.png
--------------------------------------------------------------------------------
/user_guide/_static/up.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/user_guide/_static/up.png
--------------------------------------------------------------------------------
/static/script/ion.rangeSlider/.npmignore:
--------------------------------------------------------------------------------
1 | .idea
2 | PSD
3 | bower.json
4 | ion-rangeSlider.jquery.json
5 | readme.ru.md
--------------------------------------------------------------------------------
/static/script/jquery.easy-pie-chart/.gitignore:
--------------------------------------------------------------------------------
1 | node_modules
2 | bower_components
3 | .grunt
4 | _SpecRunner.html
5 |
--------------------------------------------------------------------------------
/static/script/jquery.easy-pie-chart/docs/test.md:
--------------------------------------------------------------------------------
1 | To run the test just use the karma adapter of grunt: `grunt test`
2 |
--------------------------------------------------------------------------------
/static/script/jquery/src/manipulation/var/rtagName.js:
--------------------------------------------------------------------------------
1 | define( function() {
2 | return ( /<([\w:-]+)/ );
3 | } );
4 |
--------------------------------------------------------------------------------
/static/script/pnotify/dist/pnotify.buttons.css:
--------------------------------------------------------------------------------
1 | .ui-pnotify-closer,.ui-pnotify-sticker{float:right;margin-left:.2em}
--------------------------------------------------------------------------------
/user_guide/_images/smile.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/user_guide/_images/smile.gif
--------------------------------------------------------------------------------
/user_guide/_static/minus.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/user_guide/_static/minus.png
--------------------------------------------------------------------------------
/static/script/jquery/src/var/concat.js:
--------------------------------------------------------------------------------
1 | define( [
2 | "./arr"
3 | ], function( arr ) {
4 | return arr.concat;
5 | } );
6 |
--------------------------------------------------------------------------------
/static/script/jquery/src/var/push.js:
--------------------------------------------------------------------------------
1 | define( [
2 | "./arr"
3 | ], function( arr ) {
4 | return arr.push;
5 | } );
6 |
--------------------------------------------------------------------------------
/static/script/jquery/src/var/slice.js:
--------------------------------------------------------------------------------
1 | define( [
2 | "./arr"
3 | ], function( arr ) {
4 | return arr.slice;
5 | } );
6 |
--------------------------------------------------------------------------------
/static/script/morris.js/examples/lib/example.js:
--------------------------------------------------------------------------------
1 | $(function () {
2 | eval($('#code').text());
3 | prettyPrint();
4 | });
--------------------------------------------------------------------------------
/static/script/parsleyjs/bower_components/jquery/src/ajax/var/rquery.js:
--------------------------------------------------------------------------------
1 | define(function() {
2 | return (/\?/);
3 | });
4 |
--------------------------------------------------------------------------------
/static/script/parsleyjs/bower_components/jquery/src/var/rnotwhite.js:
--------------------------------------------------------------------------------
1 | define(function() {
2 | return (/\S+/g);
3 | });
4 |
--------------------------------------------------------------------------------
/user_guide/_static/ci-icon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/user_guide/_static/ci-icon.ico
--------------------------------------------------------------------------------
/user_guide/_static/comment.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/user_guide/_static/comment.png
--------------------------------------------------------------------------------
/static/fonts/fonts/FontAwesome.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/fonts/fonts/FontAwesome.otf
--------------------------------------------------------------------------------
/static/script/gauge.js/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/gauge.js/favicon.ico
--------------------------------------------------------------------------------
/static/script/jquery/src/var/indexOf.js:
--------------------------------------------------------------------------------
1 | define( [
2 | "./arr"
3 | ], function( arr ) {
4 | return arr.indexOf;
5 | } );
6 |
--------------------------------------------------------------------------------
/static/script/parsleyjs/bower_components/jquery/src/css/var/rmargin.js:
--------------------------------------------------------------------------------
1 | define(function() {
2 | return (/^margin/);
3 | });
4 |
--------------------------------------------------------------------------------
/static/script/requirejs/README.md:
--------------------------------------------------------------------------------
1 | # requirejs-bower
2 |
3 | Bower packaging for [RequireJS](http://requirejs.org).
4 |
5 |
--------------------------------------------------------------------------------
/static/script/select2/.editorconfig:
--------------------------------------------------------------------------------
1 | [*]
2 | indent_style = space
3 | end_of_line = lf
4 |
5 | [*.js]
6 | indent_size = 2
7 |
--------------------------------------------------------------------------------
/static/script/select2/.jshintignore:
--------------------------------------------------------------------------------
1 | src/js/banner.*.js
2 | src/js/wrapper.*.js
3 | tests/vendor/*.js
4 | tests/helpers.js
5 |
--------------------------------------------------------------------------------
/user_guide/_static/ajax-loader.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/user_guide/_static/ajax-loader.gif
--------------------------------------------------------------------------------
/user_guide/_static/up-pressed.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/user_guide/_static/up-pressed.png
--------------------------------------------------------------------------------
/static/script/cropper/src/img/bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/cropper/src/img/bg.png
--------------------------------------------------------------------------------
/static/script/echarts/asset/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/echarts/asset/logo.png
--------------------------------------------------------------------------------
/static/script/gauge.js/assets/bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/gauge.js/assets/bg.png
--------------------------------------------------------------------------------
/static/script/gauge.js/assets/hs.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/gauge.js/assets/hs.png
--------------------------------------------------------------------------------
/static/script/gauge.js/assets/hv.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/gauge.js/assets/hv.png
--------------------------------------------------------------------------------
/static/script/jquery/src/css/var/cssExpand.js:
--------------------------------------------------------------------------------
1 | define( function() {
2 | return [ "Top", "Right", "Bottom", "Left" ];
3 | } );
4 |
--------------------------------------------------------------------------------
/static/script/jquery/src/data/var/dataPriv.js:
--------------------------------------------------------------------------------
1 | define( [
2 | "../Data"
3 | ], function( Data ) {
4 | return new Data();
5 | } );
6 |
--------------------------------------------------------------------------------
/static/script/jquery/src/data/var/dataUser.js:
--------------------------------------------------------------------------------
1 | define( [
2 | "../Data"
3 | ], function( Data ) {
4 | return new Data();
5 | } );
6 |
--------------------------------------------------------------------------------
/static/script/jquery/src/var/class2type.js:
--------------------------------------------------------------------------------
1 | define( function() {
2 |
3 | // [[Class]] -> type pairs
4 | return {};
5 | } );
6 |
--------------------------------------------------------------------------------
/static/script/jquery/src/var/pnum.js:
--------------------------------------------------------------------------------
1 | define( function() {
2 | return ( /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/ ).source;
3 | } );
4 |
--------------------------------------------------------------------------------
/static/script/moment/src/lib/locale/pre-post-format.js:
--------------------------------------------------------------------------------
1 | export function preParsePostFormat (string) {
2 | return string;
3 | }
4 |
--------------------------------------------------------------------------------
/static/script/parsleyjs/bower_components/jquery/src/var/strundefined.js:
--------------------------------------------------------------------------------
1 | define(function() {
2 | return typeof undefined;
3 | });
4 |
--------------------------------------------------------------------------------
/user_guide/_images/appflowchart.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/user_guide/_images/appflowchart.gif
--------------------------------------------------------------------------------
/user_guide/_static/comment-bright.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/user_guide/_static/comment-bright.png
--------------------------------------------------------------------------------
/user_guide/_static/comment-close.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/user_guide/_static/comment-close.png
--------------------------------------------------------------------------------
/user_guide/_static/down-pressed.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/user_guide/_static/down-pressed.png
--------------------------------------------------------------------------------
/user_guide/_static/images/ci-icon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/user_guide/_static/images/ci-icon.ico
--------------------------------------------------------------------------------
/static/script/gauge.js/assets/arrow.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/gauge.js/assets/arrow.gif
--------------------------------------------------------------------------------
/static/script/gauge.js/assets/cross.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/gauge.js/assets/cross.gif
--------------------------------------------------------------------------------
/static/script/iCheck/skins/flat/red.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/iCheck/skins/flat/red.png
--------------------------------------------------------------------------------
/static/script/jquery/src/ajax/var/nonce.js:
--------------------------------------------------------------------------------
1 | define( [
2 | "../../core"
3 | ], function( jQuery ) {
4 | return jQuery.now();
5 | } );
6 |
--------------------------------------------------------------------------------
/static/script/jquery/src/manipulation/var/rcheckableType.js:
--------------------------------------------------------------------------------
1 | define( function() {
2 | return ( /^(?:checkbox|radio)$/i );
3 | } );
4 |
--------------------------------------------------------------------------------
/static/script/jquery/src/manipulation/var/rscriptType.js:
--------------------------------------------------------------------------------
1 | define( function() {
2 | return ( /^$|\/(?:java|ecma)script/i );
3 | } );
4 |
--------------------------------------------------------------------------------
/static/script/jqvmap/grunt/index.js:
--------------------------------------------------------------------------------
1 | var requireDirectory = require("require-directory");
2 | module.exports = requireDirectory(module);
--------------------------------------------------------------------------------
/static/script/moment/src/lib/moment/now.js:
--------------------------------------------------------------------------------
1 | export var now = function () {
2 | return Date.now ? Date.now() : +(new Date());
3 | };
4 |
--------------------------------------------------------------------------------
/static/script/moment/src/lib/utils/is-undefined.js:
--------------------------------------------------------------------------------
1 | export default function isUndefined(input) {
2 | return input === void 0;
3 | }
4 |
--------------------------------------------------------------------------------
/static/script/morris.js/.gitignore:
--------------------------------------------------------------------------------
1 | build/
2 | node_modules/
3 | spec/viz/output/
4 | spec/viz/diff/
5 | bower_components
6 | .idea
7 |
--------------------------------------------------------------------------------
/static/script/pnotify/.gitignore:
--------------------------------------------------------------------------------
1 | bower_components
2 | node_modules
3 | libtests/browserify/node_modules
4 | libtests/browserify/bundle.js
--------------------------------------------------------------------------------
/static/script/select2/docs/_sass/_typography.scss:
--------------------------------------------------------------------------------
1 | // Typography
2 |
3 | h1[id] {
4 | padding-top: 20px;
5 | margin-top: 0;
6 | }
7 |
--------------------------------------------------------------------------------
/static/fonts/fonts/fontawesome-webfont.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/fonts/fonts/fontawesome-webfont.eot
--------------------------------------------------------------------------------
/static/fonts/fonts/fontawesome-webfont.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/fonts/fonts/fontawesome-webfont.ttf
--------------------------------------------------------------------------------
/static/script/Flot/examples/background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/Flot/examples/background.png
--------------------------------------------------------------------------------
/static/script/eve/README.md:
--------------------------------------------------------------------------------
1 | # Eve
2 |
3 | Tiny event helping JavaScript library.
4 |
5 | MIT Licence
6 |
7 | For use case look at e.html
8 |
--------------------------------------------------------------------------------
/static/script/gauge.js/assets/browsers.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/gauge.js/assets/browsers.png
--------------------------------------------------------------------------------
/static/script/gauge.js/assets/github.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/gauge.js/assets/github.gif
--------------------------------------------------------------------------------
/static/script/gauge.js/assets/preview.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/gauge.js/assets/preview.jpg
--------------------------------------------------------------------------------
/static/script/gauge.js/assets/ribbon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/gauge.js/assets/ribbon.png
--------------------------------------------------------------------------------
/static/script/gauge.js/assets/strike.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/gauge.js/assets/strike.png
--------------------------------------------------------------------------------
/static/script/iCheck/skins/flat/aero.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/iCheck/skins/flat/aero.png
--------------------------------------------------------------------------------
/static/script/iCheck/skins/flat/blue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/iCheck/skins/flat/blue.png
--------------------------------------------------------------------------------
/static/script/iCheck/skins/flat/flat.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/iCheck/skins/flat/flat.png
--------------------------------------------------------------------------------
/static/script/iCheck/skins/flat/green.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/iCheck/skins/flat/green.png
--------------------------------------------------------------------------------
/static/script/iCheck/skins/flat/grey.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/iCheck/skins/flat/grey.png
--------------------------------------------------------------------------------
/static/script/iCheck/skins/flat/orange.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/iCheck/skins/flat/orange.png
--------------------------------------------------------------------------------
/static/script/iCheck/skins/flat/pink.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/iCheck/skins/flat/pink.png
--------------------------------------------------------------------------------
/static/script/iCheck/skins/flat/purple.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/iCheck/skins/flat/purple.png
--------------------------------------------------------------------------------
/static/script/iCheck/skins/flat/red@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/iCheck/skins/flat/red@2x.png
--------------------------------------------------------------------------------
/static/script/iCheck/skins/flat/yellow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/iCheck/skins/flat/yellow.png
--------------------------------------------------------------------------------
/static/script/iCheck/skins/line/line.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/iCheck/skins/line/line.png
--------------------------------------------------------------------------------
/static/script/iCheck/skins/minimal/red.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/iCheck/skins/minimal/red.png
--------------------------------------------------------------------------------
/static/script/iCheck/skins/square/aero.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/iCheck/skins/square/aero.png
--------------------------------------------------------------------------------
/static/script/iCheck/skins/square/blue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/iCheck/skins/square/blue.png
--------------------------------------------------------------------------------
/static/script/iCheck/skins/square/grey.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/iCheck/skins/square/grey.png
--------------------------------------------------------------------------------
/static/script/iCheck/skins/square/pink.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/iCheck/skins/square/pink.png
--------------------------------------------------------------------------------
/static/script/iCheck/skins/square/red.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/iCheck/skins/square/red.png
--------------------------------------------------------------------------------
/static/script/jquery-knob/secretplan.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/jquery-knob/secretplan.jpg
--------------------------------------------------------------------------------
/static/script/jqvmap/src/JQVMap/getPinId.js:
--------------------------------------------------------------------------------
1 | JQVMap.prototype.getPinId = function (cc) {
2 | return this.getCountryId(cc) + '_pin';
3 | };
4 |
--------------------------------------------------------------------------------
/static/script/jqvmap/src/JQVMap/isSelected.js:
--------------------------------------------------------------------------------
1 | JQVMap.prototype.isSelected = function(cc) {
2 | return this.selectIndex(cc) >= 0;
3 | };
4 |
--------------------------------------------------------------------------------
/static/script/moment/templates/globals.js:
--------------------------------------------------------------------------------
1 | /*global window:false*/
2 |
3 | import moment from "./moment";
4 |
5 | window.moment = moment;
6 |
--------------------------------------------------------------------------------
/static/script/select2/docs/images/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/select2/docs/images/logo.png
--------------------------------------------------------------------------------
/user_guide/_downloads/ELDocs.tmbundle.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/user_guide/_downloads/ELDocs.tmbundle.zip
--------------------------------------------------------------------------------
/user_guide/_static/fonts/FontAwesome.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/user_guide/_static/fonts/FontAwesome.otf
--------------------------------------------------------------------------------
/static/fonts/fonts/fontawesome-webfont.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/fonts/fonts/fontawesome-webfont.woff
--------------------------------------------------------------------------------
/static/script/Flot/examples/ajax/data-eu-gdp-growth-1.json:
--------------------------------------------------------------------------------
1 | {
2 | "label": "Europe (EU27)",
3 | "data": [[1999, 3.0], [2000, 3.9]]
4 | }
5 |
--------------------------------------------------------------------------------
/static/script/echarts/.npmignore:
--------------------------------------------------------------------------------
1 | /build
2 | /test
3 | /map/tool
4 | /theme/tool
5 | /theme/thumb
6 | todo
7 | npm-debug.log
8 |
9 |
10 |
--------------------------------------------------------------------------------
/static/script/gauge.js/assets/crosshair.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/gauge.js/assets/crosshair.gif
--------------------------------------------------------------------------------
/static/script/iCheck/skins/flat/aero@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/iCheck/skins/flat/aero@2x.png
--------------------------------------------------------------------------------
/static/script/iCheck/skins/flat/blue@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/iCheck/skins/flat/blue@2x.png
--------------------------------------------------------------------------------
/static/script/iCheck/skins/flat/flat@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/iCheck/skins/flat/flat@2x.png
--------------------------------------------------------------------------------
/static/script/iCheck/skins/flat/green@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/iCheck/skins/flat/green@2x.png
--------------------------------------------------------------------------------
/static/script/iCheck/skins/flat/grey@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/iCheck/skins/flat/grey@2x.png
--------------------------------------------------------------------------------
/static/script/iCheck/skins/flat/pink@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/iCheck/skins/flat/pink@2x.png
--------------------------------------------------------------------------------
/static/script/iCheck/skins/line/line@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/iCheck/skins/line/line@2x.png
--------------------------------------------------------------------------------
/static/script/iCheck/skins/minimal/aero.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/iCheck/skins/minimal/aero.png
--------------------------------------------------------------------------------
/static/script/iCheck/skins/minimal/blue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/iCheck/skins/minimal/blue.png
--------------------------------------------------------------------------------
/static/script/iCheck/skins/minimal/green.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/iCheck/skins/minimal/green.png
--------------------------------------------------------------------------------
/static/script/iCheck/skins/minimal/grey.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/iCheck/skins/minimal/grey.png
--------------------------------------------------------------------------------
/static/script/iCheck/skins/minimal/pink.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/iCheck/skins/minimal/pink.png
--------------------------------------------------------------------------------
/static/script/iCheck/skins/square/green.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/iCheck/skins/square/green.png
--------------------------------------------------------------------------------
/static/script/iCheck/skins/square/orange.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/iCheck/skins/square/orange.png
--------------------------------------------------------------------------------
/static/script/iCheck/skins/square/purple.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/iCheck/skins/square/purple.png
--------------------------------------------------------------------------------
/static/script/iCheck/skins/square/red@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/iCheck/skins/square/red@2x.png
--------------------------------------------------------------------------------
/static/script/iCheck/skins/square/square.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/iCheck/skins/square/square.png
--------------------------------------------------------------------------------
/static/script/iCheck/skins/square/yellow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/iCheck/skins/square/yellow.png
--------------------------------------------------------------------------------
/static/script/jquery/src/var/toString.js:
--------------------------------------------------------------------------------
1 | define( [
2 | "./class2type"
3 | ], function( class2type ) {
4 | return class2type.toString;
5 | } );
6 |
--------------------------------------------------------------------------------
/static/script/jqvmap/examples/images/tip.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/jqvmap/examples/images/tip.png
--------------------------------------------------------------------------------
/static/script/nprogress/support/extras.css:
--------------------------------------------------------------------------------
1 | /* Make the entire page show a busy cursor */
2 | .nprogress-busy body {
3 | cursor: wait;
4 | }
5 |
--------------------------------------------------------------------------------
/static/script/parsleyjs/bower_components/jquery/src/var/concat.js:
--------------------------------------------------------------------------------
1 | define([
2 | "./arr"
3 | ], function( arr ) {
4 | return arr.concat;
5 | });
6 |
--------------------------------------------------------------------------------
/static/script/parsleyjs/bower_components/jquery/src/var/push.js:
--------------------------------------------------------------------------------
1 | define([
2 | "./arr"
3 | ], function( arr ) {
4 | return arr.push;
5 | });
6 |
--------------------------------------------------------------------------------
/static/script/parsleyjs/bower_components/jquery/src/var/slice.js:
--------------------------------------------------------------------------------
1 | define([
2 | "./arr"
3 | ], function( arr ) {
4 | return arr.slice;
5 | });
6 |
--------------------------------------------------------------------------------
/static/fonts/glyphicons-halflings-regular.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/fonts/glyphicons-halflings-regular.eot
--------------------------------------------------------------------------------
/static/fonts/glyphicons-halflings-regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/fonts/glyphicons-halflings-regular.ttf
--------------------------------------------------------------------------------
/static/fonts/glyphicons-halflings-regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/fonts/glyphicons-halflings-regular.woff
--------------------------------------------------------------------------------
/static/fonts/glyphicons-halflings-regular.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/fonts/glyphicons-halflings-regular.woff2
--------------------------------------------------------------------------------
/static/script/bootstrap-daterangepicker/drp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/bootstrap-daterangepicker/drp.png
--------------------------------------------------------------------------------
/static/script/echarts/src/chart/gauge.js:
--------------------------------------------------------------------------------
1 | define(function (require) {
2 | require('./gauge/GaugeSeries');
3 | require('./gauge/GaugeView');
4 | });
--------------------------------------------------------------------------------
/static/script/fontawesome/fonts/FontAwesome.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/fontawesome/fonts/FontAwesome.otf
--------------------------------------------------------------------------------
/static/script/iCheck/skins/flat/orange@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/iCheck/skins/flat/orange@2x.png
--------------------------------------------------------------------------------
/static/script/iCheck/skins/flat/purple@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/iCheck/skins/flat/purple@2x.png
--------------------------------------------------------------------------------
/static/script/iCheck/skins/flat/yellow@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/iCheck/skins/flat/yellow@2x.png
--------------------------------------------------------------------------------
/static/script/iCheck/skins/minimal/aero@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/iCheck/skins/minimal/aero@2x.png
--------------------------------------------------------------------------------
/static/script/iCheck/skins/minimal/blue@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/iCheck/skins/minimal/blue@2x.png
--------------------------------------------------------------------------------
/static/script/iCheck/skins/minimal/green@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/iCheck/skins/minimal/green@2x.png
--------------------------------------------------------------------------------
/static/script/iCheck/skins/minimal/grey@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/iCheck/skins/minimal/grey@2x.png
--------------------------------------------------------------------------------
/static/script/iCheck/skins/minimal/minimal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/iCheck/skins/minimal/minimal.png
--------------------------------------------------------------------------------
/static/script/iCheck/skins/minimal/orange.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/iCheck/skins/minimal/orange.png
--------------------------------------------------------------------------------
/static/script/iCheck/skins/minimal/pink@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/iCheck/skins/minimal/pink@2x.png
--------------------------------------------------------------------------------
/static/script/iCheck/skins/minimal/purple.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/iCheck/skins/minimal/purple.png
--------------------------------------------------------------------------------
/static/script/iCheck/skins/minimal/red@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/iCheck/skins/minimal/red@2x.png
--------------------------------------------------------------------------------
/static/script/iCheck/skins/minimal/yellow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/iCheck/skins/minimal/yellow.png
--------------------------------------------------------------------------------
/static/script/iCheck/skins/polaris/polaris.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/iCheck/skins/polaris/polaris.png
--------------------------------------------------------------------------------
/static/script/iCheck/skins/square/aero@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/iCheck/skins/square/aero@2x.png
--------------------------------------------------------------------------------
/static/script/iCheck/skins/square/blue@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/iCheck/skins/square/blue@2x.png
--------------------------------------------------------------------------------
/static/script/iCheck/skins/square/green@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/iCheck/skins/square/green@2x.png
--------------------------------------------------------------------------------
/static/script/iCheck/skins/square/grey@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/iCheck/skins/square/grey@2x.png
--------------------------------------------------------------------------------
/static/script/iCheck/skins/square/orange@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/iCheck/skins/square/orange@2x.png
--------------------------------------------------------------------------------
/static/script/iCheck/skins/square/pink@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/iCheck/skins/square/pink@2x.png
--------------------------------------------------------------------------------
/static/script/iCheck/skins/square/purple@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/iCheck/skins/square/purple@2x.png
--------------------------------------------------------------------------------
/static/script/iCheck/skins/square/square@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/iCheck/skins/square/square@2x.png
--------------------------------------------------------------------------------
/static/script/iCheck/skins/square/yellow@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/iCheck/skins/square/yellow@2x.png
--------------------------------------------------------------------------------
/static/script/jquery/src/var/hasOwn.js:
--------------------------------------------------------------------------------
1 | define( [
2 | "./class2type"
3 | ], function( class2type ) {
4 | return class2type.hasOwnProperty;
5 | } );
6 |
--------------------------------------------------------------------------------
/static/script/jqvmap/examples/images/flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/jqvmap/examples/images/flag.png
--------------------------------------------------------------------------------
/static/script/jqvmap/examples/images/globe.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/jqvmap/examples/images/globe.png
--------------------------------------------------------------------------------
/static/script/jqvmap/examples/images/thumb.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/jqvmap/examples/images/thumb.jpg
--------------------------------------------------------------------------------
/static/script/jqvmap/src/JQVMap/getCountryId.js:
--------------------------------------------------------------------------------
1 | JQVMap.prototype.getCountryId = function (cc) {
2 | return 'jqvmap' + this.index + '_' + cc;
3 | };
4 |
--------------------------------------------------------------------------------
/static/script/jqvmap/src/JQVMap/removePins.js:
--------------------------------------------------------------------------------
1 | JQVMap.prototype.removePins = function(){
2 | this.container.find('.jqvmap-pin').remove();
3 | };
4 |
--------------------------------------------------------------------------------
/static/script/parsleyjs/bower_components/jquery/src/var/class2type.js:
--------------------------------------------------------------------------------
1 | define(function() {
2 | // [[Class]] -> type pairs
3 | return {};
4 | });
5 |
--------------------------------------------------------------------------------
/static/script/parsleyjs/bower_components/jquery/src/var/indexOf.js:
--------------------------------------------------------------------------------
1 | define([
2 | "./arr"
3 | ], function( arr ) {
4 | return arr.indexOf;
5 | });
6 |
--------------------------------------------------------------------------------
/static/script/select2/docs/images/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/select2/docs/images/favicon.ico
--------------------------------------------------------------------------------
/system/.htaccess:
--------------------------------------------------------------------------------
1 |
Directory access is forbidden.
9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /application/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Directory access is forbidden.
9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /static/script/echarts/test/reset.css: -------------------------------------------------------------------------------- 1 | html, 2 | body, 3 | #main, 4 | body > .main { 5 | width: 100%; 6 | height: 100%; 7 | margin: 0; 8 | padding: 0; 9 | font-family: arial; 10 | } 11 | -------------------------------------------------------------------------------- /static/script/moment/src/lib/utils/is-function.js: -------------------------------------------------------------------------------- 1 | export default function isFunction(input) { 2 | return input instanceof Function || Object.prototype.toString.call(input) === '[object Function]'; 3 | } 4 | -------------------------------------------------------------------------------- /system/core/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Directory access is forbidden.
9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /system/database/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Directory access is forbidden.
9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /system/fonts/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Directory access is forbidden.
9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /system/helpers/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Directory access is forbidden.
9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /system/language/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Directory access is forbidden.
9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /application/cache/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Directory access is forbidden.
9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /application/config/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Directory access is forbidden.
9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /application/core/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Directory access is forbidden.
9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /application/helpers/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Directory access is forbidden.
9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /application/hooks/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Directory access is forbidden.
9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /application/language/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Directory access is forbidden.
9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /application/logs/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Directory access is forbidden.
9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /application/models/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Directory access is forbidden.
9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /application/views/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Directory access is forbidden.
9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /static/script/echarts/src/component/axis.js: -------------------------------------------------------------------------------- 1 | // TODO boundaryGap 2 | define(function(require) { 3 | 'use strict'; 4 | 5 | require('../coord/cartesian/AxisModel'); 6 | 7 | require('./axis/AxisView'); 8 | }); -------------------------------------------------------------------------------- /static/script/echarts/src/component/dataZoom/SelectZoomView.js: -------------------------------------------------------------------------------- 1 | define(function (require) { 2 | 3 | return require('./DataZoomView').extend({ 4 | 5 | type: 'dataZoom.select' 6 | 7 | }); 8 | 9 | }); -------------------------------------------------------------------------------- /static/script/echarts/src/component/radar.js: -------------------------------------------------------------------------------- 1 | define(function (require) { 2 | 3 | require('../coord/radar/Radar'); 4 | require('../coord/radar/RadarModel'); 5 | 6 | require('./radar/RadarView'); 7 | }); -------------------------------------------------------------------------------- /static/script/jqvmap/grunt/shell.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | lint: { 3 | command: "node_modules/.bin/eslint src --quiet && echo '\033[0;32m\n✓ All Good\033[0m ٩(ˊᗜˋ*)و'", 4 | stdout: false 5 | } 6 | }; 7 | -------------------------------------------------------------------------------- /static/script/parsleyjs/bower_components/jquery/src/traversing/var/rneedsContext.js: -------------------------------------------------------------------------------- 1 | define([ 2 | "../../core", 3 | "../../selector" 4 | ], function( jQuery ) { 5 | return jQuery.expr.match.needsContext; 6 | }); 7 | -------------------------------------------------------------------------------- /static/script/parsleyjs/dist/i18n/zh_cn.extra.js: -------------------------------------------------------------------------------- 1 | // Validation errors messages for Parsley 2 | // Load this after Parsley 3 | 4 | Parsley.addMessages('zh-cn', { 5 | dateiso: "请输入正确格式的日期 (YYYY-MM-DD)." 6 | }); 7 | -------------------------------------------------------------------------------- /static/script/select2/docs/_sass/vendor/font-awesome/_fixed-width.scss: -------------------------------------------------------------------------------- 1 | // Fixed Width Icons 2 | // ------------------------- 3 | .#{$fa-css-prefix}-fw { 4 | width: (18em / 14); 5 | text-align: center; 6 | } 7 | -------------------------------------------------------------------------------- /static/script/select2/src/js/banner.end.js: -------------------------------------------------------------------------------- 1 | // Return the AMD loader configuration so it can be used outside of this file 2 | return { 3 | define: S2.define, 4 | require: S2.require 5 | }; 6 | }()); 7 | -------------------------------------------------------------------------------- /system/core/compat/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Directory access is forbidden.
9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /system/libraries/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Directory access is forbidden.
9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /application/controllers/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Directory access is forbidden.
9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /application/libraries/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Directory access is forbidden.
9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /application/third_party/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Directory access is forbidden.
9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /application/views/errors/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Directory access is forbidden.
9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /static/script/bootstrap/less/mixins/size.less: -------------------------------------------------------------------------------- 1 | // Sizing shortcuts 2 | 3 | .size(@width; @height) { 4 | width: @width; 5 | height: @height; 6 | } 7 | 8 | .square(@size) { 9 | .size(@size; @size); 10 | } 11 | -------------------------------------------------------------------------------- /static/script/mjolnic-bootstrap-colorpicker/dist/img/bootstrap-colorpicker/hue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/mjolnic-bootstrap-colorpicker/dist/img/bootstrap-colorpicker/hue.png -------------------------------------------------------------------------------- /static/script/parsleyjs/dist/i18n/id.extra.js: -------------------------------------------------------------------------------- 1 | // Validation errors messages for Parsley 2 | // Load this after Parsley 3 | 4 | Parsley.addMessages('id', { 5 | dateiso: "Harus tanggal yang valid (YYYY-MM-DD)." 6 | }); 7 | -------------------------------------------------------------------------------- /static/script/parsleyjs/dist/i18n/it.extra.js: -------------------------------------------------------------------------------- 1 | // Validation errors messages for Parsley 2 | // Load this after Parsley 3 | 4 | Parsley.addMessages('it', { 5 | dateiso: "Inserire una data valida (AAAA-MM-GG)." 6 | }); 7 | -------------------------------------------------------------------------------- /static/script/parsleyjs/dist/i18n/sv.extra.js: -------------------------------------------------------------------------------- 1 | // Validation errors messages for Parsley 2 | // Load this after Parsley 3 | 4 | Parsley.addMessages('sv', { 5 | dateiso: "Ange ett giltigt datum (ÅÅÅÅ-MM-DD)." 6 | }); 7 | -------------------------------------------------------------------------------- /static/script/parsleyjs/src/i18n/zh_cn.extra.js: -------------------------------------------------------------------------------- 1 | // Validation errors messages for Parsley 2 | import Parsley from '../parsley'; 3 | 4 | Parsley.addMessages('zh-cn', { 5 | dateiso: "请输入正确格式的日期 (YYYY-MM-DD)." 6 | }); 7 | -------------------------------------------------------------------------------- /static/script/select2/docs/_includes/options/events.html: -------------------------------------------------------------------------------- 1 |Directory access is forbidden.
9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /system/language/english/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Directory access is forbidden.
9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /system/libraries/Cache/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Directory access is forbidden.
9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /system/libraries/Session/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Directory access is forbidden.
9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /application/language/english/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Directory access is forbidden.
9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /application/views/errors/cli/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Directory access is forbidden.
9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /application/views/errors/html/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Directory access is forbidden.
9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /static/script/Flot/examples/ajax/data-eu-gdp-growth-4.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Europe (EU27)", 3 | "data": [[1999, 3.0], [2000, 3.9], [2001, 2.0], [2002, 1.2], [2003, 1.3], [2004, 2.5], [2005, 2.0], [2006, 3.1]] 4 | } 5 | -------------------------------------------------------------------------------- /static/script/bootstrap/less/mixins/opacity.less: -------------------------------------------------------------------------------- 1 | // Opacity 2 | 3 | .opacity(@opacity) { 4 | opacity: @opacity; 5 | // IE8 filter 6 | @opacity-ie: (@opacity * 100); 7 | filter: ~"alpha(opacity=@{opacity-ie})"; 8 | } 9 | -------------------------------------------------------------------------------- /static/script/bootstrap/less/mixins/text-emphasis.less: -------------------------------------------------------------------------------- 1 | // Typography 2 | 3 | .text-emphasis-variant(@color) { 4 | color: @color; 5 | a&:hover, 6 | a&:focus { 7 | color: darken(@color, 10%); 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /static/script/echarts/src/component/visualMap.js: -------------------------------------------------------------------------------- 1 | /** 2 | * visualMap component entry 3 | */ 4 | define(function (require) { 5 | 6 | require('./visualMapContinuous'); 7 | require('./visualMapPiecewise'); 8 | 9 | }); -------------------------------------------------------------------------------- /static/script/mjolnic-bootstrap-colorpicker/dist/img/bootstrap-colorpicker/alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/mjolnic-bootstrap-colorpicker/dist/img/bootstrap-colorpicker/alpha.png -------------------------------------------------------------------------------- /static/script/moment/src/lib/utils/map.js: -------------------------------------------------------------------------------- 1 | export default function map(arr, fn) { 2 | var res = [], i; 3 | for (i = 0; i < arr.length; ++i) { 4 | res.push(fn(arr[i], i)); 5 | } 6 | return res; 7 | } 8 | -------------------------------------------------------------------------------- /static/script/parsleyjs/src/i18n/sv.extra.js: -------------------------------------------------------------------------------- 1 | // Validation errors messages for Parsley 2 | import Parsley from '../parsley'; 3 | 4 | Parsley.addMessages('sv', { 5 | dateiso: "Ange ett giltigt datum (ÅÅÅÅ-MM-DD)." 6 | }); 7 | -------------------------------------------------------------------------------- /system/database/drivers/cubrid/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Directory access is forbidden.
9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /system/database/drivers/ibase/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Directory access is forbidden.
9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /system/database/drivers/mssql/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Directory access is forbidden.
9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /system/database/drivers/mysql/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Directory access is forbidden.
9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /system/database/drivers/mysqli/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Directory access is forbidden.
9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /system/database/drivers/oci8/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Directory access is forbidden.
9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /system/database/drivers/odbc/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Directory access is forbidden.
9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /system/database/drivers/pdo/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Directory access is forbidden.
9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /system/database/drivers/sqlite/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Directory access is forbidden.
9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /system/database/drivers/sqlsrv/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Directory access is forbidden.
9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /system/libraries/Cache/drivers/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Directory access is forbidden.
9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /system/libraries/Javascript/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Directory access is forbidden.
9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /static/script/echarts/src/component/singleAxis.js: -------------------------------------------------------------------------------- 1 | define(function (require) { 2 | 3 | require('../coord/single/singleCreator'); 4 | require('./axis/SingleAxisView'); 5 | require('../coord/single/AxisModel'); 6 | 7 | }); -------------------------------------------------------------------------------- /static/script/jquery.tagsinput/grunt-tasks/assets_production.js: -------------------------------------------------------------------------------- 1 | module.exports = function(grunt) { 2 | grunt.registerTask('assets:production', 3 | [ 4 | 'cssmin:plugin', 5 | 'uglify:plugin' 6 | ]); 7 | }; 8 | -------------------------------------------------------------------------------- /static/script/jqvmap/src/JQVMap/setScaleColors.js: -------------------------------------------------------------------------------- 1 | JQVMap.prototype.setScaleColors = function (colors) { 2 | this.colorScale.setColors(colors); 3 | 4 | if (this.values) { 5 | this.setValues(this.values); 6 | } 7 | }; 8 | -------------------------------------------------------------------------------- /static/script/jszip/lib/nodeBuffer.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | module.exports = function(data, encoding){ 3 | return new Buffer(data, encoding); 4 | }; 5 | module.exports.test = function(b){ 6 | return Buffer.isBuffer(b); 7 | }; 8 | -------------------------------------------------------------------------------- /static/script/moment/src/lib/utils/abs-ceil.js: -------------------------------------------------------------------------------- 1 | export default function absCeil (number) { 2 | if (number < 0) { 3 | return Math.floor(number); 4 | } else { 5 | return Math.ceil(number); 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /static/script/moment/src/lib/utils/abs-floor.js: -------------------------------------------------------------------------------- 1 | export default function absFloor (number) { 2 | if (number < 0) { 3 | return Math.ceil(number); 4 | } else { 5 | return Math.floor(number); 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /static/script/parsleyjs/dist/i18n/he.extra.js: -------------------------------------------------------------------------------- 1 | // Validation errors messages for Parsley 2 | // Load this after Parsley 3 | 4 | Parsley.addMessages('he', { 5 | dateiso: "ערך זה צריך להיות תאריך בפורמט (YYYY-MM-DD)." 6 | }); 7 | -------------------------------------------------------------------------------- /static/script/parsleyjs/src/i18n/id.extra.js: -------------------------------------------------------------------------------- 1 | // Validation errors messages for Parsley 2 | import Parsley from '../parsley'; 3 | 4 | Parsley.addMessages('id', { 5 | dateiso: "Harus tanggal yang valid (YYYY-MM-DD)." 6 | }); 7 | -------------------------------------------------------------------------------- /static/script/parsleyjs/src/i18n/it.extra.js: -------------------------------------------------------------------------------- 1 | // Validation errors messages for Parsley 2 | import Parsley from '../parsley'; 3 | 4 | Parsley.addMessages('it', { 5 | dateiso: "Inserire una data valida (AAAA-MM-GG)." 6 | }); 7 | -------------------------------------------------------------------------------- /static/script/select2/docs/_sass/vendor/bootstrap/mixins/_center-block.scss: -------------------------------------------------------------------------------- 1 | // Center-align a block level element 2 | 3 | @mixin center-block() { 4 | display: block; 5 | margin-left: auto; 6 | margin-right: auto; 7 | } 8 | -------------------------------------------------------------------------------- /static/script/starrr/dist/starrr.css: -------------------------------------------------------------------------------- 1 | .starrr { 2 | display: inline-block; } 3 | .starrr a { 4 | font-size: 16px; 5 | padding: 0 1px; 6 | cursor: pointer; 7 | color: #FFD119; 8 | text-decoration: none; } 9 | -------------------------------------------------------------------------------- /static/script/switchery/meteor/export.js: -------------------------------------------------------------------------------- 1 | /*global Switchery:true*/ // Meteor creates a file-scope global for exporting. This comment prevents a potential JSHint warning. 2 | Switchery = window.Switchery; 3 | delete window.Switchery; -------------------------------------------------------------------------------- /system/database/drivers/postgre/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Directory access is forbidden.
9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /system/database/drivers/sqlite3/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Directory access is forbidden.
9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /system/libraries/Session/drivers/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Directory access is forbidden.
9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /static/script/mjolnic-bootstrap-colorpicker/dist/img/bootstrap-colorpicker/saturation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/mjolnic-bootstrap-colorpicker/dist/img/bootstrap-colorpicker/saturation.png -------------------------------------------------------------------------------- /static/script/parsleyjs/bower_components/jquery/src/event/support.js: -------------------------------------------------------------------------------- 1 | define([ 2 | "../var/support" 3 | ], function( support ) { 4 | 5 | support.focusinBubbles = "onfocusin" in window; 6 | 7 | return support; 8 | 9 | }); 10 | -------------------------------------------------------------------------------- /static/script/parsleyjs/src/i18n/he.extra.js: -------------------------------------------------------------------------------- 1 | // Validation errors messages for Parsley 2 | import Parsley from '../parsley'; 3 | 4 | Parsley.addMessages('he', { 5 | dateiso: "ערך זה צריך להיות תאריך בפורמט (YYYY-MM-DD)." 6 | }); 7 | -------------------------------------------------------------------------------- /system/database/drivers/pdo/subdrivers/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Directory access is forbidden.
9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /static/script/Flot/examples/ajax/data-usa-gdp-growth.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "USA", 3 | "data": [[1999, 4.4], [2000, 3.7], [2001, 0.8], [2002, 1.6], [2003, 2.5], [2004, 3.6], [2005, 2.9], [2006, 2.8], [2007, 2.0], [2008, 1.1]] 4 | } 5 | -------------------------------------------------------------------------------- /static/script/Flot/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Flot", 3 | "version": "0.8.3", 4 | "main": "jquery.flot.js", 5 | "scripts": { 6 | "test": "make test" 7 | }, 8 | "devDependencies": { 9 | "jshint": "0.9.1" 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /static/script/echarts/src/component/parallelAxis.js: -------------------------------------------------------------------------------- 1 | define(function(require) { 2 | 3 | require('../coord/parallel/parallelCreator'); 4 | require('./axis/parallelAxisAction'); 5 | require('./axis/ParallelAxisView'); 6 | 7 | }); -------------------------------------------------------------------------------- /static/script/jqvmap/src/ColorScale/rgbToArray.js: -------------------------------------------------------------------------------- 1 | ColorScale.rgbToArray = function (rgb) { 2 | rgb = rgb.substr(1); 3 | return [parseInt(rgb.substr(0, 2), 16), parseInt(rgb.substr(2, 2), 16), parseInt(rgb.substr(4, 2), 16)]; 4 | }; 5 | -------------------------------------------------------------------------------- /static/script/jqvmap/src/JQVMap/setNormalizeFunction.js: -------------------------------------------------------------------------------- 1 | JQVMap.prototype.setNormalizeFunction = function (f) { 2 | this.colorScale.setNormalizeFunction(f); 3 | 4 | if (this.values) { 5 | this.setValues(this.values); 6 | } 7 | }; 8 | -------------------------------------------------------------------------------- /static/script/moment/src/lib/locale/ordinal.js: -------------------------------------------------------------------------------- 1 | export var defaultOrdinal = '%d'; 2 | export var defaultOrdinalParse = /\d{1,2}/; 3 | 4 | export function ordinal (number) { 5 | return this._ordinal.replace('%d', number); 6 | } 7 | 8 | -------------------------------------------------------------------------------- /static/script/moment/src/lib/utils/abs-round.js: -------------------------------------------------------------------------------- 1 | export default function absRound (number) { 2 | if (number < 0) { 3 | return Math.round(-1 * number) * -1; 4 | } else { 5 | return Math.round(number); 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /static/script/morris.js/spec/support/placeholder.coffee: -------------------------------------------------------------------------------- 1 | beforeEach -> 2 | placeholder = $('') 3 | $('#test').append(placeholder) 4 | 5 | afterEach -> 6 | $('#test').empty() 7 | -------------------------------------------------------------------------------- /static/script/Flot/examples/ajax/data-japan-gdp-growth.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Japan", 3 | "data": [[1999, -0.1], [2000, 2.9], [2001, 0.2], [2002, 0.3], [2003, 1.4], [2004, 2.7], [2005, 1.9], [2006, 2.0], [2007, 2.3], [2008, -0.7]] 4 | } 5 | -------------------------------------------------------------------------------- /static/script/bootstrap/less/mixins/text-overflow.less: -------------------------------------------------------------------------------- 1 | // Text overflow 2 | // Requires inline-block or block for proper styling 3 | 4 | .text-overflow() { 5 | overflow: hidden; 6 | text-overflow: ellipsis; 7 | white-space: nowrap; 8 | } 9 | -------------------------------------------------------------------------------- /static/script/mjolnic-bootstrap-colorpicker/dist/img/bootstrap-colorpicker/hue-horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/mjolnic-bootstrap-colorpicker/dist/img/bootstrap-colorpicker/hue-horizontal.png -------------------------------------------------------------------------------- /static/script/moment/src/lib/create/local.js: -------------------------------------------------------------------------------- 1 | import { createLocalOrUTC } from './from-anything'; 2 | 3 | export function createLocal (input, format, locale, strict) { 4 | return createLocalOrUTC(input, format, locale, strict, false); 5 | } 6 | -------------------------------------------------------------------------------- /static/script/parsleyjs/bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/parsleyjs/bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /static/script/parsleyjs/bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/parsleyjs/bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /static/script/parsleyjs/bower_components/sinonjs/bower.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "sinonjs", 3 | "version": "1.7.3", 4 | "main": "sinon.js", 5 | "ignore": [ 6 | "**/.*", 7 | "node_modules", 8 | "components" 9 | ] 10 | } 11 | -------------------------------------------------------------------------------- /static/script/Flot/examples/ajax/data-eu-gdp-growth-5.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Europe (EU27)", 3 | "data": [[1999, 3.0], [2000, 3.9], [2001, 2.0], [2002, 1.2], [2003, 1.3], [2004, 2.5], [2005, 2.0], [2006, 3.1], [2007, 2.9], [2008, 0.9]] 4 | } 5 | -------------------------------------------------------------------------------- /static/script/Flot/examples/ajax/data-eu-gdp-growth.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Europe (EU27)", 3 | "data": [[1999, 3.0], [2000, 3.9], [2001, 2.0], [2002, 1.2], [2003, 1.3], [2004, 2.5], [2005, 2.0], [2006, 3.1], [2007, 2.9], [2008, 0.9]] 4 | } 5 | -------------------------------------------------------------------------------- /static/script/jqvmap/src/ColorScale/setColors.js: -------------------------------------------------------------------------------- 1 | ColorScale.prototype.setColors = function (colors) { 2 | for (var i = 0; i < colors.length; i++) { 3 | colors[i] = ColorScale.rgbToArray(colors[i]); 4 | } 5 | this.colors = colors; 6 | }; 7 | -------------------------------------------------------------------------------- /static/script/mjolnic-bootstrap-colorpicker/dist/img/bootstrap-colorpicker/alpha-horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/mjolnic-bootstrap-colorpicker/dist/img/bootstrap-colorpicker/alpha-horizontal.png -------------------------------------------------------------------------------- /static/script/mjolnic-bootstrap-colorpicker/docs/includes/examples/01_basic.hbs: -------------------------------------------------------------------------------- 1 | 2 | 7 | -------------------------------------------------------------------------------- /static/script/moment/src/lib/create/utc.js: -------------------------------------------------------------------------------- 1 | import { createLocalOrUTC } from './from-anything'; 2 | 3 | export function createUTC (input, format, locale, strict) { 4 | return createLocalOrUTC(input, format, locale, strict, true).utc(); 5 | } 6 | -------------------------------------------------------------------------------- /static/script/parsleyjs/bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superhos/CI-tineeplat/master/static/script/parsleyjs/bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /static/script/select2/docs/_sass/vendor/bootstrap/mixins/_opacity.scss: -------------------------------------------------------------------------------- 1 | // Opacity 2 | 3 | @mixin opacity($opacity) { 4 | opacity: $opacity; 5 | // IE8 filter 6 | $opacity-ie: ($opacity * 100); 7 | filter: alpha(opacity=$opacity-ie); 8 | } 9 | -------------------------------------------------------------------------------- /static/script/Chart.js/src/charts/Chart.Bar.js: -------------------------------------------------------------------------------- 1 | "use strict"; 2 | 3 | module.exports = function(Chart) { 4 | 5 | Chart.Bar = function(context, config) { 6 | config.type = 'bar'; 7 | 8 | return new Chart(context, config); 9 | }; 10 | 11 | }; -------------------------------------------------------------------------------- /static/script/animate.css/bower.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "animate.css", 3 | "main": "./animate.css", 4 | "ignore": [ 5 | ".*", 6 | "source", 7 | "*.yml", 8 | "Gemfile", 9 | "Gemfile.lock", 10 | "*.md" 11 | ] 12 | } 13 | -------------------------------------------------------------------------------- /static/script/bootstrap/less/mixins/background-variant.less: -------------------------------------------------------------------------------- 1 | // Contextual backgrounds 2 | 3 | .bg-variant(@color) { 4 | background-color: @color; 5 | a&:hover, 6 | a&:focus { 7 | background-color: darken(@color, 10%); 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /static/script/bootstrap/less/mixins/tab-focus.less: -------------------------------------------------------------------------------- 1 | // WebKit-style focus 2 | 3 | .tab-focus() { 4 | // Default 5 | outline: thin dotted; 6 | // WebKit 7 | outline: 5px auto -webkit-focus-ring-color; 8 | outline-offset: -2px; 9 | } 10 | -------------------------------------------------------------------------------- /static/script/jqvmap/src/ColorScale/vectorMult.js: -------------------------------------------------------------------------------- 1 | ColorScale.prototype.vectorMult = function (vector, num) { 2 | var result = []; 3 | for (var i = 0; i < vector.length; i++) { 4 | result[i] = vector[i] * num; 5 | } 6 | return result; 7 | }; 8 | -------------------------------------------------------------------------------- /static/script/parsleyjs/dist/i18n/fi.extra.js: -------------------------------------------------------------------------------- 1 | // Validation errors messages for Parsley 2 | // Load this after Parsley 3 | 4 | Parsley.addMessages('fi', { 5 | dateiso: "Syötä oikea päivämäärä (YYYY-MM-DD)." 6 | }); 7 | -------------------------------------------------------------------------------- /static/script/Chart.js/.editorconfig: -------------------------------------------------------------------------------- 1 | # http://editorconfig.org 2 | root = true 3 | 4 | [*] 5 | indent_style = tab 6 | indent_size = 4 7 | end_of_line = lf 8 | charset = utf-8 9 | trim_trailing_whitespace = true 10 | insert_final_newline = false 11 | -------------------------------------------------------------------------------- /static/script/Chart.js/src/charts/Chart.Bubble.js: -------------------------------------------------------------------------------- 1 | "use strict"; 2 | 3 | module.exports = function(Chart) { 4 | 5 | Chart.Bubble = function(context, config) { 6 | config.type = 'bubble'; 7 | return new Chart(context, config); 8 | }; 9 | 10 | }; -------------------------------------------------------------------------------- /static/script/Chart.js/src/charts/Chart.Line.js: -------------------------------------------------------------------------------- 1 | "use strict"; 2 | 3 | module.exports = function(Chart) { 4 | 5 | Chart.Line = function(context, config) { 6 | config.type = 'line'; 7 | 8 | return new Chart(context, config); 9 | }; 10 | 11 | }; -------------------------------------------------------------------------------- /static/script/parsleyjs/src/i18n/fi.extra.js: -------------------------------------------------------------------------------- 1 | // Validation errors messages for Parsley 2 | import Parsley from '../parsley'; 3 | 4 | Parsley.addMessages('fi', { 5 | dateiso: "Syötä oikea päivämäärä (YYYY-MM-DD)." 6 | }); 7 | -------------------------------------------------------------------------------- /static/script/select2/docs/_includes/options/data.html: -------------------------------------------------------------------------------- 1 |7 | Select2 has an internal event system that works independently of the DOM event system. This internal event system is only accesssible from plugins and adapters that are connected to Select2. 8 |
9 |