├── vendors
├── bootstrap-wysihtml5
│ ├── VERSION
│ ├── .gitignore
│ ├── Gemfile
│ ├── .settings
│ │ └── .gitignore
│ ├── lib
│ │ ├── img
│ │ │ ├── glyphicons-halflings.png
│ │ │ └── glyphicons-halflings-white.png
│ │ └── css
│ │ │ ├── prettify.css
│ │ │ └── wysiwyg-color.css
│ ├── test
│ │ ├── lib
│ │ │ ├── img
│ │ │ │ ├── glyphicons-halflings.png
│ │ │ │ └── glyphicons-halflings-white.png
│ │ │ └── css
│ │ │ │ ├── prettify.css
│ │ │ │ └── wysiwyg-color.css
│ │ └── README
│ ├── component.json
│ ├── Gemfile.lock
│ ├── src
│ │ └── wysiwyg-color.css
│ └── LICENCE
├── jGrowl
│ ├── .gitignore
│ ├── examples
│ │ ├── iphone.png
│ │ ├── smoke.png
│ │ └── multiple-containers.html
│ ├── README.md
│ └── LICENSE
├── flot
│ ├── .travis.yml
│ ├── .gitignore
│ ├── examples
│ │ ├── background.png
│ │ ├── navigate
│ │ │ ├── arrow-up.gif
│ │ │ ├── arrow-down.gif
│ │ │ ├── arrow-left.gif
│ │ │ └── arrow-right.gif
│ │ ├── 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-eu-gdp-growth.json
│ │ │ ├── data-japan-gdp-growth.json
│ │ │ └── data-eu-gdp-growth-5.json
│ │ ├── axes-time-zones
│ │ │ └── tz
│ │ │ │ ├── southamerica
│ │ │ │ ├── factory
│ │ │ │ └── yearistype.sh
│ │ └── image
│ │ │ └── hs-2004-27-a-large-web.jpg
│ ├── component.json
│ ├── package.json
│ ├── Makefile
│ ├── flot.jquery.json
│ └── LICENSE.txt
├── chosen-sprite.png
├── chosen-sprite@2x.png
├── ckeditor
│ ├── samples
│ │ ├── assets
│ │ │ ├── sample.css
│ │ │ ├── sample.jpg
│ │ │ └── inlineall
│ │ │ │ └── logo.png
│ │ ├── plugins
│ │ │ ├── htmlwriter
│ │ │ │ └── assets
│ │ │ │ │ └── outputforflash
│ │ │ │ │ ├── outputforflash.fla
│ │ │ │ │ └── outputforflash.swf
│ │ │ └── dialog
│ │ │ │ └── assets
│ │ │ │ └── my_dialog.js
│ │ └── sample_posteddata.php
│ ├── plugins
│ │ ├── icons.png
│ │ ├── icons_hidpi.png
│ │ ├── link
│ │ │ └── images
│ │ │ │ ├── anchor.png
│ │ │ │ └── hidpi
│ │ │ │ └── anchor.png
│ │ ├── smiley
│ │ │ └── images
│ │ │ │ ├── kiss.gif
│ │ │ │ ├── heart.gif
│ │ │ │ ├── cry_smile.gif
│ │ │ │ ├── envelope.gif
│ │ │ │ ├── lightbulb.gif
│ │ │ │ ├── omg_smile.gif
│ │ │ │ ├── sad_smile.gif
│ │ │ │ ├── thumbs_up.gif
│ │ │ │ ├── angel_smile.gif
│ │ │ │ ├── angry_smile.gif
│ │ │ │ ├── devil_smile.gif
│ │ │ │ ├── teeth_smile.gif
│ │ │ │ ├── thumbs_down.gif
│ │ │ │ ├── wink_smile.gif
│ │ │ │ ├── broken_heart.gif
│ │ │ │ ├── confused_smile.gif
│ │ │ │ ├── regular_smile.gif
│ │ │ │ ├── shades_smile.gif
│ │ │ │ ├── tongue_smile.gif
│ │ │ │ ├── tounge_smile.gif
│ │ │ │ ├── embaressed_smile.gif
│ │ │ │ ├── embarrassed_smile.gif
│ │ │ │ └── whatchutalkingabout_smile.gif
│ │ ├── image
│ │ │ └── images
│ │ │ │ └── noimage.png
│ │ ├── magicline
│ │ │ └── images
│ │ │ │ ├── icon.png
│ │ │ │ └── hidpi
│ │ │ │ └── icon.png
│ │ ├── fakeobjects
│ │ │ └── images
│ │ │ │ └── spacer.gif
│ │ ├── flash
│ │ │ └── images
│ │ │ │ └── placeholder.png
│ │ ├── forms
│ │ │ └── images
│ │ │ │ └── hiddenfield.gif
│ │ ├── iframe
│ │ │ └── images
│ │ │ │ └── placeholder.png
│ │ ├── showblocks
│ │ │ └── images
│ │ │ │ ├── block_p.png
│ │ │ │ ├── block_div.png
│ │ │ │ ├── block_h1.png
│ │ │ │ ├── block_h2.png
│ │ │ │ ├── block_h3.png
│ │ │ │ ├── block_h4.png
│ │ │ │ ├── block_h5.png
│ │ │ │ ├── block_h6.png
│ │ │ │ ├── block_pre.png
│ │ │ │ ├── block_address.png
│ │ │ │ └── block_blockquote.png
│ │ ├── about
│ │ │ └── dialogs
│ │ │ │ ├── logo_ckeditor.png
│ │ │ │ └── hidpi
│ │ │ │ └── logo_ckeditor.png
│ │ ├── pagebreak
│ │ │ └── images
│ │ │ │ └── pagebreak.gif
│ │ ├── templates
│ │ │ └── templates
│ │ │ │ └── images
│ │ │ │ ├── template1.gif
│ │ │ │ ├── template2.gif
│ │ │ │ └── template3.gif
│ │ ├── dialog
│ │ │ └── dialogDefinition.js
│ │ ├── preview
│ │ │ └── preview.html
│ │ ├── specialchar
│ │ │ └── dialogs
│ │ │ │ └── lang
│ │ │ │ └── _translationstatus.txt
│ │ ├── a11yhelp
│ │ │ └── dialogs
│ │ │ │ └── lang
│ │ │ │ └── _translationstatus.txt
│ │ ├── scayt
│ │ │ └── README.md
│ │ └── wsc
│ │ │ └── README.md
│ ├── skins
│ │ └── moono
│ │ │ ├── icons.png
│ │ │ ├── icons_hidpi.png
│ │ │ └── images
│ │ │ ├── lock.png
│ │ │ ├── arrow.png
│ │ │ ├── close.png
│ │ │ ├── refresh.png
│ │ │ ├── lock-open.png
│ │ │ └── hidpi
│ │ │ ├── close.png
│ │ │ ├── lock.png
│ │ │ ├── refresh.png
│ │ │ └── lock-open.png
│ └── config.js
├── datatables
│ ├── images
│ │ ├── favicon.ico
│ │ ├── sort_asc.png
│ │ ├── sort_both.png
│ │ ├── sort_desc.png
│ │ ├── back_enabled.png
│ │ ├── Sorting icons.psd
│ │ ├── back_disabled.png
│ │ ├── forward_disabled.png
│ │ ├── forward_enabled.png
│ │ ├── sort_asc_disabled.png
│ │ ├── back_enabled_hover.png
│ │ ├── sort_desc_disabled.png
│ │ └── forward_enabled_hover.png
│ ├── unit_testing
│ │ ├── index.html
│ │ └── tests_onhold
│ │ │ ├── 1_dom
│ │ │ ├── 2799.js
│ │ │ ├── 2530-2.js
│ │ │ ├── 2512.js
│ │ │ ├── fnFilter.js
│ │ │ ├── sAjaxSource.js
│ │ │ ├── 2840-restore-table-width.js
│ │ │ ├── bServerSide.js
│ │ │ ├── aoColumns.sName.js
│ │ │ ├── 5508-xscroll-zero-content.js
│ │ │ ├── 2530.js
│ │ │ ├── bJQueryUI.js
│ │ │ ├── fnDeleteRow.js
│ │ │ ├── bInfo.js
│ │ │ ├── bFilter.js
│ │ │ ├── 2569.js
│ │ │ ├── -iDraw.js
│ │ │ ├── 2914-state-save-sort.js
│ │ │ └── 2635.js
│ │ │ ├── 2_js
│ │ │ ├── sAjaxSource.js
│ │ │ ├── bServerSide.js
│ │ │ ├── aoColumns.sName.js
│ │ │ ├── bInfo.js
│ │ │ ├── bFilter.js
│ │ │ └── 8549--string-sorting-nonstrings.js
│ │ │ ├── 3_ajax
│ │ │ ├── bServerSide.js
│ │ │ ├── sAjaxSource.js
│ │ │ ├── aoColumns.sName.js
│ │ │ └── bInfo.js
│ │ │ ├── 4_server-side
│ │ │ ├── bServerSide.js
│ │ │ ├── sAjaxSource.js
│ │ │ ├── aoColumns.sName.js
│ │ │ ├── aoColumns.bSearchable.js
│ │ │ ├── 2440.js
│ │ │ └── -iDraw.js
│ │ │ ├── 6_delayed_rendering
│ │ │ ├── bServerSide.js
│ │ │ ├── sAjaxSource.js
│ │ │ └── aoColumns.sName.js
│ │ │ └── 5_ajax_objects
│ │ │ ├── bServerSide.js
│ │ │ ├── sAjaxSource.js
│ │ │ └── aoColumns.sName.js
│ └── src
│ │ └── model
│ │ └── model.search.js
├── jquery-validation
│ ├── demo
│ │ ├── milk
│ │ │ ├── bg.gif
│ │ │ ├── milk.png
│ │ │ ├── left_white.png
│ │ │ └── right_white.png
│ │ ├── images
│ │ │ ├── bg.gif
│ │ │ ├── checked.gif
│ │ │ ├── loading.gif
│ │ │ ├── unchecked.gif
│ │ │ ├── cmxform-divider.gif
│ │ │ └── cmxform-fieldset.gif
│ │ ├── login
│ │ │ └── images
│ │ │ │ ├── bg.gif
│ │ │ │ ├── page.gif
│ │ │ │ ├── header1.jpg
│ │ │ │ └── required_star.gif
│ │ ├── marketo
│ │ │ └── images
│ │ │ │ ├── sf.png
│ │ │ │ ├── help.png
│ │ │ │ ├── time.png
│ │ │ │ ├── blank.gif
│ │ │ │ ├── favicon.ico
│ │ │ │ ├── toggle.gif
│ │ │ │ ├── warning.gif
│ │ │ │ ├── step1-24.gif
│ │ │ │ ├── step2-24.gif
│ │ │ │ ├── step3-24.gif
│ │ │ │ ├── tab_green.gif
│ │ │ │ ├── login-sprite.gif
│ │ │ │ ├── logo_marketo.gif
│ │ │ │ ├── tab-sprite.gif
│ │ │ │ ├── back_nav_blue.gif
│ │ │ │ ├── button-submit.gif
│ │ │ │ ├── backRequiredGray.gif
│ │ │ │ ├── back_green-fade.gif
│ │ │ │ └── left-nav-callout-long.png
│ │ ├── captcha
│ │ │ ├── fonts
│ │ │ │ └── Anorexia.ttf
│ │ │ ├── images
│ │ │ │ ├── button.png
│ │ │ │ └── image.php
│ │ │ ├── newsession.php
│ │ │ ├── image_req.php
│ │ │ ├── process.php
│ │ │ ├── rand.php
│ │ │ └── captcha.js
│ │ ├── tinymce
│ │ │ └── themes
│ │ │ │ └── simple
│ │ │ │ ├── img
│ │ │ │ └── icons.gif
│ │ │ │ └── langs
│ │ │ │ └── en.js
│ │ └── css
│ │ │ ├── screen.css
│ │ │ ├── core.css
│ │ │ ├── reset.css
│ │ │ ├── cmxform.css
│ │ │ └── cmxformTemplate.css
│ ├── test
│ │ ├── firebug
│ │ │ ├── errorIcon.png
│ │ │ ├── infoIcon.png
│ │ │ ├── warningIcon.png
│ │ │ ├── firebugx.js
│ │ │ └── firebug.html
│ │ └── jquery.js
│ ├── localization
│ │ ├── methods_pt.js
│ │ ├── methods_nl.js
│ │ ├── methods_de.js
│ │ ├── messages_ko.js
│ │ ├── messages_zh.js
│ │ ├── messages_zh_TW.js
│ │ ├── messages_ja.js
│ │ ├── messages_vi.js
│ │ ├── messages_sk.js
│ │ ├── messages_da.js
│ │ ├── messages_he.js
│ │ ├── messages_hu.js
│ │ ├── messages_no.js
│ │ ├── messages_ar.js
│ │ ├── messages_th.js
│ │ ├── messages_sr.js
│ │ ├── messages_sv.js
│ │ ├── messages_fa.js
│ │ ├── messages_hr.js
│ │ ├── messages_de.js
│ │ ├── messages_cs.js
│ │ ├── messages_it.js
│ │ ├── messages_et.js
│ │ └── messages_lt.js
│ ├── lib
│ │ └── jquery.js
│ └── package.json
├── tinymce
│ └── js
│ │ └── tinymce
│ │ ├── skins
│ │ └── lightgray
│ │ │ ├── fonts
│ │ │ ├── readme.md
│ │ │ ├── icomoon.eot
│ │ │ ├── icomoon.ttf
│ │ │ ├── icomoon.woff
│ │ │ ├── icomoon-small.eot
│ │ │ ├── icomoon-small.ttf
│ │ │ └── icomoon-small.woff
│ │ │ ├── img
│ │ │ ├── anchor.gif
│ │ │ ├── loader.gif
│ │ │ ├── object.gif
│ │ │ ├── trans.gif
│ │ │ └── wline.gif
│ │ │ └── content.inline.min.css
│ │ ├── plugins
│ │ ├── example_dependency
│ │ │ └── plugin.min.js
│ │ ├── media
│ │ │ └── moxieplayer.swf
│ │ ├── emoticons
│ │ │ ├── img
│ │ │ │ ├── smiley-cool.gif
│ │ │ │ ├── smiley-cry.gif
│ │ │ │ ├── smiley-kiss.gif
│ │ │ │ ├── smiley-wink.gif
│ │ │ │ ├── smiley-yell.gif
│ │ │ │ ├── smiley-frown.gif
│ │ │ │ ├── smiley-sealed.gif
│ │ │ │ ├── smiley-smile.gif
│ │ │ │ ├── smiley-innocent.gif
│ │ │ │ ├── smiley-laughing.gif
│ │ │ │ ├── smiley-surprised.gif
│ │ │ │ ├── smiley-undecided.gif
│ │ │ │ ├── smiley-embarassed.gif
│ │ │ │ ├── smiley-money-mouth.gif
│ │ │ │ ├── smiley-tongue-out.gif
│ │ │ │ └── smiley-foot-in-mouth.gif
│ │ │ └── plugin.min.js
│ │ ├── print
│ │ │ └── plugin.min.js
│ │ ├── hr
│ │ │ └── plugin.min.js
│ │ ├── anchor
│ │ │ └── plugin.min.js
│ │ ├── example
│ │ │ └── plugin.min.js
│ │ ├── code
│ │ │ └── plugin.min.js
│ │ ├── nonbreaking
│ │ │ └── plugin.min.js
│ │ ├── contextmenu
│ │ │ └── plugin.min.js
│ │ ├── directionality
│ │ │ └── plugin.min.js
│ │ ├── wordcount
│ │ │ └── plugin.min.js
│ │ ├── pagebreak
│ │ │ └── plugin.min.js
│ │ ├── visualchars
│ │ │ └── plugin.min.js
│ │ ├── preview
│ │ │ └── plugin.min.js
│ │ ├── autoresize
│ │ │ └── plugin.min.js
│ │ ├── visualblocks
│ │ │ └── plugin.min.js
│ │ ├── save
│ │ │ └── plugin.min.js
│ │ ├── importcss
│ │ │ └── plugin.min.js
│ │ └── tabfocus
│ │ │ └── plugin.min.js
│ │ └── langs
│ │ └── readme.md
├── easypiechart
│ └── jquery.easy-pie-chart.css
├── morris
│ └── morris.css
└── wysiwyg
│ └── bootstrap-wysihtml5.css
├── assets
└── icemood.m3u
├── images
├── sprite.png
├── Loading.gif
├── bg-input.png
├── id3logo.png
├── bg-input-focus.png
├── logo-icemood-small.png
└── logo-icemood-topbar.png
├── 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
├── application
├── config
│ ├── autodj.php
│ ├── index.html
│ ├── hooks.php
│ ├── icegenerator.php
│ ├── profiler.php
│ ├── memcached.php
│ └── icemood.php
├── controllers
│ ├── Settings.php
│ ├── index.html
│ ├── admin
│ │ ├── index.php
│ │ ├── ajax.php
│ │ ├── login.php
│ │ └── dashboard.php
│ ├── Logout.php
│ ├── Welcome.php
│ ├── Shuffle.php
│ └── Login.php
├── libraries
│ ├── error.inc.php
│ ├── id3.class.php
│ ├── index.html
│ ├── ID3tag.php
│ └── Template.php
├── views
│ ├── dashboard.php
│ ├── errors
│ │ ├── cli
│ │ │ ├── error_404.php
│ │ │ ├── error_general.php
│ │ │ ├── error_db.php
│ │ │ ├── index.html
│ │ │ ├── error_php.php
│ │ │ └── error_exception.php
│ │ ├── index.html
│ │ └── html
│ │ │ ├── index.html
│ │ │ ├── error_php.php
│ │ │ └── error_exception.php
│ ├── index.html
│ └── admin
│ │ ├── dropzone.php
│ │ ├── ajax.php
│ │ ├── table_slots.php
│ │ ├── table.php
│ │ └── logs.php
├── .htaccess
├── cache
│ ├── .htaccess
│ └── index.html
├── index.html
├── core
│ └── index.html
├── helpers
│ └── index.html
├── hooks
│ └── index.html
├── language
│ ├── index.html
│ └── english
│ │ └── index.html
├── logs
│ └── index.html
├── models
│ ├── index.html
│ └── Mp3_model.php
└── third_party
│ └── index.html
├── bootstrap
└── img
│ ├── glyphicons-halflings.png
│ └── glyphicons-halflings-white.png
├── .gitattributes
├── .htaccess
└── .gitignore
/vendors/bootstrap-wysihtml5/VERSION:
--------------------------------------------------------------------------------
1 | 0.0.2
--------------------------------------------------------------------------------
/vendors/jGrowl/.gitignore:
--------------------------------------------------------------------------------
1 | .DS_Store
2 |
--------------------------------------------------------------------------------
/assets/icemood.m3u:
--------------------------------------------------------------------------------
1 | /home/admin/audio/trash/01FarewellTheme.mp3
2 |
--------------------------------------------------------------------------------
/vendors/flot/.travis.yml:
--------------------------------------------------------------------------------
1 | language: node_js
2 | node_js:
3 | - 0.8
4 |
--------------------------------------------------------------------------------
/vendors/flot/.gitignore:
--------------------------------------------------------------------------------
1 | *.min.js
2 | !excanvas.min.js
3 | node_modules/
4 |
--------------------------------------------------------------------------------
/images/sprite.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/images/sprite.png
--------------------------------------------------------------------------------
/images/Loading.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/images/Loading.gif
--------------------------------------------------------------------------------
/images/bg-input.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/images/bg-input.png
--------------------------------------------------------------------------------
/images/id3logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/images/id3logo.png
--------------------------------------------------------------------------------
/vendors/bootstrap-wysihtml5/.gitignore:
--------------------------------------------------------------------------------
1 | .DS_Store
2 | .c9revisions
3 | /*.project
4 |
--------------------------------------------------------------------------------
/system/fonts/texb.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/system/fonts/texb.ttf
--------------------------------------------------------------------------------
/images/bg-input-focus.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/images/bg-input-focus.png
--------------------------------------------------------------------------------
/vendors/chosen-sprite.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/chosen-sprite.png
--------------------------------------------------------------------------------
/images/logo-icemood-small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/images/logo-icemood-small.png
--------------------------------------------------------------------------------
/vendors/chosen-sprite@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/chosen-sprite@2x.png
--------------------------------------------------------------------------------
/images/logo-icemood-topbar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/images/logo-icemood-topbar.png
--------------------------------------------------------------------------------
/vendors/ckeditor/samples/assets/sample.css:
--------------------------------------------------------------------------------
1 | /**
2 | * Required by tests (dom/document.html).
3 | */
4 |
--------------------------------------------------------------------------------
/application/config/autodj.php:
--------------------------------------------------------------------------------
1 | template->set ( 'lastplayedtitle' , 'Last Played' );
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/vendors/ckeditor/plugins/icons_hidpi.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/plugins/icons_hidpi.png
--------------------------------------------------------------------------------
/vendors/ckeditor/samples/assets/sample.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/samples/assets/sample.jpg
--------------------------------------------------------------------------------
/vendors/datatables/images/back_enabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/datatables/images/back_enabled.png
--------------------------------------------------------------------------------
/vendors/jquery-validation/demo/milk/bg.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/jquery-validation/demo/milk/bg.gif
--------------------------------------------------------------------------------
/vendors/tinymce/js/tinymce/skins/lightgray/fonts/readme.md:
--------------------------------------------------------------------------------
1 | Icons are generated and provided by the http://icomoon.io service.
2 |
--------------------------------------------------------------------------------
/bootstrap/img/glyphicons-halflings-white.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/bootstrap/img/glyphicons-halflings-white.png
--------------------------------------------------------------------------------
/vendors/ckeditor/skins/moono/icons_hidpi.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/skins/moono/icons_hidpi.png
--------------------------------------------------------------------------------
/vendors/ckeditor/skins/moono/images/lock.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/skins/moono/images/lock.png
--------------------------------------------------------------------------------
/vendors/datatables/images/Sorting icons.psd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/datatables/images/Sorting icons.psd
--------------------------------------------------------------------------------
/vendors/datatables/images/back_disabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/datatables/images/back_disabled.png
--------------------------------------------------------------------------------
/vendors/flot/examples/navigate/arrow-up.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/flot/examples/navigate/arrow-up.gif
--------------------------------------------------------------------------------
/vendors/jquery-validation/demo/images/bg.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/jquery-validation/demo/images/bg.gif
--------------------------------------------------------------------------------
/vendors/jquery-validation/demo/milk/milk.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/jquery-validation/demo/milk/milk.png
--------------------------------------------------------------------------------
/vendors/ckeditor/plugins/link/images/anchor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/plugins/link/images/anchor.png
--------------------------------------------------------------------------------
/vendors/ckeditor/plugins/smiley/images/kiss.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/plugins/smiley/images/kiss.gif
--------------------------------------------------------------------------------
/vendors/ckeditor/skins/moono/images/arrow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/skins/moono/images/arrow.png
--------------------------------------------------------------------------------
/vendors/ckeditor/skins/moono/images/close.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/skins/moono/images/close.png
--------------------------------------------------------------------------------
/vendors/ckeditor/skins/moono/images/refresh.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/skins/moono/images/refresh.png
--------------------------------------------------------------------------------
/vendors/datatables/images/forward_disabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/datatables/images/forward_disabled.png
--------------------------------------------------------------------------------
/vendors/datatables/images/forward_enabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/datatables/images/forward_enabled.png
--------------------------------------------------------------------------------
/vendors/datatables/images/sort_asc_disabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/datatables/images/sort_asc_disabled.png
--------------------------------------------------------------------------------
/vendors/flot/examples/ajax/data-eu-gdp-growth-1.json:
--------------------------------------------------------------------------------
1 | {
2 | "label": "Europe (EU27)",
3 | "data": [[1999, 3.0], [2000, 3.9]]
4 | }
5 |
--------------------------------------------------------------------------------
/vendors/flot/examples/navigate/arrow-down.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/flot/examples/navigate/arrow-down.gif
--------------------------------------------------------------------------------
/vendors/flot/examples/navigate/arrow-left.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/flot/examples/navigate/arrow-left.gif
--------------------------------------------------------------------------------
/vendors/flot/examples/navigate/arrow-right.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/flot/examples/navigate/arrow-right.gif
--------------------------------------------------------------------------------
/vendors/tinymce/js/tinymce/plugins/example_dependency/plugin.min.js:
--------------------------------------------------------------------------------
1 | tinymce.PluginManager.add("example_dependency",function(){},["example"]);
--------------------------------------------------------------------------------
/vendors/ckeditor/plugins/image/images/noimage.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/plugins/image/images/noimage.png
--------------------------------------------------------------------------------
/vendors/ckeditor/plugins/smiley/images/heart.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/plugins/smiley/images/heart.gif
--------------------------------------------------------------------------------
/vendors/ckeditor/skins/moono/images/lock-open.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/skins/moono/images/lock-open.png
--------------------------------------------------------------------------------
/vendors/datatables/images/back_enabled_hover.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/datatables/images/back_enabled_hover.png
--------------------------------------------------------------------------------
/vendors/datatables/images/sort_desc_disabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/datatables/images/sort_desc_disabled.png
--------------------------------------------------------------------------------
/vendors/jquery-validation/demo/images/checked.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/jquery-validation/demo/images/checked.gif
--------------------------------------------------------------------------------
/vendors/jquery-validation/demo/images/loading.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/jquery-validation/demo/images/loading.gif
--------------------------------------------------------------------------------
/system/.htaccess:
--------------------------------------------------------------------------------
1 |
2 | Require all denied
3 |
4 |
5 | Deny from all
6 |
--------------------------------------------------------------------------------
/vendors/ckeditor/plugins/magicline/images/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/plugins/magicline/images/icon.png
--------------------------------------------------------------------------------
/vendors/ckeditor/plugins/smiley/images/cry_smile.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/plugins/smiley/images/cry_smile.gif
--------------------------------------------------------------------------------
/vendors/ckeditor/plugins/smiley/images/envelope.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/plugins/smiley/images/envelope.gif
--------------------------------------------------------------------------------
/vendors/ckeditor/plugins/smiley/images/lightbulb.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/plugins/smiley/images/lightbulb.gif
--------------------------------------------------------------------------------
/vendors/ckeditor/plugins/smiley/images/omg_smile.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/plugins/smiley/images/omg_smile.gif
--------------------------------------------------------------------------------
/vendors/ckeditor/plugins/smiley/images/sad_smile.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/plugins/smiley/images/sad_smile.gif
--------------------------------------------------------------------------------
/vendors/ckeditor/plugins/smiley/images/thumbs_up.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/plugins/smiley/images/thumbs_up.gif
--------------------------------------------------------------------------------
/vendors/ckeditor/samples/assets/inlineall/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/samples/assets/inlineall/logo.png
--------------------------------------------------------------------------------
/vendors/ckeditor/skins/moono/images/hidpi/close.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/skins/moono/images/hidpi/close.png
--------------------------------------------------------------------------------
/vendors/ckeditor/skins/moono/images/hidpi/lock.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/skins/moono/images/hidpi/lock.png
--------------------------------------------------------------------------------
/vendors/datatables/images/forward_enabled_hover.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/datatables/images/forward_enabled_hover.png
--------------------------------------------------------------------------------
/vendors/jquery-validation/demo/images/unchecked.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/jquery-validation/demo/images/unchecked.gif
--------------------------------------------------------------------------------
/vendors/jquery-validation/demo/login/images/bg.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/jquery-validation/demo/login/images/bg.gif
--------------------------------------------------------------------------------
/vendors/jquery-validation/demo/login/images/page.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/jquery-validation/demo/login/images/page.gif
--------------------------------------------------------------------------------
/vendors/jquery-validation/demo/marketo/images/sf.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/jquery-validation/demo/marketo/images/sf.png
--------------------------------------------------------------------------------
/vendors/jquery-validation/demo/milk/left_white.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/jquery-validation/demo/milk/left_white.png
--------------------------------------------------------------------------------
/vendors/jquery-validation/demo/milk/right_white.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/jquery-validation/demo/milk/right_white.png
--------------------------------------------------------------------------------
/vendors/jquery-validation/test/firebug/errorIcon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/jquery-validation/test/firebug/errorIcon.png
--------------------------------------------------------------------------------
/vendors/jquery-validation/test/firebug/infoIcon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/jquery-validation/test/firebug/infoIcon.png
--------------------------------------------------------------------------------
/vendors/bootstrap-wysihtml5/.settings/.gitignore:
--------------------------------------------------------------------------------
1 | /*.jsdtscope
2 | /*.eclipse.wst.jsdt.ui.superType.container
3 | /*.eclipse.wst.jsdt.ui.superType.name
4 |
--------------------------------------------------------------------------------
/vendors/ckeditor/plugins/fakeobjects/images/spacer.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/plugins/fakeobjects/images/spacer.gif
--------------------------------------------------------------------------------
/vendors/ckeditor/plugins/flash/images/placeholder.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/plugins/flash/images/placeholder.png
--------------------------------------------------------------------------------
/vendors/ckeditor/plugins/forms/images/hiddenfield.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/plugins/forms/images/hiddenfield.gif
--------------------------------------------------------------------------------
/vendors/ckeditor/plugins/iframe/images/placeholder.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/plugins/iframe/images/placeholder.png
--------------------------------------------------------------------------------
/vendors/ckeditor/plugins/link/images/hidpi/anchor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/plugins/link/images/hidpi/anchor.png
--------------------------------------------------------------------------------
/vendors/ckeditor/plugins/showblocks/images/block_p.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/plugins/showblocks/images/block_p.png
--------------------------------------------------------------------------------
/vendors/ckeditor/plugins/smiley/images/angel_smile.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/plugins/smiley/images/angel_smile.gif
--------------------------------------------------------------------------------
/vendors/ckeditor/plugins/smiley/images/angry_smile.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/plugins/smiley/images/angry_smile.gif
--------------------------------------------------------------------------------
/vendors/ckeditor/plugins/smiley/images/devil_smile.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/plugins/smiley/images/devil_smile.gif
--------------------------------------------------------------------------------
/vendors/ckeditor/plugins/smiley/images/teeth_smile.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/plugins/smiley/images/teeth_smile.gif
--------------------------------------------------------------------------------
/vendors/ckeditor/plugins/smiley/images/thumbs_down.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/plugins/smiley/images/thumbs_down.gif
--------------------------------------------------------------------------------
/vendors/ckeditor/plugins/smiley/images/wink_smile.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/plugins/smiley/images/wink_smile.gif
--------------------------------------------------------------------------------
/vendors/ckeditor/skins/moono/images/hidpi/refresh.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/skins/moono/images/hidpi/refresh.png
--------------------------------------------------------------------------------
/vendors/flot/examples/axes-time-zones/tz/southamerica:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/flot/examples/axes-time-zones/tz/southamerica
--------------------------------------------------------------------------------
/vendors/flot/examples/image/hs-2004-27-a-large-web.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/flot/examples/image/hs-2004-27-a-large-web.jpg
--------------------------------------------------------------------------------
/vendors/jquery-validation/demo/marketo/images/help.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/jquery-validation/demo/marketo/images/help.png
--------------------------------------------------------------------------------
/vendors/jquery-validation/demo/marketo/images/time.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/jquery-validation/demo/marketo/images/time.png
--------------------------------------------------------------------------------
/vendors/jquery-validation/test/firebug/warningIcon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/jquery-validation/test/firebug/warningIcon.png
--------------------------------------------------------------------------------
/vendors/ckeditor/plugins/about/dialogs/logo_ckeditor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/plugins/about/dialogs/logo_ckeditor.png
--------------------------------------------------------------------------------
/vendors/ckeditor/plugins/magicline/images/hidpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/plugins/magicline/images/hidpi/icon.png
--------------------------------------------------------------------------------
/vendors/ckeditor/plugins/pagebreak/images/pagebreak.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/plugins/pagebreak/images/pagebreak.gif
--------------------------------------------------------------------------------
/vendors/ckeditor/plugins/showblocks/images/block_div.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/plugins/showblocks/images/block_div.png
--------------------------------------------------------------------------------
/vendors/ckeditor/plugins/showblocks/images/block_h1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/plugins/showblocks/images/block_h1.png
--------------------------------------------------------------------------------
/vendors/ckeditor/plugins/showblocks/images/block_h2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/plugins/showblocks/images/block_h2.png
--------------------------------------------------------------------------------
/vendors/ckeditor/plugins/showblocks/images/block_h3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/plugins/showblocks/images/block_h3.png
--------------------------------------------------------------------------------
/vendors/ckeditor/plugins/showblocks/images/block_h4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/plugins/showblocks/images/block_h4.png
--------------------------------------------------------------------------------
/vendors/ckeditor/plugins/showblocks/images/block_h5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/plugins/showblocks/images/block_h5.png
--------------------------------------------------------------------------------
/vendors/ckeditor/plugins/showblocks/images/block_h6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/plugins/showblocks/images/block_h6.png
--------------------------------------------------------------------------------
/vendors/ckeditor/plugins/showblocks/images/block_pre.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/plugins/showblocks/images/block_pre.png
--------------------------------------------------------------------------------
/vendors/ckeditor/plugins/smiley/images/broken_heart.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/plugins/smiley/images/broken_heart.gif
--------------------------------------------------------------------------------
/vendors/ckeditor/plugins/smiley/images/confused_smile.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/plugins/smiley/images/confused_smile.gif
--------------------------------------------------------------------------------
/vendors/ckeditor/plugins/smiley/images/regular_smile.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/plugins/smiley/images/regular_smile.gif
--------------------------------------------------------------------------------
/vendors/ckeditor/plugins/smiley/images/shades_smile.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/plugins/smiley/images/shades_smile.gif
--------------------------------------------------------------------------------
/vendors/ckeditor/plugins/smiley/images/tongue_smile.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/plugins/smiley/images/tongue_smile.gif
--------------------------------------------------------------------------------
/vendors/ckeditor/plugins/smiley/images/tounge_smile.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/plugins/smiley/images/tounge_smile.gif
--------------------------------------------------------------------------------
/vendors/ckeditor/skins/moono/images/hidpi/lock-open.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/skins/moono/images/hidpi/lock-open.png
--------------------------------------------------------------------------------
/vendors/jquery-validation/demo/captcha/fonts/Anorexia.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/jquery-validation/demo/captcha/fonts/Anorexia.ttf
--------------------------------------------------------------------------------
/vendors/jquery-validation/demo/captcha/images/button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/jquery-validation/demo/captcha/images/button.png
--------------------------------------------------------------------------------
/vendors/jquery-validation/demo/images/cmxform-divider.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/jquery-validation/demo/images/cmxform-divider.gif
--------------------------------------------------------------------------------
/vendors/jquery-validation/demo/login/images/header1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/jquery-validation/demo/login/images/header1.jpg
--------------------------------------------------------------------------------
/vendors/jquery-validation/demo/marketo/images/blank.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/jquery-validation/demo/marketo/images/blank.gif
--------------------------------------------------------------------------------
/vendors/jquery-validation/demo/marketo/images/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/jquery-validation/demo/marketo/images/favicon.ico
--------------------------------------------------------------------------------
/vendors/jquery-validation/demo/marketo/images/toggle.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/jquery-validation/demo/marketo/images/toggle.gif
--------------------------------------------------------------------------------
/vendors/jquery-validation/demo/marketo/images/warning.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/jquery-validation/demo/marketo/images/warning.gif
--------------------------------------------------------------------------------
/vendors/tinymce/js/tinymce/plugins/media/moxieplayer.swf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/tinymce/js/tinymce/plugins/media/moxieplayer.swf
--------------------------------------------------------------------------------
/vendors/tinymce/js/tinymce/skins/lightgray/img/anchor.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/tinymce/js/tinymce/skins/lightgray/img/anchor.gif
--------------------------------------------------------------------------------
/vendors/tinymce/js/tinymce/skins/lightgray/img/loader.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/tinymce/js/tinymce/skins/lightgray/img/loader.gif
--------------------------------------------------------------------------------
/vendors/tinymce/js/tinymce/skins/lightgray/img/object.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/tinymce/js/tinymce/skins/lightgray/img/object.gif
--------------------------------------------------------------------------------
/vendors/tinymce/js/tinymce/skins/lightgray/img/trans.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/tinymce/js/tinymce/skins/lightgray/img/trans.gif
--------------------------------------------------------------------------------
/vendors/tinymce/js/tinymce/skins/lightgray/img/wline.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/tinymce/js/tinymce/skins/lightgray/img/wline.gif
--------------------------------------------------------------------------------
/application/.htaccess:
--------------------------------------------------------------------------------
1 |
2 | Require all denied
3 |
4 |
5 | Deny from all
6 |
--------------------------------------------------------------------------------
/vendors/ckeditor/plugins/smiley/images/embaressed_smile.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/plugins/smiley/images/embaressed_smile.gif
--------------------------------------------------------------------------------
/vendors/flot/examples/ajax/data-eu-gdp-growth-2.json:
--------------------------------------------------------------------------------
1 | {
2 | "label": "Europe (EU27)",
3 | "data": [[1999, 3.0], [2000, 3.9], [2001, 2.0], [2002, 1.2]]
4 | }
5 |
--------------------------------------------------------------------------------
/vendors/jquery-validation/demo/images/cmxform-fieldset.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/jquery-validation/demo/images/cmxform-fieldset.gif
--------------------------------------------------------------------------------
/vendors/jquery-validation/demo/marketo/images/step1-24.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/jquery-validation/demo/marketo/images/step1-24.gif
--------------------------------------------------------------------------------
/vendors/jquery-validation/demo/marketo/images/step2-24.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/jquery-validation/demo/marketo/images/step2-24.gif
--------------------------------------------------------------------------------
/vendors/jquery-validation/demo/marketo/images/step3-24.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/jquery-validation/demo/marketo/images/step3-24.gif
--------------------------------------------------------------------------------
/vendors/jquery-validation/demo/marketo/images/tab_green.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/jquery-validation/demo/marketo/images/tab_green.gif
--------------------------------------------------------------------------------
/application/cache/.htaccess:
--------------------------------------------------------------------------------
1 |
2 | Require all denied
3 |
4 |
5 | Deny from all
6 |
--------------------------------------------------------------------------------
/vendors/bootstrap-wysihtml5/lib/img/glyphicons-halflings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/bootstrap-wysihtml5/lib/img/glyphicons-halflings.png
--------------------------------------------------------------------------------
/vendors/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png
--------------------------------------------------------------------------------
/vendors/ckeditor/plugins/showblocks/images/block_address.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/plugins/showblocks/images/block_address.png
--------------------------------------------------------------------------------
/vendors/ckeditor/plugins/smiley/images/embarrassed_smile.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/plugins/smiley/images/embarrassed_smile.gif
--------------------------------------------------------------------------------
/vendors/jquery-validation/demo/login/images/required_star.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/jquery-validation/demo/login/images/required_star.gif
--------------------------------------------------------------------------------
/vendors/jquery-validation/demo/marketo/images/login-sprite.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/jquery-validation/demo/marketo/images/login-sprite.gif
--------------------------------------------------------------------------------
/vendors/jquery-validation/demo/marketo/images/logo_marketo.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/jquery-validation/demo/marketo/images/logo_marketo.gif
--------------------------------------------------------------------------------
/vendors/jquery-validation/demo/marketo/images/tab-sprite.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/jquery-validation/demo/marketo/images/tab-sprite.gif
--------------------------------------------------------------------------------
/vendors/tinymce/js/tinymce/skins/lightgray/fonts/icomoon.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/tinymce/js/tinymce/skins/lightgray/fonts/icomoon.eot
--------------------------------------------------------------------------------
/vendors/tinymce/js/tinymce/skins/lightgray/fonts/icomoon.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/tinymce/js/tinymce/skins/lightgray/fonts/icomoon.ttf
--------------------------------------------------------------------------------
/vendors/tinymce/js/tinymce/skins/lightgray/fonts/icomoon.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/tinymce/js/tinymce/skins/lightgray/fonts/icomoon.woff
--------------------------------------------------------------------------------
/vendors/ckeditor/plugins/showblocks/images/block_blockquote.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/plugins/showblocks/images/block_blockquote.png
--------------------------------------------------------------------------------
/vendors/flot/component.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "Flot",
3 | "version": "0.8.0-beta",
4 | "main": "jquery.flot.js",
5 | "dependencies": {
6 | "jquery": ">= 1.2.6"
7 | }
8 | }
9 |
--------------------------------------------------------------------------------
/vendors/jquery-validation/demo/marketo/images/back_nav_blue.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/jquery-validation/demo/marketo/images/back_nav_blue.gif
--------------------------------------------------------------------------------
/vendors/jquery-validation/demo/marketo/images/button-submit.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/jquery-validation/demo/marketo/images/button-submit.gif
--------------------------------------------------------------------------------
/vendors/tinymce/js/tinymce/plugins/emoticons/img/smiley-cool.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/tinymce/js/tinymce/plugins/emoticons/img/smiley-cool.gif
--------------------------------------------------------------------------------
/vendors/tinymce/js/tinymce/plugins/emoticons/img/smiley-cry.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/tinymce/js/tinymce/plugins/emoticons/img/smiley-cry.gif
--------------------------------------------------------------------------------
/vendors/tinymce/js/tinymce/plugins/emoticons/img/smiley-kiss.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/tinymce/js/tinymce/plugins/emoticons/img/smiley-kiss.gif
--------------------------------------------------------------------------------
/vendors/tinymce/js/tinymce/plugins/emoticons/img/smiley-wink.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/tinymce/js/tinymce/plugins/emoticons/img/smiley-wink.gif
--------------------------------------------------------------------------------
/vendors/tinymce/js/tinymce/plugins/emoticons/img/smiley-yell.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/tinymce/js/tinymce/plugins/emoticons/img/smiley-yell.gif
--------------------------------------------------------------------------------
/vendors/bootstrap-wysihtml5/lib/img/glyphicons-halflings-white.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/bootstrap-wysihtml5/lib/img/glyphicons-halflings-white.png
--------------------------------------------------------------------------------
/vendors/bootstrap-wysihtml5/test/lib/img/glyphicons-halflings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/bootstrap-wysihtml5/test/lib/img/glyphicons-halflings.png
--------------------------------------------------------------------------------
/vendors/ckeditor/plugins/templates/templates/images/template1.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/plugins/templates/templates/images/template1.gif
--------------------------------------------------------------------------------
/vendors/ckeditor/plugins/templates/templates/images/template2.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/plugins/templates/templates/images/template2.gif
--------------------------------------------------------------------------------
/vendors/ckeditor/plugins/templates/templates/images/template3.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/plugins/templates/templates/images/template3.gif
--------------------------------------------------------------------------------
/vendors/jquery-validation/demo/marketo/images/backRequiredGray.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/jquery-validation/demo/marketo/images/backRequiredGray.gif
--------------------------------------------------------------------------------
/vendors/jquery-validation/demo/marketo/images/back_green-fade.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/jquery-validation/demo/marketo/images/back_green-fade.gif
--------------------------------------------------------------------------------
/vendors/jquery-validation/demo/tinymce/themes/simple/img/icons.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/jquery-validation/demo/tinymce/themes/simple/img/icons.gif
--------------------------------------------------------------------------------
/vendors/tinymce/js/tinymce/plugins/emoticons/img/smiley-frown.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/tinymce/js/tinymce/plugins/emoticons/img/smiley-frown.gif
--------------------------------------------------------------------------------
/vendors/tinymce/js/tinymce/plugins/emoticons/img/smiley-sealed.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/tinymce/js/tinymce/plugins/emoticons/img/smiley-sealed.gif
--------------------------------------------------------------------------------
/vendors/tinymce/js/tinymce/plugins/emoticons/img/smiley-smile.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/tinymce/js/tinymce/plugins/emoticons/img/smiley-smile.gif
--------------------------------------------------------------------------------
/vendors/tinymce/js/tinymce/skins/lightgray/fonts/icomoon-small.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/tinymce/js/tinymce/skins/lightgray/fonts/icomoon-small.eot
--------------------------------------------------------------------------------
/vendors/tinymce/js/tinymce/skins/lightgray/fonts/icomoon-small.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/tinymce/js/tinymce/skins/lightgray/fonts/icomoon-small.ttf
--------------------------------------------------------------------------------
/vendors/tinymce/js/tinymce/skins/lightgray/fonts/icomoon-small.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/tinymce/js/tinymce/skins/lightgray/fonts/icomoon-small.woff
--------------------------------------------------------------------------------
/vendors/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif
--------------------------------------------------------------------------------
/vendors/tinymce/js/tinymce/plugins/emoticons/img/smiley-innocent.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/tinymce/js/tinymce/plugins/emoticons/img/smiley-innocent.gif
--------------------------------------------------------------------------------
/vendors/tinymce/js/tinymce/plugins/emoticons/img/smiley-laughing.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/tinymce/js/tinymce/plugins/emoticons/img/smiley-laughing.gif
--------------------------------------------------------------------------------
/vendors/tinymce/js/tinymce/plugins/emoticons/img/smiley-surprised.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/tinymce/js/tinymce/plugins/emoticons/img/smiley-surprised.gif
--------------------------------------------------------------------------------
/vendors/tinymce/js/tinymce/plugins/emoticons/img/smiley-undecided.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/tinymce/js/tinymce/plugins/emoticons/img/smiley-undecided.gif
--------------------------------------------------------------------------------
/vendors/bootstrap-wysihtml5/test/lib/img/glyphicons-halflings-white.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/bootstrap-wysihtml5/test/lib/img/glyphicons-halflings-white.png
--------------------------------------------------------------------------------
/vendors/flot/examples/ajax/data-eu-gdp-growth-3.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]]
4 | }
5 |
--------------------------------------------------------------------------------
/vendors/jquery-validation/demo/marketo/images/left-nav-callout-long.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/jquery-validation/demo/marketo/images/left-nav-callout-long.png
--------------------------------------------------------------------------------
/vendors/tinymce/js/tinymce/plugins/emoticons/img/smiley-embarassed.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/tinymce/js/tinymce/plugins/emoticons/img/smiley-embarassed.gif
--------------------------------------------------------------------------------
/vendors/tinymce/js/tinymce/plugins/emoticons/img/smiley-money-mouth.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/tinymce/js/tinymce/plugins/emoticons/img/smiley-money-mouth.gif
--------------------------------------------------------------------------------
/vendors/tinymce/js/tinymce/plugins/emoticons/img/smiley-tongue-out.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/tinymce/js/tinymce/plugins/emoticons/img/smiley-tongue-out.gif
--------------------------------------------------------------------------------
/application/views/errors/cli/error_404.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/vendors/tinymce/js/tinymce/langs/readme.md:
--------------------------------------------------------------------------------
1 | This is where language files should be placed.
2 |
3 | Please DO NOT translate these directly use this service: https://www.transifex.com/projects/p/tinymce/
4 |
--------------------------------------------------------------------------------
/application/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/system/core/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/system/database/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/system/fonts/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/system/helpers/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/system/language/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/vendors/ckeditor/plugins/dialog/dialogDefinition.js:
--------------------------------------------------------------------------------
1 | /*
2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
3 | For licensing, see LICENSE.md or http://ckeditor.com/license
4 | */
5 |
--------------------------------------------------------------------------------
/application/cache/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/application/config/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/application/core/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/application/helpers/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/application/hooks/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/application/language/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/application/logs/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/application/models/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/application/views/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/system/core/compat/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/system/libraries/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/vendors/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/outputforflash.fla:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/outputforflash.fla
--------------------------------------------------------------------------------
/vendors/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/outputforflash.swf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/swina/IceMood/HEAD/vendors/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/outputforflash.swf
--------------------------------------------------------------------------------
/application/controllers/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/application/libraries/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/application/third_party/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/application/views/errors/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/system/database/drivers/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/system/language/english/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/system/libraries/Cache/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/system/libraries/Session/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/vendors/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 |
--------------------------------------------------------------------------------
/application/language/english/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/application/views/errors/cli/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/application/views/errors/html/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/system/database/drivers/cubrid/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/system/database/drivers/ibase/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/system/database/drivers/mssql/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/system/database/drivers/mysql/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/system/database/drivers/mysqli/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/system/database/drivers/oci8/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/system/database/drivers/odbc/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/system/database/drivers/pdo/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/system/database/drivers/sqlite/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/system/database/drivers/sqlsrv/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/system/libraries/Cache/drivers/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/system/libraries/Javascript/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/system/database/drivers/postgre/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/system/database/drivers/sqlite3/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/system/libraries/Session/drivers/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/application/libraries/ID3tag.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | Untitled
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/system/database/drivers/pdo/subdrivers/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 403 Forbidden
5 |
6 |
7 |
8 | Directory access is forbidden.
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/vendors/easypiechart/jquery.easy-pie-chart.css:
--------------------------------------------------------------------------------
1 | .easyPieChart {
2 | position: relative;
3 | text-align: center;
4 | }
5 |
6 | .easyPieChart canvas {
7 | position: absolute;
8 | top: 0;
9 | left: 0;
10 | }
11 |
--------------------------------------------------------------------------------
/vendors/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 |
--------------------------------------------------------------------------------
/application/views/admin/dropzone.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | Untitled
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/vendors/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 |
--------------------------------------------------------------------------------
/vendors/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 |
--------------------------------------------------------------------------------
/vendors/flot/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "Flot",
3 | "version": "0.8.0-beta",
4 | "main": "jquery.flot.js",
5 | "scripts": {
6 | "test": "make test"
7 | },
8 | "devDependencies": {
9 | "jshint": "0.9.1"
10 | }
11 | }
12 |
--------------------------------------------------------------------------------
/vendors/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 |
--------------------------------------------------------------------------------
/application/views/admin/ajax.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | Untitled
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/vendors/ckeditor/plugins/preview/preview.html:
--------------------------------------------------------------------------------
1 |
11 |
--------------------------------------------------------------------------------
/vendors/bootstrap-wysihtml5/component.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "bootstrap-wysihtml5",
3 | "version": "0.1.0",
4 | "main": ["src/bootstrap-wysihtml5.css", "src/bootstrap-wysihtml5.js"],
5 | "dependencies": {
6 | "wysihtml5": "~0.3.0"
7 | }
8 | }
9 |
--------------------------------------------------------------------------------
/vendors/jquery-validation/demo/captcha/newsession.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/vendors/jquery-validation/demo/css/screen.css:
--------------------------------------------------------------------------------
1 | /**********************************
2 |
3 | Use: Main Screen Import
4 |
5 | ***********************************/
6 |
7 | @import "reset.css";
8 | @import "core.css";
9 |
10 | @import "cmxformTemplate.css";
11 | @import "cmxform.css";
--------------------------------------------------------------------------------
/vendors/datatables/unit_testing/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/vendors/jquery-validation/demo/captcha/image_req.php:
--------------------------------------------------------------------------------
1 | ';
5 |
6 | ?>
--------------------------------------------------------------------------------
/vendors/jquery-validation/localization/methods_pt.js:
--------------------------------------------------------------------------------
1 | /*
2 | * Localized default methods for the jQuery validation plugin.
3 | * Locale: PT_BR
4 | */
5 | jQuery.extend(jQuery.validator.methods, {
6 | date: function(value, element) {
7 | return this.optional(element) || /^\d\d?\/\d\d?\/\d\d\d?\d?$/.test(value);
8 | }
9 | });
--------------------------------------------------------------------------------
/vendors/jquery-validation/localization/methods_nl.js:
--------------------------------------------------------------------------------
1 | /*
2 | * Localized default methods for the jQuery validation plugin.
3 | * Locale: NL
4 | */
5 | jQuery.extend(jQuery.validator.methods, {
6 | date: function(value, element) {
7 | return this.optional(element) || /^\d\d?[\.\/\-]\d\d?[\.\/\-]\d\d\d?\d?$/.test(value);
8 | }
9 | });
--------------------------------------------------------------------------------
/vendors/tinymce/js/tinymce/plugins/print/plugin.min.js:
--------------------------------------------------------------------------------
1 | tinymce.PluginManager.add("print",function(t){t.addCommand("mcePrint",function(){t.getWin().print()}),t.addButton("print",{title:"Print",cmd:"mcePrint"}),t.addShortcut("Ctrl+P","","mcePrint"),t.addMenuItem("print",{text:"Print",cmd:"mcePrint",icon:"print",shortcut:"Ctrl+P",context:"file"})});
--------------------------------------------------------------------------------
/vendors/flot/Makefile:
--------------------------------------------------------------------------------
1 | # Makefile for generating minified files
2 |
3 | .PHONY: all
4 |
5 | # we cheat and process all .js files instead of an exhaustive list
6 | all: $(patsubst %.js,%.min.js,$(filter-out %.min.js,$(wildcard *.js)))
7 |
8 | %.min.js: %.js
9 | yui-compressor $< -o $@
10 |
11 | test:
12 | ./node_modules/.bin/jshint *jquery.flot.js
13 |
--------------------------------------------------------------------------------
/application/controllers/admin/index.php:
--------------------------------------------------------------------------------
1 | load->view('admin/login');
12 | }
13 | }
--------------------------------------------------------------------------------
/vendors/tinymce/js/tinymce/plugins/hr/plugin.min.js:
--------------------------------------------------------------------------------
1 | tinymce.PluginManager.add("hr",function(e){e.addCommand("InsertHorizontalRule",function(){e.execCommand("mceInsertContent",!1," ")}),e.addButton("hr",{icon:"hr",tooltip:"Horizontal line",cmd:"InsertHorizontalRule"}),e.addMenuItem("hr",{icon:"hr",text:"Horizontal line",cmd:"InsertHorizontalRule",context:"insert"})});
--------------------------------------------------------------------------------
/application/views/admin/table_slots.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Start Time
5 | End Time
6 | Playlist
7 |
8 |
9 | =$table_output?>
10 |
11 |
12 |
--------------------------------------------------------------------------------
/vendors/datatables/unit_testing/tests_onhold/1_dom/2799.js:
--------------------------------------------------------------------------------
1 | // DATA_TEMPLATE: two_tables
2 | oTest.fnStart( "Initialise two tables" );
3 |
4 | $(document).ready( function () {
5 | $('table.display').dataTable();
6 |
7 | oTest.fnTest(
8 | "Check that initialisation was okay",
9 | null,
10 | function () { return true; }
11 | );
12 |
13 | oTest.fnComplete();
14 | } );
--------------------------------------------------------------------------------
/vendors/ckeditor/config.js:
--------------------------------------------------------------------------------
1 | /**
2 | * @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
3 | * For licensing, see LICENSE.html or http://ckeditor.com/license
4 | */
5 |
6 | CKEDITOR.editorConfig = function( config ) {
7 | // Define changes to default configuration here. For example:
8 | // config.language = 'fr';
9 | // config.uiColor = '#AADC6E';
10 | };
11 |
--------------------------------------------------------------------------------
/vendors/jquery-validation/demo/captcha/process.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/vendors/jquery-validation/demo/tinymce/themes/simple/langs/en.js:
--------------------------------------------------------------------------------
1 | tinyMCE.addI18n('en.simple',{
2 | bold_desc:"Bold (Ctrl+B)",
3 | italic_desc:"Italic (Ctrl+I)",
4 | underline_desc:"Underline (Ctrl+U)",
5 | striketrough_desc:"Strikethrough",
6 | bullist_desc:"Unordered list",
7 | numlist_desc:"Ordered list",
8 | undo_desc:"Undo (Ctrl+Z)",
9 | redo_desc:"Redo (Ctrl+Y)",
10 | cleanup_desc:"Cleanup messy code"
11 | });
--------------------------------------------------------------------------------
/vendors/jquery-validation/test/firebug/firebugx.js:
--------------------------------------------------------------------------------
1 |
2 | if (!("console" in window) || !("firebug" in console))
3 | {
4 | var names = ["log", "debug", "info", "warn", "error", "assert", "dir", "dirxml",
5 | "group", "groupEnd", "time", "timeEnd", "count", "trace", "profile", "profileEnd"];
6 |
7 | window.console = {};
8 | for (var i = 0; i < names.length; ++i)
9 | window.console[names[i]] = function() {}
10 | }
--------------------------------------------------------------------------------
/application/controllers/Logout.php:
--------------------------------------------------------------------------------
1 | session->set_userdata ( 'validated' , false );
11 | redirect ( base_url() );
12 | //$this->load->view('admin/login', 'admin/login' );
13 | }
14 |
15 | }
--------------------------------------------------------------------------------
/vendors/datatables/unit_testing/tests_onhold/1_dom/2530-2.js:
--------------------------------------------------------------------------------
1 | // DATA_TEMPLATE: dom_data
2 | oTest.fnStart( "User given with is left when no scrolling" );
3 |
4 | $(document).ready( function () {
5 | $('#example')[0].style.width = "80%";
6 | $('#example').dataTable();
7 |
8 | oTest.fnTest(
9 | "Check user width is left",
10 | null,
11 | function () { return $('#example').width() == 640; }
12 | );
13 |
14 | oTest.fnComplete();
15 | } );
--------------------------------------------------------------------------------
/.gitattributes:
--------------------------------------------------------------------------------
1 | # Auto detect text files and perform LF normalization
2 | * text=auto
3 |
4 | # Custom for Visual Studio
5 | *.cs diff=csharp
6 |
7 | # Standard to msysgit
8 | *.doc diff=astextplain
9 | *.DOC diff=astextplain
10 | *.docx diff=astextplain
11 | *.DOCX diff=astextplain
12 | *.dot diff=astextplain
13 | *.DOT diff=astextplain
14 | *.pdf diff=astextplain
15 | *.PDF diff=astextplain
16 | *.rtf diff=astextplain
17 | *.RTF diff=astextplain
18 |
--------------------------------------------------------------------------------
/vendors/morris/morris.css:
--------------------------------------------------------------------------------
1 | .morris-hover{position:absolute;z-index:1000;}.morris-hover.morris-default-style{border-radius:10px;padding:6px;color:#666;background:rgba(255, 255, 255, 0.8);border:solid 2px rgba(230, 230, 230, 0.8);font-family:sans-serif;font-size:12px;text-align:center;}.morris-hover.morris-default-style .morris-hover-row-label{font-weight:bold;margin:0.25em 0;}
2 | .morris-hover.morris-default-style .morris-hover-point{white-space:nowrap;margin:0.1em 0;}
3 |
--------------------------------------------------------------------------------
/vendors/jquery-validation/localization/methods_de.js:
--------------------------------------------------------------------------------
1 | /*
2 | * Localized default methods for the jQuery validation plugin.
3 | * Locale: DE
4 | */
5 | jQuery.extend(jQuery.validator.methods, {
6 | date: function(value, element) {
7 | return this.optional(element) || /^\d\d?\.\d\d?\.\d\d\d?\d?$/.test(value);
8 | },
9 | number: function(value, element) {
10 | return this.optional(element) || /^-?(?:\d+|\d{1,3}(?:\.\d{3})+)(?:,\d+)?$/.test(value);
11 | }
12 | });
--------------------------------------------------------------------------------
/vendors/bootstrap-wysihtml5/Gemfile.lock:
--------------------------------------------------------------------------------
1 | GEM
2 | remote: https://rubygems.org/
3 | specs:
4 | execjs (1.3.0)
5 | multi_json (~> 1.0)
6 | libv8 (3.3.10.4)
7 | multi_json (1.1.0)
8 | rake (0.9.2.2)
9 | therubyracer (0.9.10)
10 | libv8 (~> 3.3.10)
11 | uglifier (1.2.3)
12 | execjs (>= 0.3.0)
13 | multi_json (>= 1.0.2)
14 |
15 | PLATFORMS
16 | ruby
17 |
18 | DEPENDENCIES
19 | rake
20 | therubyracer
21 | uglifier
22 |
--------------------------------------------------------------------------------
/vendors/flot/examples/axes-time-zones/tz/factory:
--------------------------------------------------------------------------------
1 | #
2 | # This file is in the public domain, so clarified as of
3 | # 2009-05-17 by Arthur David Olson.
4 |
5 | # For companies who don't want to put time zone specification in
6 | # their installation procedures. When users run date, they'll get the message.
7 | # Also useful for the "comp.sources" version.
8 |
9 | # Zone NAME GMTOFF RULES FORMAT
10 | Zone Factory 0 - "Local time zone must be set--see zic manual page"
11 |
--------------------------------------------------------------------------------
/vendors/jquery-validation/demo/captcha/rand.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/application/config/hooks.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | ID#
6 |
7 | Folder/File
8 | Album
9 | Author / Song
10 | Time
11 | Genre
12 |
13 |
14 | =$audio_storage?>
15 |
16 |
17 |
--------------------------------------------------------------------------------
/vendors/datatables/unit_testing/tests_onhold/1_dom/fnFilter.js:
--------------------------------------------------------------------------------
1 | // DATA_TEMPLATE: dom_data
2 | oTest.fnStart( "fnFilter" );
3 |
4 | $(document).ready( function () {
5 | /* Check the default */
6 | var oTable = $('#example').dataTable();
7 | oTable.fnFilter(1);
8 |
9 | oTest.fnTest(
10 | "Filtering with a non-string input is valid",
11 | null,
12 | function () { return $('#example_info').html() == "Showing 1 to 10 of 32 entries (filtered from 57 total entries)"; }
13 | );
14 |
15 | oTest.fnComplete();
16 | } );
--------------------------------------------------------------------------------
/vendors/tinymce/js/tinymce/plugins/example/plugin.min.js:
--------------------------------------------------------------------------------
1 | tinymce.PluginManager.add("example",function(e){e.addButton("example",{text:"My button",icon:!1,onclick:function(){e.windowManager.open({title:"Example plugin",body:[{type:"textbox",name:"title",label:"Title"}],onsubmit:function(t){e.insertContent("Title: "+t.data.title)}})}}),e.addMenuItem("example",{text:"Example plugin",context:"tools",onclick:function(){e.windowManager.open({title:"TinyMCE site",url:"http://www.tinymce.com",width:800,height:600,buttons:[{text:"Close",onclick:"close"}]})}})});
--------------------------------------------------------------------------------
/application/config/icegenerator.php:
--------------------------------------------------------------------------------
1 | array(
15 | 'hostname' => '127.0.0.1',
16 | 'port' => '11211',
17 | 'weight' => '1',
18 | ),
19 | );
20 |
--------------------------------------------------------------------------------
/vendors/tinymce/js/tinymce/plugins/code/plugin.min.js:
--------------------------------------------------------------------------------
1 | tinymce.PluginManager.add("code",function(e){function t(){e.windowManager.open({title:"Source code",body:{type:"textbox",name:"code",multiline:!0,minWidth:e.getParam("code_dialog_width",600),minHeight:e.getParam("code_dialog_height",500),value:e.getContent({source_view:!0}),spellcheck:!1},onSubmit:function(t){e.undoManager.transact(function(){e.setContent(t.data.code)}),e.nodeChanged()}})}e.addCommand("mceCodeEditor",t),e.addButton("code",{icon:"code",tooltip:"Source code",onclick:t}),e.addMenuItem("code",{icon:"code",text:"Source code",context:"tools",onclick:t})});
--------------------------------------------------------------------------------
/vendors/datatables/unit_testing/tests_onhold/2_js/bServerSide.js:
--------------------------------------------------------------------------------
1 | // DATA_TEMPLATE: js_data
2 | oTest.fnStart( "bServerSide" );
3 |
4 | /* Not interested in server-side processing here other than to check that it is off */
5 |
6 | $(document).ready( function () {
7 | /* Check the default */
8 | var oTable = $('#example').dataTable( {
9 | "aaData": gaaData
10 | } );
11 | var oSettings = oTable.fnSettings();
12 |
13 | oTest.fnTest(
14 | "Server side is off by default",
15 | null,
16 | function () { return oSettings.oFeatures.bServerSide == false; }
17 | );
18 |
19 | oTest.fnComplete();
20 | } );
--------------------------------------------------------------------------------
/vendors/jquery-validation/test/jquery.js:
--------------------------------------------------------------------------------
1 | (function() {
2 |
3 | var parts = document.location.search.slice( 1 ).split( "&" ),
4 | length = parts.length,
5 | i = 0,
6 | current,
7 | version = "1.9.0",
8 | file = "http://code.jquery.com/jquery-git.js";
9 |
10 | for ( ; i < length; i++ ) {
11 | current = parts[ i ].split( "=" );
12 | if ( current[ 0 ] === "jquery" ) {
13 | version = current[ 1 ];
14 | break;
15 | }
16 | }
17 |
18 | if (version != "git") {
19 | file = "../lib/jquery-" + version + ".js";
20 | }
21 |
22 |
23 | document.write( "" );
24 |
25 | })();
26 |
--------------------------------------------------------------------------------
/.htaccess:
--------------------------------------------------------------------------------
1 |
2 | RewriteEngine On
3 | RewriteBase /
4 |
5 | # Removes index.php from ExpressionEngine URLs
6 | RewriteCond %{THE_REQUEST} ^GET.*index\.php [NC]
7 | RewriteCond %{REQUEST_URI} !/system/.* [NC]
8 | RewriteCond %{REQUEST_URI} !/audio/.* [NC]
9 | RewriteRule (.*?)index\.php/*(.*) /$1$2 [R=301,NE,L]
10 |
11 | # Directs all EE web requests through the site index file
12 | RewriteCond %{REQUEST_FILENAME} !-f
13 | RewriteCond %{REQUEST_FILENAME} !-d
14 | RewriteRule ^(.*)$ /index.php/$1 [L]
15 |
--------------------------------------------------------------------------------
/vendors/tinymce/js/tinymce/plugins/nonbreaking/plugin.min.js:
--------------------------------------------------------------------------------
1 | tinymce.PluginManager.add("nonbreaking",function(e){var t=e.getParam("nonbreaking_force_tab");if(e.addCommand("mceNonBreaking",function(){e.insertContent(e.plugins.visualchars&&e.plugins.visualchars.state?' ':" ")}),e.addButton("nonbreaking",{title:"Insert nonbreaking space",cmd:"mceNonBreaking"}),e.addMenuItem("nonbreaking",{text:"Nonbreaking space",cmd:"mceNonBreaking",context:"insert"}),t){var n=+t>1?+t:3;e.on("keydown",function(t){if(9==t.keyCode){if(t.shiftKey)return;t.preventDefault();for(var i=0;n>i;i++)e.execCommand("mceNonBreaking")}})}});
--------------------------------------------------------------------------------
/vendors/datatables/unit_testing/tests_onhold/3_ajax/bServerSide.js:
--------------------------------------------------------------------------------
1 | // DATA_TEMPLATE: empty_table
2 | oTest.fnStart( "bServerSide" );
3 |
4 | /* Not interested in server-side processing here other than to check that it is off */
5 |
6 | $(document).ready( function () {
7 | /* Check the default */
8 | var oTable = $('#example').dataTable( {
9 | "sAjaxSource": "../../../examples/ajax/sources/arrays.txt"
10 | } );
11 | var oSettings = oTable.fnSettings();
12 |
13 | oTest.fnWaitTest(
14 | "Server side is off by default",
15 | null,
16 | function () { return oSettings.oFeatures.bServerSide == false; }
17 | );
18 |
19 | oTest.fnComplete();
20 | } );
--------------------------------------------------------------------------------
/vendors/datatables/unit_testing/tests_onhold/3_ajax/sAjaxSource.js:
--------------------------------------------------------------------------------
1 | // DATA_TEMPLATE: empty_table
2 | oTest.fnStart( "sAjaxSource" );
3 |
4 | /* Sanitfy check really - all the other tests blast this */
5 |
6 | $(document).ready( function () {
7 | /* Check the default */
8 | var oTable = $('#example').dataTable( {
9 | "sAjaxSource": "../../../examples/ajax/sources/arrays.txt"
10 | } );
11 | var oSettings = oTable.fnSettings();
12 |
13 | oTest.fnWaitTest(
14 | "Server side is off by default",
15 | null,
16 | function () {
17 | return oSettings.sAjaxSource == "../../../examples/ajax/sources/arrays.txt";
18 | }
19 | );
20 |
21 | oTest.fnComplete();
22 | } );
--------------------------------------------------------------------------------
/vendors/datatables/unit_testing/tests_onhold/4_server-side/bServerSide.js:
--------------------------------------------------------------------------------
1 | // DATA_TEMPLATE: empty_table
2 | oTest.fnStart( "bServerSide" );
3 |
4 | /* All the other scripts blast the ssp processing */
5 |
6 | $(document).ready( function () {
7 | /* Check the default */
8 | var oTable = $('#example').dataTable( {
9 | "bServerSide": true,
10 | "sAjaxSource": "../../../examples/server_side/scripts/server_processing.php"
11 | } );
12 | var oSettings = oTable.fnSettings();
13 |
14 | oTest.fnWaitTest(
15 | "Server side can be set to on",
16 | null,
17 | function () { return oSettings.oFeatures.bServerSide == true; }
18 | );
19 |
20 | oTest.fnComplete();
21 | } );
--------------------------------------------------------------------------------
/vendors/datatables/unit_testing/tests_onhold/6_delayed_rendering/bServerSide.js:
--------------------------------------------------------------------------------
1 | // DATA_TEMPLATE: empty_table
2 | oTest.fnStart( "bServerSide" );
3 |
4 | /* Not interested in server-side processing here other than to check that it is off */
5 |
6 | $(document).ready( function () {
7 | /* Check the default */
8 | var oTable = $('#example').dataTable( {
9 | "sAjaxSource": "../../../examples/ajax/sources/arrays.txt",
10 | "bDeferRender": true
11 | } );
12 | var oSettings = oTable.fnSettings();
13 |
14 | oTest.fnWaitTest(
15 | "Server side is off by default",
16 | null,
17 | function () { return oSettings.oFeatures.bServerSide == false; }
18 | );
19 |
20 | oTest.fnComplete();
21 | } );
--------------------------------------------------------------------------------
/vendors/jquery-validation/demo/captcha/captcha.js:
--------------------------------------------------------------------------------
1 | $(function(){
2 | $("#refreshimg").click(function(){
3 | $.post('newsession.php');
4 | $("#captchaimage").load('image_req.php');
5 | return false;
6 | });
7 |
8 | $("#captchaform").validate({
9 | rules: {
10 | captcha: {
11 | required: true,
12 | remote: "process.php"
13 | }
14 | },
15 | messages: {
16 | captcha: "Correct captcha is required. Click the captcha to generate a new one"
17 | },
18 | submitHandler: function() {
19 | alert("Correct captcha!");
20 | },
21 | success: function(label) {
22 | label.addClass("valid").text("Valid captcha!")
23 | },
24 | onkeyup: false
25 | });
26 |
27 | });
28 |
--------------------------------------------------------------------------------
/application/libraries/Template.php:
--------------------------------------------------------------------------------
1 | template_data[$name] = $value;
9 | }
10 |
11 | function load($template = '', $view = '' , $view_data = array(), $return = FALSE)
12 | {
13 | $this->CI =& get_instance();
14 | $this->set('contents', $this->CI->load->view($view, $view_data, TRUE));
15 | return $this->CI->load->view($template, $this->template_data, $return);
16 | }
17 | }
18 |
19 | /* End of file Template.php */
20 | /* Location: ./system/application/libraries/Template.php */
--------------------------------------------------------------------------------
/vendors/datatables/unit_testing/tests_onhold/6_delayed_rendering/sAjaxSource.js:
--------------------------------------------------------------------------------
1 | // DATA_TEMPLATE: empty_table
2 | oTest.fnStart( "sAjaxSource" );
3 |
4 | /* Sanitfy check really - all the other tests blast this */
5 |
6 | $(document).ready( function () {
7 | /* Check the default */
8 | var oTable = $('#example').dataTable( {
9 | "sAjaxSource": "../../../examples/ajax/sources/arrays.txt",
10 | "bDeferRender": true
11 | } );
12 | var oSettings = oTable.fnSettings();
13 |
14 | oTest.fnWaitTest(
15 | "Server side is off by default",
16 | null,
17 | function () {
18 | return oSettings.sAjaxSource == "../../../examples/ajax/sources/arrays.txt";
19 | }
20 | );
21 |
22 | oTest.fnComplete();
23 | } );
--------------------------------------------------------------------------------
/vendors/tinymce/js/tinymce/plugins/contextmenu/plugin.min.js:
--------------------------------------------------------------------------------
1 | tinymce.PluginManager.add("contextmenu",function(e){var t;e.on("contextmenu",function(n){var i;if(n.preventDefault(),i=e.settings.contextmenu||"link image inserttable | cell row column deletetable",t)t.show();else{var o=[];tinymce.each(i.split(/[ ,]/),function(t){var n=e.menuItems[t];"|"==t&&(n={text:t}),n&&(n.shortcut="",o.push(n))});for(var a=0;a" );
26 |
27 | })();
28 |
--------------------------------------------------------------------------------
/vendors/datatables/unit_testing/tests_onhold/1_dom/aoColumns.sName.js:
--------------------------------------------------------------------------------
1 | // DATA_TEMPLATE: dom_data
2 | oTest.fnStart( "aoColumns.sName" );
3 |
4 | /* This has no effect at all in DOM methods - so we just check that it has applied the name */
5 |
6 | $(document).ready( function () {
7 | /* Check the default */
8 | var oTable = $('#example').dataTable( {
9 | "aoColumns": [
10 | null,
11 | null,
12 | null,
13 | { "sName": 'unit test' },
14 | null
15 | ]
16 | } );
17 | var oSettings = oTable.fnSettings();
18 |
19 | oTest.fnTest(
20 | "Names are stored in the columns object",
21 | null,
22 | function () { return oSettings.aoColumns[3].sName =="unit test"; }
23 | );
24 |
25 |
26 | oTest.fnComplete();
27 | } );
--------------------------------------------------------------------------------
/vendors/datatables/unit_testing/tests_onhold/4_server-side/sAjaxSource.js:
--------------------------------------------------------------------------------
1 | // DATA_TEMPLATE: empty_table
2 | oTest.fnStart( "sAjaxSource" );
3 |
4 | /* Sanitfy check really - all the other tests blast this */
5 |
6 | $(document).ready( function () {
7 | /* Check the default */
8 | var oTable = $('#example').dataTable( {
9 | "bServerSide": true,
10 | "sAjaxSource": "../../../examples/server_side/scripts/server_processing.php"
11 | } );
12 | var oSettings = oTable.fnSettings();
13 |
14 | oTest.fnWaitTest(
15 | "Server side is off by default",
16 | null,
17 | function () {
18 | return oSettings.sAjaxSource == "../../../examples/server_side/scripts/server_processing.php";
19 | }
20 | );
21 |
22 | oTest.fnComplete();
23 | } );
--------------------------------------------------------------------------------
/vendors/bootstrap-wysihtml5/test/README:
--------------------------------------------------------------------------------
1 | To run the tests, just open index.html in your wysihtml5-compatible
2 | browser.
3 |
4 | The following files are ported from the wyshtml5 project's unit tests:
5 |
6 | browser_test.js
7 | incompatible_test.js
8 | editor_test.js
9 | undo_manager.js
10 |
11 | These files should be left more or less alone, for purposes of
12 | maintainability. Put new tests in the bootstrap_wysihtml5/ directory,
13 | and modify index.html to reference any new files you create.
14 |
15 | If you're testing the underlying wysihtml5 library rather the
16 | bootstrap_wysihtml5 jquery plugin wrapper around that library, then
17 | you're probably contributing to the wrong project :). See
18 | https://github.com/xing/wysihtml5 for that.
19 |
--------------------------------------------------------------------------------
/vendors/datatables/unit_testing/tests_onhold/2_js/aoColumns.sName.js:
--------------------------------------------------------------------------------
1 | // DATA_TEMPLATE: js_data
2 | oTest.fnStart( "aoColumns.sName" );
3 |
4 | /* This has no effect at all in DOM methods - so we just check that it has applied the name */
5 |
6 | $(document).ready( function () {
7 | /* Check the default */
8 | var oTable = $('#example').dataTable( {
9 | "aaData": gaaData,
10 | "aoColumns": [
11 | null,
12 | null,
13 | null,
14 | { "sName": 'unit test' },
15 | null
16 | ]
17 | } );
18 | var oSettings = oTable.fnSettings();
19 |
20 | oTest.fnTest(
21 | "Names are stored in the columns object",
22 | null,
23 | function () { return oSettings.aoColumns[3].sName =="unit test"; }
24 | );
25 |
26 |
27 | oTest.fnComplete();
28 | } );
--------------------------------------------------------------------------------
/vendors/tinymce/js/tinymce/plugins/directionality/plugin.min.js:
--------------------------------------------------------------------------------
1 | tinymce.PluginManager.add("directionality",function(e){function t(t){var n,i=e.dom,a=e.selection.getSelectedBlocks();a.length&&(n=i.getAttrib(a[0],"dir"),tinymce.each(a,function(e){i.getParent(e.parentNode,"*[dir='"+t+"']",i.getRoot())||(n!=t?i.setAttrib(e,"dir",t):i.setAttrib(e,"dir",null))}),e.nodeChanged())}function n(e){var t=[];return tinymce.each("h1 h2 h3 h4 h5 h6 div p".split(" "),function(n){t.push(n+"[dir="+e+"]")}),t.join(",")}e.addCommand("mceDirectionLTR",function(){t("ltr")}),e.addCommand("mceDirectionRTL",function(){t("rtl")}),e.addButton("ltr",{title:"Left to right",cmd:"mceDirectionLTR",stateSelector:n("ltr")}),e.addButton("rtl",{title:"Right to left",cmd:"mceDirectionRTL",stateSelector:n("rtl")})});
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | # Windows image file caches
2 | Thumbs.db
3 | ehthumbs.db
4 |
5 | # Folder config file
6 | Desktop.ini
7 |
8 | # Recycle Bin used on file shares
9 | $RECYCLE.BIN/
10 |
11 | # Windows Installer files
12 | *.cab
13 | *.msi
14 | *.msm
15 | *.msp
16 |
17 | # Windows shortcuts
18 | *.lnk
19 |
20 | # =========================
21 | # Operating System Files
22 | # =========================
23 |
24 | # OSX
25 | # =========================
26 |
27 | .DS_Store
28 | .AppleDouble
29 | .LSOverride
30 |
31 | # Thumbnails
32 | ._*
33 |
34 | # Files that might appear on external disk
35 | .Spotlight-V100
36 | .Trashes
37 |
38 | # Directories potentially created on remote AFP share
39 | .AppleDB
40 | .AppleDesktop
41 | Network Trash Folder
42 | Temporary Items
43 | .apdisk
44 |
--------------------------------------------------------------------------------
/application/views/errors/cli/error_php.php:
--------------------------------------------------------------------------------
1 |
4 |
5 | A PHP Error was encountered
6 |
7 | Severity:
8 | Message:
9 | Filename:
10 | Line Number:
11 |
12 |
13 |
14 | Backtrace:
15 |
16 |
17 |
18 | File:
19 | Line:
20 | Function:
21 |
22 |
23 |
24 |
25 |
--------------------------------------------------------------------------------
/vendors/datatables/unit_testing/tests_onhold/1_dom/5508-xscroll-zero-content.js:
--------------------------------------------------------------------------------
1 | // DATA_TEMPLATE: dom_data
2 | oTest.fnStart( "5508 - Table container width doesn't change when filtering applied to scrolling table" );
3 |
4 | $(document).ready( function () {
5 | $('#example').dataTable( {
6 | "sScrollY": "300px",
7 | "bPaginate": false
8 | } );
9 |
10 | oTest.fnTest(
11 | "Width of container 800px on init with scroll",
12 | null,
13 | function () { return $('div.dataTables_scrollBody').width() == 800; }
14 | );
15 |
16 | oTest.fnTest(
17 | "Unaltered when filter applied",
18 | function () { $('#example').dataTable().fnFilter('123'); },
19 | function () { return $('div.dataTables_scrollBody').width() == 800; }
20 | );
21 |
22 | oTest.fnComplete();
23 | } );
--------------------------------------------------------------------------------
/vendors/jquery-validation/test/firebug/firebug.html:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
7 | Firebug
8 |
9 |
10 |
11 |
12 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
--------------------------------------------------------------------------------
/vendors/jquery-validation/demo/css/core.css:
--------------------------------------------------------------------------------
1 | body, div { font-family: 'lucida grande', helvetica, verdana, arial, sans-serif }
2 | body { margin: 0; padding: 0; font-size: small; color: #333 }
3 | h1, h2 { font-family: 'trebuchet ms', verdana, arial; padding: 10px; margin: 0 }
4 | h1 { font-size: large }
5 | #main { padding: 1em; }
6 | #banner { padding: 15px; background-color: #06b; color: white; font-size: large; border-bottom: 1px solid #ccc;
7 | background: url(../images/bg.gif) repeat-x; text-align: center }
8 | #banner a { color: white; }
9 |
10 | p { margin: 10px 0; }
11 |
12 | li { margin-left: 10px; }
13 |
14 | h3 { margin: 1em 0 0; }
15 |
16 | h1 { font-size: 2em; }
17 | h2 { font-size: 1.8em; }
18 | h3 { font-size: 1.6em; }
19 | h4 { font-size: 1.4em; }
20 | h5 { font-size: 1.2em; }
21 |
22 |
--------------------------------------------------------------------------------
/vendors/datatables/unit_testing/tests_onhold/3_ajax/aoColumns.sName.js:
--------------------------------------------------------------------------------
1 | // DATA_TEMPLATE: empty_table
2 | oTest.fnStart( "aoColumns.sName" );
3 |
4 | /* This has no effect at all in DOM methods - so we just check that it has applied the name */
5 |
6 | $(document).ready( function () {
7 | /* Check the default */
8 | var oTable = $('#example').dataTable( {
9 | "sAjaxSource": "../../../examples/ajax/sources/arrays.txt",
10 | "aoColumns": [
11 | null,
12 | null,
13 | null,
14 | { "sName": 'unit test' },
15 | null
16 | ]
17 | } );
18 | var oSettings = oTable.fnSettings();
19 |
20 | oTest.fnWaitTest(
21 | "Names are stored in the columns object",
22 | null,
23 | function () { return oSettings.aoColumns[3].sName =="unit test"; }
24 | );
25 |
26 |
27 | oTest.fnComplete();
28 | } );
--------------------------------------------------------------------------------
/vendors/tinymce/js/tinymce/plugins/emoticons/plugin.min.js:
--------------------------------------------------------------------------------
1 | tinymce.PluginManager.add("emoticons",function(e,t){function n(){var e;return e='',tinymce.each(i,function(n){e+="",tinymce.each(n,function(n){var i=t+"/img/smiley-"+n+".gif";e+=' '}),e+=" "}),e+="
"}var i=[["cool","cry","embarassed","foot-in-mouth"],["frown","innocent","kiss","laughing"],["money-mouth","sealed","smile","surprised"],["tongue-out","undecided","wink","yell"]];e.addButton("emoticons",{type:"panelbutton",popoverAlign:"bc-tl",panel:{autohide:!0,html:n,onclick:function(t){var n=e.dom.getParent(t.target,"a");n&&(e.insertContent(' '),this.hide())}},tooltip:"Emoticons"})});
--------------------------------------------------------------------------------
/application/views/errors/cli/error_exception.php:
--------------------------------------------------------------------------------
1 |
4 |
5 | An uncaught Exception was encountered
6 |
7 | Type:
8 | Message:
9 | Filename: getFile(); ?>
10 | Line Number: getLine(); ?>
11 |
12 |
13 |
14 | Backtrace:
15 | getTrace() as $error): ?>
16 |
17 |
18 | File:
19 | Line:
20 | Function:
21 |
22 |
23 |
24 |
25 |
--------------------------------------------------------------------------------
/vendors/datatables/unit_testing/tests_onhold/5_ajax_objects/bServerSide.js:
--------------------------------------------------------------------------------
1 | // DATA_TEMPLATE: empty_table
2 | oTest.fnStart( "bServerSide" );
3 |
4 | /* Not interested in server-side processing here other than to check that it is off */
5 |
6 | $(document).ready( function () {
7 | /* Check the default */
8 | var oTable = $('#example').dataTable( {
9 | "sAjaxSource": "../../../examples/ajax/sources/objects.txt",
10 | "aoColumns": [
11 | { "mData": "engine" },
12 | { "mData": "browser" },
13 | { "mData": "platform" },
14 | { "mData": "version" },
15 | { "mData": "grade" }
16 | ]
17 | } );
18 | var oSettings = oTable.fnSettings();
19 |
20 | oTest.fnWaitTest(
21 | "Server side is off by default",
22 | null,
23 | function () { return oSettings.oFeatures.bServerSide == false; }
24 | );
25 |
26 | oTest.fnComplete();
27 | } );
--------------------------------------------------------------------------------
/vendors/datatables/unit_testing/tests_onhold/6_delayed_rendering/aoColumns.sName.js:
--------------------------------------------------------------------------------
1 | // DATA_TEMPLATE: empty_table
2 | oTest.fnStart( "aoColumns.sName" );
3 |
4 | /* This has no effect at all in DOM methods - so we just check that it has applied the name */
5 |
6 | $(document).ready( function () {
7 | /* Check the default */
8 | var oTable = $('#example').dataTable( {
9 | "sAjaxSource": "../../../examples/ajax/sources/arrays.txt",
10 | "bDeferRender": true,
11 | "aoColumns": [
12 | null,
13 | null,
14 | null,
15 | { "sName": 'unit test' },
16 | null
17 | ]
18 | } );
19 | var oSettings = oTable.fnSettings();
20 |
21 | oTest.fnWaitTest(
22 | "Names are stored in the columns object",
23 | null,
24 | function () { return oSettings.aoColumns[3].sName =="unit test"; }
25 | );
26 |
27 |
28 | oTest.fnComplete();
29 | } );
--------------------------------------------------------------------------------
/application/controllers/Welcome.php:
--------------------------------------------------------------------------------
1 |
19 | * @see http://codeigniter.com/user_guide/general/urls.html
20 | */
21 | public function index()
22 | {
23 | $this->load->view('admin/login');
24 | //$this->load->view('welcome_message');
25 | }
26 | }
27 |
--------------------------------------------------------------------------------
/vendors/datatables/unit_testing/tests_onhold/1_dom/2530.js:
--------------------------------------------------------------------------------
1 | // DATA_TEMPLATE: dymanic_table
2 | oTest.fnStart( "2530 - Check width's when dealing with empty strings" );
3 |
4 |
5 | $(document).ready( function () {
6 | $('#example').dataTable( {
7 | "aaData": [
8 | ['','Internet Explorer 4.0','Win 95+','4','X'],
9 | ['','Internet Explorer 5.0','Win 95+','5','C']
10 | ],
11 | "aoColumns": [
12 | { "sTitle": "", "sWidth": "40px" },
13 | { "sTitle": "Browser" },
14 | { "sTitle": "Platform" },
15 | { "sTitle": "Version", "sClass": "center" },
16 | { "sTitle": "Grade", "sClass": "center" }
17 | ]
18 | } );
19 |
20 | /* Basic checks */
21 | oTest.fnTest(
22 | "Check calculated widths",
23 | null,
24 | function () { return $('#example tbody tr td:eq(0)').width() < 100; }
25 | );
26 |
27 |
28 | oTest.fnComplete();
29 | } );
--------------------------------------------------------------------------------
/vendors/datatables/unit_testing/tests_onhold/4_server-side/aoColumns.sName.js:
--------------------------------------------------------------------------------
1 | // DATA_TEMPLATE: empty_table
2 | oTest.fnStart( "aoColumns.sName" );
3 |
4 | /* This has no effect at all in DOM methods - so we just check that it has applied the name */
5 |
6 | $(document).ready( function () {
7 | /* Check the default */
8 | var oTable = $('#example').dataTable( {
9 | "bServerSide": true,
10 | "sAjaxSource": "../../../examples/server_side/scripts/server_processing.php",
11 | "aoColumns": [
12 | null,
13 | null,
14 | null,
15 | { "sName": 'unit test' },
16 | null
17 | ]
18 | } );
19 | var oSettings = oTable.fnSettings();
20 |
21 | oTest.fnWaitTest(
22 | "Names are stored in the columns object",
23 | null,
24 | function () { return oSettings.aoColumns[3].sName =="unit test"; }
25 | );
26 |
27 |
28 | oTest.fnComplete();
29 | } );
--------------------------------------------------------------------------------
/vendors/datatables/unit_testing/tests_onhold/5_ajax_objects/sAjaxSource.js:
--------------------------------------------------------------------------------
1 | // DATA_TEMPLATE: empty_table
2 | oTest.fnStart( "sAjaxSource" );
3 |
4 | /* Sanitfy check really - all the other tests blast this */
5 |
6 | $(document).ready( function () {
7 | /* Check the default */
8 | var oTable = $('#example').dataTable( {
9 | "sAjaxSource": "../../../examples/ajax/sources/objects.txt",
10 | "aoColumns": [
11 | { "mData": "engine" },
12 | { "mData": "browser" },
13 | { "mData": "platform" },
14 | { "mData": "version" },
15 | { "mData": "grade" }
16 | ]
17 | } );
18 | var oSettings = oTable.fnSettings();
19 |
20 | oTest.fnWaitTest(
21 | "Server side is off by default",
22 | null,
23 | function () {
24 | return oSettings.sAjaxSource == "../../../examples/ajax/sources/objects.txt";
25 | }
26 | );
27 |
28 | oTest.fnComplete();
29 | } );
--------------------------------------------------------------------------------
/vendors/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt:
--------------------------------------------------------------------------------
1 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
2 | For licensing, see LICENSE.md or http://ckeditor.com/license
3 |
4 | cs.js Found: 118 Missing: 0
5 | cy.js Found: 118 Missing: 0
6 | de.js Found: 118 Missing: 0
7 | el.js Found: 16 Missing: 102
8 | eo.js Found: 118 Missing: 0
9 | et.js Found: 31 Missing: 87
10 | fa.js Found: 24 Missing: 94
11 | fi.js Found: 23 Missing: 95
12 | fr.js Found: 118 Missing: 0
13 | hr.js Found: 23 Missing: 95
14 | it.js Found: 118 Missing: 0
15 | nb.js Found: 118 Missing: 0
16 | nl.js Found: 118 Missing: 0
17 | no.js Found: 118 Missing: 0
18 | tr.js Found: 118 Missing: 0
19 | ug.js Found: 39 Missing: 79
20 | zh-cn.js Found: 118 Missing: 0
21 |
--------------------------------------------------------------------------------
/vendors/tinymce/js/tinymce/plugins/wordcount/plugin.min.js:
--------------------------------------------------------------------------------
1 | tinymce.PluginManager.add("wordcount",function(e){function t(){e.theme.panel.find("#wordcount").text(["Words: {0}",a.getCount()])}var n,i,a=this;n=e.getParam("wordcount_countregex",/[\w\u2019\x27\-]+/g),i=e.getParam("wordcount_cleanregex",/[0-9.(),;:!?%#$?\x27\x22_+=\\\/\-]*/g),e.on("init",function(){var n=e.theme.panel&&e.theme.panel.find("#statusbar")[0];n&&window.setTimeout(function(){n.insert({type:"label",name:"wordcount",text:["Words: {0}",a.getCount()],classes:"wordcount"},0),e.on("setcontent beforeaddundo",t),e.on("keyup",function(e){32==e.keyCode&&t()})},0)}),a.getCount=function(){var t=e.getContent({format:"raw"}),a=0;if(t){t=t.replace(/\.\.\./g," "),t=t.replace(/<.[^<>]*?>/g," ").replace(/ | /gi," "),t=t.replace(/(\w+)(&.+?;)+(\w+)/,"$1$3").replace(/&.+?;/g," "),t=t.replace(i,"");var o=t.match(n);o&&(a=o.length)}return a}});
--------------------------------------------------------------------------------
/vendors/jquery-validation/localization/messages_ko.js:
--------------------------------------------------------------------------------
1 | /*
2 | * Translated default messages for the jQuery validation plugin.
3 | * Locale: KO (Korean; 한국어)
4 | */
5 | (function ($) {
6 | $.extend($.validator.messages, {
7 | required: "필수 항목입니다.",
8 | remote: "항목을 수정하세요.",
9 | email: "유효하지 않은 E-Mail주소입니다.",
10 | url: "유효하지 않은 주소입니다.",
11 | date: "옳바른 날짜를 입력하세요.",
12 | dateISO: "옳바른 날짜(ISO)를 입력하세요.",
13 | number: "유효한 숫자가 아닙니다.",
14 | digits: "숫자만 입력 가능합니다.",
15 | creditcard: "신용카드번호가 바르지 않습니다.",
16 | equalTo: "같은값을 다시 입력하세요.",
17 | accept: "옳바른 확장자가 아닙니다.",
18 | maxlength: $.format("{0}자를 넘을 수 없습니다. "),
19 | minlength: $.format("{0}자 이하로 입력하세요."),
20 | rangelength: $.format("문자 길이를 {0} 에서 {1} 사이의로 입력하세요."),
21 | range: $.format("{0} 에서 {1} 값을 입력하세요."),
22 | max: $.format("{0} 이하의 값을 입력하세요."),
23 | min: $.format("{0} 이상의 값을 입력하세요.")
24 | });
25 | }(jQuery));
26 |
--------------------------------------------------------------------------------
/vendors/flot/examples/axes-time-zones/tz/yearistype.sh:
--------------------------------------------------------------------------------
1 | #! /bin/sh
2 |
3 | : 'This file is in the public domain, so clarified as of'
4 | : '2006-07-17 by Arthur David Olson.'
5 |
6 | case $#-$1 in
7 | 2-|2-0*|2-*[!0-9]*)
8 | echo "$0: wild year - $1" >&2
9 | exit 1 ;;
10 | esac
11 |
12 | case $#-$2 in
13 | 2-even)
14 | case $1 in
15 | *[24680]) exit 0 ;;
16 | *) exit 1 ;;
17 | esac ;;
18 | 2-nonpres|2-nonuspres)
19 | case $1 in
20 | *[02468][048]|*[13579][26]) exit 1 ;;
21 | *) exit 0 ;;
22 | esac ;;
23 | 2-odd)
24 | case $1 in
25 | *[13579]) exit 0 ;;
26 | *) exit 1 ;;
27 | esac ;;
28 | 2-uspres)
29 | case $1 in
30 | *[02468][048]|*[13579][26]) exit 0 ;;
31 | *) exit 1 ;;
32 | esac ;;
33 | 2-*)
34 | echo "$0: wild type - $2" >&2 ;;
35 | esac
36 |
37 | echo "$0: usage is $0 year even|odd|uspres|nonpres|nonuspres" >&2
38 | exit 1
39 |
--------------------------------------------------------------------------------
/vendors/jGrowl/README.md:
--------------------------------------------------------------------------------
1 | # jGrowl
2 | jGrowl is a jQuery plugin that raises unobtrusive messages within the browser, similar to the way that OS X's Growl Framework works. The idea is simple, deliver notifications to the end user in a noticeable way that doesn't obstruct the work flow and yet keeps the user informed.
3 |
4 | ## Example usages
5 | // Sample 1
6 | $.jGrowl("Hello world!");
7 | // Sample 2
8 | $.jGrowl("Stick this!", { sticky: true });
9 | // Sample 3
10 | $.jGrowl("A message with a header", { header: 'Important' });
11 | // Sample 4
12 | $.jGrowl("A message that will live a little longer.", { life: 10000 });
13 | // Sample 5
14 | $.jGrowl("A message with a beforeOpen callback and a different opening animation.", {
15 | beforeClose: function(e,m) {
16 | alert('About to close this notification!');
17 | },
18 | animateOpen: {
19 | height: 'show'
20 | }
21 | });
22 |
23 |
--------------------------------------------------------------------------------
/vendors/datatables/unit_testing/tests_onhold/5_ajax_objects/aoColumns.sName.js:
--------------------------------------------------------------------------------
1 | // DATA_TEMPLATE: empty_table
2 | oTest.fnStart( "aoColumns.sName" );
3 |
4 | /* This has no effect at all in DOM methods - so we just check that it has applied the name */
5 |
6 | $(document).ready( function () {
7 | /* Check the default */
8 | var oTable = $('#example').dataTable( {
9 | "sAjaxSource": "../../../examples/ajax/sources/objects.txt",
10 | "aoColumns": [
11 | { "mData": "engine" },
12 | { "mData": "browser" },
13 | { "mData": "platform" },
14 | { "mData": "version", "sName": 'unit test' },
15 | { "mData": "grade" }
16 | ]
17 | } );
18 | var oSettings = oTable.fnSettings();
19 |
20 | oTest.fnWaitTest(
21 | "Names are stored in the columns object",
22 | null,
23 | function () { return oSettings.aoColumns[3].sName =="unit test"; }
24 | );
25 |
26 |
27 | oTest.fnComplete();
28 | } );
--------------------------------------------------------------------------------
/vendors/jquery-validation/localization/messages_zh.js:
--------------------------------------------------------------------------------
1 | /*
2 | * Translated default messages for the jQuery validation plugin.
3 | * Locale: ZH (Chinese, 中文 (Zhōngwén), 汉语, 漢語)
4 | */
5 | (function ($) {
6 | $.extend($.validator.messages, {
7 | required: "必选字段",
8 | remote: "请修正该字段",
9 | email: "请输入正确格式的电子邮件",
10 | url: "请输入合法的网址",
11 | date: "请输入合法的日期",
12 | dateISO: "请输入合法的日期 (ISO).",
13 | number: "请输入合法的数字",
14 | digits: "只能输入整数",
15 | creditcard: "请输入合法的信用卡号",
16 | equalTo: "请再次输入相同的值",
17 | accept: "请输入拥有合法后缀名的字符串",
18 | maxlength: $.validator.format("请输入一个长度最多是 {0} 的字符串"),
19 | minlength: $.validator.format("请输入一个长度最少是 {0} 的字符串"),
20 | rangelength: $.validator.format("请输入一个长度介于 {0} 和 {1} 之间的字符串"),
21 | range: $.validator.format("请输入一个介于 {0} 和 {1} 之间的值"),
22 | max: $.validator.format("请输入一个最大为 {0} 的值"),
23 | min: $.validator.format("请输入一个最小为 {0} 的值")
24 | });
25 | }(jQuery));
--------------------------------------------------------------------------------
/vendors/jGrowl/examples/multiple-containers.html:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
--------------------------------------------------------------------------------
/vendors/jquery-validation/localization/messages_zh_TW.js:
--------------------------------------------------------------------------------
1 | /*
2 | * Translated default messages for the jQuery validation plugin.
3 | * Locale: ZH (Chinese; 中文 (Zhōngwén), 汉语, 漢語)
4 | * Region: TW (Taiwan)
5 | */
6 | (function ($) {
7 | $.extend($.validator.messages, {
8 | required: "必填",
9 | remote: "請修正此欄位",
10 | email: "請輸入正確的電子信箱",
11 | url: "請輸入合法的URL",
12 | date: "請輸入合法的日期",
13 | dateISO: "請輸入合法的日期 (ISO).",
14 | number: "請輸入數字",
15 | digits: "請輸入整數",
16 | creditcard: "請輸入合法的信用卡號碼",
17 | equalTo: "請重複輸入一次",
18 | accept: "請輸入有效的後缀字串",
19 | maxlength: $.validator.format("請輸入長度不大於{0} 的字串"),
20 | minlength: $.validator.format("請輸入長度不小於 {0} 的字串"),
21 | rangelength: $.validator.format("請輸入長度介於 {0} 和 {1} 之間的字串"),
22 | range: $.validator.format("請輸入介於 {0} 和 {1} 之間的數值"),
23 | max: $.validator.format("請輸入不大於 {0} 的數值"),
24 | min: $.validator.format("請輸入不小於 {0} 的數值")
25 | });
26 | }(jQuery));
--------------------------------------------------------------------------------
/vendors/datatables/unit_testing/tests_onhold/4_server-side/aoColumns.bSearchable.js:
--------------------------------------------------------------------------------
1 | // DATA_TEMPLATE: empty_table
2 | oTest.fnStart( "aoColumns.bSeachable" );
3 |
4 | $(document).ready( function () {
5 | /* Check the default */
6 | var oTable = $('#example').dataTable( {
7 | "bServerSide": true,
8 | "sAjaxSource": "../../../examples/server_side/scripts/server_processing.php"
9 | } );
10 | var oSettings = oTable.fnSettings();
11 |
12 | oTest.fnWaitTest(
13 | "Columns are searchable by default",
14 | function () { oTable.fnFilter("Camino"); },
15 | function () { return $('#example tbody tr:eq(0) td:eq(1)').html() == "Camino 1.0"; }
16 | );
17 |
18 | /* NOT ACTUALLY GOING TO TEST BSEARCHABLE HERE. Reason being is that it requires the server
19 | * side to alter it's processing, and this information about columns is not actually sent to
20 | * the server
21 | */
22 |
23 |
24 | oTest.fnComplete();
25 | } );
--------------------------------------------------------------------------------
/vendors/jquery-validation/localization/messages_ja.js:
--------------------------------------------------------------------------------
1 | /*
2 | * Translated default messages for the jQuery validation plugin.
3 | * Locale: JA (Japanese; 日本語)
4 | */
5 | (function ($) {
6 | $.extend($.validator.messages, {
7 | required: "このフィールドは必須です。",
8 | remote: "このフィールドを修正してください。",
9 | email: "有効なEメールアドレスを入力してください。",
10 | url: "有効なURLを入力してください。",
11 | date: "有効な日付を入力してください。",
12 | dateISO: "有効な日付(ISO)を入力してください。",
13 | number: "有効な数字を入力してください。",
14 | digits: "数字のみを入力してください。",
15 | creditcard: "有効なクレジットカード番号を入力してください。",
16 | equalTo: "同じ値をもう一度入力してください。",
17 | accept: "有効な拡張子を含む値を入力してください。",
18 | maxlength: $.format("{0} 文字以内で入力してください。"),
19 | minlength: $.format("{0} 文字以上で入力してください。"),
20 | rangelength: $.format("{0} 文字から {1} 文字までの値を入力してください。"),
21 | range: $.format("{0} から {1} までの値を入力してください。"),
22 | max: $.format("{0} 以下の値を入力してください。"),
23 | min: $.format("{0} 以上の値を入力してください。")
24 | });
25 | }(jQuery));
--------------------------------------------------------------------------------
/vendors/ckeditor/samples/sample_posteddata.php:
--------------------------------------------------------------------------------
1 |
2 |
3 | -------------------------------------------------------------------------------------------
4 | CKEditor - Posted Data
5 |
6 | We are sorry, but your Web server does not support the PHP language used in this script.
7 |
8 | Please note that CKEditor can be used with any other server-side language than just PHP.
9 | To save the content created with CKEditor you need to read the POST data on the server
10 | side and write it to a file or the database.
11 |
12 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
13 | For licensing, see LICENSE.md or http://ckeditor.com/license
14 | -------------------------------------------------------------------------------------------
15 |
16 |