Home
last modified time | relevance | path

Searched refs:plugins (Results 1 – 25 of 1838) sorted by relevance

12345678910>>...74

/plugin/jsoneditor/script/
Djsoneditor_plugin.js30 … if (LANG.plugins.jsoneditor.language.length > 0 && LANG.plugins.jsoneditor.language !== 'en') {
31 JSONEditor.defaults.language = LANG.plugins.jsoneditor.language;
32 JSONEditor.defaults.languages[LANG.plugins.jsoneditor.language] = {
33 error_notset: LANG.plugins.jsoneditor.error_notset,
34 error_notempty: LANG.plugins.jsoneditor.error_notempty,
35 error_enum: LANG.plugins.jsoneditor.error_enum,
36 error_const: LANG.plugins.jsoneditor.error_const,
37 error_anyOf: LANG.plugins.jsoneditor.error_anyOf,
38 error_oneOf: LANG.plugins.jsoneditor.error_oneOf,
39 error_not: LANG.plugins.jsoneditor.error_not,
[all …]
/plugin/indexmenu/scripts/
Dcontextmenu.js82 ['<span class="indexmenu_titlemenu"><b>'+LANG.plugins.indexmenu.page+'</b></span>'],
83 …[LANG.plugins.indexmenu.revs, 'IndexmenuContextmenu.getid(index.config.urlbase,id)+"do=revisions"'…
84 …[LANG.plugins.indexmenu.tocpreview, '"javascript: IndexmenuContextmenu.createTocMenu(\'call=indexm…
88 ['<span class="indexmenu_titlemenu"><b>'+LANG.plugins.indexmenu.editmode+'</b></span>'],
89plugins.indexmenu.insertdwlink, '"javascript: IndexmenuContextmenu.insertTags(\'"+id+"\',\'"+index…
95 ['<span class="indexmenu_titlemenu"><b>'+LANG.plugins.indexmenu.ns+'</b></span>'],
96plugins.indexmenu.search, '"javascript: IndexmenuContextmenu.srchpage(\'"+index.config.urlbase+"\'…
107 … [LANG.plugins.indexmenu.edit, 'IndexmenuContextmenu.getid(index.config.urlbase,id)+"do=edit"'],
108 ['<em>'+LANG.plugins.indexmenu.create+'--></em>', [
109plugins.indexmenu.headpage, '"javascript: IndexmenuContextmenu.reqpage(\'"+index.config.urlbase+"\…
[all …]
/plugin/farmer/
H A Dhelper.php202 $plugins = $plugin_controller->getList('', $all);
205 $plugins = array_filter(
206 $plugins,
216 sort($plugins);
217 return $plugins;
233 $plugins = [];
238 $this->animalPluginState[$animal] = $plugins;
239 return $plugins;
256 $plugins = [];
259 $plugins[$one] = !plugin_isdisabled($one);
[all …]
/plugin/gallery/script/
Dprosemirror.js19 JSINFO.plugins.gallery.defaults
39 label: LANG.plugins.gallery.label_namespace,
45 label: LANG.plugins.gallery.label_thumbnailsize,
48 title: LANG.plugins.gallery.pattern_hint_thumbnailsize,
53 label: LANG.plugins.gallery.label_imagesize,
56 title: LANG.plugins.gallery.pattern_hint_imagesize,
61 label: LANG.plugins.gallery.label_cache,
68 label: LANG.plugins.gallery.label_filter,
74 label: LANG.plugins.gallery.label_showname,
81 label: LANG.plugins.gallery.label_showtitle,
[all …]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
DCssMinFilter.php25 private $plugins; variable in Assetic\\Filter\\CssMinFilter
30 $this->plugins = array();
43 public function setPlugins(array $plugins) argument
45 $this->plugins = $plugins;
50 $this->plugins[$name] = $value;
60 $plugins = $this->plugins;
70 $asset->setContent(\CssMin::minify($asset->getContent(), $filters, $plugins));
/plugin/edittable/less/
Dcontextmenu.less14 background-image: url('../plugins/edittable/images/text_heading.png');
18 background-image: url('../plugins/edittable/images/a_left.png');
22 background-image: url('../plugins/edittable/images/a_center.png');
26 background-image: url('../plugins/edittable/images/a_right.png');
30 background-image: url('../plugins/edittable/images/row_above.png');
34 background-image: url('../plugins/edittable/images/remove_row.png');
38 background-image: url('../plugins/edittable/images/row_below.png');
42 background-image: url('../plugins/edittable/images/col_left.png');
46 background-image: url('../plugins/edittable/images/remove_col.png');
50 background-image: url('../plugins/edittable/images/col_right.png');
[all …]
/plugin/asciidocjs/node_modules/pug/lib/
Dindex.js43 function applyPlugins(value, options, plugins, name) { argument
44 return plugins.reduce(function (value, plugin) {
53 function findReplacementFunc(plugins, name) { argument
54 var eligiblePlugins = plugins.filter(function (plugin) {
85 var plugins = options.plugins || [];
94 lexOptions.plugins = plugins.filter(function (plugin) {
99 var contents = applyPlugins(str, {filename: options.filename}, plugins, 'preLex');
100 return applyPlugins(lex(contents, lexOptions), options, plugins, 'postLex');
114 tokens = applyPlugins(tokens, options, plugins, 'preParse');
119 parseOptions.plugins = plugins.filter(function (plugin) {
[all …]
/plugin/davcal/
H A Dscript.js88 dw_davcal__modals.msg = LANG.plugins.davcal['error_retrieving_data'];
170 dialogButtons[LANG.plugins.davcal['save']] = function() {
206 dialogButtons[LANG.plugins.davcal['cancel']] = function () {
214 settingsHtml += LANG.plugins.davcal['nothing_to_show'];
219 …settingsHtml += '<tr><td>' + LANG.plugins.davcal['timezone'] + '</td><td><select name="timezone" i…
220 …'<tr><td>' + LANG.plugins.davcal['timeformat'] + '</td><td><select name="timeformat" id="dw_davcal…
221 …'<tr><td>' + LANG.plugins.davcal['weeknumbers'] + '</td><td><input type="checkbox" name="weeknumbe…
222 …'<tr><td>' + LANG.plugins.davcal['only_workweek'] + '</td><td><input type="checkbox" name="workwee…
223 …'<tr><td>' + LANG.plugins.davcal['start_monday'] + '</td><td><input type="checkbox" name="monday" …
228 …settingsHtml += '<tr id="dw_davcal__settings_syncurl"><td>' + LANG.plugins.davcal['sync_url'] + '<…
[all …]
/plugin/encryptedpasswords/script/
DPageHandling.js18 .attr('title', LANG.plugins.encryptedpasswords.decryptAll)
22 .attr('title', LANG.plugins.encryptedpasswords.hideAll)
26 .attr('title', LANG.plugins.encryptedpasswords.copy)
48 $element.attr('title', LANG.plugins.encryptedpasswords.invalidKey);
64 LANG.plugins.encryptedpasswords.enterKey,
65 LANG.plugins.encryptedpasswords.passphrase
71 GUI.toast(LANG.plugins.encryptedpasswords.invalidKey, 'error');
78 GUI.toast(LANG.plugins.encryptedpasswords.copyOk, 'success');
81 GUI.toast(LANG.plugins.encryptedpasswords.copyFail, 'error');
92 LANG.plugins.encryptedpasswords.enterKey,
[all …]
/plugin/davcard/
Dscript.js116 dw_davcard__modals.msg = LANG.plugins.davcard['error_loading'];
132 title = LANG.plugins.davcard['edit_entry'];
133 dialogButtons[LANG.plugins.davcard['edit']] = function() {
214 dialogButtons[LANG.plugins.davcard['delete']] = function() {
217 dw_davcard__modals.msg = LANG.plugins.davcard['really_delete_this_entry'];
232 title = LANG.plugins.davcard['create_entry'];
233 dialogButtons[LANG.plugins.davcard['create']] = function() {
321 dialogButtons[LANG.plugins.davcard['cancel']] = function() {
341 …'<tr><td>' + LANG.plugins.davcard['addressbook'] + '</td><td><select id="dw_davcard__addressbook">…
342 …'<tr><td>' + LANG.plugins.davcard['firstname'] + '</td><td><input type="text" id="dw_davcard__firs…
[all …]
/plugin/pagebuttons/
Dscript.js30 var page = window.confirm(LANG.plugins.pagebuttons.delete_confirm);
38 + LANG.plugins.pagebuttons.delete_confirm
42 title: LANG.plugins.pagebuttons.delete_title,
49 text: LANG.plugins.pagebuttons.btn_ok,
56 text: LANG.plugins.pagebuttons.btn_cancel,
82 var page = window.prompt(LANG.plugins.pagebuttons.newfolder_prompt);
91 + LANG.plugins.pagebuttons.newfolder_prompt
96 title: LANG.plugins.pagebuttons.newfolder_title,
103 text: LANG.plugins.pagebuttons.btn_ok,
112 text: LANG.plugins.pagebuttons.btn_cancel,
[all …]
/plugin/codebutton_ext/
Daction.php52 'icon' => '../../plugins/codebutton_ext/pix/code_select.png',
57 'icon' => '../../plugins/codebutton_ext/pix/File-bash-32.png',
65 'icon' => '../../plugins/codebutton_ext/pix/File-c-32.png',
73 'icon' => '../../plugins/codebutton_ext/pix/File-css-32.png',
81 'icon' => '../../plugins/codebutton_ext/pix/File-html-32.png',
89 'icon' => '../../plugins/codebutton_ext/pix/File-xml-32.png',
97 'icon' => '../../plugins/codebutton_ext/pix/File-javascript-32.png',
105 'icon' => '../../plugins/codebutton_ext/pix/File-java-32.png',
113 'icon' => '../../plugins/codebutton_ext/pix/File-php-32.png',
122 'icon' => '../../plugins/codebutton_ext/pix/File-perl-32.png',
[all …]
/plugin/credits/
Dsyntax.php12 var $plugins = array(); variable in syntax_plugin_credits
40 $match($renderer,$this->plugins);
122 $date = isset($this->plugins[$name]['date'])?$this->plugins[$name]['date']:"" ;
123 … $author = isset($this->plugins[$name]['author'])?$this->plugins[$name]['author']:"" ;
124 if(!isset($this->plugins[$name]['email'])) {
125 … $this->plugins[$name]['email'] = str_replace(" ", "_",$author) . "@No_Email_Given";
127 if(isset($this->plugins[$name]['email'])) {
131 $desc = $this->plugins[$name]['desc'];
152 $address =credits_hide_email($this->plugins[$name]['email']);
172 $this->keys = array_keys($this->plugins);
[all …]
/plugin/xssnipper/
Daction.php41 'icon' => '../../plugins/xssnipper/images/code.png',
46 'icon' => '../../plugins/xssnipper/images/code_xssnip.png',
53 'icon' => '../../plugins/xssnipper/images/code_code.png',
60 'icon' => '../../plugins/xssnipper/images/code_php.png',
67 'icon' => '../../plugins/xssnipper/images/code_html.png',
74 'icon' => '../../plugins/xssnipper/images/code_js.png',
81 'icon' => '../../plugins/xssnipper/images/code_css.png',
88 'icon' => '../../plugins/xssnipper/images/code_txt.png',
95 'icon' => '../../plugins/xssnipper/images/code_xml.png',
102 'icon' => '../../plugins/xssnipper/images/code_file.png',
/plugin/quicksubscribe/
H A Dscript.js15 '<p>' + LANG.plugins.quicksubscribe.edit_subscr +
16 '<button class="button">' + LANG.plugins.quicksubscribe.edit_subscr_button +
39 title: LANG.plugins.quicksubscribe.title
47 '<p>' + LANG.plugins.quicksubscribe.subscr_in_progress + '</p>'
60 $link.attr('title', LANG.plugins.quicksubscribe.unsubscribe);
68 '<p>' + LANG.plugins.quicksubscribe.is_subscr.replace(/%s/, $link.data('target')) +
69 ' ' + LANG.plugins.quicksubscribe.del_subscr +
71 LANG.plugins.quicksubscribe.del_subscr_button +
86 $link.attr('title', LANG.plugins.quicksubscribe.subscribe);
/plugin/googleconsentmananger/
Dscript.js48 …ate[ JSINFO.plugins.googleconsent.template ] ? LANG.template[ JSINFO.plugins.googleconsent.templat…
67 acceptOnContinue: !!JSINFO.plugins.googleconsent.acceptOnContinue,
68 acceptOnScroll: !!JSINFO.plugins.googleconsent.acceptOnScroll,
69 acceptAnyClick: !!JSINFO.plugins.googleconsent.acceptAnyClick,
70 expireDays: !!JSINFO.plugins.googleconsent.expireDays,
71 renewOnVisit: !!JSINFO.plugins.googleconsent.renewOnVisit,
72 forceShow: !!JSINFO.plugins.googleconsent.forceShow,
/plugin/farmer/action/
H A Dajax.php95 $plugins = $helper->getAnimalPluginRealState($animal);
96 if (!isset($plugins[$pname])) die('no such plugin');
97 $plugin = $plugins[$pname];
108 $plugins = $helper->getAnimalPluginRealState($animal);
109 $plugin = $plugins[$pname];
126 $plugins = $helper->getAnimalPluginRealState($animals[0]);
135 foreach ($plugins as $plugin) {
145 foreach ($plugins as $plugin) {
151 $plugins = $helper->getAnimalPluginRealState($animal);
154 foreach ($plugins as $plugin) {
[all …]
/plugin/farmer/includes/
H A Dplugins.php10 $plugins['extension'] = 0;
11 $plugins['upgrade'] = 0;
12 $plugins['testing'] = 0;
13 $plugins['farmer'] = 1;
14 $plugins['farmsync'] = 0;
/plugin/edittable/script/
Dcontextmenu.js35 name: LANG.plugins.edittable.toggle_header,
52 name: LANG.plugins.edittable.align_left,
71 name: LANG.plugins.edittable.align_center,
90 name: LANG.plugins.edittable.align_right,
110 name: LANG.plugins.edittable.row_above
113 name: LANG.plugins.edittable.remove_row,
123 if (window.confirm(LANG.plugins.edittable.confirmdeleterow)) {
142 name: LANG.plugins.edittable.row_below
146 name: LANG.plugins.edittable.col_left
149 name: LANG.plugins.edittable.remove_col,
[all …]
/plugin/feedback/
Dscript.js8 if (window.JSINFO.plugins.feedback.isMedia) {
9 return window.JSINFO.plugins.feedback.mediaID;
24 title: LANG.plugins.feedback.title,
30 text: LANG.plugins.feedback.cancel,
36 text: LANG.plugins.feedback.submit,
47 text: LANG.plugins.feedback.close,
62 media: !!window.JSINFO.plugins.feedback.isMedia
/plugin/notification/syntax/
H A Dlist.php94 $plugins = [];
95 Event::createAndTrigger('PLUGIN_NOTIFICATION_REGISTER_SOURCE', $plugins);
96 $plugins = preg_grep('/' . $pattern . '/', $plugins);
98 return $plugins;
113 $plugins = $this->getNotificationPlugins($data['plugin']);
116 …$renderer->meta['plugin'][$plugin_name]['plugins'] = array_unique(array_merge($plugins, $old_plugi…
132 $plugins = $this->getNotificationPlugins($data['plugin']);
140 'plugins' => $plugins,
/plugin/dev/_test/testdata/
Dtest.js1 LANG.plugins.foo.string1; LANG['plugins']['foo']['string 2'];
3 LANG.plugins['foo']['string 3']
5 LANG.plugins['foo'].string4 + 'something';
7 LANG.plugins.foo.string1;
9 LANG.plugins['foo']['string 5'];
/plugin/stars2/
Daction.php43 'icon' => '../../plugins/stars2/images/toolbar/star.png',
48 'icon' => '../../plugins/stars2/images/toolbar/star1.png',
54 'icon' => '../../plugins/stars2/images/toolbar/star2.png',
60 'icon' => '../../plugins/stars2/images/toolbar/star3.png',
66 'icon' => '../../plugins/stars2/images/toolbar/star4.png',
72 'icon' => '../../plugins/stars2/images/toolbar/star5.png',
78 'icon' => '../../plugins/stars2/images/toolbar/starnry.png',
/plugin/pycode/
Dscript.js29 title: LANG.plugins.pycode.wizard,
34 '<legend>'+LANG.plugins.pycode.repository+'</legend>' +
47 '<legend>'+LANG.plugins.pycode.options+'</legend>' +
49 '<strong>'+LANG.plugins.pycode.embed+'</strong><br />' +
53 LANG.plugins.pycode.lns+'</label>' +
63 LANG.plugins.pycode.def+'</label>' +
71 LANG.plugins.pycode.cls+'</label>' +
79 '<strong>'+LANG.plugins.pycode.nums+'</strong><br />' +
83 LANG.plugins.pycode.change+'</label>' +
87 LANG.plugins.pycode.show+'</label>' +
[all …]
/plugin/tagging/script/
H A Dadmin.js51 text: LANG.plugins.tagging.admin_confirm,
63 text: LANG.plugins.tagging.admin_cancel,
80 title: LANG.plugins.tagging.admin_change_tag,
100 title: LANG.plugins.tagging.admin_tagged_pages,
118 … actionDialog.append('<h2>' + LANG.plugins.tagging.admin_delete + ' ' + actionData.tid + '</h2>');
119 actionDialog.append('<p>' + LANG.plugins.tagging.admin_sure + '</p>');
121 … actionDialog.append('<h2>' + LANG.plugins.tagging.admin_rename + ' ' + actionData.tid + '</h2>');
122 actionDialog.append('<p>' + LANG.plugins.tagging.admin_newtags + ' </p>');
136 … actionDialog.append('<p class="warning">' + LANG.plugins.tagging.admin_warning_all + '</p>');

12345678910>>...74