├── Filemanager
├── Filemanager
│ ├── files
│ │ ├── hello23.txt
│ │ ├── proxy2.txt
│ │ ├── mht
│ │ │ ├── 9.txt
│ │ │ ├── 3.txt
│ │ │ ├── Мой_файл.mht
│ │ │ ├── wch00100022.html
│ │ │ ├── 010102688_3EDD.mht
│ │ │ ├── Change list B.xlsx
│ │ │ ├── help_ukrainian.htm
│ │ │ ├── UA99130101_13D2.mht
│ │ │ ├── UA99280202_ED14.mht
│ │ │ ├── _News_Photo_image_large_11109.jpg
│ │ │ ├── 089ca5a8ab5bd9e1133f0ecde64a7792.jpg
│ │ │ └── newpage.html
│ │ ├── Penguins.jpg
│ │ ├── Lighthouse.jpg
│ │ ├── Video
│ │ │ └── видео.mp4
│ │ ├── Images
│ │ │ ├── Penguins.jpg
│ │ │ ├── Lighthouse.jpg
│ │ │ └── Chrysanthemum.jpg
│ │ ├── xml
│ │ │ ├── 1.xml
│ │ │ └── simple.xml
│ │ └── 2222222222.txt
│ ├── Filemanager
│ │ ├── scripts
│ │ │ ├── CodeMirror
│ │ │ │ ├── .travis.yml
│ │ │ │ ├── doc
│ │ │ │ │ └── logo.png
│ │ │ │ ├── theme
│ │ │ │ │ ├── ambiance-mobile.css
│ │ │ │ │ ├── neat.css
│ │ │ │ │ ├── elegant.css
│ │ │ │ │ ├── eclipse.css
│ │ │ │ │ ├── cobalt.css
│ │ │ │ │ ├── monokai.css
│ │ │ │ │ ├── night.css
│ │ │ │ │ ├── the-matrix.css
│ │ │ │ │ ├── rubyblue.css
│ │ │ │ │ ├── mbo.css
│ │ │ │ │ └── blackboard.css
│ │ │ │ ├── addon
│ │ │ │ │ ├── display
│ │ │ │ │ │ ├── fullscreen.css
│ │ │ │ │ │ └── fullscreen.js
│ │ │ │ │ ├── fold
│ │ │ │ │ │ └── foldgutter.css
│ │ │ │ │ ├── dialog
│ │ │ │ │ │ └── dialog.css
│ │ │ │ │ ├── mode
│ │ │ │ │ │ └── multiplex_test.js
│ │ │ │ │ ├── lint
│ │ │ │ │ │ ├── yaml-lint.js
│ │ │ │ │ │ ├── json-lint.js
│ │ │ │ │ │ ├── css-lint.js
│ │ │ │ │ │ └── coffeescript-lint.js
│ │ │ │ │ ├── hint
│ │ │ │ │ │ └── show-hint.css
│ │ │ │ │ ├── edit
│ │ │ │ │ │ ├── trailingspace.js
│ │ │ │ │ │ └── continuelist.js
│ │ │ │ │ ├── tern
│ │ │ │ │ │ └── worker.js
│ │ │ │ │ ├── runmode
│ │ │ │ │ │ └── colorize.js
│ │ │ │ │ └── scroll
│ │ │ │ │ │ └── scrollpastend.js
│ │ │ │ ├── test
│ │ │ │ │ ├── mode_test.css
│ │ │ │ │ ├── phantom_driver.js
│ │ │ │ │ └── run.js
│ │ │ │ ├── bower.json
│ │ │ │ ├── mode
│ │ │ │ │ ├── tiddlywiki
│ │ │ │ │ │ └── tiddlywiki.css
│ │ │ │ │ ├── ruby
│ │ │ │ │ │ └── test.js
│ │ │ │ │ ├── tiki
│ │ │ │ │ │ └── tiki.css
│ │ │ │ │ ├── diff
│ │ │ │ │ │ └── diff.js
│ │ │ │ │ ├── ntriples
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── http
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── jinja2
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── solr
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── z80
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── ecl
│ │ │ │ │ │ └── index.html
│ │ │ │ ├── bin
│ │ │ │ │ ├── authors.sh
│ │ │ │ │ └── lint
│ │ │ │ ├── README.md
│ │ │ │ ├── package.json
│ │ │ │ ├── LICENSE
│ │ │ │ └── demo
│ │ │ │ │ └── closetag.html
│ │ │ ├── filemanager.config.js
│ │ │ ├── jquery.MultiFile.js
│ │ │ ├── jquery.splitter
│ │ │ │ ├── hgrabber.gif
│ │ │ │ └── vgrabber.gif
│ │ │ ├── jquery.filetree
│ │ │ │ └── images
│ │ │ │ │ ├── code.png
│ │ │ │ │ ├── css.png
│ │ │ │ │ ├── db.png
│ │ │ │ │ ├── doc.png
│ │ │ │ │ ├── docx.png
│ │ │ │ │ ├── file.png
│ │ │ │ │ ├── film.png
│ │ │ │ │ ├── html.png
│ │ │ │ │ ├── java.png
│ │ │ │ │ ├── mht.png
│ │ │ │ │ ├── pdf.png
│ │ │ │ │ ├── php.png
│ │ │ │ │ ├── ppt.png
│ │ │ │ │ ├── psd.png
│ │ │ │ │ ├── ruby.png
│ │ │ │ │ ├── txt.png
│ │ │ │ │ ├── xls.png
│ │ │ │ │ ├── xlsx.png
│ │ │ │ │ ├── zip.png
│ │ │ │ │ ├── flash.png
│ │ │ │ │ ├── linux.png
│ │ │ │ │ ├── music.png
│ │ │ │ │ ├── script.png
│ │ │ │ │ ├── directory.png
│ │ │ │ │ ├── picture.png
│ │ │ │ │ ├── spinner.gif
│ │ │ │ │ ├── application.png
│ │ │ │ │ └── folder_open.png
│ │ │ └── jquery.contextmenu
│ │ │ │ └── images
│ │ │ │ ├── cut.png
│ │ │ │ ├── door.png
│ │ │ │ ├── page_white_copy.png
│ │ │ │ ├── page_white_edit.png
│ │ │ │ ├── page_white_paste.png
│ │ │ │ └── page_white_delete.png
│ │ ├── images
│ │ │ ├── pen.png
│ │ │ ├── tag.png
│ │ │ ├── house.png
│ │ │ ├── move.png
│ │ │ ├── open.png
│ │ │ ├── plus.png
│ │ │ ├── reset.png
│ │ │ ├── accept.png
│ │ │ ├── client.gif
│ │ │ ├── client.png
│ │ │ ├── download.png
│ │ │ ├── pencil.png
│ │ │ ├── people.png
│ │ │ ├── replace.png
│ │ │ ├── server.png
│ │ │ ├── update.png
│ │ │ ├── upload.png
│ │ │ ├── bin_closed.png
│ │ │ ├── folder_add.png
│ │ │ ├── ajax-loader.gif
│ │ │ ├── fileicons
│ │ │ │ ├── 3gp.png
│ │ │ │ ├── aac.png
│ │ │ │ ├── avi.png
│ │ │ │ ├── bmp.png
│ │ │ │ ├── chm.png
│ │ │ │ ├── css.png
│ │ │ │ ├── dll.png
│ │ │ │ ├── doc.png
│ │ │ │ ├── fla.png
│ │ │ │ ├── flv.png
│ │ │ │ ├── gif.png
│ │ │ │ ├── htm.png
│ │ │ │ ├── ini.png
│ │ │ │ ├── jar.png
│ │ │ │ ├── jpg.png
│ │ │ │ ├── js.png
│ │ │ │ ├── mdb.png
│ │ │ │ ├── mht.png
│ │ │ │ ├── mov.png
│ │ │ │ ├── mp3.png
│ │ │ │ ├── mp4.png
│ │ │ │ ├── mpg.png
│ │ │ │ ├── ogg.png
│ │ │ │ ├── ogv.png
│ │ │ │ ├── pdf.png
│ │ │ │ ├── php.png
│ │ │ │ ├── png.png
│ │ │ │ ├── ppt.png
│ │ │ │ ├── py.png
│ │ │ │ ├── rb.png
│ │ │ │ ├── reg.png
│ │ │ │ ├── rtf.png
│ │ │ │ ├── sql.png
│ │ │ │ ├── swf.png
│ │ │ │ ├── txt.png
│ │ │ │ ├── vbs.png
│ │ │ │ ├── wav.png
│ │ │ │ ├── wma.png
│ │ │ │ ├── wmv.png
│ │ │ │ ├── xls.png
│ │ │ │ ├── xml.png
│ │ │ │ ├── xsl.png
│ │ │ │ ├── zip.png
│ │ │ │ ├── _Net.png
│ │ │ │ ├── _Open.png
│ │ │ │ ├── docx.png
│ │ │ │ ├── html.png
│ │ │ │ ├── jpeg.png
│ │ │ │ ├── lasso.png
│ │ │ │ ├── real.png
│ │ │ │ ├── webm.png
│ │ │ │ ├── xlsx.png
│ │ │ │ ├── _Close.png
│ │ │ │ ├── _Image.png
│ │ │ │ ├── _Movie.png
│ │ │ │ ├── _Music.png
│ │ │ │ ├── _Works.png
│ │ │ │ ├── default.png
│ │ │ │ ├── _Documents.png
│ │ │ │ ├── _Favorites.png
│ │ │ │ ├── _ProgramFiles.png
│ │ │ │ ├── other_image.png
│ │ │ │ ├── other_movie.png
│ │ │ │ ├── other_music.png
│ │ │ │ └── other_music2.png
│ │ │ ├── ico_calendar.gif
│ │ │ ├── parentfolder.png
│ │ │ ├── wait18trans.gif
│ │ │ ├── wait30trans.gif
│ │ │ ├── bullet_arrow_up.png
│ │ │ ├── bullet_arrow_down.png
│ │ │ ├── application_view_icons.png
│ │ │ └── application_view_list.png
│ │ ├── plupload
│ │ │ ├── Moxie.swf
│ │ │ ├── Moxie.xap
│ │ │ ├── jquery.plupload.queue
│ │ │ │ └── img
│ │ │ │ │ ├── done.gif
│ │ │ │ │ ├── error.gif
│ │ │ │ │ ├── buttons.png
│ │ │ │ │ ├── delete.gif
│ │ │ │ │ ├── throbber.gif
│ │ │ │ │ ├── transp50.png
│ │ │ │ │ ├── backgrounds.gif
│ │ │ │ │ └── buttons-disabled.png
│ │ │ ├── jquery.ui.plupload
│ │ │ │ └── img
│ │ │ │ │ ├── loading.gif
│ │ │ │ │ └── plupload.png
│ │ │ └── i18n
│ │ │ │ ├── mn.js
│ │ │ │ ├── sr_RS.js
│ │ │ │ ├── sq.js
│ │ │ │ ├── zh_CN.js
│ │ │ │ ├── zh_TW.js
│ │ │ │ ├── ko.js
│ │ │ │ ├── ja.js
│ │ │ │ ├── he.js
│ │ │ │ ├── hy.js
│ │ │ │ ├── sr.js
│ │ │ │ ├── sv.js
│ │ │ │ ├── et.js
│ │ │ │ ├── en.js
│ │ │ │ ├── da.js
│ │ │ │ ├── az.js
│ │ │ │ ├── tr.js
│ │ │ │ ├── cy.js
│ │ │ │ ├── th_TH.js
│ │ │ │ ├── ar.js
│ │ │ │ ├── fa.js
│ │ │ │ ├── lt.js
│ │ │ │ ├── pl.js
│ │ │ │ ├── ms.js
│ │ │ │ ├── it.js
│ │ │ │ ├── ka.js
│ │ │ │ ├── kk.js
│ │ │ │ ├── cs.js
│ │ │ │ ├── km.js
│ │ │ │ ├── sk.js
│ │ │ │ ├── fi.js
│ │ │ │ ├── es.js
│ │ │ │ ├── id.js
│ │ │ │ ├── bs.js
│ │ │ │ ├── de.js
│ │ │ │ ├── hu.js
│ │ │ │ ├── hr.js
│ │ │ │ ├── ro.js
│ │ │ │ ├── pt_BR.js
│ │ │ │ ├── nl.js
│ │ │ │ ├── lv.js
│ │ │ │ ├── ru.js
│ │ │ │ ├── ua.js
│ │ │ │ └── el.js
│ │ ├── connectors
│ │ │ └── ashx
│ │ │ │ ├── key.p12
│ │ │ │ └── filemanager.ashx
│ │ ├── jwplayer
│ │ │ └── jwplayer.flash.swf
│ │ └── styles
│ │ │ ├── ui-lightness
│ │ │ └── images
│ │ │ │ ├── animated-overlay.gif
│ │ │ │ ├── ui-icons_222222_256x240.png
│ │ │ │ ├── ui-icons_228ef1_256x240.png
│ │ │ │ ├── ui-icons_ef8c08_256x240.png
│ │ │ │ ├── ui-icons_ffd27a_256x240.png
│ │ │ │ ├── ui-icons_ffffff_256x240.png
│ │ │ │ ├── ui-bg_flat_10_000000_40x100.png
│ │ │ │ ├── ui-bg_glass_100_f6f6f6_1x400.png
│ │ │ │ ├── ui-bg_glass_100_fdf5ce_1x400.png
│ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png
│ │ │ │ ├── ui-bg_gloss-wave_35_f6a828_500x100.png
│ │ │ │ ├── ui-bg_diagonals-thick_18_b81900_40x40.png
│ │ │ │ ├── ui-bg_diagonals-thick_20_666666_40x40.png
│ │ │ │ ├── ui-bg_highlight-soft_100_eeeeee_1x100.png
│ │ │ │ └── ui-bg_highlight-soft_75_ffe45c_1x100.png
│ │ │ ├── ie9.css
│ │ │ ├── ie8.css
│ │ │ └── reset.css
│ ├── Global.asax
│ ├── Content
│ │ ├── window
│ │ │ └── img
│ │ │ │ ├── buttons.gif
│ │ │ │ ├── loading.gif
│ │ │ │ └── header_bg.gif
│ │ └── themes
│ │ │ ├── base
│ │ │ ├── images
│ │ │ │ ├── ui-icons_222222_256x240.png
│ │ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ │ ├── ui-icons_454545_256x240.png
│ │ │ │ ├── ui-icons_888888_256x240.png
│ │ │ │ ├── ui-icons_cd0a0a_256x240.png
│ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png
│ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png
│ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png
│ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png
│ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png
│ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png
│ │ │ │ └── ui-bg_highlight-soft_75_cccccc_1x100.png
│ │ │ ├── sortable.css
│ │ │ ├── draggable.css
│ │ │ ├── all.css
│ │ │ ├── autocomplete.css
│ │ │ ├── selectable.css
│ │ │ ├── tooltip.css
│ │ │ ├── base.css
│ │ │ ├── accordion.css
│ │ │ ├── menu.css
│ │ │ ├── selectmenu.css
│ │ │ ├── tabs.css
│ │ │ ├── spinner.css
│ │ │ └── resizable.css
│ │ │ └── jQueryUI_new
│ │ │ └── images
│ │ │ ├── ui-icons_005387_256x240.png
│ │ │ ├── ui-icons_222222_256x240.png
│ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ ├── ui-icons_cd0a0a_256x240.png
│ │ │ ├── ui-icons_ef9a3f_256x240.png
│ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ ├── ui-bg_flat_75_b7defb_40x100.png
│ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png
│ │ │ ├── ui-bg_flat_100_ffffff_40x100.png
│ │ │ ├── ui-bg_inset-soft_75_b9b9b9_1x100.png
│ │ │ ├── ui-bg_inset-soft_95_fef1ec_1x100.png
│ │ │ ├── ui-bg_diagonals-small_75_94cffb_40x40.png
│ │ │ └── ui-bg_highlight-soft_75_ffffff_1x100.png
│ ├── App_Start
│ │ ├── FilterConfig.cs
│ │ ├── WebApiConfig.cs
│ │ └── RouteConfig.cs
│ ├── Views
│ │ ├── Main
│ │ │ └── Index.cshtml
│ │ └── Shared
│ │ │ └── _Layout.basic.cshtml
│ ├── Global.asax.cs
│ ├── Controllers
│ │ └── MainController.cs
│ ├── packages.config
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ └── Filemanager.csproj.user
├── Filemanager.v12.suo
├── .vs
│ └── Filemanager
│ │ └── v14
│ │ └── .suo
└── Filemanager.sln
├── .gitattributes
├── .gitignore
└── README.md
/Filemanager/Filemanager/files/hello23.txt:
--------------------------------------------------------------------------------
1 | sdfsdf
2 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/files/proxy2.txt:
--------------------------------------------------------------------------------
1 | proxy 3128
--------------------------------------------------------------------------------
/Filemanager/Filemanager/files/mht/9.txt:
--------------------------------------------------------------------------------
1 | Hello World23
2 | hjgk
--------------------------------------------------------------------------------
/Filemanager/Filemanager/files/mht/3.txt:
--------------------------------------------------------------------------------
1 | Hello sdklksldf
2 | sdfs;dflks
3 | sdfsdf
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/CodeMirror/.travis.yml:
--------------------------------------------------------------------------------
1 | language: node_js
2 | node_js:
3 | - 0.8
4 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager.v12.suo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager.v12.suo
--------------------------------------------------------------------------------
/Filemanager/.vs/Filemanager/v14/.suo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/.vs/Filemanager/v14/.suo
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Global.asax:
--------------------------------------------------------------------------------
1 | <%@ Application Codebehind="Global.asax.cs" Inherits="Filemanager.MvcApplication" Language="C#" %>
2 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/files/Penguins.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/files/Penguins.jpg
--------------------------------------------------------------------------------
/Filemanager/Filemanager/files/Lighthouse.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/files/Lighthouse.jpg
--------------------------------------------------------------------------------
/Filemanager/Filemanager/files/Video/видео.mp4:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/files/Video/видео.mp4
--------------------------------------------------------------------------------
/Filemanager/Filemanager/files/mht/Мой_файл.mht:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/files/mht/Мой_файл.mht
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/pen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/pen.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/tag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/tag.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/files/Images/Penguins.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/files/Images/Penguins.jpg
--------------------------------------------------------------------------------
/Filemanager/Filemanager/files/mht/wch00100022.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/files/mht/wch00100022.html
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/house.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/house.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/move.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/move.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/open.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/open.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/plus.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/plus.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/reset.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/reset.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/files/Images/Lighthouse.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/files/Images/Lighthouse.jpg
--------------------------------------------------------------------------------
/Filemanager/Filemanager/files/mht/010102688_3EDD.mht:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/files/mht/010102688_3EDD.mht
--------------------------------------------------------------------------------
/Filemanager/Filemanager/files/mht/Change list B.xlsx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/files/mht/Change list B.xlsx
--------------------------------------------------------------------------------
/Filemanager/Filemanager/files/mht/help_ukrainian.htm:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/files/mht/help_ukrainian.htm
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Content/window/img/buttons.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Content/window/img/buttons.gif
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Content/window/img/loading.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Content/window/img/loading.gif
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/accept.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/accept.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/client.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/client.gif
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/client.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/client.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/download.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/download.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/pencil.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/pencil.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/people.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/people.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/replace.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/replace.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/server.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/server.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/update.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/update.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/upload.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/upload.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/plupload/Moxie.swf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/plupload/Moxie.swf
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/plupload/Moxie.xap:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/plupload/Moxie.xap
--------------------------------------------------------------------------------
/Filemanager/Filemanager/files/Images/Chrysanthemum.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/files/Images/Chrysanthemum.jpg
--------------------------------------------------------------------------------
/Filemanager/Filemanager/files/mht/UA99130101_13D2.mht:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/files/mht/UA99130101_13D2.mht
--------------------------------------------------------------------------------
/Filemanager/Filemanager/files/mht/UA99280202_ED14.mht:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/files/mht/UA99280202_ED14.mht
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Content/window/img/header_bg.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Content/window/img/header_bg.gif
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/bin_closed.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/bin_closed.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/folder_add.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/folder_add.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/connectors/ashx/key.p12:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/connectors/ashx/key.p12
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/ajax-loader.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/ajax-loader.gif
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/3gp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/3gp.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/aac.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/aac.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/avi.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/avi.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/bmp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/bmp.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/chm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/chm.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/css.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/css.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/dll.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/dll.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/doc.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/doc.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/fla.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/fla.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/flv.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/flv.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/gif.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/gif.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/htm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/htm.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/ini.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/ini.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/jar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/jar.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/jpg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/jpg.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/js.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/js.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/mdb.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/mdb.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/mht.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/mht.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/mov.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/mov.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/mp3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/mp3.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/mp4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/mp4.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/mpg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/mpg.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/ogg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/ogg.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/ogv.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/ogv.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/pdf.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/pdf.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/php.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/php.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/png.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/png.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/ppt.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/ppt.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/py.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/py.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/rb.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/rb.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/reg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/reg.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/rtf.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/rtf.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/sql.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/sql.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/swf.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/swf.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/txt.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/txt.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/vbs.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/vbs.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/wav.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/wav.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/wma.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/wma.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/wmv.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/wmv.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/xls.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/xls.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/xml.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/xml.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/xsl.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/xsl.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/zip.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/zip.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/ico_calendar.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/ico_calendar.gif
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/parentfolder.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/parentfolder.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/wait18trans.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/wait18trans.gif
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/wait30trans.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/wait30trans.gif
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/bullet_arrow_up.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/bullet_arrow_up.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/_Net.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/_Net.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/_Open.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/_Open.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/docx.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/docx.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/html.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/html.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/jpeg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/jpeg.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/lasso.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/lasso.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/real.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/real.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/webm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/webm.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/xlsx.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/xlsx.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/bullet_arrow_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/bullet_arrow_down.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/_Close.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/_Close.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/_Image.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/_Image.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/_Movie.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/_Movie.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/_Music.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/_Music.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/_Works.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/_Works.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/default.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/default.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/jwplayer/jwplayer.flash.swf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/jwplayer/jwplayer.flash.swf
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/filemanager.config.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/scripts/filemanager.config.js
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/jquery.MultiFile.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/scripts/jquery.MultiFile.js
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/_Documents.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/_Documents.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/_Favorites.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/_Favorites.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/CodeMirror/doc/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/scripts/CodeMirror/doc/logo.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/files/mht/_News_Photo_image_large_11109.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/files/mht/_News_Photo_image_large_11109.jpg
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/application_view_icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/application_view_icons.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/application_view_list.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/application_view_list.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/_ProgramFiles.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/_ProgramFiles.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/other_image.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/other_image.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/other_movie.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/other_movie.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/other_music.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/other_music.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/images/fileicons/other_music2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/images/fileicons/other_music2.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/files/mht/089ca5a8ab5bd9e1133f0ecde64a7792.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/files/mht/089ca5a8ab5bd9e1133f0ecde64a7792.jpg
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/connectors/ashx/filemanager.ashx:
--------------------------------------------------------------------------------
1 | <%@ WebHandler Language="C#" CodeBehind="filemanager.ashx.cs" Class="NewFileManager.FileManager.connectors.ashx.filemanager" %>
2 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/CodeMirror/theme/ambiance-mobile.css:
--------------------------------------------------------------------------------
1 | .cm-s-ambiance.CodeMirror {
2 | -webkit-box-shadow: none;
3 | -moz-box-shadow: none;
4 | box-shadow: none;
5 | }
6 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/jquery.splitter/hgrabber.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/scripts/jquery.splitter/hgrabber.gif
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/jquery.splitter/vgrabber.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/scripts/jquery.splitter/vgrabber.gif
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/jquery.filetree/images/code.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/scripts/jquery.filetree/images/code.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/jquery.filetree/images/css.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/scripts/jquery.filetree/images/css.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/jquery.filetree/images/db.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/scripts/jquery.filetree/images/db.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/jquery.filetree/images/doc.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/scripts/jquery.filetree/images/doc.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/jquery.filetree/images/docx.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/scripts/jquery.filetree/images/docx.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/jquery.filetree/images/file.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/scripts/jquery.filetree/images/file.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/jquery.filetree/images/film.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/scripts/jquery.filetree/images/film.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/jquery.filetree/images/html.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/scripts/jquery.filetree/images/html.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/jquery.filetree/images/java.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/scripts/jquery.filetree/images/java.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/jquery.filetree/images/mht.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/scripts/jquery.filetree/images/mht.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/jquery.filetree/images/pdf.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/scripts/jquery.filetree/images/pdf.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/jquery.filetree/images/php.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/scripts/jquery.filetree/images/php.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/jquery.filetree/images/ppt.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/scripts/jquery.filetree/images/ppt.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/jquery.filetree/images/psd.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/scripts/jquery.filetree/images/psd.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/jquery.filetree/images/ruby.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/scripts/jquery.filetree/images/ruby.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/jquery.filetree/images/txt.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/scripts/jquery.filetree/images/txt.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/jquery.filetree/images/xls.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/scripts/jquery.filetree/images/xls.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/jquery.filetree/images/xlsx.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/scripts/jquery.filetree/images/xlsx.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/jquery.filetree/images/zip.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/scripts/jquery.filetree/images/zip.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/files/xml/1.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | Tove
4 | Jani
5 | Reminder
6 | Don't forget me this weekend!
7 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/jquery.contextmenu/images/cut.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/scripts/jquery.contextmenu/images/cut.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/jquery.filetree/images/flash.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/scripts/jquery.filetree/images/flash.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/jquery.filetree/images/linux.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/scripts/jquery.filetree/images/linux.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/jquery.filetree/images/music.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/scripts/jquery.filetree/images/music.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/jquery.filetree/images/script.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/scripts/jquery.filetree/images/script.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Content/themes/base/images/ui-icons_222222_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Content/themes/base/images/ui-icons_222222_256x240.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Content/themes/base/images/ui-icons_2e83ff_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Content/themes/base/images/ui-icons_2e83ff_256x240.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Content/themes/base/images/ui-icons_454545_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Content/themes/base/images/ui-icons_454545_256x240.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Content/themes/base/images/ui-icons_888888_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Content/themes/base/images/ui-icons_888888_256x240.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Content/themes/base/images/ui-icons_cd0a0a_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Content/themes/base/images/ui-icons_cd0a0a_256x240.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/plupload/jquery.plupload.queue/img/done.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/plupload/jquery.plupload.queue/img/done.gif
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/plupload/jquery.plupload.queue/img/error.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/plupload/jquery.plupload.queue/img/error.gif
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/plupload/jquery.ui.plupload/img/loading.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/plupload/jquery.ui.plupload/img/loading.gif
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/plupload/jquery.ui.plupload/img/plupload.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/plupload/jquery.ui.plupload/img/plupload.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/jquery.contextmenu/images/door.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/scripts/jquery.contextmenu/images/door.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/jquery.filetree/images/directory.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/scripts/jquery.filetree/images/directory.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/jquery.filetree/images/picture.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/scripts/jquery.filetree/images/picture.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/jquery.filetree/images/spinner.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/scripts/jquery.filetree/images/spinner.gif
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Content/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Content/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Content/themes/base/images/ui-bg_flat_75_ffffff_40x100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Content/themes/base/images/ui-bg_flat_75_ffffff_40x100.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Content/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Content/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Content/themes/base/images/ui-bg_glass_65_ffffff_1x400.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Content/themes/base/images/ui-bg_glass_65_ffffff_1x400.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Content/themes/base/images/ui-bg_glass_75_dadada_1x400.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Content/themes/base/images/ui-bg_glass_75_dadada_1x400.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Content/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Content/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Content/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Content/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/plupload/jquery.plupload.queue/img/buttons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/plupload/jquery.plupload.queue/img/buttons.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/plupload/jquery.plupload.queue/img/delete.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/plupload/jquery.plupload.queue/img/delete.gif
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/CodeMirror/addon/display/fullscreen.css:
--------------------------------------------------------------------------------
1 | .CodeMirror-fullscreen {
2 | position: fixed;
3 | top: 0; left: 0; right: 0; bottom: 0;
4 | height: auto;
5 | z-index: 9;
6 | }
7 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/jquery.filetree/images/application.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/scripts/jquery.filetree/images/application.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/jquery.filetree/images/folder_open.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/scripts/jquery.filetree/images/folder_open.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/plupload/jquery.plupload.queue/img/throbber.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/plupload/jquery.plupload.queue/img/throbber.gif
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/plupload/jquery.plupload.queue/img/transp50.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/plupload/jquery.plupload.queue/img/transp50.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/styles/ui-lightness/images/animated-overlay.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/styles/ui-lightness/images/animated-overlay.gif
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Content/themes/jQueryUI_new/images/ui-icons_005387_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Content/themes/jQueryUI_new/images/ui-icons_005387_256x240.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Content/themes/jQueryUI_new/images/ui-icons_222222_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Content/themes/jQueryUI_new/images/ui-icons_222222_256x240.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Content/themes/jQueryUI_new/images/ui-icons_2e83ff_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Content/themes/jQueryUI_new/images/ui-icons_2e83ff_256x240.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Content/themes/jQueryUI_new/images/ui-icons_cd0a0a_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Content/themes/jQueryUI_new/images/ui-icons_cd0a0a_256x240.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Content/themes/jQueryUI_new/images/ui-icons_ef9a3f_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Content/themes/jQueryUI_new/images/ui-icons_ef9a3f_256x240.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/plupload/jquery.plupload.queue/img/backgrounds.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/plupload/jquery.plupload.queue/img/backgrounds.gif
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Content/themes/jQueryUI_new/images/ui-bg_flat_0_aaaaaa_40x100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Content/themes/jQueryUI_new/images/ui-bg_flat_0_aaaaaa_40x100.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Content/themes/jQueryUI_new/images/ui-bg_flat_75_b7defb_40x100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Content/themes/jQueryUI_new/images/ui-bg_flat_75_b7defb_40x100.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Content/themes/jQueryUI_new/images/ui-bg_glass_55_fbf9ee_1x400.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Content/themes/jQueryUI_new/images/ui-bg_glass_55_fbf9ee_1x400.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/jquery.contextmenu/images/page_white_copy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/scripts/jquery.contextmenu/images/page_white_copy.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/jquery.contextmenu/images/page_white_edit.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/scripts/jquery.contextmenu/images/page_white_edit.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/jquery.contextmenu/images/page_white_paste.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/scripts/jquery.contextmenu/images/page_white_paste.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/styles/ui-lightness/images/ui-icons_222222_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/styles/ui-lightness/images/ui-icons_222222_256x240.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/styles/ui-lightness/images/ui-icons_228ef1_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/styles/ui-lightness/images/ui-icons_228ef1_256x240.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/styles/ui-lightness/images/ui-icons_ef8c08_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/styles/ui-lightness/images/ui-icons_ef8c08_256x240.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/styles/ui-lightness/images/ui-icons_ffd27a_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/styles/ui-lightness/images/ui-icons_ffd27a_256x240.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/styles/ui-lightness/images/ui-icons_ffffff_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/styles/ui-lightness/images/ui-icons_ffffff_256x240.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Content/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Content/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Content/themes/jQueryUI_new/images/ui-bg_flat_100_ffffff_40x100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Content/themes/jQueryUI_new/images/ui-bg_flat_100_ffffff_40x100.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/plupload/jquery.plupload.queue/img/buttons-disabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/plupload/jquery.plupload.queue/img/buttons-disabled.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/jquery.contextmenu/images/page_white_delete.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/scripts/jquery.contextmenu/images/page_white_delete.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Content/themes/jQueryUI_new/images/ui-bg_inset-soft_75_b9b9b9_1x100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Content/themes/jQueryUI_new/images/ui-bg_inset-soft_75_b9b9b9_1x100.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Content/themes/jQueryUI_new/images/ui-bg_inset-soft_95_fef1ec_1x100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Content/themes/jQueryUI_new/images/ui-bg_inset-soft_95_fef1ec_1x100.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/styles/ui-lightness/images/ui-bg_flat_10_000000_40x100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/styles/ui-lightness/images/ui-bg_flat_10_000000_40x100.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/styles/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/styles/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/styles/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/styles/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/styles/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/styles/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Content/themes/jQueryUI_new/images/ui-bg_diagonals-small_75_94cffb_40x40.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Content/themes/jQueryUI_new/images/ui-bg_diagonals-small_75_94cffb_40x40.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Content/themes/jQueryUI_new/images/ui-bg_highlight-soft_75_ffffff_1x100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Content/themes/jQueryUI_new/images/ui-bg_highlight-soft_75_ffffff_1x100.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/styles/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/styles/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/styles/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/styles/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/styles/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/styles/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/styles/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/styles/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/styles/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/11BREATH11/Filemanager/HEAD/Filemanager/Filemanager/Filemanager/styles/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/CodeMirror/test/mode_test.css:
--------------------------------------------------------------------------------
1 | .mt-output .mt-token {
2 | border: 1px solid #ddd;
3 | white-space: pre;
4 | font-family: "Consolas", monospace;
5 | text-align: center;
6 | }
7 |
8 | .mt-output .mt-style {
9 | font-size: x-small;
10 | }
11 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/App_Start/FilterConfig.cs:
--------------------------------------------------------------------------------
1 | using System.Web;
2 | using System.Web.Mvc;
3 |
4 | namespace Filemanager
5 | {
6 | public class FilterConfig
7 | {
8 | public static void RegisterGlobalFilters(GlobalFilterCollection filters)
9 | {
10 | filters.Add(new HandleErrorAttribute());
11 | }
12 | }
13 | }
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Content/themes/base/sortable.css:
--------------------------------------------------------------------------------
1 | /*!
2 | * jQuery UI Sortable 1.11.2
3 | * http://jqueryui.com
4 | *
5 | * Copyright 2014 jQuery Foundation and other contributors
6 | * Released under the MIT license.
7 | * http://jquery.org/license
8 | */
9 | .ui-sortable-handle {
10 | -ms-touch-action: none;
11 | touch-action: none;
12 | }
13 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Content/themes/base/draggable.css:
--------------------------------------------------------------------------------
1 | /*!
2 | * jQuery UI Draggable 1.11.2
3 | * http://jqueryui.com
4 | *
5 | * Copyright 2014 jQuery Foundation and other contributors
6 | * Released under the MIT license.
7 | * http://jquery.org/license
8 | */
9 | .ui-draggable-handle {
10 | -ms-touch-action: none;
11 | touch-action: none;
12 | }
13 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/CodeMirror/bower.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "CodeMirror",
3 | "main": ["lib/codemirror.js", "lib/codemirror.css"],
4 | "ignore": [
5 | "**/.*",
6 | "node_modules",
7 | "components",
8 | "bin",
9 | "demo",
10 | "doc",
11 | "test",
12 | "index.html",
13 | "package.json"
14 | ]
15 | }
16 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/CodeMirror/mode/tiddlywiki/tiddlywiki.css:
--------------------------------------------------------------------------------
1 | span.cm-underlined {
2 | text-decoration: underline;
3 | }
4 | span.cm-strikethrough {
5 | text-decoration: line-through;
6 | }
7 | span.cm-brace {
8 | color: #170;
9 | font-weight: bold;
10 | }
11 | span.cm-table {
12 | color: blue;
13 | font-weight: bold;
14 | }
15 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/CodeMirror/bin/authors.sh:
--------------------------------------------------------------------------------
1 | # Combine existing list of authors with everyone known in git, sort, add header.
2 | tail --lines=+3 AUTHORS > AUTHORS.tmp
3 | git log --format='%aN' >> AUTHORS.tmp
4 | echo -e "List of CodeMirror contributors. Updated before every release.\n" > AUTHORS
5 | sort -u AUTHORS.tmp >> AUTHORS
6 | rm -f AUTHORS.tmp
7 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Content/themes/base/all.css:
--------------------------------------------------------------------------------
1 | /*!
2 | * jQuery UI CSS Framework 1.11.2
3 | * http://jqueryui.com
4 | *
5 | * Copyright 2014 jQuery Foundation and other contributors
6 | * Released under the MIT license.
7 | * http://jquery.org/license
8 | *
9 | * http://api.jqueryui.com/category/theming/
10 | */
11 | @import "base.css";
12 | @import "theme.css";
13 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/styles/ie9.css:
--------------------------------------------------------------------------------
1 | * {
2 | zoom: 1;
3 | }
4 |
5 | #filepath {
6 | height: 27px;
7 | line-height: 1.6em;
8 | }
9 |
10 | #file-input-container {
11 | width: 205px;
12 | }
13 |
14 | #file-input-container * {
15 | box-sizing: border-box;
16 | -ms-box-sizing: border-box;
17 | }
18 |
19 | #newfile {
20 | width: 205px;
21 | }
22 |
23 | #uploader {
24 | min-height: 32px;
25 | }
26 | #q {width:192px;}
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Content/themes/base/autocomplete.css:
--------------------------------------------------------------------------------
1 | /*!
2 | * jQuery UI Autocomplete 1.11.2
3 | * http://jqueryui.com
4 | *
5 | * Copyright 2014 jQuery Foundation and other contributors
6 | * Released under the MIT license.
7 | * http://jquery.org/license
8 | *
9 | * http://api.jqueryui.com/autocomplete/#theming
10 | */
11 | .ui-autocomplete {
12 | position: absolute;
13 | top: 0;
14 | left: 0;
15 | cursor: default;
16 | }
17 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/styles/ie8.css:
--------------------------------------------------------------------------------
1 | * {
2 | zoom: 1;
3 | }
4 |
5 | #filepath {
6 | height: 27px;
7 | line-height: 1.6em;
8 | }
9 |
10 | #file-input-container {
11 | width: 205px;
12 | }
13 |
14 | #file-input-container * {
15 | box-sizing: border-box;
16 | -ms-box-sizing: border-box;
17 | }
18 |
19 | #newfile {
20 | width: 205px;
21 | }
22 |
23 | #uploader {
24 | min-height: 32px;
25 | }
26 | #q { width:192px; height:1.8em}
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/CodeMirror/mode/ruby/test.js:
--------------------------------------------------------------------------------
1 | (function() {
2 | var mode = CodeMirror.getMode({indentUnit: 2}, "ruby");
3 | function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arguments, 1)); }
4 |
5 | MT("divide_equal_operator",
6 | "[variable bar] [operator /=] [variable foo]");
7 |
8 | MT("divide_equal_operator_no_spacing",
9 | "[variable foo][operator /=][number 42]");
10 |
11 | })();
12 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Content/themes/base/selectable.css:
--------------------------------------------------------------------------------
1 | /*!
2 | * jQuery UI Selectable 1.11.2
3 | * http://jqueryui.com
4 | *
5 | * Copyright 2014 jQuery Foundation and other contributors
6 | * Released under the MIT license.
7 | * http://jquery.org/license
8 | */
9 | .ui-selectable {
10 | -ms-touch-action: none;
11 | touch-action: none;
12 | }
13 | .ui-selectable-helper {
14 | position: absolute;
15 | z-index: 100;
16 | border: 1px dotted black;
17 | }
18 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/CodeMirror/bin/lint:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env node
2 |
3 | var lint = require("../test/lint/lint"),
4 | path = require("path");
5 |
6 | if (process.argv.length > 2) {
7 | lint.checkDir(process.argv[2]);
8 | } else {
9 | process.chdir(path.resolve(__dirname, ".."));
10 | lint.checkDir("lib");
11 | lint.checkDir("mode");
12 | lint.checkDir("addon");
13 | lint.checkDir("keymap");
14 | }
15 |
16 | process.exit(lint.success() ? 0 : 1);
17 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Content/themes/base/tooltip.css:
--------------------------------------------------------------------------------
1 | /*!
2 | * jQuery UI Tooltip 1.11.2
3 | * http://jqueryui.com
4 | *
5 | * Copyright 2014 jQuery Foundation and other contributors
6 | * Released under the MIT license.
7 | * http://jquery.org/license
8 | *
9 | * http://api.jqueryui.com/tooltip/#theming
10 | */
11 | .ui-tooltip {
12 | padding: 8px;
13 | position: absolute;
14 | z-index: 9999;
15 | max-width: 300px;
16 | -webkit-box-shadow: 0 0 5px #aaa;
17 | box-shadow: 0 0 5px #aaa;
18 | }
19 | body .ui-tooltip {
20 | border-width: 2px;
21 | }
22 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/App_Start/WebApiConfig.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Linq;
4 | using System.Web.Http;
5 |
6 | namespace Filemanager
7 | {
8 | public static class WebApiConfig
9 | {
10 | public static void Register(HttpConfiguration config)
11 | {
12 | config.Routes.MapHttpRoute(
13 | name: "DefaultApi",
14 | routeTemplate: "api/{controller}/{id}",
15 | defaults: new { id = RouteParameter.Optional }
16 | );
17 | }
18 | }
19 | }
20 |
--------------------------------------------------------------------------------
/.gitattributes:
--------------------------------------------------------------------------------
1 | # Auto detect text files and perform LF normalization
2 | * text=auto
3 |
4 | # Custom for Visual Studio
5 | *.cs diff=csharp
6 | *.sln merge=union
7 | *.csproj merge=union
8 | *.vbproj merge=union
9 | *.fsproj merge=union
10 | *.dbproj merge=union
11 |
12 | # Standard to msysgit
13 | *.doc diff=astextplain
14 | *.DOC diff=astextplain
15 | *.docx diff=astextplain
16 | *.DOCX diff=astextplain
17 | *.dot diff=astextplain
18 | *.DOT diff=astextplain
19 | *.pdf diff=astextplain
20 | *.PDF diff=astextplain
21 | *.rtf diff=astextplain
22 | *.RTF diff=astextplain
23 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/CodeMirror/addon/fold/foldgutter.css:
--------------------------------------------------------------------------------
1 | .CodeMirror-foldmarker {
2 | color: blue;
3 | text-shadow: #b9f 1px 1px 2px, #b9f -1px -1px 2px, #b9f 1px -1px 2px, #b9f -1px 1px 2px;
4 | font-family: arial;
5 | line-height: .3;
6 | cursor: pointer;
7 | }
8 | .CodeMirror-foldgutter {
9 | width: .7em;
10 | }
11 | .CodeMirror-foldgutter-open,
12 | .CodeMirror-foldgutter-folded {
13 | color: #555;
14 | cursor: pointer;
15 | }
16 | .CodeMirror-foldgutter-open:after {
17 | content: "\25BE";
18 | }
19 | .CodeMirror-foldgutter-folded:after {
20 | content: "\25B8";
21 | }
22 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/CodeMirror/mode/tiki/tiki.css:
--------------------------------------------------------------------------------
1 | .cm-tw-syntaxerror {
2 | color: #FFF;
3 | background-color: #900;
4 | }
5 |
6 | .cm-tw-deleted {
7 | text-decoration: line-through;
8 | }
9 |
10 | .cm-tw-header5 {
11 | font-weight: bold;
12 | }
13 | .cm-tw-listitem:first-child { /*Added first child to fix duplicate padding when highlighting*/
14 | padding-left: 10px;
15 | }
16 |
17 | .cm-tw-box {
18 | border-top-width: 0px ! important;
19 | border-style: solid;
20 | border-width: 1px;
21 | border-color: inherit;
22 | }
23 |
24 | .cm-tw-underline {
25 | text-decoration: underline;
26 | }
--------------------------------------------------------------------------------
/Filemanager/Filemanager/App_Start/RouteConfig.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Linq;
4 | using System.Web;
5 | using System.Web.Mvc;
6 | using System.Web.Routing;
7 |
8 | namespace Filemanager
9 | {
10 | public class RouteConfig
11 | {
12 | public static void RegisterRoutes(RouteCollection routes)
13 | {
14 | routes.IgnoreRoute("{resource}.axd/{*pathInfo}");
15 |
16 | routes.MapRoute(
17 | name: "Default",
18 | url: "{controller}/{action}/{id}",
19 | defaults: new { controller = "Main", action = "Index", id = UrlParameter.Optional }
20 | );
21 | }
22 | }
23 | }
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/CodeMirror/addon/dialog/dialog.css:
--------------------------------------------------------------------------------
1 | .CodeMirror-dialog {
2 | position: absolute;
3 | left: 0; right: 0;
4 | background: white;
5 | z-index: 15;
6 | padding: .1em .8em;
7 | overflow: hidden;
8 | color: #333;
9 | }
10 |
11 | .CodeMirror-dialog-top {
12 | border-bottom: 1px solid #eee;
13 | top: 0;
14 | }
15 |
16 | .CodeMirror-dialog-bottom {
17 | border-top: 1px solid #eee;
18 | bottom: 0;
19 | }
20 |
21 | .CodeMirror-dialog input {
22 | border: none;
23 | outline: none;
24 | background: transparent;
25 | width: 20em;
26 | color: inherit;
27 | font-family: monospace;
28 | }
29 |
30 | .CodeMirror-dialog button {
31 | font-size: 70%;
32 | }
33 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/CodeMirror/README.md:
--------------------------------------------------------------------------------
1 | # CodeMirror
2 | [](http://travis-ci.org/marijnh/CodeMirror)
3 | [](http://badge.fury.io/js/codemirror)
4 |
5 | CodeMirror is a JavaScript component that provides a code editor in
6 | the browser. When a mode is available for the language you are coding
7 | in, it will color your code, and optionally help with indentation.
8 |
9 | The project page is http://codemirror.net
10 | The manual is at http://codemirror.net/doc/manual.html
11 | The contributing guidelines are in [CONTRIBUTING.md](https://github.com/marijnh/CodeMirror/blob/master/CONTRIBUTING.md)
12 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Views/Main/Index.cshtml:
--------------------------------------------------------------------------------
1 | @model dynamic
2 |
3 | @{
4 | ViewBag.Title = "FileManager";
5 | Layout = "~/Views/shared/_Layout.basic.cshtml";
6 | }
7 |
8 |
9 |
11 |
12 |
13 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/CodeMirror/theme/neat.css:
--------------------------------------------------------------------------------
1 | .cm-s-neat span.cm-comment { color: #a86; }
2 | .cm-s-neat span.cm-keyword { line-height: 1em; font-weight: bold; color: blue; }
3 | .cm-s-neat span.cm-string { color: #a22; }
4 | .cm-s-neat span.cm-builtin { line-height: 1em; font-weight: bold; color: #077; }
5 | .cm-s-neat span.cm-special { line-height: 1em; font-weight: bold; color: #0aa; }
6 | .cm-s-neat span.cm-variable { color: black; }
7 | .cm-s-neat span.cm-number, .cm-s-neat span.cm-atom { color: #3a3; }
8 | .cm-s-neat span.cm-meta {color: #555;}
9 | .cm-s-neat span.cm-link { color: #3a3; }
10 |
11 | .cm-s-neat .CodeMirror-activeline-background {background: #e8f2ff !important;}
12 | .cm-s-neat .CodeMirror-matchingbracket {outline:1px solid grey; color:black !important;}
13 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Global.asax.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Linq;
4 | using System.Web;
5 | using System.Web.Http;
6 | using System.Web.Mvc;
7 | using System.Web.Routing;
8 |
9 | namespace Filemanager
10 | {
11 | // Note: For instructions on enabling IIS6 or IIS7 classic mode,
12 | // visit http://go.microsoft.com/?LinkId=9394801
13 | public class MvcApplication : System.Web.HttpApplication
14 | {
15 | protected void Application_Start()
16 | {
17 | AreaRegistration.RegisterAllAreas();
18 |
19 | WebApiConfig.Register(GlobalConfiguration.Configuration);
20 | FilterConfig.RegisterGlobalFilters(GlobalFilters.Filters);
21 | RouteConfig.RegisterRoutes(RouteTable.Routes);
22 | }
23 | }
24 | }
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Controllers/MainController.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Linq;
4 | using System.Web;
5 | using System.Web.Mvc;
6 |
7 | namespace Filemanager.Controllers
8 | {
9 | public class MainController : Controller
10 | {
11 | //
12 | // GET: /Main/
13 |
14 | public ActionResult Index()
15 | {
16 | ViewBag.user_id = "123";
17 | ViewBag.fileRoot = "\"/files/\"";
18 | //ViewBag.fileRoot = "\"c:/AMD/\"";
19 | //ViewBag.fileRoot = "\"//Breath/mssqlserver/FileTableDB/FileTableTb_Dir/userfiles/\"";
20 | ViewBag.serverRoot = "true";
21 | ViewBag.serverMode = "false";
22 | ViewBag.useFileTable = "false";
23 |
24 |
25 | return View();
26 | }
27 |
28 | }
29 | }
30 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/plupload/i18n/mn.js:
--------------------------------------------------------------------------------
1 | // Mongolian (mn)
2 | plupload.addI18n({"Stop Upload":"","Upload URL might be wrong or doesn't exist.":"","tb":"","Size":"","Close":"","Init error.":"","Add files to the upload queue and click the start button.":"","Filename":"","Image format either wrong or not supported.":"","Status":"","HTTP Error.":"","Start Upload":"","mb":"","kb":"","Duplicate file error.":"","File size error.":"","N/A":"","gb":"","Error: Invalid file extension:":"","Select files":"","%s already present in the queue.":"","File: %s":"","b":"","Uploaded %d/%d files":"","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"","%d files queued":"","File: %s, size: %d, max file size: %d":"","Drag files here.":"","Runtime ran out of available memory.":"","File count error.":"","File extension error.":"","Error: File too large:":"","Add Files":""});
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/CodeMirror/theme/elegant.css:
--------------------------------------------------------------------------------
1 | .cm-s-elegant span.cm-number, .cm-s-elegant span.cm-string, .cm-s-elegant span.cm-atom {color: #762;}
2 | .cm-s-elegant span.cm-comment {color: #262; font-style: italic; line-height: 1em;}
3 | .cm-s-elegant span.cm-meta {color: #555; font-style: italic; line-height: 1em;}
4 | .cm-s-elegant span.cm-variable {color: black;}
5 | .cm-s-elegant span.cm-variable-2 {color: #b11;}
6 | .cm-s-elegant span.cm-qualifier {color: #555;}
7 | .cm-s-elegant span.cm-keyword {color: #730;}
8 | .cm-s-elegant span.cm-builtin {color: #30a;}
9 | .cm-s-elegant span.cm-link {color: #762;}
10 | .cm-s-elegant span.cm-error {background-color: #fdd;}
11 |
12 | .cm-s-elegant .CodeMirror-activeline-background {background: #e8f2ff !important;}
13 | .cm-s-elegant .CodeMirror-matchingbracket {outline:1px solid grey; color:black !important;}
14 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/CodeMirror/addon/mode/multiplex_test.js:
--------------------------------------------------------------------------------
1 | (function() {
2 | CodeMirror.defineMode("markdown_with_stex", function(){
3 | var inner = CodeMirror.getMode({}, "stex");
4 | var outer = CodeMirror.getMode({}, "markdown");
5 |
6 | var innerOptions = {
7 | open: '$',
8 | close: '$',
9 | mode: inner,
10 | delimStyle: 'delim',
11 | innerStyle: 'inner'
12 | };
13 |
14 | return CodeMirror.multiplexingMode(outer, innerOptions);
15 | });
16 |
17 | var mode = CodeMirror.getMode({}, "markdown_with_stex");
18 |
19 | function MT(name) {
20 | test.mode(
21 | name,
22 | mode,
23 | Array.prototype.slice.call(arguments, 1),
24 | 'multiplexing');
25 | }
26 |
27 | MT(
28 | "stexInsideMarkdown",
29 | "[strong **Equation:**] [delim $][inner&tag \\pi][delim $]");
30 | })();
31 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Content/themes/base/base.css:
--------------------------------------------------------------------------------
1 | /*!
2 | * jQuery UI CSS Framework 1.11.2
3 | * http://jqueryui.com
4 | *
5 | * Copyright 2014 jQuery Foundation and other contributors
6 | * Released under the MIT license.
7 | * http://jquery.org/license
8 | *
9 | * http://api.jqueryui.com/category/theming/
10 | */
11 | @import url("core.css");
12 |
13 | @import url("accordion.css");
14 | @import url("autocomplete.css");
15 | @import url("button.css");
16 | @import url("datepicker.css");
17 | @import url("dialog.css");
18 | @import url("draggable.css");
19 | @import url("menu.css");
20 | @import url("progressbar.css");
21 | @import url("resizable.css");
22 | @import url("selectable.css");
23 | @import url("selectmenu.css");
24 | @import url("sortable.css");
25 | @import url("slider.css");
26 | @import url("spinner.css");
27 | @import url("tabs.css");
28 | @import url("tooltip.css");
29 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/plupload/i18n/sr_RS.js:
--------------------------------------------------------------------------------
1 | // Serbian (Serbia) (sr_RS)
2 | plupload.addI18n({"Stop Upload":"","Upload URL might be wrong or doesn't exist.":"","tb":"","Size":"","Close":"","Init error.":"","Add files to the upload queue and click the start button.":"","Filename":"","Image format either wrong or not supported.":"","Status":"","HTTP Error.":"","Start Upload":"","mb":"","kb":"","Duplicate file error.":"","File size error.":"","N/A":"","gb":"","Error: Invalid file extension:":"","Select files":"","%s already present in the queue.":"","File: %s":"","b":"","Uploaded %d/%d files":"","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"","%d files queued":"","File: %s, size: %d, max file size: %d":"","Drag files here.":"","Runtime ran out of available memory.":"","File count error.":"","File extension error.":"","Error: File too large:":"","Add Files":""});
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/CodeMirror/addon/lint/yaml-lint.js:
--------------------------------------------------------------------------------
1 | (function(mod) {
2 | if (typeof exports == "object" && typeof module == "object") // CommonJS
3 | mod(require("../../lib/codemirror"));
4 | else if (typeof define == "function" && define.amd) // AMD
5 | define(["../../lib/codemirror"], mod);
6 | else // Plain browser env
7 | mod(CodeMirror);
8 | })(function(CodeMirror) {
9 | "use strict";
10 |
11 | // Depends on js-yaml.js from https://github.com/nodeca/js-yaml
12 |
13 | // declare global: jsyaml
14 |
15 | CodeMirror.registerHelper("lint", "yaml", function(text) {
16 | var found = [];
17 | try { jsyaml.load(text); }
18 | catch(e) {
19 | var loc = e.mark;
20 | found.push({ from: CodeMirror.Pos(loc.line, loc.column), to: CodeMirror.Pos(loc.line, loc.column), message: e.message });
21 | }
22 | return found;
23 | });
24 |
25 | });
26 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/CodeMirror/addon/hint/show-hint.css:
--------------------------------------------------------------------------------
1 | .CodeMirror-hints {
2 | position: absolute;
3 | z-index: 10;
4 | overflow: hidden;
5 | list-style: none;
6 |
7 | margin: 0;
8 | padding: 2px;
9 |
10 | -webkit-box-shadow: 2px 3px 5px rgba(0,0,0,.2);
11 | -moz-box-shadow: 2px 3px 5px rgba(0,0,0,.2);
12 | box-shadow: 2px 3px 5px rgba(0,0,0,.2);
13 | border-radius: 3px;
14 | border: 1px solid silver;
15 |
16 | background: white;
17 | font-size: 90%;
18 | font-family: monospace;
19 |
20 | max-height: 20em;
21 | overflow-y: auto;
22 | }
23 |
24 | .CodeMirror-hint {
25 | margin: 0;
26 | padding: 0 4px;
27 | border-radius: 2px;
28 | max-width: 19em;
29 | overflow: hidden;
30 | white-space: pre;
31 | color: black;
32 | cursor: pointer;
33 | }
34 |
35 | .CodeMirror-hint-active {
36 | background: #08f;
37 | color: white;
38 | }
39 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/files/2222222222.txt:
--------------------------------------------------------------------------------
1 | SHASHKI
2 |
3 | Red Blue
4 | 1. e3 - d4 1. b6 - a5
5 | 2. d4 - e5 2. d6 : f4
6 | 3. g3 : e5 3. f6 : d4
7 | 4. c3 : e5 4. h6 - g5
8 | 5. a3 - b4 5. a5 : c3
9 | 6. d2 : b4 6. a7 - b6
10 | 7. f2 - e3 7. e7 - f6
11 | 8. e3 - d4 8. b8 - a7
12 | 9. d4 - c5 9. f6 : d4
13 | 10. c5 : e3 10. c7 - d6
14 | 11. b2 - c3 11. f8 - e7
15 | 12. e1 - f2 12. d6 - e5
16 | 13. c1 - d2 13. g7 - h6
17 | 14. e3 - d4 14. e5 - f4
18 | 15. b4 - c5 15. h8 - g7
19 | 16. f2 - g3 16. f4 - e3
20 | 17. d4 : f2 17. b6 : d4 : b2
21 | 18. a1 : c3 18. d8 - c7
22 | 19. f2 - e3 19. e7 - f6
23 | 20. g3 - f4 20. c7 - b6
24 | 21. c3 - b4 21. g5 - h4
25 | 22. g1 - f2 22. b6 - a5
26 | 23. b4 - c5 23. f6 - g5
27 | 24. c5 - d6 24. a7 - b6
28 | 25. d6 - e7 25. g7 - f6
29 | 26. e7 - f8 26. b6 - c5
30 | 27. f8 : a3 27. a5 - b4
31 | 28. a3 : f8 28. h4 - g3
32 | 29. f2 : h4 29. f6 - e5
33 | 30. h4 : f6 : d4 30. h6 - g5
34 | 31. f4 : h6
35 | Red wins
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/styles/reset.css:
--------------------------------------------------------------------------------
1 | html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
2 | {
3 | margin: 0;
4 | padding: 0;
5 | border: 0;
6 | outline: 0;
7 | font-size: 100%;
8 | vertical-align: baseline;
9 | background: transparent
10 | }
11 |
12 | body {
13 | line-height: 1
14 | }
15 |
16 | ol,ul {
17 | list-style: none
18 | }
19 |
20 | blockquote,q {
21 | quotes: none
22 | }
23 |
24 | blockquote:before,blockquote:after,q:before,q:after {
25 | content: '';
26 | content: none
27 | }
28 |
29 | :focus {
30 | outline: 0
31 | }
32 |
33 | ins {
34 | text-decoration: none
35 | }
36 |
37 | del {
38 | text-decoration: line-through
39 | }
40 |
41 | table {
42 | border-collapse: collapse;
43 | border-spacing: 0
44 | }
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/CodeMirror/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "codemirror",
3 | "version":"4.0.4",
4 | "main": "lib/codemirror.js",
5 | "description": "In-browser code editing made bearable",
6 | "licenses": [{"type": "MIT",
7 | "url": "http://codemirror.net/LICENSE"}],
8 | "directories": {"lib": "./lib"},
9 | "scripts": {"test": "node ./test/run.js"},
10 | "devDependencies": {"node-static": "0.6.0",
11 | "phantomjs": "1.9.2-5"},
12 | "bugs": "http://github.com/marijnh/CodeMirror/issues",
13 | "keywords": ["JavaScript", "CodeMirror", "Editor"],
14 | "homepage": "http://codemirror.net",
15 | "maintainers":[{"name": "Marijn Haverbeke",
16 | "email": "marijnh@gmail.com",
17 | "web": "http://marijnhaverbeke.nl"}],
18 | "repository": {"type": "git",
19 | "url": "https://github.com/marijnh/CodeMirror.git"}
20 | }
21 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager.sln:
--------------------------------------------------------------------------------
1 |
2 | Microsoft Visual Studio Solution File, Format Version 12.00
3 | # Visual Studio 2012
4 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Filemanager", "Filemanager\Filemanager.csproj", "{6CF3AFB7-12E2-4818-BB0A-5C7962F48A0D}"
5 | EndProject
6 | Global
7 | GlobalSection(SolutionConfigurationPlatforms) = preSolution
8 | Debug|Any CPU = Debug|Any CPU
9 | Release|Any CPU = Release|Any CPU
10 | EndGlobalSection
11 | GlobalSection(ProjectConfigurationPlatforms) = postSolution
12 | {6CF3AFB7-12E2-4818-BB0A-5C7962F48A0D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
13 | {6CF3AFB7-12E2-4818-BB0A-5C7962F48A0D}.Debug|Any CPU.Build.0 = Debug|Any CPU
14 | {6CF3AFB7-12E2-4818-BB0A-5C7962F48A0D}.Release|Any CPU.ActiveCfg = Release|Any CPU
15 | {6CF3AFB7-12E2-4818-BB0A-5C7962F48A0D}.Release|Any CPU.Build.0 = Release|Any CPU
16 | EndGlobalSection
17 | GlobalSection(SolutionProperties) = preSolution
18 | HideSolutionNode = FALSE
19 | EndGlobalSection
20 | EndGlobal
21 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Content/themes/base/accordion.css:
--------------------------------------------------------------------------------
1 | /*!
2 | * jQuery UI Accordion 1.11.2
3 | * http://jqueryui.com
4 | *
5 | * Copyright 2014 jQuery Foundation and other contributors
6 | * Released under the MIT license.
7 | * http://jquery.org/license
8 | *
9 | * http://api.jqueryui.com/accordion/#theming
10 | */
11 | .ui-accordion .ui-accordion-header {
12 | display: block;
13 | cursor: pointer;
14 | position: relative;
15 | margin: 2px 0 0 0;
16 | padding: .5em .5em .5em .7em;
17 | min-height: 0; /* support: IE7 */
18 | font-size: 100%;
19 | }
20 | .ui-accordion .ui-accordion-icons {
21 | padding-left: 2.2em;
22 | }
23 | .ui-accordion .ui-accordion-icons .ui-accordion-icons {
24 | padding-left: 2.2em;
25 | }
26 | .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
27 | position: absolute;
28 | left: .5em;
29 | top: 50%;
30 | margin-top: -8px;
31 | }
32 | .ui-accordion .ui-accordion-content {
33 | padding: 1em 2.2em;
34 | border-top: 0;
35 | overflow: auto;
36 | }
37 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Views/Shared/_Layout.basic.cshtml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | @ViewBag.Title
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 | @RenderBody()
16 |
17 |
18 |
19 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/CodeMirror/addon/lint/json-lint.js:
--------------------------------------------------------------------------------
1 | // Depends on jsonlint.js from https://github.com/zaach/jsonlint
2 |
3 | // declare global: jsonlint
4 |
5 | (function(mod) {
6 | if (typeof exports == "object" && typeof module == "object") // CommonJS
7 | mod(require("../../lib/codemirror"));
8 | else if (typeof define == "function" && define.amd) // AMD
9 | define(["../../lib/codemirror"], mod);
10 | else // Plain browser env
11 | mod(CodeMirror);
12 | })(function(CodeMirror) {
13 | "use strict";
14 |
15 | CodeMirror.registerHelper("lint", "json", function(text) {
16 | var found = [];
17 | jsonlint.parseError = function(str, hash) {
18 | var loc = hash.loc;
19 | found.push({from: CodeMirror.Pos(loc.first_line - 1, loc.first_column),
20 | to: CodeMirror.Pos(loc.last_line - 1, loc.last_column),
21 | message: str});
22 | };
23 | try { jsonlint.parse(text); }
24 | catch(e) {}
25 | return found;
26 | });
27 |
28 | });
29 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/plupload/i18n/sq.js:
--------------------------------------------------------------------------------
1 | // Albanian (sq)
2 | plupload.addI18n({"Stop Upload":"","Upload URL might be wrong or doesn't exist.":"","tb":"TB","Size":"","Close":"","Init error.":"Init gabim.","Add files to the upload queue and click the start button.":"","Filename":"","Image format either wrong or not supported.":"","Status":"","HTTP Error.":"HTTP Gabim.","Start Upload":"","mb":"MB","kb":"KB","Duplicate file error.":"Gabim i dublikatës të dosjes.","File size error.":"Gabim i madhësisë së dosjes.","N/A":"Nuk është në dispozicion","gb":"GB","Error: Invalid file extension:":"","Select files":"Zhgjidhni dosjet.","%s already present in the queue.":"","File: %s":"","b":"B","Uploaded %d/%d files":"","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"","%d files queued":"","File: %s, size: %d, max file size: %d":"","Drag files here.":"","Runtime ran out of available memory.":"","File count error.":"","File extension error.":"Gabim i zgerimit të dosjes.","Error: File too large:":"","Add Files":""});
--------------------------------------------------------------------------------
/.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 | # =========================
18 | # Operating System Files
19 | # =========================
20 |
21 | # OSX
22 | # =========================
23 |
24 | .DS_Store
25 | .AppleDouble
26 | .LSOverride
27 |
28 | # Icon must end with two \r
29 | Icon
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 | /Filemanager/.vs/Filemanager/v15
45 | /Filemanager/Filemanager/bin
46 | /Filemanager/Filemanager/obj/Debug
47 | /Filemanager/packages
48 | /Filemanager/Filemanager/obj/Release
49 | /Filemanager/Filemanager/Properties/PublishProfiles
50 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/CodeMirror/addon/edit/trailingspace.js:
--------------------------------------------------------------------------------
1 | (function(mod) {
2 | if (typeof exports == "object" && typeof module == "object") // CommonJS
3 | mod(require("../../lib/codemirror"));
4 | else if (typeof define == "function" && define.amd) // AMD
5 | define(["../../lib/codemirror"], mod);
6 | else // Plain browser env
7 | mod(CodeMirror);
8 | })(function(CodeMirror) {
9 | CodeMirror.defineOption("showTrailingSpace", false, function(cm, val, prev) {
10 | if (prev == CodeMirror.Init) prev = false;
11 | if (prev && !val)
12 | cm.removeOverlay("trailingspace");
13 | else if (!prev && val)
14 | cm.addOverlay({
15 | token: function(stream) {
16 | for (var l = stream.string.length, i = l; i && /\s/.test(stream.string.charAt(i - 1)); --i) {}
17 | if (i > stream.pos) { stream.pos = i; return null; }
18 | stream.pos = l;
19 | return "trailingspace";
20 | },
21 | name: "trailingspace"
22 | });
23 | });
24 | });
25 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/CodeMirror/test/phantom_driver.js:
--------------------------------------------------------------------------------
1 | var page = require('webpage').create();
2 |
3 | page.open("http://localhost:3000/test/index.html", function (status) {
4 | if (status != "success") {
5 | console.log("page couldn't be loaded successfully");
6 | phantom.exit(1);
7 | }
8 | waitFor(function () {
9 | return page.evaluate(function () {
10 | var output = document.getElementById('status');
11 | if (!output) { return false; }
12 | return (/^(\d+ failures?|all passed)/i).test(output.innerText);
13 | });
14 | }, function () {
15 | var failed = page.evaluate(function () { return window.failed; });
16 | var output = page.evaluate(function () {
17 | return document.getElementById('output').innerText + "\n" +
18 | document.getElementById('status').innerText;
19 | });
20 | console.log(output);
21 | phantom.exit(failed > 0 ? 1 : 0);
22 | });
23 | });
24 |
25 | function waitFor (test, cb) {
26 | if (test()) {
27 | cb();
28 | } else {
29 | setTimeout(function () { waitFor(test, cb); }, 250);
30 | }
31 | }
32 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/plupload/i18n/zh_CN.js:
--------------------------------------------------------------------------------
1 | // Chinese (China) (zh_CN)
2 | plupload.addI18n({"Stop Upload":"停止上传","Upload URL might be wrong or doesn't exist.":"上传的URL可能是错误的或不存在。","tb":"tb","Size":"大小","Close":"关闭","Init error.":"初始化错误。","Add files to the upload queue and click the start button.":"将文件添加到上传队列,然后点击”开始上传“按钮。","Filename":"文件名","Image format either wrong or not supported.":"图片格式错误或者不支持。","Status":"状态","HTTP Error.":"HTTP 错误。","Start Upload":"开始上传","mb":"mb","kb":"kb","Duplicate file error.":"重复文件错误。","File size error.":"文件大小错误。","N/A":"N/A","gb":"gb","Error: Invalid file extension:":"错误:无效的文件扩展名:","Select files":"选择文件","%s already present in the queue.":"%s 已经在当前队列里。","File: %s":"文件: %s","b":"b","Uploaded %d/%d files":"已上传 %d/%d 个文件","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"每次只接受同时上传 %d 个文件,多余的文件将会被删除。","%d files queued":"%d 个文件加入到队列","File: %s, size: %d, max file size: %d":"文件: %s, 大小: %d, 最大文件大小: %d","Drag files here.":"把文件拖到这里。","Runtime ran out of available memory.":"运行时已消耗所有可用内存。","File count error.":"文件数量错误。","File extension error.":"文件扩展名错误。","Error: File too large:":"错误: 文件太大:","Add Files":"增加文件"});
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/plupload/i18n/zh_TW.js:
--------------------------------------------------------------------------------
1 | // Chinese (Taiwan) (zh_TW)
2 | plupload.addI18n({"Stop Upload":"停止上傳","Upload URL might be wrong or doesn't exist.":"檔案URL可能有誤或者不存在。","tb":"tb","Size":"大小","Close":"關閉","Init error.":"初始化錯誤。","Add files to the upload queue and click the start button.":"將檔案加入上傳序列,然後點選”開始上傳“按鈕。","Filename":"檔案名稱","Image format either wrong or not supported.":"圖片格式錯誤或者不支援。","Status":"狀態","HTTP Error.":"HTTP 錯誤。","Start Upload":"開始上傳","mb":"mb","kb":"kb","Duplicate file error.":"錯誤:檔案重複。","File size error.":"錯誤:檔案大小超過限制。","N/A":"N/A","gb":"gb","Error: Invalid file extension:":"錯誤:不接受的檔案格式:","Select files":"選擇檔案","%s already present in the queue.":"%s 已經存在目前的檔案序列。","File: %s":"檔案: %s","b":"b","Uploaded %d/%d files":"已上傳 %d/%d 個文件","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"每次只能上傳 %d 個檔案,超過限制數量的檔案將被忽略。","%d files queued":"%d 個檔案加入到序列","File: %s, size: %d, max file size: %d":"檔案: %s, 大小: %d, 檔案大小上限: %d","Drag files here.":"把檔案拖曳到這裡。","Runtime ran out of available memory.":"執行時耗盡了所有可用的記憶體。","File count error.":"檔案數量錯誤。","File extension error.":"檔案副檔名錯誤。","Error: File too large:":"錯誤: 檔案大小太大:","Add Files":"增加檔案"});
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/CodeMirror/LICENSE:
--------------------------------------------------------------------------------
1 | Copyright (C) 2014 by Marijn Haverbeke and others
2 |
3 | Permission is hereby granted, free of charge, to any person obtaining a copy
4 | of this software and associated documentation files (the "Software"), to deal
5 | in the Software without restriction, including without limitation the rights
6 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7 | copies of the Software, and to permit persons to whom the Software is
8 | furnished to do so, subject to the following conditions:
9 |
10 | The above copyright notice and this permission notice shall be included in
11 | all copies or substantial portions of the Software.
12 |
13 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19 | THE SOFTWARE.
20 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | Features Web File Manager
2 |
3 | 1. It is easy import in projects ASP NET and ASP NET MVC, there is a configuration file with a lot of settings, there is a localization en, ru, ua
4 |
5 | 2. Two modes of operation
6 |
7 | a) The client mode, you have all information about files in file-tree when you first opened filemanager. File-tree-work fast and it allows open all tree directly.
8 |
9 | b) The server mode, information about files load in file-tree, when you work with file-tree. File tree work slow, but this mode need use if you have many files in file-tree.
10 |
11 | 2. Editing text files in the file manager, and view files with extensions as html,htm,mht,doc,docx,pdf,xml,css,php,c,cpp,h,hpp,js,xls,xlsx,ppt,pptx,pages,ai,psd,tiff,dxf,svg,eps,ps,ttf,xp files.
12 |
13 | 3. View videos and listening music in jwPlayer, view pictures with extensions jpg, jpeg, gif, png, svg, bmp
14 |
15 | 4. Batch upload files
16 |
17 | 5. There are many different verification coliseum when multiple users working with the same files and folders. In all modes of operation informs that the file or folder was already changed, or deleted by another user and automatically updates the folder where there were changes.
18 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/plupload/i18n/ko.js:
--------------------------------------------------------------------------------
1 | // Korean (ko)
2 | plupload.addI18n({"Stop Upload":"업로드 중지","Upload URL might be wrong or doesn't exist.":"업로드할 URL이 존재하지 않습니다.","tb":"tb","Size":"크기","Close":"닫기","Init error.":"초기화 오류.","Add files to the upload queue and click the start button.":"파일을 업로드 큐에 추가한 후 시작 버튼을 클릭하십시오.","Filename":"파일명","Image format either wrong or not supported.":"지원되지 않는 이미지 형식입니다.","Status":"상태","HTTP Error.":"HTTP 오류.","Start Upload":"업로드 시작","mb":"mb","kb":"kb","Duplicate file error.":"파일 중복 오류.","File size error.":"파일 크기 오류.","N/A":"N/A","gb":"gb","Error: Invalid file extension:":"오류: 허용되지 않은 확장자입니다.","Select files":"파일 선택","%s already present in the queue.":"%s 파일이 이미 대기열에 존재합니다.","File: %s":"파일: %s","b":"b","Uploaded %d/%d files":"%d / %d 파일 업로드 완료","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"업로드 가능한 파일의 수는 %d 입니다. 불필요한 파일은 삭제되었습니다.","%d files queued":"%d 파일이 추가됨","File: %s, size: %d, max file size: %d":"파일: %s, 크기: %d, 최대 파일 크기: %d","Drag files here.":"이곳에 파일을 드래그 하세요.","Runtime ran out of available memory.":"런타임 메모리가 부족합니다.","File count error.":"파일 갯수 오류.","File extension error.":"파일 확장자 오류.","Error: File too large:":"오류: 파일 크기가 너무 큽니다.","Add Files":"파일 추가"});
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/CodeMirror/addon/lint/css-lint.js:
--------------------------------------------------------------------------------
1 | // Depends on csslint.js from https://github.com/stubbornella/csslint
2 |
3 | // declare global: CSSLint
4 |
5 | (function(mod) {
6 | if (typeof exports == "object" && typeof module == "object") // CommonJS
7 | mod(require("../../lib/codemirror"));
8 | else if (typeof define == "function" && define.amd) // AMD
9 | define(["../../lib/codemirror"], mod);
10 | else // Plain browser env
11 | mod(CodeMirror);
12 | })(function(CodeMirror) {
13 | "use strict";
14 |
15 | CodeMirror.registerHelper("lint", "css", function(text) {
16 | var found = [];
17 | if (!window.CSSLint) return found;
18 | var results = CSSLint.verify(text), messages = results.messages, message = null;
19 | for ( var i = 0; i < messages.length; i++) {
20 | message = messages[i];
21 | var startLine = message.line -1, endLine = message.line -1, startCol = message.col -1, endCol = message.col;
22 | found.push({
23 | from: CodeMirror.Pos(startLine, startCol),
24 | to: CodeMirror.Pos(endLine, endCol),
25 | message: message.message,
26 | severity : message.type
27 | });
28 | }
29 | return found;
30 | });
31 |
32 | });
33 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/CodeMirror/test/run.js:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env node
2 |
3 | var lint = require("./lint/lint");
4 |
5 | lint.checkDir("mode");
6 | lint.checkDir("lib");
7 | lint.checkDir("addon");
8 | lint.checkDir("keymap");
9 |
10 | var ok = lint.success();
11 |
12 | var files = new (require('node-static').Server)();
13 |
14 | var server = require('http').createServer(function (req, res) {
15 | req.addListener('end', function () {
16 | files.serve(req, res, function (err/*, result */) {
17 | if (err) {
18 | console.error(err);
19 | process.exit(1);
20 | }
21 | });
22 | }).resume();
23 | }).addListener('error', function (err) {
24 | throw err;
25 | }).listen(3000, function () {
26 | var childProcess = require('child_process');
27 | var phantomjs = require("phantomjs");
28 | var childArgs = [
29 | require("path").join(__dirname, 'phantom_driver.js')
30 | ];
31 | childProcess.execFile(phantomjs.path, childArgs, function (err, stdout, stderr) {
32 | server.close();
33 | console.log(stdout);
34 | if (err) console.error(err);
35 | if (stderr) console.error(stderr);
36 | process.exit(err || stderr || !ok ? 1 : 0);
37 | });
38 | });
39 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/plupload/i18n/ja.js:
--------------------------------------------------------------------------------
1 | // Japanese (ja)
2 | plupload.addI18n({"Stop Upload":"アップロード停止","Upload URL might be wrong or doesn't exist.":"アップロード先の URL が存在しません","tb":"TB","Size":"サイズ","Close":"閉じる","Init error.":"イニシャライズエラー","Add files to the upload queue and click the start button.":"ファイルをアップロードキューに追加してスタートボタンをクリックしてください","Filename":"ファイル名","Image format either wrong or not supported.":"画像形式が間違っているかサポートされていません","Status":"ステータス","HTTP Error.":"HTTP エラー","Start Upload":"アップロード開始","mb":"MB","kb":"KB","Duplicate file error.":"重複ファイルエラー","File size error.":"ファイルサイズエラー","N/A":"N/A","gb":"GB","Error: Invalid file extension:":"エラー: ファイルの拡張子が無効です:","Select files":"ファイル選択","%s already present in the queue.":"%s 既にキューに存在しています","File: %s":"ファイル: %s","b":"B","Uploaded %d/%d files":"アップロード中 %d/%d ファイル","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"アップロード可能なファイル数は %d です 余分なファイルは削除されました","%d files queued":"%d ファイルが追加されました","File: %s, size: %d, max file size: %d":"ファイル: %s, サイズ: %d, 最大ファイルサイズ: %d","Drag files here.":"ここにファイルをドラッグ","Runtime ran out of available memory.":"ランタイムが使用するメモリが不足しました","File count error.":"ファイル数エラー","File extension error.":"ファイル拡張子エラー","Error: File too large:":"エラー: ファイルが大きすぎます:","Add Files":"ファイルを追加"});
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/CodeMirror/mode/diff/diff.js:
--------------------------------------------------------------------------------
1 | (function(mod) {
2 | if (typeof exports == "object" && typeof module == "object") // CommonJS
3 | mod(require("../../lib/codemirror"));
4 | else if (typeof define == "function" && define.amd) // AMD
5 | define(["../../lib/codemirror"], mod);
6 | else // Plain browser env
7 | mod(CodeMirror);
8 | })(function(CodeMirror) {
9 | "use strict";
10 |
11 | CodeMirror.defineMode("diff", function() {
12 |
13 | var TOKEN_NAMES = {
14 | '+': 'positive',
15 | '-': 'negative',
16 | '@': 'meta'
17 | };
18 |
19 | return {
20 | token: function(stream) {
21 | var tw_pos = stream.string.search(/[\t ]+?$/);
22 |
23 | if (!stream.sol() || tw_pos === 0) {
24 | stream.skipToEnd();
25 | return ("error " + (
26 | TOKEN_NAMES[stream.string.charAt(0)] || '')).replace(/ $/, '');
27 | }
28 |
29 | var token_name = TOKEN_NAMES[stream.peek()] || stream.skipToEnd();
30 |
31 | if (tw_pos === -1) {
32 | stream.skipToEnd();
33 | } else {
34 | stream.pos = tw_pos;
35 | }
36 |
37 | return token_name;
38 | }
39 | };
40 | });
41 |
42 | CodeMirror.defineMIME("text/x-diff", "diff");
43 |
44 | });
45 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/files/xml/simple.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | Belgian Waffles
6 | $5.95
7 | Two of our famous Belgian Waffles with plenty of real maple syrup
8 | 650
9 |
10 |
11 | Strawberry Belgian Waffles
12 | $7.95
13 | Light Belgian waffles covered with strawberries and whipped cream
14 | 900
15 |
16 |
17 | Berry-Berry Belgian Waffles
18 | $8.95
19 | Light Belgian waffles covered with an assortment of fresh berries and whipped cream
20 | 900
21 |
22 |
23 | French Toast
24 | $4.50
25 | Thick slices made from our homemade sourdough bread
26 | 600
27 |
28 |
29 | Homestyle Breakfast
30 | $6.95
31 | Two eggs, bacon or sausage, toast, and our ever-popular hash browns
32 | 950
33 |
34 |
35 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/CodeMirror/theme/eclipse.css:
--------------------------------------------------------------------------------
1 | .cm-s-eclipse span.cm-meta {color: #FF1717;}
2 | .cm-s-eclipse span.cm-keyword { line-height: 1em; font-weight: bold; color: #7F0055; }
3 | .cm-s-eclipse span.cm-atom {color: #219;}
4 | .cm-s-eclipse span.cm-number {color: #164;}
5 | .cm-s-eclipse span.cm-def {color: #00f;}
6 | .cm-s-eclipse span.cm-variable {color: black;}
7 | .cm-s-eclipse span.cm-variable-2 {color: #0000C0;}
8 | .cm-s-eclipse span.cm-variable-3 {color: #0000C0;}
9 | .cm-s-eclipse span.cm-property {color: black;}
10 | .cm-s-eclipse span.cm-operator {color: black;}
11 | .cm-s-eclipse span.cm-comment {color: #3F7F5F;}
12 | .cm-s-eclipse span.cm-string {color: #2A00FF;}
13 | .cm-s-eclipse span.cm-string-2 {color: #f50;}
14 | .cm-s-eclipse span.cm-qualifier {color: #555;}
15 | .cm-s-eclipse span.cm-builtin {color: #30a;}
16 | .cm-s-eclipse span.cm-bracket {color: #cc7;}
17 | .cm-s-eclipse span.cm-tag {color: #170;}
18 | .cm-s-eclipse span.cm-attribute {color: #00c;}
19 | .cm-s-eclipse span.cm-link {color: #219;}
20 | .cm-s-eclipse span.cm-error {color: #f00;}
21 |
22 | .cm-s-eclipse .CodeMirror-activeline-background {background: #e8f2ff !important;}
23 | .cm-s-eclipse .CodeMirror-matchingbracket {outline:1px solid grey; color:black !important;}
24 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/files/mht/newpage.html:
--------------------------------------------------------------------------------
1 | Untitled Document Как создать страницу? 1. С помощью Microsoft Word Создать страницу в редакторе Microsoft Word. Сохранить созданную страницу (Файл > Сохранить как веб-страницу ). Выбрать сохраненную страницу с помощью кнопки Загрузить страницу . Страница вместе со всеми необходимыми компонентами будет автоматически скопирована в каталог курса. 2. Вручную Создать и сохранить страницу с помощь любой соответствующей программы.При создании страницы её компоненты (например, графические изображения) должны быть размещены в папке <файл_страницы.Files> радом с HTML-файлом страницы (как это делает Microsoft Word). Если страница была создана таким образом, что её компоненты размещены в одной папке с HTML-файлом страницы, все необходимые дополнительные файлы следует вручную скопировать в собственную папку страницы. Выбрать сохраненную страницу с помощью кнопки Загрузить страницу . Страница вместе со всеми необходимыми компонентами будет автоматически скопирована в каталог курса.
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/CodeMirror/addon/tern/worker.js:
--------------------------------------------------------------------------------
1 | // declare global: tern, server
2 |
3 | var server;
4 |
5 | this.onmessage = function(e) {
6 | var data = e.data;
7 | switch (data.type) {
8 | case "init": return startServer(data.defs, data.plugins, data.scripts);
9 | case "add": return server.addFile(data.name, data.text);
10 | case "del": return server.delFile(data.name);
11 | case "req": return server.request(data.body, function(err, reqData) {
12 | postMessage({id: data.id, body: reqData, err: err && String(err)});
13 | });
14 | case "getFile":
15 | var c = pending[data.id];
16 | delete pending[data.id];
17 | return c(data.err, data.text);
18 | default: throw new Error("Unknown message type: " + data.type);
19 | }
20 | };
21 |
22 | var nextId = 0, pending = {};
23 | function getFile(file, c) {
24 | postMessage({type: "getFile", name: file, id: ++nextId});
25 | pending[nextId] = c;
26 | }
27 |
28 | function startServer(defs, plugins, scripts) {
29 | if (scripts) importScripts.apply(null, scripts);
30 |
31 | server = new tern.Server({
32 | getFile: getFile,
33 | async: true,
34 | defs: defs,
35 | plugins: plugins
36 | });
37 | }
38 |
39 | var console = {
40 | log: function(v) { postMessage({type: "debug", message: v}); }
41 | };
42 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/CodeMirror/theme/cobalt.css:
--------------------------------------------------------------------------------
1 | .cm-s-cobalt.CodeMirror { background: #002240; color: white; }
2 | .cm-s-cobalt div.CodeMirror-selected { background: #b36539 !important; }
3 | .cm-s-cobalt .CodeMirror-gutters { background: #002240; border-right: 1px solid #aaa; }
4 | .cm-s-cobalt .CodeMirror-linenumber { color: #d0d0d0; }
5 | .cm-s-cobalt .CodeMirror-cursor { border-left: 1px solid white !important; }
6 |
7 | .cm-s-cobalt span.cm-comment { color: #08f; }
8 | .cm-s-cobalt span.cm-atom { color: #845dc4; }
9 | .cm-s-cobalt span.cm-number, .cm-s-cobalt span.cm-attribute { color: #ff80e1; }
10 | .cm-s-cobalt span.cm-keyword { color: #ffee80; }
11 | .cm-s-cobalt span.cm-string { color: #3ad900; }
12 | .cm-s-cobalt span.cm-meta { color: #ff9d00; }
13 | .cm-s-cobalt span.cm-variable-2, .cm-s-cobalt span.cm-tag { color: #9effff; }
14 | .cm-s-cobalt span.cm-variable-3, .cm-s-cobalt span.cm-def { color: white; }
15 | .cm-s-cobalt span.cm-bracket { color: #d8d8d8; }
16 | .cm-s-cobalt span.cm-builtin, .cm-s-cobalt span.cm-special { color: #ff9e59; }
17 | .cm-s-cobalt span.cm-link { color: #845dc4; }
18 | .cm-s-cobalt span.cm-error { color: #9d1e15; }
19 |
20 | .cm-s-cobalt .CodeMirror-activeline-background {background: #002D57 !important;}
21 | .cm-s-cobalt .CodeMirror-matchingbracket {outline:1px solid grey;color:white !important}
22 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/CodeMirror/addon/lint/coffeescript-lint.js:
--------------------------------------------------------------------------------
1 | // Depends on coffeelint.js from http://www.coffeelint.org/js/coffeelint.js
2 |
3 | // declare global: coffeelint
4 |
5 | (function(mod) {
6 | if (typeof exports == "object" && typeof module == "object") // CommonJS
7 | mod(require("../../lib/codemirror"));
8 | else if (typeof define == "function" && define.amd) // AMD
9 | define(["../../lib/codemirror"], mod);
10 | else // Plain browser env
11 | mod(CodeMirror);
12 | })(function(CodeMirror) {
13 | "use strict";
14 |
15 | CodeMirror.registerHelper("lint", "coffeescript", function(text) {
16 | var found = [];
17 | var parseError = function(err) {
18 | var loc = err.lineNumber;
19 | found.push({from: CodeMirror.Pos(loc-1, 0),
20 | to: CodeMirror.Pos(loc, 0),
21 | severity: err.level,
22 | message: err.message});
23 | };
24 | try {
25 | var res = coffeelint.lint(text);
26 | for(var i = 0; i < res.length; i++) {
27 | parseError(res[i]);
28 | }
29 | } catch(e) {
30 | found.push({from: CodeMirror.Pos(e.location.first_line, 0),
31 | to: CodeMirror.Pos(e.location.last_line, e.location.last_column),
32 | severity: 'error',
33 | message: e.message});
34 | }
35 | return found;
36 | });
37 |
38 | });
39 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/plupload/i18n/he.js:
--------------------------------------------------------------------------------
1 | // Hebrew (he)
2 | plupload.addI18n({"Stop Upload":"בטל העלאה","Upload URL might be wrong or doesn't exist.":"כתובת URL שגויה או לא קיימת.","tb":"tb","Size":"גודל","Close":"סגור","Init error.":"שגיאת איתחול","Add files to the upload queue and click the start button.":"הוסף קבצים לרשימה ולחץ על כפתור שליחה להתחלת פעולות העלאה","Filename":"שם קובץ","Image format either wrong or not supported.":"תמונה פגומה או סוג תמונה לא נתמך","Status":"אחוז","HTTP Error.":"שגיאת פרוטוקול","Start Upload":"שליחה","mb":"MB","kb":"KB","Duplicate file error.":"קובץ כפול","File size error.":"גודל קובץ חורג מהמותר","N/A":"שגיאה","gb":"GB","Error: Invalid file extension:":"שגיאה: סוג קובץ לא נתמך:","Select files":"בחר קבצים","%s already present in the queue.":"%sקובץ נמצא כבר ברשימת הקבצים.","File: %s":"קובץ: %s","b":"B","Uploaded %d/%d files":"מעלה: %d/%d","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"אלמנטי ההעלאה מקבלים רק %d קובץ(ים) בפעם אחת. קבצים נוספים הוסרו.","%d files queued":"%d קבצים נותרו","File: %s, size: %d, max file size: %d":"קובץ: %s, גודל: %d, גודל מקסימלי: %d","Drag files here.":"גרור קבצים לכאן","Runtime ran out of available memory.":"שגיאת מחסור בזיכרון","File count error.":"שגיאת מספר קבצים","File extension error.":"קובץ זה לא נתמך","Error: File too large:":"שגיאה: קובץ חורג מהגודל המותר:","Add Files":"הוסף קבצים"});
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/plupload/i18n/hy.js:
--------------------------------------------------------------------------------
1 | // Armenian (hy)
2 | plupload.addI18n({"Stop Upload":"Կանգնեցնել","Upload URL might be wrong or doesn't exist.":"Ավեցաված URL-ը սխալ է կամ գոյություն չունի։","tb":"տբ","Size":"Չափ","Close":"Փակել","Init error.":"Ստեղծման սխալ","Add files to the upload queue and click the start button.":"Ավելացրեք ֆայլեր ցուցակում և սեղմեք \"Վերբեռնել\"։","Filename":"Ֆայլի անուն","Image format either wrong or not supported.":"Նկարի ֆորմատը սխալ է կամ չի ընդունվում։","Status":"","HTTP Error.":"HTTP սխալ","Start Upload":"Վերբեռնել","mb":"մբ","kb":"կբ","Duplicate file error.":"Ֆայլի կրկնման սխալ","File size error.":"Ֆայլի չափի սխալ","N/A":"N/A","gb":"գբ","Error: Invalid file extension:":"Սխալ։ Ֆայլի ընդլայնումը սխալ է։","Select files":"Ընտրեք ֆայլերը","%s already present in the queue.":"%s ֆայլը արդեն ավելացված է ցուցակում.","File: %s":"Ֆայլ: %s","b":"բ","Uploaded %d/%d files":"Վերբեռնվել են %d/%d ֆայլերը","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"","%d files queued":"ցուցակում կա %d ֆայլ","File: %s, size: %d, max file size: %d":"Ֆայլ: %s, չափ: %d, ֆայլի մաքսիմում չափ: %d","Drag files here.":"Տեղափոխեք ֆայլերը այստեղ","Runtime ran out of available memory.":"","File count error.":"Ֆայլերի քանակի սխալ","File extension error.":"Ֆայլի ընդլայնման սխալ","Error: File too large:":"Սխալ։ Ֆայլի չափը մեծ է։","Add Files":"Ավելացնել ֆայլեր"});
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/plupload/i18n/sr.js:
--------------------------------------------------------------------------------
1 | // Serbian (sr)
2 | plupload.addI18n({"Stop Upload":"Stop Upload","Upload URL might be wrong or doesn't exist.":"Upload URL might be wrong or doesn't exist.","tb":"","Size":"Veličina","Close":"Close","Init error.":"Init error.","Add files to the upload queue and click the start button.":"Dodajte fajlove u listu i kliknite na dugme Start.","Filename":"Naziv fajla","Image format either wrong or not supported.":"Image format either wrong or not supported.","Status":"Status","HTTP Error.":"HTTP Error.","Start Upload":"Počni upload","mb":"","kb":"","Duplicate file error.":"","File size error.":"File size error.","N/A":"N/A","gb":"","Error: Invalid file extension:":"Error: Invalid file extension:","Select files":"Izaberite fajlove","%s already present in the queue.":"","File: %s":"File: %s","b":"","Uploaded %d/%d files":"Snimljeno %d/%d fajlova","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Upload element accepts only %d file(s) at a time. Extra files were stripped.","%d files queued":"%d files queued","File: %s, size: %d, max file size: %d":"","Drag files here.":"Prevucite fajlove ovde.","Runtime ran out of available memory.":"Runtime ran out of available memory.","File count error.":"File count error.","File extension error.":"File extension error.","Error: File too large:":"Error: File too large:","Add Files":"Dodaj fajlove"});
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/CodeMirror/addon/runmode/colorize.js:
--------------------------------------------------------------------------------
1 | (function(mod) {
2 | if (typeof exports == "object" && typeof module == "object") // CommonJS
3 | mod(require("../../lib/codemirror"), require("./runmode"));
4 | else if (typeof define == "function" && define.amd) // AMD
5 | define(["../../lib/codemirror", "./runmode"], mod);
6 | else // Plain browser env
7 | mod(CodeMirror);
8 | })(function(CodeMirror) {
9 | "use strict";
10 |
11 | var isBlock = /^(p|li|div|h\\d|pre|blockquote|td)$/;
12 |
13 | function textContent(node, out) {
14 | if (node.nodeType == 3) return out.push(node.nodeValue);
15 | for (var ch = node.firstChild; ch; ch = ch.nextSibling) {
16 | textContent(ch, out);
17 | if (isBlock.test(node.nodeType)) out.push("\n");
18 | }
19 | }
20 |
21 | CodeMirror.colorize = function(collection, defaultMode) {
22 | if (!collection) collection = document.body.getElementsByTagName("pre");
23 |
24 | for (var i = 0; i < collection.length; ++i) {
25 | var node = collection[i];
26 | var mode = node.getAttribute("data-lang") || defaultMode;
27 | if (!mode) continue;
28 |
29 | var text = [];
30 | textContent(node, text);
31 | node.innerHTML = "";
32 | CodeMirror.runMode(text.join(""), mode, node);
33 |
34 | node.className += " cm-s-default";
35 | }
36 | };
37 | });
38 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/CodeMirror/addon/edit/continuelist.js:
--------------------------------------------------------------------------------
1 | (function(mod) {
2 | if (typeof exports == "object" && typeof module == "object") // CommonJS
3 | mod(require("../../lib/codemirror"));
4 | else if (typeof define == "function" && define.amd) // AMD
5 | define(["../../lib/codemirror"], mod);
6 | else // Plain browser env
7 | mod(CodeMirror);
8 | })(function(CodeMirror) {
9 | "use strict";
10 |
11 | var listRE = /^(\s*)([*+-]|(\d+)\.)(\s*)/,
12 | unorderedBullets = "*+-";
13 |
14 | CodeMirror.commands.newlineAndIndentContinueMarkdownList = function(cm) {
15 | if (cm.getOption("disableInput")) return CodeMirror.Pass;
16 | var ranges = cm.listSelections(), replacements = [];
17 | for (var i = 0; i < ranges.length; i++) {
18 | var pos = ranges[i].head, match;
19 | var inList = cm.getStateAfter(pos.line).list !== false;
20 |
21 | if (!ranges[i].empty() || !inList || !(match = cm.getLine(pos.line).match(listRE))) {
22 | cm.execCommand("newlineAndIndent");
23 | return;
24 | }
25 | var indent = match[1], after = match[4];
26 | var bullet = unorderedBullets.indexOf(match[2]) >= 0
27 | ? match[2]
28 | : (parseInt(match[3], 10) + 1) + ".";
29 |
30 | replacements[i] = "\n" + indent + bullet + after;
31 | }
32 |
33 | cm.replaceSelections(replacements);
34 | };
35 | });
36 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/CodeMirror/theme/monokai.css:
--------------------------------------------------------------------------------
1 | /* Based on Sublime Text's Monokai theme */
2 |
3 | .cm-s-monokai.CodeMirror {background: #272822; color: #f8f8f2;}
4 | .cm-s-monokai div.CodeMirror-selected {background: #49483E !important;}
5 | .cm-s-monokai .CodeMirror-gutters {background: #272822; border-right: 0px;}
6 | .cm-s-monokai .CodeMirror-linenumber {color: #d0d0d0;}
7 | .cm-s-monokai .CodeMirror-cursor {border-left: 1px solid #f8f8f0 !important;}
8 |
9 | .cm-s-monokai span.cm-comment {color: #75715e;}
10 | .cm-s-monokai span.cm-atom {color: #ae81ff;}
11 | .cm-s-monokai span.cm-number {color: #ae81ff;}
12 |
13 | .cm-s-monokai span.cm-property, .cm-s-monokai span.cm-attribute {color: #a6e22e;}
14 | .cm-s-monokai span.cm-keyword {color: #f92672;}
15 | .cm-s-monokai span.cm-string {color: #e6db74;}
16 |
17 | .cm-s-monokai span.cm-variable {color: #a6e22e;}
18 | .cm-s-monokai span.cm-variable-2 {color: #9effff;}
19 | .cm-s-monokai span.cm-def {color: #fd971f;}
20 | .cm-s-monokai span.cm-bracket {color: #f8f8f2;}
21 | .cm-s-monokai span.cm-tag {color: #f92672;}
22 | .cm-s-monokai span.cm-link {color: #ae81ff;}
23 | .cm-s-monokai span.cm-error {background: #f92672; color: #f8f8f0;}
24 |
25 | .cm-s-monokai .CodeMirror-activeline-background {background: #373831 !important;}
26 | .cm-s-monokai .CodeMirror-matchingbracket {
27 | text-decoration: underline;
28 | color: white !important;
29 | }
30 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/packages.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/plupload/i18n/sv.js:
--------------------------------------------------------------------------------
1 | // Swedish (sv)
2 | plupload.addI18n({"Stop Upload":"Avbryt","Upload URL might be wrong or doesn't exist.":"URL:en va fel eller existerar inte.","tb":"tb","Size":"Storlek","Close":"Stäng","Init error.":"Problem vid initialisering.","Add files to the upload queue and click the start button.":"Lägg till filer till kön och tryck på start.","Filename":"Filnamn","Image format either wrong or not supported.":"Bildformatet är fel eller så finns inte stöd för det.","Status":"Status","HTTP Error.":"HTTP problem.","Start Upload":"Starta","mb":"mb","kb":"kb","Duplicate file error.":"Problem med dubbla filer.","File size error.":"Problem med filstorlek.","N/A":"N/A","gb":"gb","Error: Invalid file extension:":"Fel: Ej godkänd filändelse.","Select files":"Välj filer","%s already present in the queue.":"%s är redan tillagd.","File: %s":"Fil: %s","b":"b","Uploaded %d/%d files":"Laddade upp %d/%d filer","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Det går bara lägga till %d filer åt gången, allt utöver detta togs bort.","%d files queued":"%d filer i kö","File: %s, size: %d, max file size: %d":"Fil: %s, storlek: %d, max storlek: %d","Drag files here.":"Dra filer hit","Runtime ran out of available memory.":"Slut på minne.","File count error.":"Räknefel.","File extension error.":"Problem med filändelse.","Error: File too large:":"Fel: Filen är för stor:","Add Files":"Lägg till"});
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/plupload/i18n/et.js:
--------------------------------------------------------------------------------
1 | // Estonian (et)
2 | plupload.addI18n({"Stop Upload":"Stop Upload","Upload URL might be wrong or doesn't exist.":"Üleslaadimise URL võib olla vale või seda pole.","tb":"","Size":"Suurus","Close":"Sulge","Init error.":"Lähtestamise viga.","Add files to the upload queue and click the start button.":"Lisa failid üleslaadimise järjekorda ja klõpsa alustamise nupule.","Filename":"Failinimi","Image format either wrong or not supported.":"Image format either wrong or not supported.","Status":"Olek","HTTP Error.":"HTTP ühenduse viga.","Start Upload":"Start Upload","mb":"","kb":"","Duplicate file error.":"","File size error.":"Failisuuruse viga.","N/A":"N/A","gb":"","Error: Invalid file extension:":"Error: Invalid file extension:","Select files":"Vali faile","%s already present in the queue.":"","File: %s":"Fail: %s","b":"","Uploaded %d/%d files":"Üles laaditud %d/%d","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Üleslaadimise element saab vastu võtta ainult %d faili ühe korraga. Ülejäänud failid jäetakse laadimata.","%d files queued":"Järjekorras on %d faili","File: %s, size: %d, max file size: %d":"","Drag files here.":"Lohista failid siia.","Runtime ran out of available memory.":"Runtime ran out of available memory.","File count error.":"Failide arvu viga.","File extension error.":"Faililaiendi viga.","Error: File too large:":"Error: File too large:","Add Files":"Add Files"});
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Content/themes/base/menu.css:
--------------------------------------------------------------------------------
1 | /*!
2 | * jQuery UI Menu 1.11.2
3 | * http://jqueryui.com
4 | *
5 | * Copyright 2014 jQuery Foundation and other contributors
6 | * Released under the MIT license.
7 | * http://jquery.org/license
8 | *
9 | * http://api.jqueryui.com/menu/#theming
10 | */
11 | .ui-menu {
12 | list-style: none;
13 | padding: 0;
14 | margin: 0;
15 | display: block;
16 | outline: none;
17 | }
18 | .ui-menu .ui-menu {
19 | position: absolute;
20 | }
21 | .ui-menu .ui-menu-item {
22 | position: relative;
23 | margin: 0;
24 | padding: 3px 1em 3px .4em;
25 | cursor: pointer;
26 | min-height: 0; /* support: IE7 */
27 | /* support: IE10, see #8844 */
28 | list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
29 | }
30 | .ui-menu .ui-menu-divider {
31 | margin: 5px 0;
32 | height: 0;
33 | font-size: 0;
34 | line-height: 0;
35 | border-width: 1px 0 0 0;
36 | }
37 | .ui-menu .ui-state-focus,
38 | .ui-menu .ui-state-active {
39 | margin: -1px;
40 | }
41 |
42 | /* icon support */
43 | .ui-menu-icons {
44 | position: relative;
45 | }
46 | .ui-menu-icons .ui-menu-item {
47 | padding-left: 2em;
48 | }
49 |
50 | /* left-aligned */
51 | .ui-menu .ui-icon {
52 | position: absolute;
53 | top: 0;
54 | bottom: 0;
55 | left: .2em;
56 | margin: auto 0;
57 | }
58 |
59 | /* right-aligned */
60 | .ui-menu .ui-menu-icon {
61 | left: auto;
62 | right: 0;
63 | }
64 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Content/themes/base/selectmenu.css:
--------------------------------------------------------------------------------
1 | /*!
2 | * jQuery UI Selectmenu 1.11.2
3 | * http://jqueryui.com
4 | *
5 | * Copyright 2014 jQuery Foundation and other contributors
6 | * Released under the MIT license.
7 | * http://jquery.org/license
8 | *
9 | * http://api.jqueryui.com/selectmenu/#theming
10 | */
11 | .ui-selectmenu-menu {
12 | padding: 0;
13 | margin: 0;
14 | position: absolute;
15 | top: 0;
16 | left: 0;
17 | display: none;
18 | }
19 | .ui-selectmenu-menu .ui-menu {
20 | overflow: auto;
21 | /* Support: IE7 */
22 | overflow-x: hidden;
23 | padding-bottom: 1px;
24 | }
25 | .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
26 | font-size: 1em;
27 | font-weight: bold;
28 | line-height: 1.5;
29 | padding: 2px 0.4em;
30 | margin: 0.5em 0 0 0;
31 | height: auto;
32 | border: 0;
33 | }
34 | .ui-selectmenu-open {
35 | display: block;
36 | }
37 | .ui-selectmenu-button {
38 | display: inline-block;
39 | overflow: hidden;
40 | position: relative;
41 | text-decoration: none;
42 | cursor: pointer;
43 | }
44 | .ui-selectmenu-button span.ui-icon {
45 | right: 0.5em;
46 | left: auto;
47 | margin-top: -8px;
48 | position: absolute;
49 | top: 50%;
50 | }
51 | .ui-selectmenu-button span.ui-selectmenu-text {
52 | text-align: left;
53 | padding: 0.4em 2.1em 0.4em 1em;
54 | display: block;
55 | line-height: 1.4;
56 | overflow: hidden;
57 | text-overflow: ellipsis;
58 | white-space: nowrap;
59 | }
60 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/CodeMirror/theme/night.css:
--------------------------------------------------------------------------------
1 | /* Loosely based on the Midnight Textmate theme */
2 |
3 | .cm-s-night.CodeMirror { background: #0a001f; color: #f8f8f8; }
4 | .cm-s-night div.CodeMirror-selected { background: #447 !important; }
5 | .cm-s-night .CodeMirror-gutters { background: #0a001f; border-right: 1px solid #aaa; }
6 | .cm-s-night .CodeMirror-linenumber { color: #f8f8f8; }
7 | .cm-s-night .CodeMirror-cursor { border-left: 1px solid white !important; }
8 |
9 | .cm-s-night span.cm-comment { color: #6900a1; }
10 | .cm-s-night span.cm-atom { color: #845dc4; }
11 | .cm-s-night span.cm-number, .cm-s-night span.cm-attribute { color: #ffd500; }
12 | .cm-s-night span.cm-keyword { color: #599eff; }
13 | .cm-s-night span.cm-string { color: #37f14a; }
14 | .cm-s-night span.cm-meta { color: #7678e2; }
15 | .cm-s-night span.cm-variable-2, .cm-s-night span.cm-tag { color: #99b2ff; }
16 | .cm-s-night span.cm-variable-3, .cm-s-night span.cm-def { color: white; }
17 | .cm-s-night span.cm-bracket { color: #8da6ce; }
18 | .cm-s-night span.cm-comment { color: #6900a1; }
19 | .cm-s-night span.cm-builtin, .cm-s-night span.cm-special { color: #ff9e59; }
20 | .cm-s-night span.cm-link { color: #845dc4; }
21 | .cm-s-night span.cm-error { color: #9d1e15; }
22 |
23 | .cm-s-night .CodeMirror-activeline-background {background: #1C005A !important;}
24 | .cm-s-night .CodeMirror-matchingbracket {outline:1px solid grey; color:white !important;}
25 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/plupload/i18n/en.js:
--------------------------------------------------------------------------------
1 | // English (en)
2 | plupload.addI18n({"Stop Upload":"Stop Upload","Upload URL might be wrong or doesn't exist.":"Upload URL might be wrong or doesn't exist.","tb":"tb","Size":"Size","Close":"Close","Init error.":"Init error.","Add files to the upload queue and click the start button.":"Add files to the upload queue and click the start button.","Filename":"Filename","Image format either wrong or not supported.":"Image format either wrong or not supported.","Status":"Status","HTTP Error.":"HTTP Error.","Start Upload":"Start Upload","mb":"mb","kb":"kb","Duplicate file error.":"Duplicate file error.","File size error.":"File size error.","N/A":"N/A","gb":"gb","Error: Invalid file extension:":"Error: Invalid file extension:","Select files":"Select files","%s already present in the queue.":"%s already present in the queue.","File: %s":"File: %s","b":"b","Uploaded %d/%d files":"Uploaded %d/%d files","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Upload element accepts only %d file(s) at a time. Extra files were stripped.","%d files queued":"%d files queued","File: %s, size: %d, max file size: %d":"File: %s, size: %d, max file size: %d","Drag files here.":"Drag files here.","Runtime ran out of available memory.":"Runtime ran out of available memory.","File count error.":"File count error.","File extension error.":"File extension error.","Error: File too large:":"Error: File too large:","Add Files":"Add Files"});
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/plupload/i18n/da.js:
--------------------------------------------------------------------------------
1 | // Danish (da)
2 | plupload.addI18n({"Stop Upload":"Stop upload","Upload URL might be wrong or doesn't exist.":"Upload URL kan være forkert eller ikke eksisterende.","tb":"tb","Size":"Størrelse","Close":"Luk","Init error.":"Opstarts fejl.","Add files to the upload queue and click the start button.":"Tilføj filer til køen og klik Start upload knappen.","Filename":"Filnavn","Image format either wrong or not supported.":"Billede format er enten forkert eller ikke understøttet.","Status":"Status","HTTP Error.":"HTTP fejl.","Start Upload":"Start upload","mb":"mb","kb":"kb","Duplicate file error.":"Filen findes allerede.","File size error.":"Filstørrelse fejl.","N/A":"N/A","gb":"gb","Error: Invalid file extension:":"Fejl: Ugyldigt fil format:","Select files":"Vælg filer","%s already present in the queue.":"%s findes allerede i køen.","File: %s":"Fil: %s","b":"b","Uploaded %d/%d files":"Uploaded %d/%d filer","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Upload accepterer kun %d fil(er) af gangen. Ekstra filer blev skippet.","%d files queued":"%d filer i kø","File: %s, size: %d, max file size: %d":"Fil: %s, størrelse: %d, maks. filstørrelse: %d","Drag files here.":"Træk filer her.","Runtime ran out of available memory.":"Runtime mangler tilgængelige hukommelse.","File count error.":"Fil antal fejl.","File extension error.":"Fil format fejl.","Error: File too large:":"Fejl: Filen er for stor:","Add Files":"Tilføj filer"});
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Content/themes/base/tabs.css:
--------------------------------------------------------------------------------
1 | /*!
2 | * jQuery UI Tabs 1.11.2
3 | * http://jqueryui.com
4 | *
5 | * Copyright 2014 jQuery Foundation and other contributors
6 | * Released under the MIT license.
7 | * http://jquery.org/license
8 | *
9 | * http://api.jqueryui.com/tabs/#theming
10 | */
11 | .ui-tabs {
12 | position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
13 | padding: .2em;
14 | }
15 | .ui-tabs .ui-tabs-nav {
16 | margin: 0;
17 | padding: .2em .2em 0;
18 | }
19 | .ui-tabs .ui-tabs-nav li {
20 | list-style: none;
21 | float: left;
22 | position: relative;
23 | top: 0;
24 | margin: 1px .2em 0 0;
25 | border-bottom-width: 0;
26 | padding: 0;
27 | white-space: nowrap;
28 | }
29 | .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
30 | float: left;
31 | padding: .5em 1em;
32 | text-decoration: none;
33 | }
34 | .ui-tabs .ui-tabs-nav li.ui-tabs-active {
35 | margin-bottom: -1px;
36 | padding-bottom: 1px;
37 | }
38 | .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
39 | .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
40 | .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
41 | cursor: text;
42 | }
43 | .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
44 | cursor: pointer;
45 | }
46 | .ui-tabs .ui-tabs-panel {
47 | display: block;
48 | border-width: 0;
49 | padding: 1em 1.4em;
50 | background: none;
51 | }
52 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/plupload/i18n/az.js:
--------------------------------------------------------------------------------
1 | // Azerbaijani (az)
2 | plupload.addI18n({"Stop Upload":"Yükləməni saxla","Upload URL might be wrong or doesn't exist.":"Yükləmə ünvanı səhvdir və ya mövcud deyil","tb":"tb","Size":"Həcm","Close":"Bağla","Init error.":"Init error.","Add files to the upload queue and click the start button.":"Faylları əlavə edin və yüklə düyməsinə klikləyin.","Filename":"Faylın adı","Image format either wrong or not supported.":"Şəklin formatı uyğun deyil və ya dəstəklənmir.","Status":"Status","HTTP Error.":"HTTP xətası.","Start Upload":"Yüklə","mb":"mb","kb":"kb","Duplicate file error.":"Bu fayl artıq növbədə var.","File size error.":"Fayl həcmi xətası.","N/A":"N/A","gb":"gb","Error: Invalid file extension:":"Xəta: Yanlış fayl uzantısı:","Select files":"Faylları seçin","%s already present in the queue.":"%s artıq növbədə var.","File: %s":"Fayl: %s","b":"b","Uploaded %d/%d files":"%d/%d fayl yüklənib","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Upload element accepts only %d file(s) at a time. Extra files were stripped.","%d files queued":"Növbədə %d fayl var","File: %s, size: %d, max file size: %d":"Fayl: %s, həcm: %d, max fayl həcmi: %d","Drag files here.":"Faylları bura çəkin.","Runtime ran out of available memory.":"Runtime ran out of available memory.","File count error.":"Fayl sayı çox böyükdür.","File extension error.":"Fayl uzantısı xətası.","Error: File too large:":"Xəta:Fayl həcmi çox böyükdür.","Add Files":"Fayl əlavə et"});
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/plupload/i18n/tr.js:
--------------------------------------------------------------------------------
1 | // Turkish (tr)
2 | plupload.addI18n({"Stop Upload":"Yüklemeyi durdur","Upload URL might be wrong or doesn't exist.":"URL yok ya da hatalı olabilir.","tb":"tb","Size":"Boyut","Close":"Kapat","Init error.":"Başlangıç hatası.","Add files to the upload queue and click the start button.":"Dosyaları kuyruğa ekleyin ve başlatma butonuna tıklayın.","Filename":"Dosya adı","Image format either wrong or not supported.":"Resim formatı yanlış ya da desteklenmiyor.","Status":"Durum","HTTP Error.":"HTTP hatası.","Start Upload":"Yüklemeyi başlat","mb":"mb","kb":"kb","Duplicate file error.":"Yinelenen dosya hatası.","File size error.":"Dosya boyutu hatası.","N/A":"-","gb":"gb","Error: Invalid file extension:":"Hata: Geçersiz dosya uzantısı:","Select files":"Dosyaları seç","%s already present in the queue.":"%s kuyrukta zaten mevcut.","File: %s":"Dosya: %s","b":"bayt","Uploaded %d/%d files":"%d/%d dosya yüklendi","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Yükleme elemanı aynı anda %d dosya kabul eder. Ekstra dosyalar işleme konulmaz.","%d files queued":"Kuyrukta %d dosya var.","File: %s, size: %d, max file size: %d":"Dosya: %s, boyut: %d, maksimum dosya boyutu: %d","Drag files here.":"Dosyaları buraya bırakın.","Runtime ran out of available memory.":"İşlem için yeterli bellek yok.","File count error.":"Dosya sayım hatası.","File extension error.":"Dosya uzantısı hatası.","Error: File too large:":"Hata: Dosya çok büyük:","Add Files":"Dosya ekle"});
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/CodeMirror/demo/closetag.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | CodeMirror: Close-Tag Demo
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
18 |
19 |
20 |
21 |
26 |
29 |
30 |
31 |
32 | Close-Tag Demo
33 |
34 |
35 |
41 |
42 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/plupload/i18n/cy.js:
--------------------------------------------------------------------------------
1 | // Welsh (cy)
2 | plupload.addI18n({"Stop Upload":"Atal Lanlwytho","Upload URL might be wrong or doesn't exist.":"URL y lanlwythiad ynb anghywir neu ddim yn bodoli.","tb":"tb","Size":"Maint","Close":"Cau","Init error.":"Gwall cych.","Add files to the upload queue and click the start button.":"Ychwanegwch ffeiliau i'r ciw lanlwytho a chlicio'r botwm dechrau.","Filename":"Enw'r ffeil","Image format either wrong or not supported.":"Fformat delwedd yn anghywir neu heb ei gynnal.","Status":"Statws","HTTP Error.":"Gwall HTTP.","Start Upload":"Dechrau Lanlwytho","mb":"mb","kb":"kb","Duplicate file error.":"Gwall ffeil ddyblyg.","File size error.":"Gwall maint ffeil.","N/A":"Dd/A","gb":"gb","Error: Invalid file extension:":"Gwall: estyniad ffeil annilys:","Select files":"Dewis ffeiliau","%s already present in the queue.":"%s yn y ciw yn barod.","File: %s":"Ffeil: %s","b":"b","Uploaded %d/%d files":"Lanlwythwyd %d/%d ffeil","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Mae'r elfen lanlwytho yn derbyn %d ffeil ar y tro. Caiff ffeiliau ychwanegol eu tynnu.","%d files queued":"%d ffeil mewn ciw","File: %s, size: %d, max file size: %d":"Ffeil: %s, maint: %d, maint mwyaf ffeil: %d","Drag files here.":"Llusgwch ffeiliau yma.","Runtime ran out of available memory.":"Allan o gof.","File count error.":"Gwall cyfri ffeiliau.","File extension error.":"Gwall estyniad ffeil.","Error: File too large:":"Gwall: Ffeil yn rhy fawr:","Add Files":"Ychwanegu Ffeiliau"});
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/plupload/i18n/th_TH.js:
--------------------------------------------------------------------------------
1 | // Thai (Thailand) (th_TH)
2 | plupload.addI18n({"Stop Upload":"หยุดอัพโหลด","Upload URL might be wrong or doesn't exist.":"URL ของการอัพโหลดอาจจะผิดหรือไม่มีอยู่","tb":"เทราไบต์","Size":"ขนาด","Close":"ปิด","Init error.":"Init เกิดข้อผิดพลาด","Add files to the upload queue and click the start button.":"เพิ่มไฟล์ไปยังคิวอัพโหลดและคลิกที่ปุ่มเริ่ม","Filename":"ชื่อไฟล์","Image format either wrong or not supported.":"รูปแบบรูปภาพทั้งสองผิดหรือไม่รองรับ","Status":"สถานะ","HTTP Error.":"HTTP เกิดข้อผิดพลาด","Start Upload":"เริ่มอัพโหลด","mb":"เมกะไบต์","kb":"กิโลไบต์","Duplicate file error.":"ไฟล์ที่ซ้ำกันเกิดข้อผิดพลาด","File size error.":"ขนาดไฟล์เกิดข้อผิดพลาด","N/A":"N/A","gb":"กิกะไบต์","Error: Invalid file extension:":"ข้อผิดพลาด: นามสกุลไฟล์ไม่ถูกต้อง:","Select files":"เลือกไฟล์","%s already present in the queue.":"%s อยู่ในคิวแล้ว","File: %s":"ไฟล์: %s","b":"ไบต์","Uploaded %d/%d files":"อัพโหลดแล้ว %d/%d ไฟล์","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"การอัพโหลดจะยอมรับเฉพาะ %d ไฟล์(s) ในช่วงเวลาเดียวกัน เมื่อไฟล์พิเศษถูกปลดออก","%d files queued":"%d ไฟล์ที่อยู่ในคิว","File: %s, size: %d, max file size: %d":"ไฟล์: %s, ขนาด: %d, ขนาดไฟล์สูงสุด: %d","Drag files here.":"ลากไฟล์มาที่นี่","Runtime ran out of available memory.":"รันไทม์วิ่งออกมาจากหน่วยความจำ","File count error.":"การนับไฟล์เกิดข้อผิดพลาด","File extension error.":"นามสกุลไฟล์เกิดข้อผิดพลาด","Error: File too large:":"ข้อผิดพลาด: ไฟล์ใหญ่เกินไป:","Add Files":"เพิ่มไฟล์"});
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/plupload/i18n/ar.js:
--------------------------------------------------------------------------------
1 | // Arabic (ar)
2 | plupload.addI18n({"Stop Upload":"أيقاف التحميل","Upload URL might be wrong or doesn't exist.":"عنوان التحميل ربما يكون خاطئ أو غير متوفر","tb":"تيرابايت","Size":"الحجم","Close":"أغلاق","Init error.":"خطأ في تهيئة","Add files to the upload queue and click the start button.":"أضف ملفات إلى القائمة إنتظار التحميل ثم أضغط على زر البداية","Filename":"أسم الملف","Image format either wrong or not supported.":"صيغة الصورة أما خطاء أو غير مدعومه","Status":"الحالة","HTTP Error.":"خطأ في برتوكول نقل الملفات","Start Upload":"أبدا التحميل","mb":"ميجابايت","kb":"كيلوبايت","Duplicate file error.":"خطاء في تكرار الملف","File size error.":"خطأ في حجم الملف","N/A":"لا شي","gb":"جيجابايت","Error: Invalid file extension:":"خطاء : أمتداد الملف غير صالح :","Select files":"أختر الملفات","%s already present in the queue.":"%s الملف موجود بالفعل في قائمة الانتظار","File: %s":"ملف: %s","b":"بايت","Uploaded %d/%d files":"تحميل %d/%d ملف","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"العناصر المقبوله لتحميل هي %d ملف في هذا الوقت. الملفات الاضافية أزيلة.","%d files queued":"%d الملفات في قائمة الانتظار","File: %s, size: %d, max file size: %d":"ملف: %s, أقصى حجم للملف: %d, حجم: %d","Drag files here.":"سحب الملف هنا","Runtime ran out of available memory.":"الذاكرة المتوفره أنتهت لمدة التشغيل","File count error.":"خطاء في عد الملفات","File extension error.":"خطأ في أمتداد الملف","Error: File too large:":" خطاء : حجم الملف كبير :","Add Files":"أضف ملفات"});
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/plupload/i18n/fa.js:
--------------------------------------------------------------------------------
1 | // Persian (fa)
2 | plupload.addI18n({"Stop Upload":"توقف انتقال","Upload URL might be wrong or doesn't exist.":"Upload URL might be wrong or doesn't exist.","tb":"ترابایت","Size":"سایز","Close":"بستن","Init error.":"خطا در استارت اسکریپت","Add files to the upload queue and click the start button.":"اضافه کنید فایل ها را به صف آپلود و دکمه شروع را کلیک کنید.","Filename":"نام فایل","Image format either wrong or not supported.":"Image format either wrong or not supported.","Status":"وضعیت","HTTP Error.":"HTTP خطای","Start Upload":"شروع انتقال","mb":"مگابایت","kb":"کیلوبایت","Duplicate file error.":"خطای فایل تکراری","File size error.":"خطای سایز فایل","N/A":"N/A","gb":"گیگابایت","Error: Invalid file extension:":"Error: Invalid file extension:","Select files":"انتخاب فایل","%s already present in the queue.":"%s در لیست آپلود وجود دارد.","File: %s":" فایل ها : %s","b":"بایت","Uploaded %d/%d files":"منتقل شد %d/%d از فایلها","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"عنصر بارگذار فقط %d فایل رو در یک زمان می پذیرد. سایر فایل ها مجرد از این موضوع هستند.","%d files queued":"%d فایل در صف","File: %s, size: %d, max file size: %d":"فایل: %s, اندازه: %d, محدودیت اندازه فایل: %d","Drag files here.":"بکشید فایل ها رو به اینجا","Runtime ran out of available memory.":"Runtime ran out of available memory.","File count error.":"خطای تعداد فایل","File extension error.":"خطا پیشوند فایل","Error: File too large:":"Error: File too large:","Add Files":"افزودن فایل"});
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/plupload/i18n/lt.js:
--------------------------------------------------------------------------------
1 | // Lithuanian (lt)
2 | plupload.addI18n({"Stop Upload":"Stabdyti įkėlimą","Upload URL might be wrong or doesn't exist.":"Klaidinga arba neegzistuojanti įkėlimo nuoroda.","tb":"tb","Size":"Dydis","Close":"Uždaryti","Init error.":"Įkrovimo klaida.","Add files to the upload queue and click the start button.":"Pridėkite bylas į įkėlimo eilę ir paspauskite starto mygtuką.","Filename":"Bylos pavadinimas","Image format either wrong or not supported.":"Paveiksliuko formatas klaidingas arba nebepalaikomas.","Status":"Statusas","HTTP Error.":"HTTP klaida.","Start Upload":"Pradėti įkėlimą","mb":"mb","kb":"kb","Duplicate file error.":"Pasikartojanti byla.","File size error.":"Netinkamas bylos dydis.","N/A":"N/A","gb":"gb","Error: Invalid file extension:":"Klaida: Netinkamas bylos plėtinys:","Select files":"Žymėti bylas","%s already present in the queue.":"%s jau yra eilėje.","File: %s":"Byla: %s","b":"b","Uploaded %d/%d files":"Įkelta bylų: %d/%d","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Vienu metu galima įkelti tik %d bylas(ų). Papildomos bylos buvo pašalintos.","%d files queued":"%d bylų eilėje","File: %s, size: %d, max file size: %d":"Byla: %s, dydis: %d, galimas dydis: %d","Drag files here.":"Padėti bylas čia.","Runtime ran out of available memory.":"Išeikvota darbinė atmintis.","File count error.":"Netinkamas bylų kiekis.","File extension error.":"Netinkamas pletinys.","Error: File too large:":"Klaida: Byla per didelė:","Add Files":"Pridėti bylas"});
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/CodeMirror/theme/the-matrix.css:
--------------------------------------------------------------------------------
1 | .cm-s-the-matrix.CodeMirror { background: #000000; color: #00FF00; }
2 | .cm-s-the-matrix div.CodeMirror-selected { background: #2D2D2D !important; }
3 | .cm-s-the-matrix .CodeMirror-gutters { background: #060; border-right: 2px solid #00FF00; }
4 | .cm-s-the-matrix .CodeMirror-linenumber { color: #FFFFFF; }
5 | .cm-s-the-matrix .CodeMirror-cursor { border-left: 1px solid #00FF00 !important; }
6 |
7 | .cm-s-the-matrix span.cm-keyword {color: #008803; font-weight: bold;}
8 | .cm-s-the-matrix span.cm-atom {color: #3FF;}
9 | .cm-s-the-matrix span.cm-number {color: #FFB94F;}
10 | .cm-s-the-matrix span.cm-def {color: #99C;}
11 | .cm-s-the-matrix span.cm-variable {color: #F6C;}
12 | .cm-s-the-matrix span.cm-variable-2 {color: #C6F;}
13 | .cm-s-the-matrix span.cm-variable-3 {color: #96F;}
14 | .cm-s-the-matrix span.cm-property {color: #62FFA0;}
15 | .cm-s-the-matrix span.cm-operator {color: #999}
16 | .cm-s-the-matrix span.cm-comment {color: #CCCCCC;}
17 | .cm-s-the-matrix span.cm-string {color: #39C;}
18 | .cm-s-the-matrix span.cm-meta {color: #C9F;}
19 | .cm-s-the-matrix span.cm-qualifier {color: #FFF700;}
20 | .cm-s-the-matrix span.cm-builtin {color: #30a;}
21 | .cm-s-the-matrix span.cm-bracket {color: #cc7;}
22 | .cm-s-the-matrix span.cm-tag {color: #FFBD40;}
23 | .cm-s-the-matrix span.cm-attribute {color: #FFF700;}
24 | .cm-s-the-matrix span.cm-error {color: #FF0000;}
25 |
26 | .cm-s-the-matrix .CodeMirror-activeline-background {background: #040;}
27 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Content/themes/base/spinner.css:
--------------------------------------------------------------------------------
1 | /*!
2 | * jQuery UI Spinner 1.11.2
3 | * http://jqueryui.com
4 | *
5 | * Copyright 2014 jQuery Foundation and other contributors
6 | * Released under the MIT license.
7 | * http://jquery.org/license
8 | *
9 | * http://api.jqueryui.com/spinner/#theming
10 | */
11 | .ui-spinner {
12 | position: relative;
13 | display: inline-block;
14 | overflow: hidden;
15 | padding: 0;
16 | vertical-align: middle;
17 | }
18 | .ui-spinner-input {
19 | border: none;
20 | background: none;
21 | color: inherit;
22 | padding: 0;
23 | margin: .2em 0;
24 | vertical-align: middle;
25 | margin-left: .4em;
26 | margin-right: 22px;
27 | }
28 | .ui-spinner-button {
29 | width: 16px;
30 | height: 50%;
31 | font-size: .5em;
32 | padding: 0;
33 | margin: 0;
34 | text-align: center;
35 | position: absolute;
36 | cursor: default;
37 | display: block;
38 | overflow: hidden;
39 | right: 0;
40 | }
41 | /* more specificity required here to override default borders */
42 | .ui-spinner a.ui-spinner-button {
43 | border-top: none;
44 | border-bottom: none;
45 | border-right: none;
46 | }
47 | /* vertically center icon */
48 | .ui-spinner .ui-icon {
49 | position: absolute;
50 | margin-top: -8px;
51 | top: 50%;
52 | left: 0;
53 | }
54 | .ui-spinner-up {
55 | top: 0;
56 | }
57 | .ui-spinner-down {
58 | bottom: 0;
59 | }
60 |
61 | /* TR overrides */
62 | .ui-spinner .ui-icon-triangle-1-s {
63 | /* need to fix icons sprite */
64 | background-position: -65px -16px;
65 | }
66 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/plupload/i18n/pl.js:
--------------------------------------------------------------------------------
1 | // Polish (pl)
2 | plupload.addI18n({"Stop Upload":"Przerwij transfer.","Upload URL might be wrong or doesn't exist.":"Adres URL moze bys nieprawidlowy lub moze nieistniec","tb":"tb","Size":"Rozmiar","Close":"Zamknij","Init error.":"Błąd inicjalizacji.","Add files to the upload queue and click the start button.":"Dodaj pliki i kliknij 'Rozpocznij transfer'.","Filename":"Nazwa pliku","Image format either wrong or not supported.":"Format zdjecia jest zly lub nieobslugiwany","Status":"Status","HTTP Error.":"Błąd HTTP.","Start Upload":"Wyslij","mb":"mb","kb":"kb","Duplicate file error.":"Blad: duplikacja pliku.","File size error.":"Plik jest zbyt duży.","N/A":"Nie dostępne","gb":"gb","Error: Invalid file extension:":"Blad: Nieprawidlowe rozszerzenie pliku:","Select files":"Wybierz pliki:","%s already present in the queue.":"%s juz wystepuje w kolejce.","File: %s":"Plik: %s","b":"b","Uploaded %d/%d files":"Wysłano %d/%d plików","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Upload element accepts only %d file(s) at a time. Extra files were stripped.","%d files queued":"%d plików w kolejce.","File: %s, size: %d, max file size: %d":"Plik: %s, rozmiar: %d, maksymalny rozmiar pliku: %d","Drag files here.":"Przeciągnij tu pliki","Runtime ran out of available memory.":"Wyczerpano pamiec RAM.","File count error.":"Blad liczenia pliku.","File extension error.":"Nieobsługiwany format pliku.","Error: File too large:":"Blad: Plik za duzy:","Add Files":"Dodaj pliki"});
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/CodeMirror/theme/rubyblue.css:
--------------------------------------------------------------------------------
1 | .cm-s-rubyblue { font-family: Trebuchet, Verdana, sans-serif; } /* - customized editor font - */
2 |
3 | .cm-s-rubyblue.CodeMirror { background: #112435; color: white; }
4 | .cm-s-rubyblue div.CodeMirror-selected { background: #38566F !important; }
5 | .cm-s-rubyblue .CodeMirror-gutters { background: #1F4661; border-right: 7px solid #3E7087; }
6 | .cm-s-rubyblue .CodeMirror-linenumber { color: white; }
7 | .cm-s-rubyblue .CodeMirror-cursor { border-left: 1px solid white !important; }
8 |
9 | .cm-s-rubyblue span.cm-comment { color: #999; font-style:italic; line-height: 1em; }
10 | .cm-s-rubyblue span.cm-atom { color: #F4C20B; }
11 | .cm-s-rubyblue span.cm-number, .cm-s-rubyblue span.cm-attribute { color: #82C6E0; }
12 | .cm-s-rubyblue span.cm-keyword { color: #F0F; }
13 | .cm-s-rubyblue span.cm-string { color: #F08047; }
14 | .cm-s-rubyblue span.cm-meta { color: #F0F; }
15 | .cm-s-rubyblue span.cm-variable-2, .cm-s-rubyblue span.cm-tag { color: #7BD827; }
16 | .cm-s-rubyblue span.cm-variable-3, .cm-s-rubyblue span.cm-def { color: white; }
17 | .cm-s-rubyblue span.cm-bracket { color: #F0F; }
18 | .cm-s-rubyblue span.cm-link { color: #F4C20B; }
19 | .cm-s-rubyblue span.CodeMirror-matchingbracket { color:#F0F !important; }
20 | .cm-s-rubyblue span.cm-builtin, .cm-s-rubyblue span.cm-special { color: #FF9D00; }
21 | .cm-s-rubyblue span.cm-error { color: #AF2018; }
22 |
23 | .cm-s-rubyblue .CodeMirror-activeline-background {background: #173047 !important;}
24 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/plupload/i18n/ms.js:
--------------------------------------------------------------------------------
1 | // Malay (ms)
2 | plupload.addI18n({"Stop Upload":"Berhenti Muat naik","Upload URL might be wrong or doesn't exist.":"URL muat naik mungkin salah atau tidak wujud.","tb":"tb","Size":"saiz","Close":"Tutup","Init error.":"Ralat perlaksanaan.","Add files to the upload queue and click the start button.":"Tambah fail ke dalam giliran muat naik dan klik butang Muat Naik.","Filename":"Nama fail","Image format either wrong or not supported.":"Format imej sama ada salah atau tidak disokong.","Status":"Status","HTTP Error.":"Ralat HTTP.","Start Upload":"Muat Naik","mb":"mb","kb":"kb","Duplicate file error.":"Ralat menggandakan fail.","File size error.":"Ralat saiz fail.","N/A":"N/A","gb":"gb","Error: Invalid file extension:":"Ralat: Sambungan fail tidak sah:","Select files":"Pilih fail","%s already present in the queue.":"%s telah ada dalam barisan.","File: %s":"Fail: %s","b":"b","Uploaded %d/%d files":"%d/%d telah dimuat naik","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Element muat naik hanya menerima %d fail(-fail) pada satu masa. Fail tambahan telah digugurkan.","%d files queued":"%d fail dalam barisan","File: %s, size: %d, max file size: %d":"Fail: %s, saiz: %d, saiz maks fail: %d","Drag files here.":"Seret fail ke sini.","Runtime ran out of available memory.":"Ruang ingatan masa larian tidak mencukupi.","File count error.":"Ralat bilangan fail.","File extension error.":"Ralat sambungan fail.","Error: File too large:":"Ralat: Fail terlalu bersar:","Add Files":"Tambah Fail"});
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/plupload/i18n/it.js:
--------------------------------------------------------------------------------
1 | // Italian (it)
2 | plupload.addI18n({"Stop Upload":"Ferma Upload","Upload URL might be wrong or doesn't exist.":"URL di Upload errata o non esistente","tb":"tb","Size":"Dimensione","Close":"Chiudi","Init error.":"Errore inizializzazione.","Add files to the upload queue and click the start button.":"Aggiungi i file alla coda di caricamento e clicca il pulsante di avvio.","Filename":"Nome file","Image format either wrong or not supported.":"Formato immagine errato o non supportato.","Status":"Stato","HTTP Error.":"Errore HTTP.","Start Upload":"Inizia Upload","mb":"mb","kb":"kb","Duplicate file error.":"Errore file duplicato.","File size error.":"Errore dimensione file.","N/A":"N/D","gb":"gb","Error: Invalid file extension:":"Errore: Estensione file non valida:","Select files":"Seleziona i files","%s already present in the queue.":"%s già presente nella coda.","File: %s":"File: %s","b":"byte","Uploaded %d/%d files":"Caricati %d/%d file","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Upload element accepts only %d file(s) at a time. Extra files were stripped.","%d files queued":"%d file in coda","File: %s, size: %d, max file size: %d":"File: %s, dimensione: %d, dimensione max file: %d","Drag files here.":"Trascina i files qui.","Runtime ran out of available memory.":"Runtime ha esaurito la memoria disponibile.","File count error.":"File count error.","File extension error.":"Errore estensione file.","Error: File too large:":"Errore: File troppo grande:","Add Files":"Aggiungi file"});
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/plupload/i18n/ka.js:
--------------------------------------------------------------------------------
1 | // Georgian (ka)
2 | plupload.addI18n({"Stop Upload":"ატვირთვის შეჩერება","Upload URL might be wrong or doesn't exist.":"ატვირთვის მისამართი არასწორია ან არ არსებობს.","tb":"ტბ","Size":"ზომა","Close":"დავხუროთ","Init error.":"ინიციალიზაციის შეცდომა.","Add files to the upload queue and click the start button.":"დაამატეთ ფაილები და დააჭირეთ ღილაკს - ატვირთვა.","Filename":"ფაილის სახელი","Image format either wrong or not supported.":"ფაილის ფორმატი არ არის მხარდაჭერილი ან არასწორია.","Status":"სტატუსი","HTTP Error.":"HTTP შეცდომა.","Start Upload":"ატვირთვა","mb":"მბ","kb":"კბ","Duplicate file error.":"ესეთი ფაილი უკვე დამატებულია.","File size error.":"ფაილის ზომა დაშვებულზე დიდია.","N/A":"N/A","gb":"გბ","Error: Invalid file extension:":"შეცდომა: ფაილს აქვს არასწორი გაფართოება.","Select files":"ფაილების მონიშვნა","%s already present in the queue.":"%s უკვე დამატებულია.","File: %s":"ფაილი: %s","b":"ბ","Uploaded %d/%d files":"ატვირთულია %d/%d ფაილი","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"ერთდროულად დაშვებულია მხოლოდ %d ფაილის დამატება.","%d files queued":"რიგშია %d ფაილი","File: %s, size: %d, max file size: %d":"ფაილი: %s, ზომა: %d, მაქსიმალური დაშვებული ზომა: %d","Drag files here.":"ჩააგდეთ ფაილები აქ.","Runtime ran out of available memory.":"ხელმისაწვდომი მეხსიერება გადაივსო.","File count error.":"აღმოჩენილია ზედმეტი ფაილები.","File extension error.":"ფაილის ფორმატი დაშვებული არ არის.","Error: File too large:":"შეცდომა: ფაილი ზედმეტად დიდია.","Add Files":"დაამატეთ ფაილები"});
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/plupload/i18n/kk.js:
--------------------------------------------------------------------------------
1 | // Kazakh (kk)
2 | plupload.addI18n({"Stop Upload":"Жүктеуді тоқтату","Upload URL might be wrong or doesn't exist.":"Жүктеуді қабылдаушы URL қате не мүлдем көрсетілмеген.","tb":"тб","Size":"Өлшемі","Close":"Жабу","Init error.":"Инициализация қатесі.","Add files to the upload queue and click the start button.":"Жүктеу кезегіне файлдар қосып, Бастау кнопкасын басыңыз.","Filename":"Файл аты","Image format either wrong or not supported.":"Сурет форматы қате немесе оның қолдауы жоқ.","Status":"Күйі","HTTP Error.":"HTTP қатесі.","Start Upload":"Жүктеуді бастау","mb":"мб","kb":"кб","Duplicate file error.":"Файл қайталамасының қатесі.","File size error.":"Файл өлшемінің қатесі.","N/A":"Қ/Ж","gb":"гб","Error: Invalid file extension:":"Қате: Файл кеңейтілуі қате:","Select files":"Файлдар таңдаңыз","%s already present in the queue.":"%s файлы кезекте бұрыннан бар.","File: %s":"Файл: %s","b":"б","Uploaded %d/%d files":"Жүктелген: %d/%d файл","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Жүктеу элементі бір кезде %d файл ғана жүктей алады. Артық файлдар жүктелмейді.","%d files queued":"%d файл кезекке қойылды","File: %s, size: %d, max file size: %d":"Файл: %s, өлшемі: %d, макс. файл өлшемі: %d","Drag files here.":"Файлдарды мына жерге тастаңыз.","Runtime ran out of available memory.":"Орындау кезінде жады жетпей қалды.","File count error.":"Файл санының қатесі.","File extension error.":"Файл кеңейтілуінің қатесі.","Error: File too large:":"Қате: Файл мөлшері тым үлкен:","Add Files":"Файл қосу"});
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Properties/AssemblyInfo.cs:
--------------------------------------------------------------------------------
1 | using System.Reflection;
2 | using System.Runtime.CompilerServices;
3 | using System.Runtime.InteropServices;
4 |
5 | // General Information about an assembly is controlled through the following
6 | // set of attributes. Change these attribute values to modify the information
7 | // associated with an assembly.
8 | [assembly: AssemblyTitle("Filemanager")]
9 | [assembly: AssemblyDescription("")]
10 | [assembly: AssemblyConfiguration("")]
11 | [assembly: AssemblyCompany("Microsoft")]
12 | [assembly: AssemblyProduct("Filemanager")]
13 | [assembly: AssemblyCopyright("Copyright © Microsoft 2014")]
14 | [assembly: AssemblyTrademark("")]
15 | [assembly: AssemblyCulture("")]
16 |
17 | // Setting ComVisible to false makes the types in this assembly not visible
18 | // to COM components. If you need to access a type in this assembly from
19 | // COM, set the ComVisible attribute to true on that type.
20 | [assembly: ComVisible(false)]
21 |
22 | // The following GUID is for the ID of the typelib if this project is exposed to COM
23 | [assembly: Guid("65711c43-e3fb-4148-a263-835ca37584de")]
24 |
25 | // Version information for an assembly consists of the following four values:
26 | //
27 | // Major Version
28 | // Minor Version
29 | // Build Number
30 | // Revision
31 | //
32 | // You can specify all the values or you can default the Revision and Build Numbers
33 | // by using the '*' as shown below:
34 | [assembly: AssemblyVersion("1.0.0.0")]
35 | [assembly: AssemblyFileVersion("1.0.0.0")]
36 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/plupload/i18n/cs.js:
--------------------------------------------------------------------------------
1 | // Czech (cs)
2 | plupload.addI18n({"Stop Upload":"Zastavit nahrávání","Upload URL might be wrong or doesn't exist.":"URL uploadu je možná špatně, nebo neexistuje.","tb":"tb","Size":"Velikost","Close":"Zavřít","Init error.":"Chyba inicializace.","Add files to the upload queue and click the start button.":"Přidejte soubory do fronty a pak spusťte nahrávání.","Filename":"Název souboru","Image format either wrong or not supported.":"Špatný, nebo nepodporovaný formát obrázku.","Status":"Stav","HTTP Error.":"Chyba HTTP.","Start Upload":"Spustit nahrávání","mb":"mb","kb":"kb","Duplicate file error.":"Chyba - duplikovaný soubor.","File size error.":"Chyba velikosti souboru.","N/A":"N/A","gb":"gb","Error: Invalid file extension:":"Chyba: Neplatná koncovka souboru:","Select files":"Vyberte soubory","%s already present in the queue.":"%s je již zařazen ve frontě.","File: %s":"Soubor: %s","b":"b","Uploaded %d/%d files":"Nahráno %d/%d souborů","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Upload akceptuje pouze %d soubor(ů) najednou. Další soubory byly odstraněny.","%d files queued":"%d souborů ve frontě","File: %s, size: %d, max file size: %d":"Soubor: %s, velikost: %d, maximální velikost souboru: %d","Drag files here.":"Sem přetáhněte soubory.","Runtime ran out of available memory.":"Běh skriptu přesáhl dostupnou paměť.","File count error.":"Chyba v počtu souborů.","File extension error.":"Chyba přípony souboru.","Error: File too large:":"Chyba: Soubor je příliš veliký:","Add Files":"Přidat soubory"});
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/plupload/i18n/km.js:
--------------------------------------------------------------------------------
1 | // Khmer (km)
2 | plupload.addI18n({"Stop Upload":"បញ្ឈប់ការផ្ទុកឡើង","Upload URL might be wrong or doesn't exist.":"URL ផ្ទុកឡើងអាចខុស ឬក៏គ្មាន។","tb":"tb","Size":"ទំហំ","Close":"បិទ","Init error.":"កំហុស Init។","Add files to the upload queue and click the start button.":"បន្ថែមឯកសារទៅក្នុងជួរលំដាប់ផ្ទុកឡើង ហើយចុចប៊ូតុងចាប់ផ្ដើម។","Filename":"ឈ្មោះឯកសារ","Image format either wrong or not supported.":"ទ្រង់ទ្រាយរូបភាពអាចខុស ឬក៏មិនស្គាល់តែម្ដង។","Status":"ស្ថានភាព","HTTP Error.":"កំហុស HTTP ។","Start Upload":"ចាប់ផ្ដើមផ្ទុកឡើង","mb":"mb","kb":"kb","Duplicate file error.":"កំហុសឯកសារស្ទួនគ្នា។","File size error.":"កំហុសទំហំឯកសារ។","N/A":"គ្មាន","gb":"gb","Error: Invalid file extension:":"កំហុស៖ កន្ទុយឯកសារមិនត្រឹមត្រូវ៖","Select files":"ជ្រើសឯកសារ","%s already present in the queue.":"មាន %s នៅក្នុងជួរលំដាប់ហើយ។","File: %s":"ឯកសារ៖ %s","b":"b","Uploaded %d/%d files":"បានផ្ទុកឡើងឯកសារ %d/%d","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"ការផ្ទុកឡើងទទួលឯកសារបានតែ %d ប៉ុណ្ណោះក្នុងពេលតែមួយ។ ឯកសារផ្សេងទៀតនឹងត្រូវដកចេញ។","%d files queued":"បានដាក់ឯកសារ %d បន្តគ្នា","File: %s, size: %d, max file size: %d":"ឯកសារ៖ %s, size: %d, ទំហំឯកសារអតិបរមា៖ %d","Drag files here.":"អូសឯកសារមកទីនេះ។","Runtime ran out of available memory.":"ពេលដំណើរការអស់អង្គចងចាំទំនេរហើយ។","File count error.":"កំហុសការរាប់ឯកសារ។","File extension error.":"កំហុសកន្ទុយឯកសារ។","Error: File too large:":"កំហុស៖ ឯកសារធំពេក៖","Add Files":"បន្ថែមឯកសារ"});
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/CodeMirror/theme/mbo.css:
--------------------------------------------------------------------------------
1 | /* Based on mbonaci's Brackets mbo theme */
2 |
3 | .cm-s-mbo.CodeMirror {background: #2c2c2c; color: #ffffe9;}
4 | .cm-s-mbo div.CodeMirror-selected {background: #716C62 !important;}
5 | .cm-s-mbo .CodeMirror-gutters {background: #4e4e4e; border-right: 0px;}
6 | .cm-s-mbo .CodeMirror-linenumber {color: #dadada;}
7 | .cm-s-mbo .CodeMirror-cursor {border-left: 1px solid #ffffec !important;}
8 |
9 | .cm-s-mbo span.cm-comment {color: #95958a;}
10 | .cm-s-mbo span.cm-atom {color: #00a8c6;}
11 | .cm-s-mbo span.cm-number {color: #00a8c6;}
12 |
13 | .cm-s-mbo span.cm-property, .cm-s-mbo span.cm-attribute {color: #9ddfe9;}
14 | .cm-s-mbo span.cm-keyword {color: #ffb928;}
15 | .cm-s-mbo span.cm-string {color: #ffcf6c;}
16 |
17 | .cm-s-mbo span.cm-variable {color: #ffffec;}
18 | .cm-s-mbo span.cm-variable-2 {color: #00a8c6;}
19 | .cm-s-mbo span.cm-def {color: #ffffec;}
20 | .cm-s-mbo span.cm-bracket {color: #fffffc; font-weight: bold;}
21 | .cm-s-mbo span.cm-tag {color: #9ddfe9;}
22 | .cm-s-mbo span.cm-link {color: #f54b07;}
23 | .cm-s-mbo span.cm-error {background: #636363; color: #ffffec;}
24 |
25 | .cm-s-mbo .CodeMirror-activeline-background {background: #494b41 !important;}
26 | .cm-s-mbo .CodeMirror-matchingbracket {
27 | text-decoration: underline;
28 | color: #f5e107 !important;
29 | }
30 |
31 | .cm-s-mbo .CodeMirror-matchingtag {background: #4e4e4e;}
32 |
33 | .cm-s-mbo span.cm-searching {
34 | background-color: none;
35 | background: none;
36 | box-shadow: 0 0 0 1px #ffffec;
37 | }
38 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/plupload/i18n/sk.js:
--------------------------------------------------------------------------------
1 | // Slovak (sk)
2 | plupload.addI18n({"Stop Upload":"Zastaviť nahrávanie","Upload URL might be wrong or doesn't exist.":"URL pre nahratie nie je správna alebo neexistuje.","tb":"tb","Size":"Veľkosť","Close":"Zatvoriť","Init error.":"Chyba inicializácie.","Add files to the upload queue and click the start button.":"Pridajte súbory do zoznamu a potom spustite nahrávanie.","Filename":"Názov súboru","Image format either wrong or not supported.":"Formát obrázku je nesprávny alebo nie je podporovaný.","Status":"Stav","HTTP Error.":"HTTP Chyba.","Start Upload":"Spustiť nahrávanie","mb":"mb","kb":"kb","Duplicate file error.":"Duplicitný súbor.","File size error.":"Súbor je príliš veľký.","N/A":"N/A","gb":"gb","Error: Invalid file extension:":"Error: Nesprávny typ súboru:","Select files":"Vyberte súbory","%s already present in the queue.":"%s sa už nachádza v zozname.","File: %s":"Súbor: %s","b":"b","Uploaded %d/%d files":"Nahraných %d/%d súborov","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Upload element accepts only %d file(s) at a time. Extra files were stripped.","%d files queued":"%d súborov pridaných do zoznamu","File: %s, size: %d, max file size: %d":"Súbor: %s, veľkosť: %d, max. veľkosť súboru: %d","Drag files here.":"Sem pretiahnite súbory.","Runtime ran out of available memory.":"Runtime ran out of available memory.","File count error.":"Nesprávny počet súborov.","File extension error.":"Chybný typ súboru.","Error: File too large:":"Chyba: Súbor je príliš veľký:","Add Files":"Pridať súbory"});
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/plupload/i18n/fi.js:
--------------------------------------------------------------------------------
1 | // Finnish (fi)
2 | plupload.addI18n({"Stop Upload":"Pysäytä lähetys","Upload URL might be wrong or doesn't exist.":"Lähetyksen URL-osoite saattaa olla väärä tai sitä ei ole olemassa.","tb":"TB","Size":"Koko","Close":"Sulje","Init error.":"Init virhe.","Add files to the upload queue and click the start button.":"Lisää tiedostoja lähetysjonoon ja klikkaa aloita-nappia.","Filename":"Tiedostonimi","Image format either wrong or not supported.":"Kuvaformaatti on joko väärä tai ei tuettu.","Status":"Tila","HTTP Error.":"HTTP-virhe.","Start Upload":"Aloita lähetys","mb":"MB","kb":"kB","Duplicate file error.":"Tuplatiedostovirhe.","File size error.":"Tiedostokokovirhe.","N/A":"N/A","gb":"GB","Error: Invalid file extension:":"Virhe: Virheellinen tiedostopääte:","Select files":"Valitse tiedostoja","%s already present in the queue.":"%s on jo jonossa.","File: %s":"Tiedosto: %s","b":"B","Uploaded %d/%d files":"Lähetetty %d/%d tiedostoa","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Vain %d tiedosto(a) voidaan lähettää kerralla. Ylimääräiset tiedostot ohitettiin.","%d files queued":"%d tiedostoa jonossa","File: %s, size: %d, max file size: %d":"Tiedosto: %s, koko: %d, suurin sallittu tiedostokoko: %d","Drag files here.":"Raahaa tiedostot tähän.","Runtime ran out of available memory.":"Toiminnon käytettävissä oleva muisti loppui kesken.","File count error.":"Tiedostolaskentavirhe.","File extension error.":"Tiedostopäätevirhe.","Error: File too large:":"Virhe: Liian suuri tiedosto:","Add Files":"Lisää tiedostoja"});
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/plupload/i18n/es.js:
--------------------------------------------------------------------------------
1 | // Spanish (es)
2 | plupload.addI18n({"Stop Upload":"Detener Subida.","Upload URL might be wrong or doesn't exist.":"URL de carga inexistente.","tb":"TB","Size":"Tamaño","Close":"Cerrar","Init error.":"Error de inicialización.","Add files to the upload queue and click the start button.":"Agregue archivos a la lista de subida y pulse clic en el botón de Iniciar carga","Filename":"Nombre de archivo","Image format either wrong or not supported.":"Formato de imagen no soportada.","Status":"Estado","HTTP Error.":"Error de HTTP.","Start Upload":"Iniciar carga","mb":"MB","kb":"KB","Duplicate file error.":"Error, archivo duplicado","File size error.":"Error de tamaño de archivo.","N/A":"No disponible","gb":"GB","Error: Invalid file extension:":"Error: Extensión de archivo inválida:","Select files":"Elija archivos","%s already present in the queue.":"%s ya se encuentra en la lista.","File: %s":"Archivo: %s","b":"B","Uploaded %d/%d files":"Subidos %d/%d archivos","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Se aceptan sólo %d archivo(s) al tiempo. Más, no se tienen en cuenta.","%d files queued":"%d archivos en cola.","File: %s, size: %d, max file size: %d":"Archivo: %s, tamaño: %d, tamaño máximo de archivo: %d","Drag files here.":"Arrastre archivos aquí","Runtime ran out of available memory.":"No hay memoria disponible.","File count error.":"Error en contador de archivos.","File extension error.":"Error de extensión de archivo.","Error: File too large:":"Error: archivo demasiado grande:","Add Files":"Agregar archivos"});
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/plupload/i18n/id.js:
--------------------------------------------------------------------------------
1 | // Indonesian (id)
2 | plupload.addI18n({"Stop Upload":"Hentikan Upload","Upload URL might be wrong or doesn't exist.":"Alamat URL untuk upload tidak benar atau tidak ada","tb":"tb","Size":"Ukuran","Close":"Tutup","Init error.":"Kesalahan pada Init","Add files to the upload queue and click the start button.":"Tambahkan file kedalam antrian upload dan klik tombol Mulai","Filename":"Nama File","Image format either wrong or not supported.":"Kesalahan pada jenis gambar atau jenis file tidak didukung","Status":"Status","HTTP Error.":"HTTP Bermasalah","Start Upload":"Mulai Upload","mb":"mb","kb":"kb","Duplicate file error.":"Terjadi duplikasi file","File size error.":"Kesalahan pada ukuran file","N/A":"N/A","gb":"gb","Error: Invalid file extension:":"Kesalahan: Ekstensi file tidak dikenal","Select files":"Pilih file","%s already present in the queue.":"%s sudah ada dalam daftar antrian","File: %s":"File: %s","b":"b","Uploaded %d/%d files":"File terupload %d/%d","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Tempat untuk upload hanya menerima %d file(s) dalam setiap upload. File lainnya tidak akan disertakan","%d files queued":"%d file dalam antrian","File: %s, size: %d, max file size: %d":"File: %s, ukuran: %d, maksimum ukuran file: %d","Drag files here.":"Tarik file kesini","Runtime ran out of available memory.":"Tidak cukup memori","File count error.":"Kesalahan pada jumlah file","File extension error.":"Kesalahan pada ekstensi file","Error: File too large:":"Kesalahan: File terlalu besar","Add Files":"Tambah File"});
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/CodeMirror/theme/blackboard.css:
--------------------------------------------------------------------------------
1 | /* Port of TextMate's Blackboard theme */
2 |
3 | .cm-s-blackboard.CodeMirror { background: #0C1021; color: #F8F8F8; }
4 | .cm-s-blackboard .CodeMirror-selected { background: #253B76 !important; }
5 | .cm-s-blackboard .CodeMirror-gutters { background: #0C1021; border-right: 0; }
6 | .cm-s-blackboard .CodeMirror-linenumber { color: #888; }
7 | .cm-s-blackboard .CodeMirror-cursor { border-left: 1px solid #A7A7A7 !important; }
8 |
9 | .cm-s-blackboard .cm-keyword { color: #FBDE2D; }
10 | .cm-s-blackboard .cm-atom { color: #D8FA3C; }
11 | .cm-s-blackboard .cm-number { color: #D8FA3C; }
12 | .cm-s-blackboard .cm-def { color: #8DA6CE; }
13 | .cm-s-blackboard .cm-variable { color: #FF6400; }
14 | .cm-s-blackboard .cm-operator { color: #FBDE2D;}
15 | .cm-s-blackboard .cm-comment { color: #AEAEAE; }
16 | .cm-s-blackboard .cm-string { color: #61CE3C; }
17 | .cm-s-blackboard .cm-string-2 { color: #61CE3C; }
18 | .cm-s-blackboard .cm-meta { color: #D8FA3C; }
19 | .cm-s-blackboard .cm-builtin { color: #8DA6CE; }
20 | .cm-s-blackboard .cm-tag { color: #8DA6CE; }
21 | .cm-s-blackboard .cm-attribute { color: #8DA6CE; }
22 | .cm-s-blackboard .cm-header { color: #FF6400; }
23 | .cm-s-blackboard .cm-hr { color: #AEAEAE; }
24 | .cm-s-blackboard .cm-link { color: #8DA6CE; }
25 | .cm-s-blackboard .cm-error { background: #9D1E15; color: #F8F8F8; }
26 |
27 | .cm-s-blackboard .CodeMirror-activeline-background {background: #3C3636 !important;}
28 | .cm-s-blackboard .CodeMirror-matchingbracket {outline:1px solid grey;color:white !important}
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/plupload/i18n/bs.js:
--------------------------------------------------------------------------------
1 | // Bosnian (bs)
2 | plupload.addI18n({"Stop Upload":"Prekini dodavanje","Upload URL might be wrong or doesn't exist.":"URL za dodavanje je neispravan ili ne postoji.","tb":"tb","Size":"Veličina","Close":"Zatvori","Init error.":"Inicijalizacijska greška.","Add files to the upload queue and click the start button.":"Dodajte datoteke u red i kliknite na dugme za pokretanje.","Filename":"Naziv datoteke","Image format either wrong or not supported.":"Format slike je neispravan ili nije podržan.","Status":"Status","HTTP Error.":"HTTP greška.","Start Upload":"Započni dodavanje","mb":"mb","kb":"kb","Duplicate file error.":"Dupla datoteka.","File size error.":"Greška u veličini datoteke.","N/A":"N/A","gb":"gb","Error: Invalid file extension:":"Greška! Neispravan ekstenzija datoteke:","Select files":"Odaberite datoteke","%s already present in the queue.":"%s se već nalazi u redu.","File: %s":"Datoteka: %s","b":"b","Uploaded %d/%d files":"Dodano %d/%d datoteka","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Dodavanje trenutno dozvoljava samo %d datoteka istovremeno. Dodatne datoteke su uklonjene.","%d files queued":"%d datoteka čeka","File: %s, size: %d, max file size: %d":"Datoteka: %s, veličina: %d, maksimalna veličina: %d","Drag files here.":"Dovucite datoteke ovdje.","Runtime ran out of available memory.":"Nema više dostupne memorije.","File count error.":"Greška u brojanju datoeka.","File extension error.":"Greška u ekstenziji datoteke.","Error: File too large:":"Greška! Datoteka je prevelika:","Add Files":"Dodaj datoteke"});
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/plupload/i18n/de.js:
--------------------------------------------------------------------------------
1 | // German (de)
2 | plupload.addI18n({"Stop Upload":"Hochladen stoppen","Upload URL might be wrong or doesn't exist.":"Upload-URL ist falsch oder existiert nicht.","tb":"TB","Size":"Größe","Close":"Schließen","Init error.":"Initialisierungsfehler","Add files to the upload queue and click the start button.":"Dateien hinzufügen und auf 'Hochladen' klicken.","Filename":"Dateiname","Image format either wrong or not supported.":"Bildformat falsch oder nicht unterstützt.","Status":"Status","HTTP Error.":"HTTP-Fehler","Start Upload":"Hochladen beginnen","mb":"MB","kb":"KB","Duplicate file error.":"Datei bereits hochgeladen","File size error.":"Fehler bei Dateigröße","N/A":"Nicht verfügbar","gb":"GB","Error: Invalid file extension:":"Fehler: Ungültige Dateiendung:","Select files":"Dateien auswählen","%s already present in the queue.":"%s ist bereits in der Warteschlange","File: %s":"Datei: %s","b":"B","Uploaded %d/%d files":"%d/%d Dateien wurden hochgeladen","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Pro Durchgang können nur %d Datei(en) akzeptiert werden. Überzählige Dateien wurden ignoriert.","%d files queued":"%d Dateien in der Warteschlange","File: %s, size: %d, max file size: %d":"Datei: %s, Größe: %d, maximale Dateigröße: %d","Drag files here.":"Dateien hier hin ziehen.","Runtime ran out of available memory.":"Nicht genügend Speicher verfügbar.","File count error.":"Fehlerhafte Dateianzahl.","File extension error.":"Fehler bei Dateiendung","Error: File too large:":"Fehler: Datei zu groß:","Add Files":"Dateien hinzufügen"});
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/plupload/i18n/hu.js:
--------------------------------------------------------------------------------
1 | // Hungarian (hu)
2 | plupload.addI18n({"Stop Upload":"Feltöltés leállítása","Upload URL might be wrong or doesn't exist.":"A feltöltő URL hibás vagy nem létezik.","tb":"TB","Size":"Méret","Close":"Bezárás","Init error.":"Init hiba.","Add files to the upload queue and click the start button.":"A fájlok feltöltési sorhoz való hozzáadása után az Indítás gombra kell kattintani.","Filename":"Fájlnév","Image format either wrong or not supported.":"Rossz vagy nem támogatott képformátum.","Status":"Állapot","HTTP Error.":"HTTP-hiba.","Start Upload":"Feltöltés indítása","mb":"MB","kb":"kB","Duplicate file error.":"Duplikáltfájl-hiba.","File size error.":"Hibás fájlméret.","N/A":"Nem elérhető","gb":"GB","Error: Invalid file extension:":"Hiba: érvénytelen fájlkiterjesztés:","Select files":"Fájlok kiválasztása","%s already present in the queue.":"%s már szerepel a listában.","File: %s":"Fájl: %s","b":"b","Uploaded %d/%d files":"Feltöltött fájlok: %d/%d","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"A feltöltés egyszerre csak %d fájlt fogad el, a többi fájl nem lesz feltöltve.","%d files queued":"%d fájl sorbaállítva","File: %s, size: %d, max file size: %d":"Fájl: %s, méret: %d, legnagyobb fájlméret: %d","Drag files here.":"Ide lehet húzni a fájlokat.","Runtime ran out of available memory.":"Futásidőben elfogyott a rendelkezésre álló memória.","File count error.":"A fájlok számával kapcsolatos hiba.","File extension error.":"Hibás fájlkiterjesztés.","Error: File too large:":"Hiba: a fájl túl nagy:","Add Files":"Fájlok hozzáadása"});
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/plupload/i18n/hr.js:
--------------------------------------------------------------------------------
1 | // Croatian (hr)
2 | plupload.addI18n({"Stop Upload":"Zaustavi upload.","Upload URL might be wrong or doesn't exist.":"Upload URL might be wrong or doesn't exist.","tb":"tb","Size":"Veličina","Close":"Zatvori","Init error.":"Greška inicijalizacije.","Add files to the upload queue and click the start button.":"Dodajte datoteke u listu i kliknite Upload.","Filename":"Ime datoteke","Image format either wrong or not supported.":"Image format either wrong or not supported.","Status":"Status","HTTP Error.":"HTTP greška.","Start Upload":"Pokreni upload.","mb":"mb","kb":"kb","Duplicate file error.":"Pogreška dvostruke datoteke.","File size error.":"Greška veličine datoteke.","N/A":"N/A","gb":"gb","Error: Invalid file extension:":"Pogreška: Nevažeći nastavak datoteke:","Select files":"Odaberite datoteke:","%s already present in the queue.":"%s je već prisutan u listi čekanja.","File: %s":"Datoteka: %s","b":"b","Uploaded %d/%d files":"Uploadano %d/%d datoteka","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Upload element accepts only %d file(s) at a time. Extra files were stripped.","%d files queued":"%d datoteka na čekanju.","File: %s, size: %d, max file size: %d":"Datoteka: %s, veličina: %d, maksimalna veličina: %d","Drag files here.":"Dovucite datoteke ovdje","Runtime ran out of available memory.":"Runtime aplikaciji je ponestalo memorije.","File count error.":"Pogreška u broju datoteka.","File extension error.":"Pogreška u nastavku datoteke.","Error: File too large:":"Pogreška: Datoteka je prevelika:","Add Files":"Dodaj datoteke"});
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/plupload/i18n/ro.js:
--------------------------------------------------------------------------------
1 | // Romanian (ro)
2 | plupload.addI18n({"Stop Upload":"Oprește încărcarea","Upload URL might be wrong or doesn't exist.":"Upload URL might be wrong or doesn't exist.","tb":"tb","Size":"Mărime","Close":"Închide","Init error.":"Eroare inițializare.","Add files to the upload queue and click the start button.":"Adaugă fișiere în lista apoi apasă butonul \"Începe încărcarea\".","Filename":"Nume fișier","Image format either wrong or not supported.":"Formatul de imagine ori este greșit ori nu este suportat.","Status":"Stare","HTTP Error.":"Eroare HTTP","Start Upload":"Începe încărcarea","mb":"mb","kb":"kb","Duplicate file error.":"Eroare duplicat fișier.","File size error.":"Eroare dimensiune fișier.","N/A":"N/A","gb":"gb","Error: Invalid file extension:":"Eroare: Extensia fișierului este invalidă:","Select files":"Selectează fișierele","%s already present in the queue.":"%s există deja în lista de așteptare.","File: %s":"Fișier: %s","b":"b","Uploaded %d/%d files":"Fișiere încărcate %d/%d","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Upload element accepts only %d file(s) at a time. Extra files were stripped.","%d files queued":"%d fișiere listate","File: %s, size: %d, max file size: %d":"Fișier: %s, mărime: %d, mărime maximă: %d","Drag files here.":"Trage aici fișierele.","Runtime ran out of available memory.":"Runtime ran out of available memory.","File count error.":"Eroare numărare fișiere.","File extension error.":"Eroare extensie fișier.","Error: File too large:":"Eroare: Fișierul este prea mare:","Add Files":"Adaugă fișiere"});
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/CodeMirror/addon/display/fullscreen.js:
--------------------------------------------------------------------------------
1 | (function(mod) {
2 | if (typeof exports == "object" && typeof module == "object") // CommonJS
3 | mod(require("../../lib/codemirror"));
4 | else if (typeof define == "function" && define.amd) // AMD
5 | define(["../../lib/codemirror"], mod);
6 | else // Plain browser env
7 | mod(CodeMirror);
8 | })(function(CodeMirror) {
9 | "use strict";
10 |
11 | CodeMirror.defineOption("fullScreen", false, function(cm, val, old) {
12 | if (old == CodeMirror.Init) old = false;
13 | if (!old == !val) return;
14 | if (val) setFullscreen(cm);
15 | else setNormal(cm);
16 | });
17 |
18 | function setFullscreen(cm) {
19 | var wrap = cm.getWrapperElement();
20 | cm.state.fullScreenRestore = {scrollTop: window.pageYOffset, scrollLeft: window.pageXOffset,
21 | width: wrap.style.width, height: wrap.style.height};
22 | wrap.style.width = "";
23 | wrap.style.height = "auto";
24 | wrap.className += " CodeMirror-fullscreen";
25 | document.documentElement.style.overflow = "hidden";
26 | cm.refresh();
27 | }
28 |
29 | function setNormal(cm) {
30 | var wrap = cm.getWrapperElement();
31 | wrap.className = wrap.className.replace(/\s*CodeMirror-fullscreen\b/, "");
32 | document.documentElement.style.overflow = "";
33 | var info = cm.state.fullScreenRestore;
34 | wrap.style.width = info.width; wrap.style.height = info.height;
35 | window.scrollTo(info.scrollLeft, info.scrollTop);
36 | cm.refresh();
37 | }
38 | });
39 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/CodeMirror/mode/ntriples/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | CodeMirror: NTriples mode
4 |
5 |
6 |
7 |
8 |
9 |
10 |
15 |
16 |
17 |
18 |
23 |
27 |
28 |
29 |
30 | NTriples mode
31 |
32 |
33 | .
34 | "literal 1" .
35 | _:bnode3 .
36 | _:bnode4 "literal 2"@lang .
37 | _:bnode5 "literal 3"^^ .
38 |
39 |
40 |
41 |
44 | MIME types defined: text/n-triples.
45 |
46 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/plupload/i18n/pt_BR.js:
--------------------------------------------------------------------------------
1 | // Portuguese (Brazil) (pt_BR)
2 | plupload.addI18n({"Stop Upload":"Parar o envio","Upload URL might be wrong or doesn't exist.":"URL de envio está errada ou não existe","tb":"TB","Size":"Tamanho","Close":"Fechar","Init error.":"Erro inicializando.","Add files to the upload queue and click the start button.":"Adicione os arquivos abaixo e clique no botão \"Iniciar o envio\".","Filename":"Nome do arquivo","Image format either wrong or not supported.":"Image format either wrong or not supported.","Status":"Status","HTTP Error.":"Erro HTTP.","Start Upload":"Iniciar o envio","mb":"MB","kb":"KB","Duplicate file error.":"Erro: Arquivo duplicado.","File size error.":"Tamanho de arquivo não permitido.","N/A":"N/D","gb":"GB","Error: Invalid file extension:":"Error: Invalid file extension:","Select files":"Escolha os arquivos","%s already present in the queue.":"%s já presentes na fila.","File: %s":"Arquivo: %s","b":"Bytes","Uploaded %d/%d files":"Enviado(s) %d/%d arquivo(s)","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Só são aceitos %d arquivos por vez. O que passou disso foi descartado.","%d files queued":"%d arquivo(s)","File: %s, size: %d, max file size: %d":"Arquivo: %s, Tamanho: %d , Tamanho Máximo do Arquivo: %d","Drag files here.":"Arraste os arquivos pra cá","Runtime ran out of available memory.":"Runtime ran out of available memory.","File count error.":"Erro na contagem dos arquivos","File extension error.":"Tipo de arquivo não permitido.","Error: File too large:":"Error: File too large:","Add Files":"Adicionar arquivo(s)"});
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Content/themes/base/resizable.css:
--------------------------------------------------------------------------------
1 | /*!
2 | * jQuery UI Resizable 1.11.2
3 | * http://jqueryui.com
4 | *
5 | * Copyright 2014 jQuery Foundation and other contributors
6 | * Released under the MIT license.
7 | * http://jquery.org/license
8 | */
9 | .ui-resizable {
10 | position: relative;
11 | }
12 | .ui-resizable-handle {
13 | position: absolute;
14 | font-size: 0.1px;
15 | display: block;
16 | -ms-touch-action: none;
17 | touch-action: none;
18 | }
19 | .ui-resizable-disabled .ui-resizable-handle,
20 | .ui-resizable-autohide .ui-resizable-handle {
21 | display: none;
22 | }
23 | .ui-resizable-n {
24 | cursor: n-resize;
25 | height: 7px;
26 | width: 100%;
27 | top: -5px;
28 | left: 0;
29 | }
30 | .ui-resizable-s {
31 | cursor: s-resize;
32 | height: 7px;
33 | width: 100%;
34 | bottom: -5px;
35 | left: 0;
36 | }
37 | .ui-resizable-e {
38 | cursor: e-resize;
39 | width: 7px;
40 | right: -5px;
41 | top: 0;
42 | height: 100%;
43 | }
44 | .ui-resizable-w {
45 | cursor: w-resize;
46 | width: 7px;
47 | left: -5px;
48 | top: 0;
49 | height: 100%;
50 | }
51 | .ui-resizable-se {
52 | cursor: se-resize;
53 | width: 12px;
54 | height: 12px;
55 | right: 1px;
56 | bottom: 1px;
57 | }
58 | .ui-resizable-sw {
59 | cursor: sw-resize;
60 | width: 9px;
61 | height: 9px;
62 | left: -5px;
63 | bottom: -5px;
64 | }
65 | .ui-resizable-nw {
66 | cursor: nw-resize;
67 | width: 9px;
68 | height: 9px;
69 | left: -5px;
70 | top: -5px;
71 | }
72 | .ui-resizable-ne {
73 | cursor: ne-resize;
74 | width: 9px;
75 | height: 9px;
76 | right: -5px;
77 | top: -5px;
78 | }
79 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/plupload/i18n/nl.js:
--------------------------------------------------------------------------------
1 | // Dutch (nl)
2 | plupload.addI18n({"Stop Upload":"Stop Upload","Upload URL might be wrong or doesn't exist.":"Upload URL is verkeerd of bestaat niet.","tb":"tb","Size":"Grootte","Close":"Sluiten","Init error.":"Initialisatie error.","Add files to the upload queue and click the start button.":"Voeg bestanden toe aan de wachtrij en druk op 'Start'.","Filename":"Bestandsnaam","Image format either wrong or not supported.":"bestandsextensie is verkeerd of niet ondersteund.","Status":"Status","HTTP Error.":"HTTP Error.","Start Upload":"Start Upload","mb":"mb","kb":"kb","Duplicate file error.":"Bestand bestaat al.","File size error.":"Bestandsgrootte error.","N/A":"Niet beschikbaar","gb":"gb","Error: Invalid file extension:":"Error: Ongeldige bestandsextensie:","Select files":"Selecteer bestand(en):","%s already present in the queue.":"%s is al aan de wachtrij toegevoegd.","File: %s":"Bestand: %s","b":"b","Uploaded %d/%d files":"%d/%d bestanden ge-upload","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Upload accepteert alleen %d bestand(en) tegelijk. Extra bestanden zijn verwijderd.","%d files queued":"%d bestand(en) in de wachtrij","File: %s, size: %d, max file size: %d":"Bestand: %s, grootte: %d, maximale bestandsgrootte: %d","Drag files here.":"Sleep bestanden hierheen.","Runtime ran out of available memory.":"Het maximum bruikbare geheugen is overschreden.","File count error.":"Teveel bestand(en) error.","File extension error.":"Ongeldig bestandsextensie.","Error: File too large:":"Error: Bestand te groot:","Add Files":"Bestand(en) toevoegen"});
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/plupload/i18n/lv.js:
--------------------------------------------------------------------------------
1 | // Latvian (lv)
2 | plupload.addI18n({"Stop Upload":"Apturēt augšupielādi","Upload URL might be wrong or doesn't exist.":"Augšupielādes saite neeksistē vai ir nepareiza.","tb":"terrabaiti","Size":"Izmērs","Close":"Aizvērt","Init error.":"Inicializācijas kļūda.","Add files to the upload queue and click the start button.":"Pieveinojiet failus rindai un klikšķiniet uz pogu \"Sākt augšupielādi\".","Filename":"Faila nosaukums","Image format either wrong or not supported.":"Attēla formāts ir nepareizs vai arī netiek atbalstīts.","Status":"Statuss","HTTP Error.":"HTTP kļūda.","Start Upload":"Sākt augšupielādi","mb":"megabaiti","kb":"kilobaiti","Duplicate file error.":"Atkārtota faila kļūda","File size error.":"Faila izmēra kļūda.","N/A":"N/A","gb":"gigabaiti","Error: Invalid file extension:":"Kļūda: Nepareizs faila paplašinājums:","Select files":"Izvēlieties failus","%s already present in the queue.":"%s jau ir atrodams rindā.","File: %s":"Fails: %s","b":"baiti","Uploaded %d/%d files":"Augšupielādēti %d/%d faili","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Iespējams ielādēt tikai %d failus vienā reizē. Atlikušie faili netika pievienoti","%d files queued":"%d faili pievienoti rindai","File: %s, size: %d, max file size: %d":"Fails: %s, izmērs: %d, max faila izmērs: %d","Drag files here.":"Ievelciet failus šeit","Runtime ran out of available memory.":"Pietrūkst izmantojamās atmiņas.","File count error.":"Failu skaita kļūda","File extension error.":"Faila paplašinājuma kļūda.","Error: File too large:":"Kļūda: Fails pārāk liels:","Add Files":"Pievienot failus"});
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/plupload/i18n/ru.js:
--------------------------------------------------------------------------------
1 | // Russian (ru)
2 | plupload.addI18n({"Stop Upload":"Остановить Загрузку","Upload URL might be wrong or doesn't exist.":"Адрес заргузки неправильный или он не существует.","tb":"тб","Size":"Размер","Close":"Закрыть","Init error.":"Ошибка инициализации.","Add files to the upload queue and click the start button.":"Добавьте файлы в очередь и нажмите кнопку \"Загрузить файлы\".","Filename":"Имя файла","Image format either wrong or not supported.":"Формат картинки неправильный или он не поддерживается.","Status":"Статус","HTTP Error.":"Ошибка HTTP.","Start Upload":"Начать загрузку","mb":"мб","kb":"кб","Duplicate file error.":"Такой файл уже присутствует в очереди.","File size error.":"Неправильный размер файла.","N/A":"N/A","gb":"гб","Error: Invalid file extension:":"Ошибка: У файла неправильное расширение:","Select files":"Выберите файлы","%s already present in the queue.":"%s уже присутствует в очереди.","File: %s":"Файл: %s","b":"б","Uploaded %d/%d files":"Загружено %d/%d файлов","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Загрузочный элемент за раз принимает только %d файл(ов). Лишние файлы были отброшены.","%d files queued":"В очереди %d файл(ов)","File: %s, size: %d, max file size: %d":"Файл: %s, размер: %d, макс. размер файла: %d","Drag files here.":"Перетащите файлы сюда.","Runtime ran out of available memory.":"Рабочая среда превысила лимит достуной памяти.","File count error.":"Слишком много файлов.","File extension error.":"Неправильное расширение файла.","Error: File too large:":"Ошибка: Файл слишком большой:","Add Files":"Добавьте файлы"});
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/CodeMirror/addon/scroll/scrollpastend.js:
--------------------------------------------------------------------------------
1 | (function(mod) {
2 | if (typeof exports == "object" && typeof module == "object") // CommonJS
3 | mod(require("../../lib/codemirror"));
4 | else if (typeof define == "function" && define.amd) // AMD
5 | define(["../../lib/codemirror"], mod);
6 | else // Plain browser env
7 | mod(CodeMirror);
8 | })(function(CodeMirror) {
9 | "use strict";
10 |
11 | CodeMirror.defineOption("scrollPastEnd", false, function(cm, val, old) {
12 | if (old && old != CodeMirror.Init) {
13 | cm.off("change", onChange);
14 | cm.off("refresh", updateBottomMargin);
15 | cm.display.lineSpace.parentNode.style.paddingBottom = "";
16 | cm.state.scrollPastEndPadding = null;
17 | }
18 | if (val) {
19 | cm.on("change", onChange);
20 | cm.on("refresh", updateBottomMargin);
21 | updateBottomMargin(cm);
22 | }
23 | });
24 |
25 | function onChange(cm, change) {
26 | if (CodeMirror.changeEnd(change).line == cm.lastLine())
27 | updateBottomMargin(cm);
28 | }
29 |
30 | function updateBottomMargin(cm) {
31 | var padding = "";
32 | if (cm.lineCount() > 1) {
33 | var totalH = cm.display.scroller.clientHeight - 30,
34 | lastLineH = cm.getLineHandle(cm.lastLine()).height;
35 | padding = (totalH - lastLineH) + "px";
36 | }
37 | if (cm.state.scrollPastEndPadding != padding) {
38 | cm.state.scrollPastEndPadding = padding;
39 | cm.display.lineSpace.parentNode.style.paddingBottom = padding;
40 | cm.setSize();
41 | }
42 | }
43 | });
44 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager.csproj.user:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | true
5 |
6 |
7 |
8 |
9 |
10 |
11 | webfilemanager - Web Deploy
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 | CurrentPage
20 | True
21 | False
22 | False
23 | False
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 | True
33 | True
34 |
35 |
36 |
37 |
38 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/CodeMirror/mode/http/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | CodeMirror: HTTP mode
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
19 |
23 |
24 |
25 |
26 | HTTP mode
27 |
28 |
29 |
30 | POST /somewhere HTTP/1.1
31 | Host: example.com
32 | If-Modified-Since: Sat, 29 Oct 1994 19:43:31 GMT
33 | Content-Type: application/x-www-form-urlencoded;
34 | charset=utf-8
35 | User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/536.11 (KHTML, like Gecko) Ubuntu/12.04 Chromium/20.0.1132.47 Chrome/20.0.1132.47 Safari/536.11
36 |
37 | This is the request body!
38 |
39 |
40 |
43 |
44 | MIME types defined: message/http.
45 |
46 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/plupload/i18n/ua.js:
--------------------------------------------------------------------------------
1 | // Ukrainian (Ukraine) (uk_UA)
2 | plupload.addI18n({"Stop Upload":"Зупинити завантаження","Upload URL might be wrong or doesn't exist.":"Адреса завантаження неправильна або не існує.","tb":"тб","Size":"Розмір","Close":"Закрити","Init error.":"Помилка ініціалізації.","Add files to the upload queue and click the start button.":"Додайте файли в чергу та натисніть кнопку \"Завантажити файли\".","Filename":"Назва файлу","Image format either wrong or not supported.":"Формат картинки не правильний або не підтримується.","Status":"Статус","HTTP Error.":"Помилка HTTP.","Start Upload":"Почати завантаження","mb":"мб","kb":"кб","Duplicate file error.":"Такий файл вже присутній в черзі.","File size error.":"Неправильний розмір файлу.","N/A":"Н/Д","gb":"гб","Error: Invalid file extension:":"Помилка: У файлу неправильне розширення:","Select files":"Оберіть файли","%s already present in the queue.":"%s вже присутній у черзі.","File: %s":"Файл: %s","b":"б","Uploaded %d/%d files":"Завантажено %d/%d файлів","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Завантажувальний елемент приймає лише %d файл(ів) одночасно. Зайві файли було відкинуто.","%d files queued":"В черзі %d файл(ів)","File: %s, size: %d, max file size: %d":"Файл: %s, розмір: %d, макс. розмір файлу: %d","Drag files here.":"Перетягніть файли сюди.","Runtime ran out of available memory.":"Робоче середовище перевищило ліміт доступної пам'яті.","File count error.":"Занадто багато файлів.","File extension error.":"Неправильне розширення файлу.","Error: File too large:":"Помилка: Файл занадто великий:","Add Files":"Додати файли"});
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/plupload/i18n/el.js:
--------------------------------------------------------------------------------
1 | // Greek (el)
2 | plupload.addI18n({"Stop Upload":"Ακύρωση Μεταφόρτωσης","Upload URL might be wrong or doesn't exist.":"Το URL μεταφόρτωσης είναι λάθος ή δεν υπάρχει.","tb":"tb","Size":"Μέγεθος","Close":"Κλείσιμο","Init error.":"Σφάλμα αρχικοποίησης.","Add files to the upload queue and click the start button.":"Προσθέστε αρχεία στην ουρά μεταφόρτωσης και πατήστε το κουμπί εκκίνησης.","Filename":"Όνομα Αρχείου","Image format either wrong or not supported.":"Ο τύπος εικόνας είναι λάθος ή δεν υποστηρίζεται.","Status":"Κατάσταση","HTTP Error.":"Σφάλμα HTTP.","Start Upload":"Εκκίνηση Μεταφόρτωσης","mb":"mb","kb":"kb","Duplicate file error.":"Το αρχείο έχει ξαναπροστεθεί.","File size error.":"Σφάλμα με το μέγεθος του αρχείου.","N/A":"Δεν ισχύει","gb":"gb","Error: Invalid file extension:":"Σφάλμα: Μη έγκυρος τύπος αρχείου:","Select files":"Επιλέξτε Αρχεία","%s already present in the queue.":"Το «%s» βρίσκεται ήδη στην ουρά.","File: %s":"Αρχείο: %s","b":"b","Uploaded %d/%d files":"Μεταφορτώθηκαν %d/%d αρχεία","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Μπορείτε να μεταφορτώσετε μεχρι και %d αρχείο/α κάθε φορά. Τα επιπλέον αρχεία αφαιρέθηκαν.","%d files queued":"%d αρχεία στην ουρά","File: %s, size: %d, max file size: %d":"Αρχείο: %s, μέγεθος: %d, μέγιστο μέγεθος αρχείου: %d","Drag files here.":"Σύρετε αρχεία εδώ","Runtime ran out of available memory.":"Δεν υπάρχει αρκετή διαθέσιμη μνήμη.","File count error.":"Σφάλμα με τον αριθμό αρχείων.","File extension error.":"Σφάλμα με τον τύπο αρχείου.","Error: File too large:":"Σφάλμα: Πολύ μεγάλο αρχείο:","Add Files":"Προσθέστε Αρχεία"});
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/CodeMirror/mode/jinja2/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | CodeMirror: Jinja2 mode
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
19 |
23 |
24 |
25 |
26 | Jinja2 mode
27 |
28 | <html style="color: green">
29 | <!-- this is a comment -->
30 | <head>
31 | <title>Jinja2 Example</title>
32 | </head>
33 | <body>
34 | <ul>
35 | {# this is a comment #}
36 | {%- for item in li -%}
37 | <li>
38 | {{ item.label }}
39 | </li>
40 | {% endfor -%}
41 | </ul>
42 | </body>
43 | </html>
44 |
45 |
50 |
51 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/CodeMirror/mode/solr/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | CodeMirror: Solr mode
4 |
5 |
6 |
7 |
8 |
9 |
10 |
20 |
21 |
22 |
23 |
28 |
32 |
33 |
34 |
35 | Solr mode
36 |
37 |
38 | author:Camus
39 |
40 | title:"The Rebel" and author:Camus
41 |
42 | philosophy:Existentialism -author:Kierkegaard
43 |
44 | hardToSpell:Dostoevsky~
45 |
46 | published:[194* TO 1960] and author:(Sartre or "Simone de Beauvoir")
47 |
48 |
49 |
55 |
56 | MIME types defined: text/x-solr.
57 |
58 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/CodeMirror/mode/z80/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | CodeMirror: Z80 assembly mode
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
19 |
23 |
24 |
25 |
26 | Z80 assembly mode
27 |
28 |
29 |
30 | #include "ti83plus.inc"
31 | #define progStart $9D95
32 | .org progStart-2
33 | .db $BB,$6D
34 | bcall(_ClrLCDFull)
35 | ld HL, 0
36 | ld (PenCol), HL
37 | ld HL, Message
38 | bcall(_PutS) ; Displays the string
39 | bcall(_NewLine)
40 | ret
41 | Message:
42 | .db "Hello world!",0
43 |
44 |
45 |
50 |
51 | MIME type defined: text/x-z80.
52 |
53 |
--------------------------------------------------------------------------------
/Filemanager/Filemanager/Filemanager/scripts/CodeMirror/mode/ecl/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | CodeMirror: ECL mode
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
19 |
23 |
24 |
25 |
26 | ECL mode
27 |
28 | /*
29 | sample useless code to demonstrate ecl syntax highlighting
30 | this is a multiline comment!
31 | */
32 |
33 | // this is a singleline comment!
34 |
35 | import ut;
36 | r :=
37 | record
38 | string22 s1 := '123';
39 | integer4 i1 := 123;
40 | end;
41 | #option('tmp', true);
42 | d := dataset('tmp::qb', r, thor);
43 | output(d);
44 |
45 |
48 |
49 | Based on CodeMirror's clike mode. For more information see HPCC Systems web site.
50 | MIME types defined: text/x-ecl.
51 |
52 |
53 |
--------------------------------------------------------------------------------