"}]}],buttons:[CKEDITOR.dialog.cancelButton]}});
--------------------------------------------------------------------------------
/visualsearch/appcode/static/plugins/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/icodingc/ImageRetrieval-tf/7b6579d062682e0ae62a3bcaaa3aaa6864e43701/visualsearch/appcode/static/plugins/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png
--------------------------------------------------------------------------------
/visualsearch/appcode/static/plugins/ckeditor/plugins/about/dialogs/logo_ckeditor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/icodingc/ImageRetrieval-tf/7b6579d062682e0ae62a3bcaaa3aaa6864e43701/visualsearch/appcode/static/plugins/ckeditor/plugins/about/dialogs/logo_ckeditor.png
--------------------------------------------------------------------------------
/visualsearch/appcode/static/plugins/ckeditor/plugins/dialog/dialogDefinition.js:
--------------------------------------------------------------------------------
1 | /*
2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
3 | For licensing, see LICENSE.md or http://ckeditor.com/license
4 | */
5 |
--------------------------------------------------------------------------------
/visualsearch/appcode/static/plugins/ckeditor/plugins/fakeobjects/images/spacer.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/icodingc/ImageRetrieval-tf/7b6579d062682e0ae62a3bcaaa3aaa6864e43701/visualsearch/appcode/static/plugins/ckeditor/plugins/fakeobjects/images/spacer.gif
--------------------------------------------------------------------------------
/visualsearch/appcode/static/plugins/ckeditor/plugins/icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/icodingc/ImageRetrieval-tf/7b6579d062682e0ae62a3bcaaa3aaa6864e43701/visualsearch/appcode/static/plugins/ckeditor/plugins/icons.png
--------------------------------------------------------------------------------
/visualsearch/appcode/static/plugins/ckeditor/plugins/icons_hidpi.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/icodingc/ImageRetrieval-tf/7b6579d062682e0ae62a3bcaaa3aaa6864e43701/visualsearch/appcode/static/plugins/ckeditor/plugins/icons_hidpi.png
--------------------------------------------------------------------------------
/visualsearch/appcode/static/plugins/ckeditor/plugins/image/images/noimage.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/icodingc/ImageRetrieval-tf/7b6579d062682e0ae62a3bcaaa3aaa6864e43701/visualsearch/appcode/static/plugins/ckeditor/plugins/image/images/noimage.png
--------------------------------------------------------------------------------
/visualsearch/appcode/static/plugins/ckeditor/plugins/link/images/anchor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/icodingc/ImageRetrieval-tf/7b6579d062682e0ae62a3bcaaa3aaa6864e43701/visualsearch/appcode/static/plugins/ckeditor/plugins/link/images/anchor.png
--------------------------------------------------------------------------------
/visualsearch/appcode/static/plugins/ckeditor/plugins/link/images/hidpi/anchor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/icodingc/ImageRetrieval-tf/7b6579d062682e0ae62a3bcaaa3aaa6864e43701/visualsearch/appcode/static/plugins/ckeditor/plugins/link/images/hidpi/anchor.png
--------------------------------------------------------------------------------
/visualsearch/appcode/static/plugins/ckeditor/plugins/magicline/images/hidpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/icodingc/ImageRetrieval-tf/7b6579d062682e0ae62a3bcaaa3aaa6864e43701/visualsearch/appcode/static/plugins/ckeditor/plugins/magicline/images/hidpi/icon.png
--------------------------------------------------------------------------------
/visualsearch/appcode/static/plugins/ckeditor/plugins/magicline/images/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/icodingc/ImageRetrieval-tf/7b6579d062682e0ae62a3bcaaa3aaa6864e43701/visualsearch/appcode/static/plugins/ckeditor/plugins/magicline/images/icon.png
--------------------------------------------------------------------------------
/visualsearch/appcode/static/plugins/ckeditor/plugins/scayt/LICENSE.md:
--------------------------------------------------------------------------------
1 | Software License Agreement
2 | ==========================
3 |
4 | **CKEditor SCAYT Plugin**
5 | Copyright © 2012, [CKSource](http://cksource.com) - Frederico Knabben. All rights reserved.
6 |
7 | Licensed under the terms of any of the following licenses at your choice:
8 |
9 | * GNU General Public License Version 2 or later (the "GPL"):
10 | http://www.gnu.org/licenses/gpl.html
11 |
12 | * GNU Lesser General Public License Version 2.1 or later (the "LGPL"):
13 | http://www.gnu.org/licenses/lgpl.html
14 |
15 | * Mozilla Public License Version 1.1 or later (the "MPL"):
16 | http://www.mozilla.org/MPL/MPL-1.1.html
17 |
18 | You are not required to, but if you want to explicitly declare the license you have chosen to be bound to when using, reproducing, modifying and distributing this software, just include a text file titled "legal.txt" in your version of this software, indicating your license choice.
19 |
20 | Sources of Intellectual Property Included in this plugin
21 | --------------------------------------------------------
22 |
23 | Where not otherwise indicated, all plugin content is authored by CKSource engineers and consists of CKSource-owned intellectual property. In some specific instances, the plugin will incorporate work done by developers outside of CKSource with their express permission.
24 |
25 | Trademarks
26 | ----------
27 |
28 | CKEditor is a trademark of CKSource - Frederico Knabben. All other brand and product names are trademarks, registered trademarks or service marks of their respective holders.
29 |
--------------------------------------------------------------------------------
/visualsearch/appcode/static/plugins/ckeditor/plugins/scayt/README.md:
--------------------------------------------------------------------------------
1 | CKEditor SCAYT Plugin
2 | =====================
3 |
4 | This plugin brings Spell Check As You Type (SCAYT) into CKEditor.
5 |
6 | SCAYT is a "installation-less", using the web-services of [WebSpellChecker.net](http://www.webspellchecker.net/). It's an out of the box solution.
7 |
8 | Installation
9 | ------------
10 |
11 | 1. Clone/copy this repository contents in a new "plugins/scayt" folder in your CKEditor installation.
12 | 2. Enable the "scayt" plugin in the CKEditor configuration file (config.js):
13 |
14 | config.extraPlugins = 'scayt';
15 |
16 | That's all. SCAYT will appear on the editor toolbar and will be ready to use.
17 |
18 | License
19 | -------
20 |
21 | Licensed under the terms of any of the following licenses at your choice: [GPL](http://www.gnu.org/licenses/gpl.html), [LGPL](http://www.gnu.org/licenses/lgpl.html) and [MPL](http://www.mozilla.org/MPL/MPL-1.1.html).
22 |
23 | See LICENSE.md for more information.
24 |
25 | Developed in cooperation with [WebSpellChecker.net](http://www.webspellchecker.net/).
26 |
--------------------------------------------------------------------------------
/visualsearch/appcode/static/plugins/ckeditor/plugins/scayt/dialogs/toolbar.css:
--------------------------------------------------------------------------------
1 | a
2 | {
3 | text-decoration:none;
4 | padding: 2px 4px 4px 6px;
5 | display : block;
6 | border-width: 1px;
7 | border-style: solid;
8 | margin : 0px;
9 | }
10 |
11 | a.cke_scayt_toogle:hover,
12 | a.cke_scayt_toogle:focus,
13 | a.cke_scayt_toogle:active
14 | {
15 | border-color: #316ac5;
16 | background-color: #dff1ff;
17 | color : #000;
18 | cursor: pointer;
19 | margin : 0px;
20 | }
21 | a.cke_scayt_toogle {
22 | color : #316ac5;
23 | border-color: #fff;
24 | }
25 | .scayt_enabled a.cke_scayt_item {
26 | color : #316ac5;
27 | border-color: #fff;
28 | margin : 0px;
29 | }
30 | .scayt_disabled a.cke_scayt_item {
31 | color : gray;
32 | border-color : #fff;
33 | }
34 | .scayt_enabled a.cke_scayt_item:hover,
35 | .scayt_enabled a.cke_scayt_item:focus,
36 | .scayt_enabled a.cke_scayt_item:active
37 | {
38 | border-color: #316ac5;
39 | background-color: #dff1ff;
40 | color : #000;
41 | cursor: pointer;
42 | }
43 | .scayt_disabled a.cke_scayt_item:hover,
44 | .scayt_disabled a.cke_scayt_item:focus,
45 | .scayt_disabled a.cke_scayt_item:active
46 | {
47 | border-color: gray;
48 | background-color: #dff1ff;
49 | color : gray;
50 | cursor: no-drop;
51 | }
52 | .cke_scayt_set_on, .cke_scayt_set_off
53 | {
54 | display: none;
55 | }
56 | .scayt_enabled .cke_scayt_set_on
57 | {
58 | display: none;
59 | }
60 | .scayt_disabled .cke_scayt_set_on
61 | {
62 | display: inline;
63 | }
64 | .scayt_disabled .cke_scayt_set_off
65 | {
66 | display: none;
67 | }
68 | .scayt_enabled .cke_scayt_set_off
69 | {
70 | display: inline;
71 | }
72 |
--------------------------------------------------------------------------------
/visualsearch/appcode/static/plugins/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt:
--------------------------------------------------------------------------------
1 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
2 | For licensing, see LICENSE.md or http://ckeditor.com/license
3 |
4 | cs.js Found: 118 Missing: 0
5 | cy.js Found: 118 Missing: 0
6 | de.js Found: 118 Missing: 0
7 | el.js Found: 16 Missing: 102
8 | eo.js Found: 118 Missing: 0
9 | et.js Found: 31 Missing: 87
10 | fa.js Found: 24 Missing: 94
11 | fi.js Found: 23 Missing: 95
12 | fr.js Found: 118 Missing: 0
13 | hr.js Found: 23 Missing: 95
14 | it.js Found: 118 Missing: 0
15 | nb.js Found: 118 Missing: 0
16 | nl.js Found: 118 Missing: 0
17 | no.js Found: 118 Missing: 0
18 | tr.js Found: 118 Missing: 0
19 | ug.js Found: 39 Missing: 79
20 | zh-cn.js Found: 118 Missing: 0
21 |
--------------------------------------------------------------------------------
/visualsearch/appcode/static/plugins/ckeditor/plugins/wsc/LICENSE.md:
--------------------------------------------------------------------------------
1 | Software License Agreement
2 | ==========================
3 |
4 | **CKEditor WSC Plugin**
5 | Copyright © 2012, [CKSource](http://cksource.com) - Frederico Knabben. All rights reserved.
6 |
7 | Licensed under the terms of any of the following licenses at your choice:
8 |
9 | * GNU General Public License Version 2 or later (the "GPL"):
10 | http://www.gnu.org/licenses/gpl.html
11 |
12 | * GNU Lesser General Public License Version 2.1 or later (the "LGPL"):
13 | http://www.gnu.org/licenses/lgpl.html
14 |
15 | * Mozilla Public License Version 1.1 or later (the "MPL"):
16 | http://www.mozilla.org/MPL/MPL-1.1.html
17 |
18 | You are not required to, but if you want to explicitly declare the license you have chosen to be bound to when using, reproducing, modifying and distributing this software, just include a text file titled "legal.txt" in your version of this software, indicating your license choice.
19 |
20 | Sources of Intellectual Property Included in this plugin
21 | --------------------------------------------------------
22 |
23 | Where not otherwise indicated, all plugin content is authored by CKSource engineers and consists of CKSource-owned intellectual property. In some specific instances, the plugin will incorporate work done by developers outside of CKSource with their express permission.
24 |
25 | Trademarks
26 | ----------
27 |
28 | CKEditor is a trademark of CKSource - Frederico Knabben. All other brand and product names are trademarks, registered trademarks or service marks of their respective holders.
29 |
--------------------------------------------------------------------------------
/visualsearch/appcode/static/plugins/ckeditor/plugins/wsc/README.md:
--------------------------------------------------------------------------------
1 | CKEditor WebSpellChecker Plugin
2 | ===============================
3 |
4 | This plugin brings Web Spell Checker (WSC) into CKEditor.
5 |
6 | WSC is "installation-less", using the web-services of [WebSpellChecker.net](http://www.webspellchecker.net/). It's an out of the box solution.
7 |
8 | Installation
9 | ------------
10 |
11 | 1. Clone/copy this repository contents in a new "plugins/wsc" folder in your CKEditor installation.
12 | 2. Enable the "wsc" plugin in the CKEditor configuration file (config.js):
13 |
14 | config.extraPlugins = 'wsc';
15 |
16 | That's all. WSC will appear on the editor toolbar and will be ready to use.
17 |
18 | License
19 | -------
20 |
21 | Licensed under the terms of any of the following licenses at your choice: [GPL](http://www.gnu.org/licenses/gpl.html), [LGPL](http://www.gnu.org/licenses/lgpl.html) and [MPL](http://www.mozilla.org/MPL/MPL-1.1.html).
22 |
23 | See LICENSE.md for more information.
24 |
25 | Developed in cooperation with [WebSpellChecker.net](http://www.webspellchecker.net/).
26 |
--------------------------------------------------------------------------------
/visualsearch/appcode/static/plugins/ckeditor/plugins/wsc/dialogs/wsc.css:
--------------------------------------------------------------------------------
1 | /*
2 | Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
3 | For licensing, see LICENSE.html or http://ckeditor.com/license
4 | */
5 |
6 | html, body
7 | {
8 | background-color: transparent;
9 | margin: 0px;
10 | padding: 0px;
11 | }
12 |
13 | body
14 | {
15 | padding: 10px;
16 | }
17 |
18 | body, td, input, select, textarea
19 | {
20 | font-size: 11px;
21 | font-family: 'Microsoft Sans Serif' , Arial, Helvetica, Verdana;
22 | }
23 |
24 | .midtext
25 | {
26 | padding:0px;
27 | margin:10px;
28 | }
29 |
30 | .midtext p
31 | {
32 | padding:0px;
33 | margin:10px;
34 | }
35 |
36 | .Button
37 | {
38 | border: #737357 1px solid;
39 | color: #3b3b1f;
40 | background-color: #c7c78f;
41 | }
42 |
43 | .PopupTabArea
44 | {
45 | color: #737357;
46 | background-color: #e3e3c7;
47 | }
48 |
49 | .PopupTitleBorder
50 | {
51 | border-bottom: #d5d59d 1px solid;
52 | }
53 | .PopupTabEmptyArea
54 | {
55 | padding-left: 10px;
56 | border-bottom: #d5d59d 1px solid;
57 | }
58 |
59 | .PopupTab, .PopupTabSelected
60 | {
61 | border-right: #d5d59d 1px solid;
62 | border-top: #d5d59d 1px solid;
63 | border-left: #d5d59d 1px solid;
64 | padding: 3px 5px 3px 5px;
65 | color: #737357;
66 | }
67 |
68 | .PopupTab
69 | {
70 | margin-top: 1px;
71 | border-bottom: #d5d59d 1px solid;
72 | cursor: pointer;
73 | }
74 |
75 | .PopupTabSelected
76 | {
77 | font-weight: bold;
78 | cursor: default;
79 | padding-top: 4px;
80 | border-bottom: #f1f1e3 1px solid;
81 | background-color: #f1f1e3;
82 | }
83 |
--------------------------------------------------------------------------------
/visualsearch/appcode/static/plugins/ckeditor/skins/moono/icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/icodingc/ImageRetrieval-tf/7b6579d062682e0ae62a3bcaaa3aaa6864e43701/visualsearch/appcode/static/plugins/ckeditor/skins/moono/icons.png
--------------------------------------------------------------------------------
/visualsearch/appcode/static/plugins/ckeditor/skins/moono/icons_hidpi.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/icodingc/ImageRetrieval-tf/7b6579d062682e0ae62a3bcaaa3aaa6864e43701/visualsearch/appcode/static/plugins/ckeditor/skins/moono/icons_hidpi.png
--------------------------------------------------------------------------------
/visualsearch/appcode/static/plugins/ckeditor/skins/moono/images/arrow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/icodingc/ImageRetrieval-tf/7b6579d062682e0ae62a3bcaaa3aaa6864e43701/visualsearch/appcode/static/plugins/ckeditor/skins/moono/images/arrow.png
--------------------------------------------------------------------------------
/visualsearch/appcode/static/plugins/ckeditor/skins/moono/images/close.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/icodingc/ImageRetrieval-tf/7b6579d062682e0ae62a3bcaaa3aaa6864e43701/visualsearch/appcode/static/plugins/ckeditor/skins/moono/images/close.png
--------------------------------------------------------------------------------
/visualsearch/appcode/static/plugins/ckeditor/skins/moono/images/hidpi/close.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/icodingc/ImageRetrieval-tf/7b6579d062682e0ae62a3bcaaa3aaa6864e43701/visualsearch/appcode/static/plugins/ckeditor/skins/moono/images/hidpi/close.png
--------------------------------------------------------------------------------
/visualsearch/appcode/static/plugins/ckeditor/skins/moono/images/hidpi/lock-open.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/icodingc/ImageRetrieval-tf/7b6579d062682e0ae62a3bcaaa3aaa6864e43701/visualsearch/appcode/static/plugins/ckeditor/skins/moono/images/hidpi/lock-open.png
--------------------------------------------------------------------------------
/visualsearch/appcode/static/plugins/ckeditor/skins/moono/images/hidpi/lock.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/icodingc/ImageRetrieval-tf/7b6579d062682e0ae62a3bcaaa3aaa6864e43701/visualsearch/appcode/static/plugins/ckeditor/skins/moono/images/hidpi/lock.png
--------------------------------------------------------------------------------
/visualsearch/appcode/static/plugins/ckeditor/skins/moono/images/hidpi/refresh.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/icodingc/ImageRetrieval-tf/7b6579d062682e0ae62a3bcaaa3aaa6864e43701/visualsearch/appcode/static/plugins/ckeditor/skins/moono/images/hidpi/refresh.png
--------------------------------------------------------------------------------
/visualsearch/appcode/static/plugins/ckeditor/skins/moono/images/lock-open.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/icodingc/ImageRetrieval-tf/7b6579d062682e0ae62a3bcaaa3aaa6864e43701/visualsearch/appcode/static/plugins/ckeditor/skins/moono/images/lock-open.png
--------------------------------------------------------------------------------
/visualsearch/appcode/static/plugins/ckeditor/skins/moono/images/lock.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/icodingc/ImageRetrieval-tf/7b6579d062682e0ae62a3bcaaa3aaa6864e43701/visualsearch/appcode/static/plugins/ckeditor/skins/moono/images/lock.png
--------------------------------------------------------------------------------
/visualsearch/appcode/static/plugins/ckeditor/skins/moono/images/refresh.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/icodingc/ImageRetrieval-tf/7b6579d062682e0ae62a3bcaaa3aaa6864e43701/visualsearch/appcode/static/plugins/ckeditor/skins/moono/images/refresh.png
--------------------------------------------------------------------------------
/visualsearch/appcode/static/plugins/colorpicker/img/alpha-horizontal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/icodingc/ImageRetrieval-tf/7b6579d062682e0ae62a3bcaaa3aaa6864e43701/visualsearch/appcode/static/plugins/colorpicker/img/alpha-horizontal.png
--------------------------------------------------------------------------------
/visualsearch/appcode/static/plugins/colorpicker/img/alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/icodingc/ImageRetrieval-tf/7b6579d062682e0ae62a3bcaaa3aaa6864e43701/visualsearch/appcode/static/plugins/colorpicker/img/alpha.png
--------------------------------------------------------------------------------
/visualsearch/appcode/static/plugins/colorpicker/img/hue-horizontal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/icodingc/ImageRetrieval-tf/7b6579d062682e0ae62a3bcaaa3aaa6864e43701/visualsearch/appcode/static/plugins/colorpicker/img/hue-horizontal.png
--------------------------------------------------------------------------------
/visualsearch/appcode/static/plugins/colorpicker/img/hue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/icodingc/ImageRetrieval-tf/7b6579d062682e0ae62a3bcaaa3aaa6864e43701/visualsearch/appcode/static/plugins/colorpicker/img/hue.png
--------------------------------------------------------------------------------
/visualsearch/appcode/static/plugins/colorpicker/img/saturation.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/icodingc/ImageRetrieval-tf/7b6579d062682e0ae62a3bcaaa3aaa6864e43701/visualsearch/appcode/static/plugins/colorpicker/img/saturation.png
--------------------------------------------------------------------------------
/visualsearch/appcode/static/plugins/datatables/images/sort_asc.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/icodingc/ImageRetrieval-tf/7b6579d062682e0ae62a3bcaaa3aaa6864e43701/visualsearch/appcode/static/plugins/datatables/images/sort_asc.png
--------------------------------------------------------------------------------
/visualsearch/appcode/static/plugins/datatables/images/sort_asc_disabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/icodingc/ImageRetrieval-tf/7b6579d062682e0ae62a3bcaaa3aaa6864e43701/visualsearch/appcode/static/plugins/datatables/images/sort_asc_disabled.png
--------------------------------------------------------------------------------
/visualsearch/appcode/static/plugins/datatables/images/sort_both.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/icodingc/ImageRetrieval-tf/7b6579d062682e0ae62a3bcaaa3aaa6864e43701/visualsearch/appcode/static/plugins/datatables/images/sort_both.png
--------------------------------------------------------------------------------
/visualsearch/appcode/static/plugins/datatables/images/sort_desc.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/icodingc/ImageRetrieval-tf/7b6579d062682e0ae62a3bcaaa3aaa6864e43701/visualsearch/appcode/static/plugins/datatables/images/sort_desc.png
--------------------------------------------------------------------------------
/visualsearch/appcode/static/plugins/datatables/images/sort_desc_disabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/icodingc/ImageRetrieval-tf/7b6579d062682e0ae62a3bcaaa3aaa6864e43701/visualsearch/appcode/static/plugins/datatables/images/sort_desc_disabled.png
--------------------------------------------------------------------------------
/visualsearch/appcode/static/plugins/datepicker/locales/bootstrap-datepicker.ar.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Arabic translation for bootstrap-datepicker
3 | * Mohammed Alshehri