Home
last modified time | relevance | path

Searched refs:function (Results 101 – 125 of 853) sorted by last modified time

12345678910>>...35

/plugin/ckgedit/ckeditor/
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/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() {
114 onChange: function( api ) {
141 onClick: function() {
159 onClick: function() {
177 onShow : function()
184 String.prototype.escapeRegExpCkg = function(str) {
192 onOk: function() {
[all …]
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc9 window.onbeforeunload = function() { };
11 (function() {
23 var onSizeChange = function() {
300 onShow: function() {
396 onOk: function() {
485 onLoad: function() {
499 onHide: function() {
533 onChange: function() {
612 onChange: function() {
731 onLoad: function() {
[all …]
/plugin/ckgedit/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/ckgedit/ckeditor/plugins/msword/dialogs/bak/
H A Dmsword.js.unc12 CKEDITOR.dialog.add( 'mswordDialog', function( editor ) {
71 onShow : function()
81 jQuery( "#ckgedit_mswin" ).keydown(function(ev) {
89 onOk: function() {
90 // The context of this function is the dialog object itself.
100 inner = inner.replace(regex, function(m,n) {
106 inner = inner.replace(regex, function(m,n) {
118 inner = inner.replace(/style="([^>]+)"/gm,function(m,i){
129 inner = inner.replace(/<tbody>([^]+)<\/tbody>/,function(m){
134 …"\s+L_\d>([\s\S]+)<p class="MsoListParagraphCxSpLast"\s+L_\d>.*?\n(.*?)\/p>/gm, function(m,w){
/plugin/ckgedit/ckeditor/plugins/smiley/
H A Dplugin.js.unc11 init: function( editor ) {
/plugin/ckgedit/scripts/
H A Dparse_wiki.js.unc1 function parse_wikitext(id) {
10 function fontConflict() {
74 function reorder_span_rows(rows) {
96 function insert_table(rows) {
338 backup: function(c1, c2) {
364 start: function(tag, attrs, unary) {
1186 end: function(tag) {
1414 chars: function(text) {
1591 comment: function(text) {
1595 dbg: function(text, heading) {
[all …]
H A Dtable_debugging_code.js.unc3 function show_rowspans(rows) {
35 function debug_row(rows,row,col,which) {
/plugin/ckgedit/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/ckgedit/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/ckgedit/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js.unc25 function setupCells( setup ) {
26 return function( cells ) {
56 function getCellWidthType( cell ) {
105 commit: function( selectedCell ) {
136 commit: function( selectedCell ) {
183 onShow: function() {
187 onOk: function() {
199 onLoad: function() {
205 this.foreach( function( field ) {
211 return function() {
[all …]
/plugin/ckgedit/ckeditor/plugins/note/dialogs/
H A Dnote.js.unc1 CKEDITOR.dialog.add( 'noteDialog', function( editor ) {
29 onShow: function() {
39 onOk: function() {
/plugin/ckgedit/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/ckgedit/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/ckgedit/ckeditor/plugins/tags/dialogs/
H A Dtags.js.unc1 CKEDITOR.dialog.add( 'tagsDialog', function ( editor )
7 var generateTags = function ()
15 var tagexists = function (name)
86 onClick: function() {
107 onOk: function()
134 onShow: function() {
153 jQuery("table[class*='dialog'] :checkbox[class*='cke']").each(function( index ) {
/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()
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc84 ini: function(title) {
1091 onShow : function()
1105 onOk : function()
1446 onLoad : function()
1517 onFocus : function()
1599 onEntry: function(e){
1662 select: function(num){
1698 deselect: function(){
1802 show: function(){
1816 hide: function(){
[all …]
/plugin/ckgedit/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/ckgedit/ckeditor/plugins/msword/dialogs/
H A Dmsword.js.unc12 CKEDITOR.dialog.add( 'mswordDialog', function( editor ) {
76 onShow : function()
86 jQuery( "#ckgedit_mswin" ).keydown(function(ev) {
94 onOk: function() {
95 // The context of this function is the dialog object itself.
105 inner = inner.replace(regex, function(m,n) {
115 inner = inner.replace(regex, function(m,n) {
129 inner = inner.replace(/style="([^>]+)"/gm,function(m,i){
140 inner = inner.replace(/<tbody>([^]+)<\/tbody>/,function(m){
145 …"\s+L_\d>([\s\S]+)<p class="MsoListParagraphCxSpLast"\s+L_\d>.*?\n(.*?)\/p>/gm, function(m,w){
/plugin/ckgedit/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 …]

12345678910>>...35