Home
last modified time | relevance | path

Searched refs:function (Results 76 – 100 of 853) sorted by path

12345678910>>...35

/plugin/ckgdoku/ckeditor/plugins/fontAssist/
H A Dplugin.js.unc9 init: function( editor )
60 get: function(which) {
63 save_font: function(family) {
66 save_size: function(sz) {
73 open_tag: function() {
76 close_tag: function() {
460 commit : function( data )
526 commit : function( data )
586 onShow : function()
654 onLoad : function()
[all …]
/plugin/ckgdoku/ckeditor/plugins/footnote/
H A Dplugin.js.unc7 init: function( editor )
47 CKEDITOR.dialog.add( 'footnoteDialog', function( editor )
58 onShow: function() {
98 commit : function( data )
121 commit : function( data )
125 onChange: function(data) {
139 onClick: function () {
174 onOk : function()
/plugin/ckgdoku/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js.unc12 CKEDITOR.dialog.add( 'geshiDialog', function( editor ) {
16 var getHref = function() {
39 var downloadable_header = function(type,fname) {
47 var downloadable_footer = function() {
104 onChange: function( api ) {
114 onChange: function( api ) {
140 onClick: function() {
152 onShow : function()
159 String.prototype.escapeRegExpCkg = function(str) {
167 onOk: function() {
[all …]
/plugin/ckgdoku/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc8 window.onbeforeunload = function() { };
10 (function() {
22 var onSizeChange = function() {
299 onShow: function() {
395 onOk: function() {
484 onLoad: function() {
498 onHide: function() {
532 onChange: function() {
611 onChange: function() {
730 onLoad: function() {
[all …]
/plugin/ckgdoku/ckeditor/plugins/image/
H A Dplugin.js.unc10 (function() {
16 init: function( editor ) {
32 editor.on( 'doubleclick', function( evt ) {
52 editor.contextMenu.addListener( function( element, selection ) {
58 afterInit: function( editor ) {
65 function setupAlignCommand( value ) {
69 command.on( 'exec', function( evt ) {
88 command.on( 'refresh', function( evt ) {
105 function getSelectedImage( editor, element ) {
115 function getImageAlignment( element ) {
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc101 ini: function(title) {
1076 onShow : function()
1090 onOk : function()
1421 onLoad : function()
1469 onFocus : function()
1551 onEntry: function(e){
1614 select: function(num){
1650 deselect: function(){
1743 show: function(){
1757 hide: function(){
[all …]
/plugin/ckgdoku/ckeditor/plugins/link/
H A Dplugin.js.unc8 init : function( editor )
70 editor.on( 'selectionChange', function( evt )
87 editor.on( 'doubleclick', function( evt )
168 afterInit : function( editor )
183 a : function( element )
221 a : function( element )
265 getSelectedLink : function( editor )
306 CKEDITOR.unlinkCommand = function(){};
310 exec : function( editor )
342 CKEDITOR.removeAnchorCommand = function(){};
[all …]
/plugin/ckgdoku/ckeditor/plugins/shortcuts/
H A Dplugin.js.unc4 (function () {
12 init: function( editor )
20 exec : function( editor )
36 exec : function( editor )
45 exec : function( editor )
54 exec : function( editor )
63 exec : function( editor )
72 exec : function( editor )
81 exec : function( editor )
90 function get_selected_text(ed) {
[all …]
/plugin/ckgdoku/ckeditor/plugins/signature/
H A Dplugin.js.unc11 init: function( editor )
20 numbersToTwoDigits : function(n)
25 // Define a function that will be fired when the command is executed.
27 exec : function( editor )
/plugin/ckgdoku/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js.4.35function(f){for(var e=f.config,a=f.lang.smiley,h=e.smiley_images,g=e.smiley_columns||8,i,k=functio…
10 …:"smileySelector",html:d.join(""),onLoad:function(a){i=a.sender},focus:function(){var a=this;setTi…
H A Dsmiley.js.unc6 CKEDITOR.dialog.add( 'smiley', function( editor ) {
16 var onClick = function( evt ) {
45 var onKeydown = CKEDITOR.tools.addFunction( function( ev, element ) {
116 var setBigSmileys = function (dwimages,which) {
210 onLoad: function( event ) {
213 focus: function() {
216 setTimeout( function() {
/plugin/ckgdoku/ckeditor/plugins/smiley/
H A Dplugin.js.unc11 init: function( editor ) {
/plugin/ckgdoku/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js.orig5function(i){var e,l=i.lang.specialchar,k=function(c){var b,c=c.data?c.data.getTarget():new CKEDITO…
6 …s.htmlEncode(a));b.getParent().addClass("cke_light_background");j=b}},d=function(c,b){b=b||c.data.…
7 j=void 0)},n=CKEDITOR.tools.addFunction(function(c){var c=new CKEDITOR.dom.event(c),b=c.getTarget()…
9 …Height:280,buttons:[CKEDITOR.dialog.cancelButton],charColumns:17,onLoad:function(){for(var c=this.…
12function(){var c=this.getElement().getElementsByTag("a").getItem(0);setTimeout(function(){c.focus(…
H A Dspecialchar.js.unc6 CKEDITOR.dialog.add( 'specialchar', function( editor ) {
12 var onChoice = function( evt ) {
34 var onFocus = function( evt, target ) {
57 var onBlur = function( evt, target ) {
72 var onKeydown = CKEDITOR.tools.addFunction( function( ev ) {
174 onLoad: function() {
248 focus: function() {
250 setTimeout( function() {
255 onShow: function() {
257 setTimeout( function() {
[all …]
/plugin/ckgdoku/ckeditor/plugins/table/dialogs/
H A Dtable.js.unc6 ( function() {
9 var commitValue = function( data ) {
16 function tableColumns( table ) {
34 function validatorNum( msg ) {
35 return function() {
49 var makeElement = function( name ) {
62 onLoad: function() {
69 onShow: function() {
108 onOk: function() {
212 setTimeout( function() {
[all …]
/plugin/ckgdoku/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js.unc49 onLoad: function() {
58 setup: function( element ) {
65 commit: function( element ) {
109 setup: function( element ) {
185 setup: function( element ) {
233 onLoad: function() {
237 onClick: function() {
283 onLoad: function() {
287 onClick: function() {
304 onShow: function() {
[all …]
/plugin/ckgdoku/ckeditor/plugins/tags/dialogs/
H A Dtags.js.unc1 CKEDITOR.dialog.add( 'tagsDialog', function ( editor )
6 var generateTags = function ()
14 var tagexists = function (name)
38 success: function(data, textStatus, jqXHR)
43 error: function(jqXHR, textStatus, errorThrown )
110 onOk: function()
/plugin/ckgdoku/scripts/
H A Dparse_wiki.js.unc1 function parse_wikitext(id) {
10 function fontConflict() {
63 function reorder_span_rows(rows) {
85 function insert_table(rows) {
251 backup: function(c1,c2) {
1160 end: function( tag ) {
1407 chars: function( text ) {
1589 comment: function( text ) {
1593 dbg: function(text, heading) {
1773 function(m,a,b,c) {
[all …]
H A Dtable_debugging_code.js.unc3 function show_rowspans(rows) {
35 function debug_row(rows,row,col,which) {
/plugin/ckgedit/ckeditor/
H A DCHANGES.md58 …itor.com/cke4/addon/table) dialog validator fails when the `getValue()` function is defined in the…
126 …r.com/docs/ckeditor4/latest/api/CKEDITOR_tools.html#method-convertToPx) function now converts nega…
198 …cs/ckeditor4/latest/api/CKEDITOR_dom_element.html#method-getClientRect) function allowing to retri…
200 …e()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_tools.html#method-throttle) function.
246 …/ckeditor/ckeditor-dev/issues/1338): Keystroke labels are displayed for function keys (like F7, F8…
266 * [#1356](https://github.com/ckeditor/ckeditor-dev/issues/1356): Fixed: [Border parse function](htt…
308 …CKEDITOR_tools_array.html#method-every) method. It invokes a given test function on every array el…
381 …] Fixed: Clicking the scrollbar throws an `Uncaught TypeError: element.is is not a function` error.
1116 …test/api/CKEDITOR_config.html#cfg-fillEmptyBlocks) not working properly if a function is specified.
H A DLICENSE.md46 * jQuery (inspired the domReady function, ckeditor_base.js) - Copyright (c) 2011 John Resig, http:/…
531 d) If a facility in the modified Library refers to a function or a
535 in the event an application does not supply such function or
539 (For example, a function in a library to compute square roots has
542 application-supplied function or table used by this function must
544 root function must still compute square roots.)
H A Dckeditor.js.unc5 (function() {
334 (function() {
1763 (function(a) {
2267 (function() {
2981 (function() {
3200 (function() {
4170 (function() {
4417 (function() {
5216 (function() {
5301 (function() {
[all …]
H A Dconfig.js.unc6 CKEDITOR.editorConfig = function( config ) {
121 config.addPaste = function () {
217 var get_wrap_lang = function() {
221 function (data,status) {
256 function do_smileys() {
297 var get_dw_protocols = function() {
300 function (data,status) {
313 function (data,status) {
323 var getIwikiData = function() {
331 .done(function(data)
[all …]
/plugin/ckgedit/ckeditor/plugins/fontAssist/
H A Dplugin.js.unc9 init: function( editor )
60 get: function(which) {
63 save_font: function(family) {
66 save_size: function(sz) {
73 open_tag: function() {
76 close_tag: function() {
460 commit : function( data )
526 commit : function( data )
586 onShow : function()
654 onLoad : function()
[all …]
/plugin/ckgedit/ckeditor/plugins/footnote/
H A Dplugin.js.unc7 init: function( editor )
47 CKEDITOR.dialog.add( 'footnoteDialog', function( editor )
58 onShow: function() {
98 commit : function( data )
121 commit : function( data )
125 onChange: function(data) {
139 onClick: function () {
174 onOk : function()

12345678910>>...35