Home
last modified time | relevance | path

Searched refs:edid (Results 26 – 48 of 48) sorted by path

12

/plugin/leightweightscript/
H A Dscript.js2 init: function(timeout,draft,edid){ argument
/plugin/lightweightscript/
H A Dscript.js2 init: function(timeout,draft,edid){ argument
/plugin/numbering/
H A Dscript.js3 function addBtnActionNumberingNext($btn, props, edid) { argument
5 numberingNextNumber(edid) ;
44 function numberingNextNumber(edid) { argument
59 numberInsertAtCarret(edid,data);
61 else window.insertAtCarret(edid,data);
/plugin/ocr/
H A Dscript.js2 function addBtnActionOcr($btn, props, edid) { argument
/plugin/passwordgenerator/
H A Dscript.js15 function addBtnActionPasswordgenerator($btn, props, edid) { argument
57 var selection = DWgetSelection(jQuery('#'+edid)[0]);
/plugin/prettytables/
H A Dscript.js199 function addBtnActionPrettytables($btn, props, edid, id){ argument
201 var selection = DWgetSelection(jQuery('#'+edid)[0]);
/plugin/pycode/
H A Dscript.js556 function addBtnActionPyCode($btn, props, edid) { argument
557 pycode_wiz.init(jQuery('#' + edid));
/plugin/scrapbook/
H A Dscript.js9 function addBtnActionPlugin_scrapbook($btn, props, edid) { argument
11 var $picker = jQuery(createPicker(pickerid, [], edid))
22 pickerInsert($el.data('scrap'), edid);
/plugin/siteexport/
H A Dscript.js60 … var edid = String.prototype.match.call(document.location, new RegExp("&edid=([^&]+)"));
61 …opener.insertTags(edid ? edid[1] : 'wiki__text', '{{siteexportAGGREGATOR' + settings + '}}','','');
/plugin/sketchcanvas/script/
H A Dnewfigure.js6 * @param {string} edid ID of the editor textarea
10 function addBtnActionNewFigure($btn, props, edid) { argument
14 var ed = jQuery('#' + edid)[0];
/plugin/stackedit/
H A Dscript.js15 function addBtnActionClick($btn, props, edid) { argument
/plugin/struct/script/
H A Dfunctions.js69 window.insertStructMedia = function (edid, mediaid, opts, align) { argument
70 jQuery(document.getElementById(edid)).val(mediaid).change();
/plugin/tableedit/
H A Dtableedit.js271 function addBtnActionTableedit(btn, props, edid) argument
/plugin/tfslink/
H A Dscript.js11 function addBtnActionInsertTFSWorkItemLink($btn, props, edid) { argument
12 addworkitemlink_wiz.init(jQuery('#' + edid));
/plugin/timestamp/
H A Dscript.js1 function addBtnActionTimestamp($btn, props, edid) { argument
8 insertAtCarret(edid,fixtxt(data));
/plugin/toolbox/
H A DToolboxCounter.js8 var ToolboxCounter = function (edid) { argument
10 var textarea = jQuery('#' + edid)[0];
H A DToolboxFindAndReplace.js7 var ToolboxFindAndReplace = function (edid) { argument
9 var textarea = jQuery('#' + edid)[0];
H A DToolboxTextTools.js7 var ToolboxTextTools = function (edid) { argument
9 var textarea = jQuery('#' + edid)[0];
H A Dtoolbox.js63 window.tb_toolbox_find = function (btn, opts, edid) { argument
65 ToolboxFindAndReplace(edid);
71 window.tb_toolbox_sort = function (btn, opts, edid) { argument
73 ToolboxTextTools(edid).sort(opts['reverse']);
79 window.tb_toolbox_indent = function (btn, opts, edid) { argument
81 ToolboxTextTools(edid).indent(opts['reverse']);
88 window.tb_toolbox_counter = function (btn, opts, edid) { argument
90 ToolboxCounter(edid);
/plugin/translatebutton/
H A Dtranslatebutton.js1 function tb_openurlbyselection(btn, props, edid) { argument
9 var selection = getSelection($(edid));
/plugin/txt2tags/
H A Dtables.js45 function addBtnActionInsertTable($btn, props, edid) { argument
150 insertAtCarret(edid, tabletext + '\n');
/plugin/vshare/
H A Dscript.js17 function tb_pluginvshare(btn, props, edid) { argument
18 PluginVShare.edid = edid;
23 edid: null, property in PluginVShare
56 insertAtCarret(PluginVShare.edid, code);
/plugin/watchcycle/
H A Dscript.js6 * @param {string} edid the editor's ID
9 function addBtnActionPlugin_watchcycle($btn, props, edid) { argument
13 const $picker = jQuery(createPicker(pickerid, [], edid))
118 pickerInsert('~~WATCHCYCLE:' + maintainers + ':' + cycle + '~~', edid);

12